/*
--------------------------------------------------------------
>>> TABLE OF CONTENTS:
1.0  - Reset
2.0  - Grid
3.0  - Common Elements
4.0  - Header
5.0  - left Side Section
6.0  - Post Listings
7.0  - Sections & Blocks
8.0  - Single Posts, Galleries & Portfolio
9.0  - Archives & Pages
10.0 - Footer
11.0 - Widgets
12.0 - Design & Text Styles
13.0 - Miscellaneous & Recipe Support
*/

/*
--------------------------------------------------------------
1.0 - RESET
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
}

html {
  overflow-x: hidden;
  color: #333;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site {
  position: relative;
  display: block;
}

body.boxed #site {
  background-color: #fff;
}

.site-wrap,
.site-content {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.site-wrap * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
hr,
input {
  overflow: visible;
}

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

progress,
sub,
sup {
  vertical-align: baseline;
}

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

acronym {
  cursor: help;
}

mark,
ins {
  background-color: rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

figure {
  display: block;
  margin: 0;
}

cite,
em {
  font-weight: normal;
  font-style: italic;
}

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

u {
  text-decoration: underline;
}

address {
  font-style: italic;
}

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

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: none;
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

code {
  background-color: rgba(0, 0, 0, 0.07);
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  object-fit: cover;
  -webkit-object-fit: cover;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: none !important;
  text-transform: none;
}

.bypostauthor {
  position: relative;
}

select {
  padding: 10px 25px;
  max-width: 100%;
  outline: none !important;
  border: none;
  background-color: rgba(0, 0, 0, 0.025);
  text-transform: none;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

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

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

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

:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fafafa inset !important;
}

fieldset {
  padding: 0;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

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

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

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

body {
  display: block;
  margin: 0;
  background: #fff;
  color: inherit;
  font-size: inherit;
}

del {
  text-decoration: line-through;
}

big {
  font-size: 125%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  content: " ";
}

.rb-error {
  font-size: 0.85rem;
}

.main-menu-wrap .rb-error {
  display: flex;
  display: -webkit-flex;
  padding-left: 15px;
  align-items: center;
}

.rb-error a {
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
}

legend {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
}

input::-webkit-file-upload-button {
  padding: 7px 15px;
  outline: none;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #333;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

input::-webkit-file-upload-button:hover {
  opacity: 0.7;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
  clip-path: inset(50%);
}

.off-canvas-inner::-webkit-scrollbar {
  width: 4px;
}

.gallery-popup-selection::-webkit-scrollbar {
  width: 4px;
}

.off-canvas-inner::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.gallery-popup-selection::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.off-canvas-inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #333;
}

.gallery-popup-selection::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #333;
}

input::placeholder,
textarea::placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: currentColor;
  font-size: 0.9em;
  opacity: 0.7;
}

.off-canvas-nav .rb-error {
  padding-right: 30px;
}

/*  Ruby Icons */
@font-face {
  font-family: "ruby-icon";
  src: url("../fonts/ruby-icon.eot");
  src:
    url("../fonts/ruby-icon.eot#iefix") format("embedded-opentype"),
    url("../fonts/ruby-icon.woff") format("woff"),
    url("../fonts/ruby-icon.ttf") format("ttf"),
    url("../fonts/ruby-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.rbi {
  font-family: "ruby-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="rbi-"],
[class="rbi-"] {
  font-family: "ruby-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rbi-key:before {
  content: "\e94f";
}

.rbi-mobile-share:before {
  content: "\e93f";
}

.rbi-plus:before {
  content: "\e950";
}

.rbi-remove:before {
  content: "\e951";
}

.rbi-tethering:before {
  content: "\e940";
}

.rbi-cloud:before {
  content: "\e941";
}

.rbi-cloud-download:before {
  content: "\e942";
}

.rbi-cloud-upload:before {
  content: "\e943";
}

.rbi-security:before {
  content: "\e952";
}

.rbi-adjust:before {
  content: "\e944";
}

.rbi-camera:before {
  content: "\e953";
}

.rbi-pdf:before {
  content: "\e954";
}

.rbi-style:before {
  content: "\e945";
}

.rbi-bike:before {
  content: "\e946";
}

.rbi-local-mall:before {
  content: "\e955";
}

.rbi-print:before {
  content: "\e956";
}

.rbi-wifi:before {
  content: "\e947";
}

.rbi-person:before {
  content: "\e957";
}

.rbi-user:before {
  content: "\e95d";
}

.rbi-favorite:before {
  content: "\e958";
}

.rbi-exit:before {
  content: "\e959";
}

.rbi-trend-down:before {
  content: "\e948";
}

.rbi-trend-up:before {
  content: "\e949";
}

.rbi-fingerprint:before {
  content: "\e94a";
}

.rbi-file:before {
  content: "\e95a";
}

.rbi-peoples:before {
  content: "\e95b";
}

.rbi-foot:before {
  content: "\e95c";
}

.rbi-arrow-up-right:before {
  content: "\e93e";
}

.rbi-map-pin:before {
  content: "\e934";
}

.rbi-grid:before {
  content: "\e935";
}

.rbi-fish-eye:before {
  content: "\e933";
}

.rbi-eye:before {
  content: "\e911";
}

.rbi-bell:before {
  content: "\e92b";
}

.rbi-hard-drive:before {
  content: "\e932";
}

.rbi-youtube-o:before {
  content: "\e92d";
}

.rbi-chart-o:before {
  content: "\e91a";
}

.rbi-clock-round:before {
  content: "\e8b5";
}

.rbi-chat-bubble:before {
  content: "\e0ca";
}

.rbi-calendar:before {
  content: "\e919";
}

.rbi-images:before {
  content: "\e3d3";
}

.rbi-mall:before {
  content: "\e54c";
}

.rbi-power:before {
  content: "\e336";
}

.rbi-timeline:before {
  content: "\e923";
}

.rbi-medium:before {
  content: "\e94d";
}

.rbi-bug:before {
  content: "\e94b";
}

.rbi-cc-paypal:before {
  content: "\e94c";
}

.rbi-bell-o:before {
  content: "\e92c";
}

.rbi-star-half:before {
  content: "\e908";
}

.rbi-star:before {
  content: "\e909";
}

.rbi-star-full:before {
  content: "\e90a";
}

.rbi-tags:before {
  content: "\e907";
}

.rbi-telegram:before {
  content: "\e938";
}

.rbi-tribe:before {
  content: "\e939";
}

.rbi-sina:before {
  content: "\e93a";
}

.rbi-wikipedia:before {
  content: "\e93b";
}

.rbi-etsy:before {
  content: "\e93c";
}

.rbi-stumble:before {
  content: "\e93d";
}

.rbi-spotify:before {
  content: "\e937";
}

.rbi-deezer:before {
  content: "\e936";
}

.rbi-bookmark-black:before {
  content: "\e931";
}

.rbi-upload:before {
  content: "\e92e";
}

.rbi-book:before {
  content: "\e92f";
}

.rbi-bookmark:before {
  content: "\e930";
}

.rbi-heart-o:before {
  content: "\e91b";
}

.rbi-bag-add:before {
  content: "\e91d";
}

.rbi-bag-o:before {
  content: "\e91e";
}

.rbi-bag-added:before {
  content: "\e91f";
}

.rbi-cart-money:before {
  content: "\e920";
}

.rbi-cart-added:before {
  content: "\e921";
}

.rbi-cart-add:before {
  content: "\e922";
}

.rbi-gallery:before {
  content: "\e904";
}

.rbi-vinyl:before {
  content: "\e906";
}

.rbi-audio:before {
  content: "\e905";
}

.rbi-gallery-light:before {
  content: "\e903";
}

.rbi-shop-bag:before {
  content: "\e901";
}

.rbi-envelope:before {
  content: "\e818";
}

.rbi-inbox:before {
  content: "\e81a";
}

.rbi-printer:before {
  content: "\e81c";
}

.rbi-phone-handset:before {
  content: "\e830";
}

.rbi-map:before {
  content: "\e834";
}

.rbi-laptop:before {
  content: "\e83c";
}

.rbi-bullhorn:before {
  content: "\e859";
}

.rbi-undo:before {
  content: "\e860";
}

.rbi-sync:before {
  content: "\e862";
}

.rbi-thumbs-up:before {
  content: "\e86d";
}

.rbi-thumbs-down:before {
  content: "\e86e";
}

.rbi-move:before {
  content: "\e870";
}

.rbi-chevron-up:before {
  content: "\e873";
}

.rbi-chevron-down:before {
  content: "\e874";
}

.rbi-chevron-left:before {
  content: "\e875";
}

.rbi-chevron-right:before {
  content: "\e876";
}

.rbi-arrow-up:before {
  content: "\e877";
}

.rbi-arrow-down:before {
  content: "\e878";
}

.rbi-arrow-left:before {
  content: "\e879";
}

.rbi-arrow-right:before {
  content: "\e87a";
}

.rbi-warning:before {
  content: "\e87c";
}

.rbi-question:before {
  content: "\e87d";
}

.rbi-menu:before {
  content: "\e87e";
}

.rbi-checkmark:before {
  content: "\e87f";
}

.rbi-expand:before {
  content: "\e88c";
}

.rbi-contract:before {
  content: "\e88d";
}

.rbi-bag:before {
  content: "\e615";
}

.rbi-search-light:before {
  content: "\e618";
}

.rbi-dots:before {
  content: "\e632";
}

.rbi-check:before {
  content: "\e90d";
}

.rbi-circle:before {
  content: "\e900";
}

.rbi-folder:before {
  content: "\e913";
}

.rbi-link-line:before {
  content: "\e914";
}

.rbi-minus:before {
  content: "\e90e";
}

.rbi-search:before {
  content: "\e929";
}

.rbi-bag-round:before {
  content: "\e915";
}

.rbi-tag-round:before {
  content: "\e916";
}

.rbi-trello:before {
  content: "\e917";
}

.rbi-zap:before {
  content: "\e918";
}

.rbi-facebook:before {
  content: "\62";
}

.rbi-amazon:before {
  content: "\63";
}

.rbi-twitter:before {
  content: "\64";
}

.rbi-google:before {
  content: "\65";
}

.rbi-pinterest-i:before {
  content: "\66";
}

.rbi-linkedin:before {
  content: "\67";
}

.rbi-dribble:before {
  content: "\68";
}

.rbi-vk:before {
  content: "\69";
}

.rbi-tumblr:before {
  content: "\6a";
}

.rbi-shopping-bag:before {
  content: "\6e";
}

.rbi-play-button:before {
  content: "\79";
}

.rbi-picture:before {
  content: "\7a";
}

.rbi-flickr:before {
  content: "\6b";
}

.rbi-soundcloud:before {
  content: "\6f";
}

.rbi-vimeo:before {
  content: "\44";
}

.rbi-reddit:before {
  content: "\45";
}

.rbi-skype:before {
  content: "\46";
}

.rbi-steam:before {
  content: "\48";
}

.rbi-app-store:before {
  content: "\49";
}

.rbi-drupal:before {
  content: "\4a";
}

.rbi-evernote:before {
  content: "\4b";
}

.rbi-photobucket:before {
  content: "\4c";
}

.rbi-sharethis:before {
  content: "\4d";
}

.rbi-squarespace:before {
  content: "\4e";
}

.rbi-yelp:before {
  content: "\4f";
}

.rbi-email-envelope:before {
  content: "\50";
}

.rbi-trend:before {
  content: "\52";
}

.rbi-clock:before {
  content: "\53";
}

.rbi-comments:before {
  content: "\56";
}

.rbi-flame:before {
  content: "\55";
}

.rbi-dribbble:before {
  content: "\58";
}

.rbi-whatsapp:before {
  content: "\5a";
}

.rbi-myspace:before {
  content: "\30";
}

.rbi-youtube:before {
  content: "\31";
}

.rbi-digg:before {
  content: "\33";
}

.rbi-instagram:before {
  content: "\34";
}

.rbi-snapchat:before {
  content: "\37";
}

.rbi-heart:before {
  content: "\6c";
}

.rbi-rss:before {
  content: "\42";
}

.rbi-music:before {
  content: "\43";
}

.rbi-tag:before {
  content: "\59";
}

.rbi-behance:before {
  content: "\32";
}

.rbi-blogger:before {
  content: "\35";
}

.rbi-dropbox:before {
  content: "\36";
}

.rbi-ping:before {
  content: "\39";
}

.rbi-github-alt:before {
  content: "\22";
}

.rbi-icq:before {
  content: "\23";
}

.rbi-paypal:before {
  content: "\24";
}

.rbi-picassa:before {
  content: "\21";
}

.rbi-ebay:before {
  content: "\27";
}

.rbi-baidu:before {
  content: "\28";
}

.rbi-bing:before {
  content: "\29";
}

.rbi-kik:before {
  content: "\25";
}

.rbi-podcast-o:before {
  content: "\26";
}

.rbi-help:before {
  content: "\2a";
}

.rbi-card:before {
  content: "\2c";
}

.rbi-translation:before {
  content: "\2d";
}

.rbi-payment:before {
  content: "\2f";
}

.rbi-git:before {
  content: "\3b";
}

.rbi-wechat:before {
  content: "\3d";
}

.rbi-visa:before {
  content: "\3f";
}

.rbi-master-card:before {
  content: "\5b";
}

.rbi-stripe:before {
  content: "\5d";
}

.rbi-cc:before {
  content: "\5e";
}

.rbi-tripadvisor:before {
  content: "\5f";
}

.rbi-500px:before {
  content: "\60";
}

.rbi-apple:before {
  content: "\38";
}

.rbi-buffer:before {
  content: "\2e";
}

.rbi-infinite:before {
  content: "\3a";
}

.rbi-record:before {
  content: "\3c";
}

.rbi-yahoo-buzz:before {
  content: "\7c";
}

.rbi-quora:before {
  content: "\7d";
}

.rbi-zerply:before {
  content: "\7e";
}

.rbi-formspring:before {
  content: "\5c";
}

.rbi-foursquare:before {
  content: "\e000";
}

.rbi-hype-machine:before {
  content: "\e001";
}

.rbi-google-buzz:before {
  content: "\e002";
}

.rbi-arto:before {
  content: "\e003";
}

.rbi-aws:before {
  content: "\e004";
}

.rbi-basecamp:before {
  content: "\e005";
}

.rbi-share:before {
  content: "\e006";
}

.rbi-aim-alt:before {
  content: "\e007";
}

.rbi-aim:before {
  content: "\e008";
}

.rbi-coroflot:before {
  content: "\e009";
}

.rbi-dailybooth:before {
  content: "\e00a";
}

.rbi-ember:before {
  content: "\e00b";
}

.rbi-itunes:before {
  content: "\e00c";
}

.rbi-share-o:before {
  content: "\e00d";
}

.rbi-pin:before {
  content: "\e00e";
}

.rbi-attachment:before {
  content: "\e00f";
}

.rbi-link:before {
  content: "\e010";
}

.rbi-puzzle:before {
  content: "\e011";
}

.rbi-music-tone:before {
  content: "\e012";
}

.rbi-drop:before {
  content: "\e013";
}

.rbi-radio:before {
  content: "\e014";
}

.rbi-chat:before {
  content: "\e015";
}

.rbi-voice:before {
  content: "\e016";
}

.rbi-phone:before {
  content: "\e017";
}

.rbi-destop:before {
  content: "\e018";
}

.rbi-award:before {
  content: "\e019";
}

.rbi-quote-o:before {
  content: "\e910";
}

.rbi-quote:before {
  content: "\e90f";
}

.rbi-location:before {
  content: "\e92a";
}

.rbi-paperplane:before {
  content: "\e902";
}

.rbi-graph:before {
  content: "\e912";
}

.rbi-angle-down:before {
  content: "\e924";
}

.rbi-angle-left:before {
  content: "\e925";
}

.rbi-angle-right:before {
  content: "\e926";
}

.rbi-angle-up:before {
  content: "\e927";
}

.rbi-currency-dollar:before {
  content: "\e928";
}

.rbi-write:before {
  content: "\e90c";
}

.rbi-quill:before {
  content: "\e90b";
}

.rbi-podcast:before {
  content: "\e91c";
}

.rbi-clock-bold:before {
  content: "\e94e";
}

.rbi-database:before {
  content: "\e964";
}

.rbi-load:before {
  content: "\e97a";
}

.rbi-spinner:before {
  content: "\e97b";
}

.rbi-spinner-line:before {
  content: "\e97c";
}

.rbi-pinterest:before {
  content: "\ead1";
}

.rbi-android:before {
  content: "\eac0";
}

/*
--------------------------------------------------------------
    2.0 - RUBY GRID
*/

.rb-row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
}

[class^="rb-col"],
[class*="rb-col"] {
  display: flex;
  display: -webkit-flex;
  min-width: 0;
  flex-flow: row wrap;
}

[class^="rb-col"] > .p-wrap,
[class*="rb-col"] > .p-wrap {
  flex-grow: 1;
}

.rb-n10-gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.rb-n15-gutter {
  margin-right: -15px;
  margin-left: -15px;
}

.rb-n20-gutter {
  margin-right: -20px;
  margin-left: -20px;
}

.rb-m20-gutter {
  margin-right: 20px;
  margin-left: 20px;
}

.rb-p10-gutter {
  padding-right: 10px;
  padding-left: 10px;
}

.rb-p15-gutter {
  padding-right: 15px;
  padding-left: 15px;
}

.rb-p20-gutter {
  padding-right: 20px;
  padding-left: 20px;
}

.rb-n10-all {
  margin: -10px;
}

.rb-p10-all {
  padding: 10px;
}

.rb-n15-all {
  margin: -15px;
}

.rb-p15-all {
  padding: 15px;
}

.rb-sh {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
}

.rb-sh .p-wrap {
  flex-grow: 1;
}

.rb-col-m1 {
  max-width: 8.333%;
  flex: 0 0 8.333%;
}

.rb-col-m2 {
  max-width: 16.666%;
  flex: 0 0 16.666%;
}

.rb-col-m3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.rb-col-m4 {
  max-width: 33.333%;
  flex: 0 0 33.333%;
}

.rb-col-m5 {
  max-width: 41.666%;
  flex: 0 0 41.666%;
}

.rb-col-m6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.rb-col-m7 {
  max-width: 58.333%;
  flex: 0 0 58.333%;
}

.rb-col-m8 {
  max-width: 66.666%;
  flex: 0 0 66.666%;
}

.rb-col-m9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.rb-col-m10 {
  max-width: 83.333%;
  flex: 0 0 83.333%;
}

.rb-col-m11 {
  max-width: 91.6666%;
  flex: 0 0 91.666%;
}

.rb-col-m12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.rb-col-5m {
  max-width: 20%;
  flex: 0 0 20%;
}

@media all and (min-width: 768px) {
  .rb-col-t1 {
    max-width: 8.333%;
    flex: 0 0 8.333%;
  }

  .rb-col-t2 {
    max-width: 16.666%;
    flex: 0 0 16.666%;
  }

  .rb-col-t3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .rb-col-t4 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }

  .rb-col-t5 {
    max-width: 41.666%;
    flex: 0 0 41.666%;
  }

  .rb-col-t6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .rb-col-t7 {
    max-width: 58.333%;
    flex: 0 0 58.333%;
  }

  .rb-col-t8 {
    max-width: 66.666%;
    flex: 0 0 66.666%;
  }

  .rb-col-t9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .rb-col-t10 {
    max-width: 83.333%;
    flex: 0 0 83.333%;
  }

  .rb-col-t11 {
    max-width: 91.6666%;
    flex: 0 0 91.666%;
  }

  .rb-col-t12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media all and (min-width: 992px) {
  .rb-col-d1 {
    max-width: 8.333%;
    flex: 0 0 8.333%;
  }

  .rb-col-d2 {
    max-width: 16.666%;
    flex: 0 0 16.666%;
  }

  .rb-col-d3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .rb-col-d4 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }

  .rb-col-d5 {
    max-width: 41.666%;
    flex: 0 0 41.666%;
  }

  .rb-col-d6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .rb-col-d7 {
    max-width: 58.333%;
    flex: 0 0 58.333%;
  }

  .rb-col-d8 {
    max-width: 66.666%;
    flex: 0 0 66.666%;
  }

  .rb-col-d9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .rb-col-d10 {
    max-width: 83.333%;
    flex: 0 0 83.333%;
  }

  .rb-col-d11 {
    max-width: 91.6666%;
    flex: 0 0 91.666%;
  }

  .rb-col-d12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .rb-col-5d {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

/*
--------------------------------------------------------------
    3.0 -COMMON ELEMENTS
*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.15;
}

h2,
.h2 {
  font-size: 1.625rem;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.45;
}

.h5,
h5 {
  font-size: 0.925rem;
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.5;
}

.is-hidden {
  display: none !important;
}

.is-hide {
  opacity: 0 !important;
}

.opacity-animate {
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.end-list {
  width: 100%;
}

.end-list-info {
  display: block;
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: center;
  font-style: italic;
  font-size: 0.85rem;
  opacity: 0.7;
}

/** input */
textarea {
  display: block;
  padding: 15px 20px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 400;
  font-size: 0.875rem !important;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"] {
  padding: 10px 25px;
  max-width: 100%;
  outline: none !important;
  border: none;
  background-color: rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

input[type="submit"],
button {
  padding: 0 40px;
  outline: none !important;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  background-color: #333;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.load-animation,
.loadmore-animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 992;
  background-color: transparent;
  background-image: url("../images/loading.svg");
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  pointer-events: none !important;
}

.live-search-animation {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: none;
  width: 56px;
  height: 56px;
  background-color: transparent !important;
  background-size: 26px;
}

.live-search-submit.p-link {
  margin-right: auto;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

.loadmore-animation {
  display: none;
  background-size: 32px;
  opacity: 0;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  background-color: #ff8763;
}

input[type="file"] {
  padding: 10px 100px 10px 10px;
  background-color: #f9f9f9;
  box-shadow: none;
  font-size: 14px;
}

button.pswp__button,
button.pswp__button:hover,
button.pswp__button:focus {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.rbi-apple:before {
  font-size: 1.25em;
}

label {
  font-size: 0.85rem;
  line-height: 1.7;
}

.tipsy {
  position: absolute;
  z-index: 100000;
  padding: 5px;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.tipsy-inner {
  padding: 7px;
  max-width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  letter-spacing: inherit;
  font-family: inherit;
  line-height: 1;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px dashed #333;
  line-height: 0;
}

.tipsy-arrow-n {
  border-bottom-color: #333;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-top: none;
  border-right-color: transparent;
  border-bottom-style: solid;
  border-left-color: transparent;
}

.tipsy-w .tipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top-color: transparent;
  border-right-style: solid;
  border-bottom-color: transparent;
  border-left: none;
}

.tipsy-e .tipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top-color: transparent;
  border-right: none;
  border-bottom-color: transparent;
  border-left-style: solid;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-right-color: transparent;
  border-bottom: none;
  border-left-color: transparent;
}

/** owl carousel */
.rb-owl {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rb-owl .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.rb-owl .owl-stage:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

.rb-owl .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.rb-owl .owl-wrapper,
.rb-owl .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.rb-owl .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-item .jetpack-lazy-image:not(.jetpack-lazy-image--handled) {
  max-height: 50px;
}

.rb-owl .owl-nav.disabled,
.rb-owl .owl-dots.disabled {
  display: none;
}

.rb-owl .owl-nav .owl-prev,
.rb-owl .owl-nav .owl-next,
.rb-owl .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rb-owl .owl-nav button.owl-prev,
.rb-owl .owl-nav button.owl-next,
.rb-owl button.owl-dot {
  padding: 0 !important;
  outline: none !important;
  border: none !important;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: inherit;
  font: inherit;
}

.rb-owl.owl-loaded {
  display: block;
}

.rb-owl.owl-loading {
  display: block;
  opacity: 0;
}

.rb-owl.owl-hidden {
  opacity: 0;
}

.rb-owl.owl-refresh .owl-item {
  visibility: hidden;
}

.rb-owl.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rb-owl.owl-grab {
  cursor: move;
  cursor: grab;
}

.rb-owl.owl-rtl {
  direction: rtl;
}

.rb-owl.owl-rtl .owl-item {
  float: right;
}

.rb-owl .owl-nav {
  position: static;
}

.rb-owl-next,
.rb-owl-prev {
  position: absolute;
  top: 50%;
  display: block;
  overflow: hidden;
  margin-top: -50px;
  width: 32px;
  height: 100px;
  background-color: #333;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  cursor: pointer;
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-owl-prev {
  right: auto;
  left: 15px;
}

.rb-owl-next {
  right: 15px;
  left: auto;
}

.rb-owl:hover .rb-owl-next,
.rb-owl:hover .rb-owl-prev {
  opacity: 0.5;
}

.rb-owl .rb-owl-next:hover,
.rb-owl .rb-owl-prev:hover {
  background: #fff;
  color: #333;
  opacity: 1;
}

.owl-nav i {
  position: relative;
  display: block;
  width: 32px;
  text-align: center;
  font-size: 18px;
  line-height: 100px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.owl-nav span {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  display: block;
  padding-left: 0.4em;
  width: 100px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 0.7rem;
  line-height: 32px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
  -moz-transform: rotate(90deg) translate3d(0, 0, 0);
  -ms-transform: rotate(90deg) translate3d(0, 0, 0);
  -o-transform: rotate(90deg) translate3d(0, 0, 0);
  transform: rotate(90deg) translate3d(0, 0, 0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.owl-nav > div:hover i {
  -webkit-transform: translate3d(32px, 0, 0);
  -moz-transform: translate3d(32px, 0, 0);
  -ms-transform: translate3d(32px, 0, 0);
  -o-transform: translate3d(32px, 0, 0);
  transform: translate3d(32px, 0, 0);
  transform: translate3d(32px, 0, 0);
}

.owl-nav > div:hover span {
  -webkit-transform: rotate(90deg) translate3d(0, -30px, 0);
  -moz-transform: rotate(90deg) translate3d(0, -30px, 0);
  -ms-transform: rotate(90deg) translate3d(0, -30px, 0);
  -o-transform: rotate(90deg) translate3d(0, -30px, 0);
  transform: rotate(90deg) translate3d(0, -30px, 0);
}

.owl-nav .rb-owl-prev span {
  top: auto;
  bottom: 0;
  padding-left: 0;
  -webkit-transform: rotate(-90deg) translate3d(0, 64px, 0);
  -moz-transform: rotate(-90deg) translate3d(0, 64px, 0);
  -ms-transform: rotate(-90deg) translate3d(0, 64px, 0);
  -o-transform: rotate(-90deg) translate3d(0, 64px, 0);
  transform: rotate(-90deg) translate3d(0, 64px, 0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.owl-nav div.rb-owl-prev:hover i {
  -webkit-transform: translate3d(-32px, 0, 0);
  -moz-transform: translate3d(-32px, 0, 0);
  -ms-transform: translate3d(-32px, 0, 0);
  -o-transform: translate3d(-32px, 0, 0);
  transform: translate3d(-32px, 0, 0);
}

.owl-nav > div.rb-owl-prev:hover span {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(-90deg) translate3d(0, 32px, 0);
  -moz-transform: rotate(-90deg) translate3d(0, 32px, 0);
  -ms-transform: rotate(-90deg) translate3d(0, 32px, 0);
  -o-transform: rotate(-90deg) translate3d(0, 32px, 0);
  transform: rotate(-90deg) translate3d(0, 32px, 0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.rb-owl .owl-dots {
  position: relative;
  display: block;
  margin-top: 20px;
  text-align: center;
  line-height: 1;
}

.rb-owl .owl-dot > span {
  display: block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: currentColor;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-owl .owl-dot.active > span {
  width: 20px;
  opacity: 1;
}

.rb-owl .owl-dot:hover {
  opacity: 1;
}

.owl-dots {
  height: 0;
}

.owl-loaded .owl-dots {
  height: auto;
}

/** No Js */
.no-js .rb-owl {
  display: block;
}

.rb-owl .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.rb-owl .owl-animated-in {
  z-index: 0;
}

.rb-owl .owl-animated-out {
  z-index: 1;
}

.rb-owl .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-owl .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-owl .owl-item .owl-lazy[src^=""],
.rb-owl .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.rb-owl .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.rb-owl .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.rb-owl .owl-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: transform 100ms cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-backface-visibility: hidden;
}

.rb-owl .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.rb-owl .owl-video-playing .owl-video-tn,
.rb-owl .owl-video-playing .owl-video-play-icon {
  display: none;
}

.rb-owl .owl-video-tn {
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-owl .owl-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/** 2.0 - Main */
.rbc-row {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 0;
}

.rbc-row.is-wrapper {
  max-width: 1200px;
}

.rbc-container {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
}

.rbc-row.is-fullwide > .rbc-container {
  /*overflow: hidden;*/
  padding-right: 0;
  padding-left: 0;
  max-width: 100% !important;
}

.post-edit-link {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 99;
  display: block;
  visibility: hidden;
  padding: 5px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-edit-link:hover {
  background-color: #ff8763;
}

.page-edit-link:hover {
  color: #ff8763;
}

.p-wrap:hover .post-edit-link {
  visibility: visible;
  opacity: 1;
}

/** wrap */
.rbc-wrap {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
}

.rbc-sidebar {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-flow: column nowrap;
}

.rbc-content {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.rbc-fw-section .rbc-content {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}

.block-wrap {
  position: relative;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex-flow: column nowrap;
  flex-basis: 100%;
}

.block-wrap:not(.block-mix) {
  max-width: 100%;
}

.content-wrap {
  position: relative;
  width: 100%;
}

.rbc-content-section .rbc-content {
  max-width: 66.66%;
  width: 66.66%;
  flex: 0 0 66.66%;
}

.rbc-content-section .rbc-sidebar {
  padding-left: 50px;
  max-width: 33.33%;
  width: 33.33%;
  flex: 0 0 33.33%;
}

.no-active-sidebar.rbc-content-section.single-1 .rbc-content,
.no-active-sidebar.rbc-content-section.layout-classic .rbc-content {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}

.no-active-sidebar.rbc-content-section.single-1 .single-box {
  max-width: 100%;
}

.rbc-content-section.is-sidebar-left .rbc-wrap {
  flex-direction: row-reverse;
}

.rbc-content-section.is-sidebar-left .rbc-sidebar {
  padding-right: 60px;
  padding-left: 0;
}

.wrap {
  position: relative;
}

.site-wrap .wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.wrap .wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.site-wrap .wrap.pageh-fullwide {
  margin-top: 0;
}

.content-inner {
  position: relative;
}

/** cat list */
.cat-list-wrap {
  width: 100%;
}

.cat-list-inner {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex: 0 0 100%;
  flex-grow: 1;
  align-items: center;
  flex-flow: column nowrap;
}

header.cat-list-header {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  flex-flow: column nowrap;
}

.cat-list-content {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex-grow: 1;
  justify-content: center;
  flex-flow: row nowrap;
}

.element-desc {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.7;
}

.element-desc * {
  font-size: inherit;
}

.cat-list-item {
  position: relative;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  max-width: 170px;
  flex: 0 0 170px;
  flex-flow: column nowrap;
  flex-shrink: 1;
}

.cat-item-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
}

.cat-list-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: block;
}

.cat-list-name {
  z-index: 10;
  margin-top: auto;
  padding: 15px 5px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.cat-list-feat {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cat-list-feat img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.fw-category-1 .cat-list-feat {
  padding-bottom: 100%;
}

.fw-category-1 .cat-list-item .cat-list-name {
  background-color: #333;
  color: #fff;
}

.fw-category-2 .cat-list-content {
  width: auto;
  flex-grow: 1;
}

.fw-category-2 .cat-list-content-inner {
  display: flex;
  display: -webkit-flex;
  margin-right: -10px;
  margin-bottom: -15px;
  margin-left: -10px;
  flex-flow: row wrap;
  flex-grow: 1;
}

.fw-category-2 .cat-list-inner {
  align-items: flex-start;
}

.fw-category-2 .cat-list-feat {
  padding-bottom: 62.5%;
}

.fw-category-2 .cat-list-item {
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  max-width: 50%;
  width: 50%;
  flex: 0 0 50%;
}

.fw-category-1 .cat-list-item:hover .cat-list-name,
.fw-category-1.is-light-text .cat-list-item:hover .cat-list-name {
  color: #ff8763;
}

.fw-category-2 .cat-list-item:hover .cat-list-name {
  opacity: 0.7;
}

/** pagination */
.pagination-loadmore {
  position: relative;
}

.pagination-link,
.loadmore-link,
.page-numbers,
.post-page-numbers {
  position: relative;
  display: inline-flex;
  display: -webkit-inline-flex;
  margin: 0 5px;
  padding: 0 20px;
  min-width: 36px;
  background-color: rgba(0, 0, 0, 0.07);
  line-height: 36px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  justify-content: center;
  align-items: center;
}

.page-numbers {
  padding: 0 5px;
}

.is-dark-pag .pagination-link,
.is-dark-pag .loadmore-link,
.is-dark-pag .page-numbers,
.is-dark-pag .post-page-numbers {
  background-color: #333;
  color: #fff;
}

.is-dark-pag .filter-link.is-disable,
.is-dark-pag .page-numbers.current,
.is-dark-pag .post-page-numbers.current,
.is-dark-pag .pagination-nextprev a.is-disable {
  opacity: 0.15;
}

a.pagination-link:hover,
a.page-numbers:hover,
.post-page-numbers:hover,
a.loadmore-link:hover {
  background-color: #ff8763;
  color: #fff;
}

.page-numbers.dots {
  background: none;
  opacity: 0.5;
}

.pagination-wrap {
  display: flex;
  display: -webkit-flex;
  margin-top: 35px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  flex: 0 0 100%;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: center;
}

.pagination-wrap.pagination-number > * {
  font-size: 1.1em;
}

.archive-content .content-inner {
  margin-bottom: -35px;
}

a.pagination-link i {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

.pagination-link.ajax-next {
  margin-left: 5px;
}

.pagination-link.ajax-next i {
  margin-right: 0;
  margin-left: 7px;
}

.pagination-nextprev .pagination-link,
.loadmore-link {
  min-width: 140px;
}

.pagination-simple .page-numbers {
  min-width: 180px;
}

.pagination-infinite {
  position: relative;
  display: block;
  min-height: 42px;
  width: 100%;
  height: 42px;
}

.pagination-wrap.disable-pagination {
  margin-top: 0;
  min-height: 0;
  height: 0;
}

.filter-link.is-disable,
.page-numbers.current,
.post-page-numbers.current,
.pagination-nextprev a.is-disable {
  opacity: 0.5;
  pointer-events: none;
}

.per-load {
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 40px;
  opacity: 0;
}

.rb-owl.per-load {
  height: 100px;
}

.site-content.has-sidebar.is-sidebar-left .rbc-sidebar {
  padding-right: 60px;
  padding-left: 0;
}

/*
--------------------------------------------------------------
    4.0 -HEADER
*/
.topbar-wrap {
  position: relative;
  display: block;
  min-height: 32px;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  font-family: "Quicksand", sans-serif;
}

.topbar-wrap.is-fullwidth .rbc-container {
  max-width: 100%;
}

.topline-wrap {
  display: block;
  height: 2px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ff8763;
}

.topbar-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.topbar-left {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1;
}

.topbar-info {
  display: flex;
  display: -webkit-flex;
  line-height: 32px;
  align-items: center;
  flex-flow: row nowrap;
}

.topbar-info > * {
  display: inline-flex;
  display: -webkit-inline-flex;
  margin-right: 15px;
  align-items: center;
}

.topbar-info i {
  margin-right: 5px;
  line-height: 1;
}

.topbar-menu-wrap {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  flex-flow: row nowrap;
  font-weight: 500;
  font-family: inherit;
}

.topbar-menu > li {
  position: relative;
  display: block;
  float: left;
}

.topbar-menu > li > a {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 0 7px;
  line-height: 32px;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.topbar-menu > li:first-child > a {
  padding-left: 0;
}

.topbar-menu > li > a:hover {
  opacity: 1;
}

.topbar-menu .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 9999;
  display: block;
  padding: 10px 0;
  min-width: 180px;
  background-color: #333;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
}

.hovering-menu {
  position: relative;
}

.topbar-menu .sub-menu a {
  display: flex;
  display: -webkit-flex;
  padding: 7px 15px 7px 20px;
  white-space: nowrap;
  line-height: 1;
  flex-grow: 1;
  align-items: center;
}

.topbar-menu .sub-menu a > span {
  position: relative;
  left: -4px;
  -webkit-transition: left 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: left 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: left 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: left 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: left 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.topbar-menu .sub-menu .menu-item-has-children > a:after {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  content: "\e926";
  font-family: "ruby-icon" !important;
  line-height: 1;
}

.animation-menu .sub-menu > li > a {
  opacity: 0;
  -webkit-transform: translate3d(15px, 0, 0);
  -moz-transform: translate3d(15px, 0, 0);
  -ms-transform: translate3d(15px, 0, 0);
  -o-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.topbar-menu > .menu-item-has-children:hover > .sub-menu,
.main-menu > li:hover > .sub-menu,
.topbar-menu > .menu-item-has-children.show-smenu > .sub-menu,
.main-menu > .menu-item-has-children.show-smenu > .sub-menu {
  top: calc(100% - 1px);
  bottom: auto;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.no-delay .sub-menu > li > a {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.animation-menu.hovering-menu > .sub-menu > li > a {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -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);
}

.sub-mega .sub-menu a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.topbar-right {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  height: 32px;
}

.topbar-social {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  flex-flow: row nowrap;
  align-items: center;
}

.topbar-social a {
  display: flex;
  display: -webkit-flex;
  padding: 0 5px;
  height: 100%;
  font-size: 13px;
  flex-flow: row nowrap;
  align-items: center;
}

.topbar-menu > .menu-item.menu-item-has-children > a:after,
.main-menu > .menu-item.menu-item-has-children > a:after {
  margin-left: 2px;
  content: "\e924";
  vertical-align: middle;
  font-size: 0.8em;
  font-family: "ruby-icon" !important;
  line-height: 1;
}

.topbar-menu > .menu-item.menu-item-has-children > a:after {
  margin-left: 3px;
}

.main-menu .sub-menu .menu-item-has-children > a:after {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  content: "\e926";
  font-family: "ruby-icon" !important;
  line-height: 1;
}

.main-menu .sub-menu.left-direction .menu-item-has-children > a:after {
  margin-right: auto;
  margin-left: 0;
  content: "\e925";
}

span.touch-smenu {
  display: block;
  height: 150%;
  top: -25%;
  width: 40px;
  position: absolute;
  z-index: 10;
  left: 100%;
  margin-left: -10px;
}

.btn-toggle-wrap {
  position: relative;
  z-index: 99;
  padding-right: 20px;
  height: 100%;
}

.btn-toggle {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.btn-toggle .off-canvas-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.icon-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: currentColor;
  font-size: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon-toggle:before,
.icon-toggle:after {
  position: absolute;
  left: 0;
  width: 75%;
  height: 100%;
  min-height: 1px;
  background-color: currentColor;
  content: "";
  -webkit-transition:
    -webkit-transform 0.35s,
    width 0.2s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition:
    -moz-transform 0.35s,
    width 0.2s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition:
    -ms-transform 0.35s,
    width 0.2s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition:
    transform 0.35s,
    width 0.2s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.icon-toggle:before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.icon-toggle:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.mobile-js-menu .off-canvas-toggle .icon-toggle {
  background-color: transparent;
}

.mobile-js-menu .off-canvas-toggle .icon-toggle:before {
  width: 100%;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.mobile-js-menu .off-canvas-toggle .icon-toggle:after {
  width: 100%;
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.off-canvas-toggle:hover,
.off-canvas-toggle:focus {
  opacity: 1;
}

/** navbar wrap */
.header-wrap {
  position: relative;
  display: block;
}

.navbar-wrap {
  position: relative;
  z-index: 999;
  display: block;
  background-color: #fff;
}

.navbar-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  min-height: 60px;
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
}

.navbar-left {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-flow: row nowrap;
  flex: 1;
}

.navbar-right {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-end;
}

.navbar-right > * {
  position: static;
  display: flex;
  display: -webkit-flex;
  margin-left: 7px;
  flex-flow: row nowrap;
  align-items: center;
}

.navbar-right > *:first-child {
  margin-left: 0;
}

.header-2 .is-main-nav .navbar-left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.header-2 .navbar-right-outer {
  position: static;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  align-items: stretch;
  justify-content: flex-end;
}

.header-2 .section-sticky .main-menu-wrap,
.header-float.default-2 .section-sticky .main-menu-wrap,
.header-float.default-2 .transparent-navbar-wrap .main-menu-wrap {
  justify-content: flex-end;
  padding-right: 15px;
}

.header-4 .section-sticky .navbar-holder.rbc-container,
.header-float.default-4 .section-sticky .navbar-holder.rbc-container,
.header-float.default-4 .transparent-navbar-wrap .navbar-holder.rbc-container {
  max-width: 100%;
}

.header-1 .navbar-wrap,
.header-2 .navbar-wrap,
.header-4 .navbar-wrap,
.header-8 .navbar-wrap,
.section-sticky .navbar-wrap,
.mobile-sticky-nav,
#amp-navbar {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}

.main-menu > li {
  display: block;
  float: left;
}

.main-menu > li > a {
  position: relative;
  display: flex;
  display: -webkit-flex;
  padding: 0 15px;
  height: 60px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-inner .logo-wrap {
  display: flex;
  display: -webkit-flex;
  margin-right: 15px;
  max-height: 100%;
}

.is-logo-image.logo-wrap a {
  display: block;
}

.logo-wrap img {
  display: block;
  max-height: 60px;
  width: auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  object-fit: cover;
  -webkit-object-fit: cover;
}

.logo-wrap a:hover img {
  opacity: 0.7;
}

.logo-wrap img {
}

.header-3 .banner-wrap .logo-wrap img,
.header-6 .banner-wrap .logo-wrap img,
.header-7 .banner-wrap .logo-wrap img {
  margin: auto;
  max-height: 110px;
  width: auto;
  height: auto;
}

.header-7 .banner-wrap .logo-wrap img {
  margin: auto;
  max-height: 200px;
  width: auto;
  height: auto;
}

.header-3 .banner-right .nav-mini-cart,
.header-6 .banner-right .nav-mini-cart {
  right: -10px;
}

.nav-mini-cart .mini-cart-wrap p {
  color: #333;
}

.is-logo-text .logo-title {
  letter-spacing: -0.025em;
  font-weight: 700;
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
}

.is-logo-text .logo-title * {
  font-weight: inherit;
  font-size: inherit;
}

.is-logo-text .logo-title strong {
  font-weight: inherit;
}

.logo-wrap.is-logo-text .logo-title {
  line-height: 1.1;
}

.header-1 .is-logo-text .logo-title,
.header-2 .is-logo-text .logo-title {
  white-space: nowrap;
  line-height: 60px;
}

.transparent-navbar-wrap.light-style .is-logo-text .logo-title,
.transparent-navbar-wrap.light-style .off-canvas-toggle,
.transparent-navbar-wrap.light-style .m-nav-right {
  color: #fff;
}

.header-float .navbar-outer {
  position: relative;
}

.header-float .transparent-navbar-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-float .navbar-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-float.is-wide .section-sticky .rbc-container.navbar-holder {
  max-width: 100%;
}

.rnav-section .widget-title {
  display: none;
}

.rnav-section input[type="text"],
.rnav-section input[type="search"] {
  color: inherit;
}

.rnav-element {
  margin-left: 7px;
}

.rnav-element:first-child {
  margin-left: 0;
}

/* logo */
.is-logo-image .logo-title,
.is-logo-image .site-description {
  display: none;
}

.site-description {
  display: none;
}

.header-3 .is-logo-text .site-description,
.header-6 .is-logo-text .site-description {
  display: block;
}

.social-icons a {
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.navbar-social {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
}

.navbar-social a {
  display: inline-flex;
  padding: 0 4px;
  font-size: 17px;
  align-items: center;
}

.header-wrap .cart-link,
.off-canvas-wrap .cart-link,
.amp-canvas-wrap .cart-link,
.bookmark-section .bookmark-link,
.header-wrap .search-icon,
.header-wrap .trend-icon {
  position: relative;
  display: flex;
  display: -webkit-flex;
  min-width: 26px;
  height: 100%;
  line-height: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.header-wrap .rb-mini-cart > *,
.header-wrap .search-icon > *,
.header-wrap .trending-section > *,
.bookmark-section .bookmark-link {
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.bookmark-link:hover,
.header-wrap .rb-mini-cart:hover > *,
.header-wrap .search-icon:hover > *,
.header-wrap .trending-section:hover > * {
  opacity: 0.5;
}

.bookmark-link {
  font-size: 22px;
}

.header-wrap .cart-link,
.off-canvas-wrap .cart-link,
.amp-canvas-wrap .cart-link {
  font-size: 24px;
}

.header-wrap .search-icon {
  font-size: 32px;
}

.header-wrap .trend-icon {
  font-size: 22px;
}

.cart-icon,
.bookmark-icon {
  display: flex;
  display: -webkit-flex;
  line-height: 28px;
  align-items: flex-start;
}

.rb-counter {
  display: flex;
  display: -webkit-flex;
  margin-left: -4px;
  padding: 0 2px;
  min-height: 16px;
  background-color: #333;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-style: normal;
  font-size: 0.7rem;
  line-height: 1;
  align-items: center;
}

.header-lightbox {
  position: absolute;
  top: 100%;
  top: calc(100% - 1px);
  right: 0;
  left: auto;
  z-index: 1000;
  display: block;
  visibility: hidden;
  padding: 20px;
  width: 360px;
  border-top: 4px solid;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.is-hover:hover .header-lightbox,
.header-lightbox.show-searchform {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.trend-header {
  margin-bottom: 10px;
}

.trend-content {
  position: relative;
  padding-top: 30px;
}

.no-trend {
  font-size: 0.8rem;
  opacity: 0.7;
}

.trend-content:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.trend-content > *:last-child {
  margin-bottom: 0;
}

.main-menu-wrap {
  display: flex;
  display: -webkit-flex;
  flex-grow: 1;
}

.search-form {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 460px;
}

.search-form input[type="search"] {
  padding-right: 66px;
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 36px;
}

.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 9;
  display: block;
  padding: 0;
  width: 56px;
  height: 100%;
  background-color: transparent !important;
  text-align: center;
  text-indent: -9999px;
  font-size: 0;
  line-height: 56px;
  cursor: pointer;
}

.search-form .screen-reader-text {
  display: none !important;
}

.search-form:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10;
  width: 56px;
  height: 100%;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  color: currentColor;
  content: "\e618";
  text-align: center;
  font-size: 24px;
  font-family: "ruby-icon" !important;
  line-height: 56px;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.25 cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
}

.search-form.loading:after {
  opacity: 0;
}

.navbar-search-popup.header-lightbox {
  padding: 0;
}

.live-search-content {
  position: relative;
  display: block;
  padding: 25px 20px 20px 20px;
}

.live-search-content:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  display: block;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.pagination-wrap.live-search-more {
  margin-top: 0;
}

.search-not-found {
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.navbar-search-popup .search-form input[type="search"] {
  background-color: transparent;
  font-size: 0.85rem;
}

.navbar-search-popup .popup-inner {
  position: relative;
}

/** sub menu */
.main-menu .sub-menu {
  position: absolute;
  top: 110%;
  right: auto;
  left: auto;
  z-index: 9999;
  display: block;
  visibility: hidden;
  padding: 10px 0;
  min-width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
}

.main-menu .sub-menu.left-direction {
  right: 0;
  left: auto;
}

.main-menu > li > .sub-menu:not(.sub-mega).left-direction a {
  flex-direction: row-reverse;
}

.main-menu > .sub-menu:not(.sub-mega) {
  margin-left: -10px;
}

.main-menu .sub-menu .sub-menu,
.topbar-menu .sub-menu .sub-menu {
  top: 0 !important;
  right: auto;
  bottom: auto;
  left: 110%;
}

.main-menu .sub-menu .sub-menu.left-direction {
  right: 100%;
  left: auto;
}

.main-menu > li.menu-item-has-children > .sub-menu:before {
  position: absolute;
  top: -9px;
  right: auto;
  bottom: auto;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid currentColor;
  border-left: 10px solid transparent;
  color: #fff;
  content: "";
  pointer-events: none;
}

.main-menu > li.menu-item-has-children > .sub-menu.left-direction:before {
  right: 20px;
  left: auto;
}

.main-menu .sub-menu:not(.sub-mega) {
  font-weight: 500;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
}

.main-menu .sub-menu .sub-menu.mega-tree,
.navbar-holder.is-light-text .main-menu .sub-menu .sub-menu.mega-tree {
  background: none;
  background-image: none;
  background-color: transparent;
}

.main-menu .sub-menu li:hover > .sub-menu,
.topbar-menu .sub-menu li:hover > .sub-menu,
.main-menu .sub-menu .menu-item-has-children.show-smenu > .sub-menu,
.topbar-menu .sub-menu .menu-item-has-children.show-smenu > .sub-menu {
  right: auto;
  left: calc(100% - 1px);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.main-menu .sub-menu li:hover > .sub-menu.left-direction {
  right: calc(100% - 1px);
  left: auto;
}

.sub-menu li {
  position: relative;
}

.main-menu > li > .sub-menu:not(.sub-mega) a {
  display: flex;
  display: -webkit-flex;
  padding: 7px 20px 7px 25px;
  line-height: 1;
  flex-grow: 1;
  align-items: center;
}

.main-menu .sub-menu a > span {
  position: relative;
  left: -4px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.main-menu .fw-mega-cat span.rb-iwrap {
  left: 0;
}

.menu-item-has-children.show-smenu .sub-menu a > span {
  flex-grow: 1;
}

.main-menu .sub-menu.left-direction a > span {
  right: -4px;
  left: auto;
}

.main-menu .pagination-wrap a > span {
  left: auto;
  color: inherit !important;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.rb-menu a > span {
  display: flex;
  display: -webkit-flex;
  position: relative;
  line-height: 1.3;
}

.rb-menu a > span i {
  margin-right: 7px;
}

.rb-menu a > span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: currentColor;
  content: "";
  opacity: 0.2 !important;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-menu a.pagination-link > span:before {
  display: none;
}

.topbar-menu .sub-menu a:hover > span,
.main-menu .sub-menu li a:hover > span {
  left: 0;
}

.main-menu .sub-menu.left-direction li a:hover > span {
  right: 0;
  left: auto;
}

.rb-menu > li.current-menu-item > a > span:before {
  width: 100%;
  color: #ff8763;
  opacity: 1;
}

.rb-menu a:hover > span:before,
.rb-menu > li.current-menu-item > a:hover > span:before {
  width: 100%;
  opacity: 1;
}

.rb-menu > li.current-menu-item > a:hover > span:before {
  color: inherit;
}

/** mega menu */
.main-menu > li.is-mega-menu.type-category,
.main-menu > li.is-mega-menu.type-category > a {
  position: static;
}

.main-menu > li.is-mega-menu.type-column,
.main-menu > li.is-mega-menu.type-column > a {
  position: relative;
}

.mega-holder {
  display: flex;
  display: -webkit-flex;
  min-height: 230px;
  flex: 0 0 100%;
  flex-flow: row nowrap;
}

.main-menu .mega-category.sub-menu {
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
}

.mega-category .p-wrap {
  margin-bottom: 20px;
}

.mega-category.sub-mega .pagination-wrap {
  margin-top: 5px;
  margin-bottom: 20px;
}

.mega-category a.pagination-link {
  min-height: 32px;
  line-height: 32px;
}

.pagination-simple .rbi-arrow-left {
  margin-right: 7px;
}

.pagination-simple .rbi-arrow-right {
  margin-left: 7px;
}

.main-menu .sub-mega .sub-menu {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  visibility: visible !important;
  min-width: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.main-menu .sub-mega .sub-menu .sub-menu {
  background-color: transparent !important;
  background-image: none;
  background: none;
}

.main-menu li.menu-item-has-children:hover > .sub-mega .sub-menu {
  pointer-events: auto !important;
}

.sub-mega .fw-mega-cat {
  display: flex;
  display: -webkit-flex;
  padding: 20px 20px 0;
  width: auto;
  flex-grow: 1;
  flex-basis: 0;
  flex-flow: row wrap;
}

.elementor-widget-wrap .block-wrap.none-margin .content-wrap {
  margin-bottom: 0;
}

.main-menu .sub-menu.mega-col {
  padding-top: 0;
  padding-bottom: 0;
}

.sub-menu.mega-col > .sub-menu {
  overflow: hidden;
}

.main-menu .sub-mega.sub-menu .menu-item-has-children > a:after,
.rb-menu .mega-col.sub-menu a > span:before {
  display: none;
}

.rb-menu .mega-col.sub-menu a > span {
  left: auto;
}

.header-2 .rb-menu > li > .sub-menu.mega-col {
  left: -200px;
}

.mega-col > .sub-menu {
  display: flex;
  display: -webkit-flex;
  padding-top: 0;
  padding-bottom: 0;
  flex-flow: row nowrap;
  align-items: stretch;
}

.mega-col > .sub-menu > li:not(.is-menu-image) a {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.mega-col > .sub-menu > li:not(.is-menu-image) a:hover {
  opacity: 1;
}

.mega-col > .sub-menu > li:not(.is-menu-image) > a {
  position: relative;
  padding-bottom: 15px;
  font-size: 1.1em;
  opacity: 1;
}

.mega-col > .sub-menu > li:not(.is-menu-image) > a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.mega-col li:not(.is-menu-image) a {
  display: block;
  padding: 5px 0;
}

.sub-menu-image {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sub-menu-image img {
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  object-fit: cover;
  -webkit-object-fit: cover;
}

.is-menu-image:hover img {
  opacity: 0.7;
}

.mega-col > .sub-menu > li {
  max-width: 190px;
  width: 190px;
}

.mega-col > .sub-menu > li:not(.is-menu-image) {
  padding: 20px 20px 20px 24px;
  flex-shrink: 0;
}

.mega-col > .sub-menu > li.is-menu-image {
  position: relative;
  min-height: 200px;
}

.mega-col > .sub-menu > li.is-menu-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-indent: -9999px;
  font-size: 0;
}

.fw-mega-cat .content-wrap {
  clear: both;
  margin-bottom: 0 !important;
  width: 100%;
}

.mega-category .mega-holder > .sub-menu {
  position: relative;
  display: flex;
  display: -webkit-flex;
  padding: 20px 20px 24px 20px;
  width: 210px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  flex-shrink: 0;
  flex-flow: column wrap;
  background: none;
}

.mega-category .mega-holder > .sub-menu:after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  display: block;
  width: 60px;
  height: 40px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.mega-category .sub-menu a {
  display: inline-flex;
  display: -webkit-inline-flex;
  padding: 7px 0;
}

.header-2 nav#site-navigation {
  position: static;
  margin-right: 15px;
  flex-grow: 0;
  flex-basis: auto;
}

/** header 3 */
.header-3 .navbar-outer,
.header-6 .navbar-outer,
.banner-wrap {
  position: relative;
  display: block;
}

.header-3 .banner-inner,
.header-6 .banner-inner {
  padding: 20px 0;
  align-items: center;
}

.header-7 .banner-inner {
  padding: 50px 0;
  align-items: center;
}

.header-3 .banner-right,
.header-5 .banner-right,
.header-6 .banner-right,
.header-7 .banner-right {
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.header-3 .banner-right,
.header-6 .banner-right,
.header-7 .banner-right {
  position: relative;
  min-height: 50px;
  align-items: stretch;
}

.header-3 .banner-right .navbar-social,
.header-6 .banner-right .navbar-social {
  margin-right: 7px;
}

.header-3 .logo-wrap,
.header-6 .logo-wrap,
.header-7 .logo-wrap {
  text-align: center;
}

.header-3 .banner-centered,
.header-3 .navbar-centered,
.header-3 .main-menu-wrap,
.header-6 .navbar-centered,
.header-6 .banner-centered,
.header-6 .main-menu-wrap,
.header-7 .banner-centered {
  justify-content: center;
}

.header-3 .section-sticky .main-menu-wrap,
.header-6 .section-sticky .main-menu-wrap {
  justify-content: flex-start;
}

.header-3 .navbar-right > *,
.header-6 .navbar-right > *,
.header-7 .navbar-right > * {
  height: 100%;
}

.header-3 .banner-right .navbar-social a,
.header-6 .banner-right .navbar-social a {
  font-size: 20px;
}

.header-3 .main-menu-wrap .rb-error,
.header-6 .main-menu-wrap .rb-error,
.header-7 .main-menu-wrap .rb-error {
  margin: auto;
}

.header-3 .banner-right .cart-link,
.header-6 .banner-right .cart-link,
.header-7 .banner-right .cart-link {
  position: relative;
  margin-left: 7px;
  padding-left: 7px;
}

.header-3 .banner-right .cart-link:before,
.header-6 .banner-right .cart-link:before,
.header-7 .banner-right .cart-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: currentColor;
  content: "";
  opacity: 0.1;
}

.header-7 .navbar-wrap,
.header-7 .mobile-sticky-nav {
  background-color: #fafafa;
}

.single .header-7 .banner-wrap,
.blog .header-7 .banner-wrap,
.page-template-default:not(.elementor-page) .header-7 .banner-wrap,
.post-type-archive .header-7 .banner-wrap,
.is-bb .header-7 .banner-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.single.is-single-2 .header-7 .banner-wrap,
.single.is-single-3 .header-7 .banner-wrap {
  border-bottom: none;
}

.header-7 .navbar-social a {
  font-size: 16px;
}

.header-7.header-wrap .navbar-right .search-icon {
  font-size: 28px;
}

.header-7.header-wrap .navbar-right .bookmark-icon {
  font-size: 20px;
}

.main-menu > li.menu-item-has-children > .mega-col.sub-menu:before {
  right: auto;
  left: calc(50% - 5px);
  left: 50%;
}

/** header 4 */
.header-4 .navbar-holder,
.header-8 .navbar-holder {
  position: relative;
}

.header-4 .navbar-inner,
.header-8 .navbar-inner {
  position: static;
}

.header-4 .navbar-left,
.header-8 .navbar-left {
  flex: 0 0 auto;
}

.header-4 .navbar-right-holder {
  position: static;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  justify-content: flex-end;
}

.header-8 .navbar-center {
  display: flex;
  display: -webkit-flex;
}

.header-8 .nav-right {
  position: static;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}

.header-4 .mega-category.sub-mega.sub-menu,
.header-8 .mega-category.sub-mega.sub-menu {
  right: -15px;
  left: -15px;
  border-radius: 0;
  webkit-border-radius: 0;
}

.header-float.default-8 .transparent-navbar-wrap .navbar-holder,
.header-float.default-8 #sticky-nav .navbar-holder,
.header-8 #sticky-nav .navbar-holder {
  max-width: 100%;
}

.header-float.default-8 .transparent-navbar-wrap .main-menu-wrap,
.header-float.default-8 #sticky-nav .main-menu-wrap,
.header-8 #sticky-nav .main-menu-wrap {
  justify-content: center;
}

.header-float.default-8 .transparent-navbar-wrap .nav-right,
.header-float.default-8 #sticky-nav .nav-right,
.header-8 #sticky-nav .nav-right {
  min-width: 200px;
}

.header-float.default-8 .transparent-navbar-wrap .logo-wrap,
.header-float.default-8 #sticky-nav .logo-wrap,
.header-8 #sticky-nav .logo-wrap {
  min-width: 120px;
}

/** header 5 */
.header-5 .logo-wrap img {
  max-height: 90px;
}

.header-5 .banner-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-5 .navbar-wrap,
.heder-5 .mobile-sticky-nav {
  background-color: #333;
}

.header-5 .btn-toggle-wrap,
.header-5 .section-sticky .logo-wrap,
.header-5 .main-menu > li > a,
.header-5 .navbar-right {
  color: #fff;
}

.header-5 .rb-counter {
  background-color: #fff;
  color: #333;
}

.header-5 .banner-inner {
  justify-content: center;
}

header:not(.header-5) .advert-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-subscribe a {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.header-subscribe img {
  margin-right: 15px;
  max-height: 70px;
  width: auto;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.subscribe-content {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.subscribe-content * {
  display: block;
  line-height: 1;
}

.fw-subscribe .subscribe-description {
  line-height: 1.4;
}

.subscribe-content .desc {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.subscribe-content .action-text {
  text-transform: uppercase;
}

.subscribe-content i {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 2rem;
  opacity: 0.2;
}

.subscribe-link:hover .subscribe-content {
  opacity: 0.7;
}

/** header 6 */
.header-6 .banner-wrap {
  background-color: #111;
}

.header-6 .subscribe-content i {
  opacity: 0.4;
}

/** site mobile logo */
#mobile-navbar,
.mobile-sticky-nav {
  display: none;
  margin: 0;
  padding: 0;
}

.mobile-navbar {
  margin: 0;
  padding: 0;
}

.mobile-sticky-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  background-color: #fff;
  transform: translate3d(0, -60px, 0);
  -webkit-transform: translate3d(0, -60px, 0);
  will-change: transform;
  -webkit-transition: transform 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
}

.m-nav-left {
  position: relative;
  z-index: 100;
}

.mobile-navbar .btn-toggle-wrap {
  position: relative;
  display: flex;
  display: -webkit-flex;
  padding-right: 10px;
}

.logo-mobile-wrap {
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  pointer-events: auto;
  justify-content: center;
}

.logo-mobile-wrap a {
  display: flex;
  display: -webkit-flex;
  max-height: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.logo-mobile-wrap img {
  display: inline-flex;
  display: -webkit-inline-flex;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  -webkit-object-fit: contain;
}

.mobile-nav-inner {
  display: flex;
  display: -webkit-flex;
  position: relative;
  height: 60px;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.m-nav-right {
  position: relative;
  z-index: 99;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  flex-flow: row nowrap;
  align-items: center;
}

.m-nav-right > * {
  position: static;
  display: flex;
  display: -webkit-flex;
  height: 100%;
}

.m-nav-right a,
.m-nav-right .btn-toggle-wrap {
  padding-left: 10px;
}

.mobile-logo-left .mobile-nav-inner {
  justify-content: flex-start;
}

.m-nav-centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  pointer-events: none;
}

.m-nav-centered > * {
  z-index: 999;
  pointer-events: auto;
}

.mobile-logo-left .m-nav-centered {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  height: 100%;
  flex-grow: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

.mobile-logo-left .m-nav-centered > * {
  margin-left: 0;
  height: 100%;
  justify-content: flex-start;
}

.mobile-logo-left .m-nav-right {
  margin-left: auto;
}

.mobile-logo-left .mobile-navbar .icon-toggle:before,
.mobile-logo-left .mobile-navbar .icon-toggle:after {
  right: 0;
  left: auto;
}

.mobile-logo-left .mobile-navbar .off-canvas-trigger {
  padding-right: 0;
}

.mobile-search .header-lightbox.navbar-search-popup {
  right: 0;
}

.mobile-search .header-lightbox:before {
  right: 15px;
}

.navbar-border-holder {
  border-bottom: 2px solid currentColor;
}

.is-single-2 .navbar-border-holder,
.is-single-3 .navbar-border-holder,
.none-nb .navbar-border-holder,
.elementor-template-full-width .navbar-border-holder {
  border: none;
}

.section-sticky-holder {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.62, 0.74, 0.57, 1);
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
  pointer-events: none;
}

body.boxed .section-sticky-holder {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-sticky .navbar-left {
  flex: 1 1 auto;
}

.section-sticky-holder.is-show {
  top: 0 !important;
  visibility: visible;
  pointer-events: auto !important;
}

.mobile-sticky-nav.is-show {
  visibility: visible;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

.section-sticky img.logo-default {
  max-height: 60px;
  width: auto;
}

.section-sticky .logo-wrap {
  flex: 0 0 auto;
}

.section-sticky .logo-wrap.is-logo-text {
  text-align: left;
}

/*
--------------------------------------------------------------
    5.0 - LEFT SIDE SECTION
*/
.off-canvas-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9900;
  visibility: hidden;
  overflow: hidden;
  width: 320px;
  height: 100%;
  background-color: #333;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.amp-canvas-wrap {
  background-color: #333;
}

.off-canvas-wrap.light-style,
.amp-canvas-wrap.light-style {
  background-color: #fff;
}

.off-canvas-holder {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  padding-bottom: 60px;
  height: 100%;
  flex-flow: column nowrap;
}

.off-canvas-holder:before {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 50px;
  left: auto;
  display: block;
  width: 40px;
  height: 60px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.off-canvas-tops {
  position: relative;
  height: 38px;
}

.off-canvas-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  flex-flow: column nowrap;
}

.off-canvas-wrap.is-dark-text,
.amp-canvas-wrap.is-dark-text {
  background-color: #fff;
}

.admin-bar .off-canvas-wrap {
  top: 32px;
}

.mobile-js-menu .off-canvas-wrap {
  visibility: visible;
  -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);
}

.site-mask {
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 9801;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition:
    background 0.4s cubic-bezier(0.32, 0.74, 0.57, 1),
    visibility 0.4s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition:
    background 0.4s cubic-bezier(0.32, 0.74, 0.57, 1),
    visibility 0.4s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition:
    background 0.4s cubic-bezier(0.32, 0.74, 0.57, 1),
    visibility 0.4s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
}

.mobile-js-menu .site-mask {
  top: 0;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: auto;
}

.mobile-js-menu.off-canvas-light .site-mask {
  background: rgba(0, 0, 0, 0.9);
}

.mobile-js-menu .site-mask:hover {
  cursor: url("../images/close.svg"), default;
}

.close-panel-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  z-index: 100;
}

#off-canvas-close-btn {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.off-canvas-wrap.is-dark-text #off-canvas-close-btn {
  color: #333;
}

#off-canvas-close-btn:hover {
  background-color: #ff8763;
  color: #fff;
  opacity: 1;
}

.btn-close {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close:hover {
  opacity: 1;
}

.off-canvas-header .inner-bottom {
  position: relative;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.off-canvas-header .inner-bottom > * {
  display: flex;
  display: -webkit-flex;
  margin-top: 25px;
}

.off-canvas-header .inner-bottom-right > * {
  margin-left: 7px;
}

.off-canvas-header .inner-bottom-right > *:first-child {
  margin-left: 0;
}

.off-canvas-header .inner-bottom > *:last-child:not(.inner-bottom-right) {
  margin-right: auto;
  margin-left: auto;
}

.off-canvas-social a {
  display: inline-block;
  width: 32px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.off-canvas-social a:hover {
  opacity: 0.7;
}

.off-canvas-menu {
  position: relative;
  display: block;
}

.off-canvas-menu li {
  position: relative;
}

.off-canvas-menu > li > a {
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
}

.off-canvas-menu .sub-menu {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
  padding-bottom: 10px;
  padding-left: 25px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
}

.off-canvas-menu a {
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.off-canvas-menu a > span {
  margin-top: 7px;
  margin-bottom: 7px;
}

.off-canvas-menu > li > a > span {
  margin-top: 10px;
  margin-bottom: 10px;
}

.off-canvas-menu .explain-menu {
  z-index: 99;
  padding: 10px;
  text-align: right;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  flex: 1;
}

.off-canvas-menu .explain-menu:hover {
  opacity: 1;
}

.off-canvas-wrap .widget-section-wrap {
  display: block;
  margin-top: 50px;
}

.off-canvas-header {
  position: relative;
  display: block;
  padding: 60px 20px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.off-canvas-header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  pointer-events: none;
}

.off-canvas-header .header-inner {
  position: relative;
  z-index: 10;
}

.off-canvas-logo {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
}

.off-canvas-logo img {
  display: inline-block;
  max-height: 90px;
  width: auto;
  line-height: 0;
}

.off-canvas-subscribe {
  position: relative;
  display: block;
}

.off-canvas-subscribe a {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff8763;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.off-canvas-subscribe a:hover,
.off-canvas-subscribe a:focus {
  background-color: #333;
}

.off-canvas-subscribe a * {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

.off-canvas-subscribe a i {
  margin-right: 7px;
}

/*
--------------------------------------------------------------
    6.0 - POST LISTING
*/
.p-grid,
.p-list,
.p-classic,
.infeed-wrap {
  margin-bottom: 35px;
}

.block-wrap:not(.none-margin) .content-wrap {
  margin-bottom: -35px;
}

.elementor-widget-container > .block-wrap:not(.none-margin) .content-wrap {
  margin-bottom: 0;
}

.block-wrap .rb-error {
  margin: 20px auto 0 auto;
  max-width: 600px;
  text-align: center;
  line-height: 1.7;
}

.p-feat-holder {
  position: relative;
  display: block;
}

.p-feat {
  position: relative;
  display: block;
  overflow: hidden;
}

.rb-iwrap {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 67.56%;
}

.elementor .rb-iwrap img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.rb-iwrap.pc-75 {
  padding-bottom: 75%;
}

.rb-iwrap.pc-110,
.rb-iwrap.pc-150 {
  padding-bottom: 112%;
}

.rb-iwrap img {
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center;
  -webkit-object-position: center;
}

.rb-iwrap.autosize {
  padding-bottom: 0;
}

.rb-iwrap.autosize .rb-lazyload:not(.loaded) {
  max-height: 50vh;
}

.rb-iwrap.autosize img {
  position: relative;
  width: 100%;
  height: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}

.s-lazyload.rb-iwrap {
  height: 100%;
  width: 100%;
  padding: 0;
}

.content-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  pointer-events: none;
  flex-flow: column wrap;
  justify-content: flex-end;
}

.overlay-holder {
  position: relative;
  z-index: 100;
  display: block;
  padding: 0 20px 15px;
  pointer-events: auto;
}

.p-overlay .content-overlay:before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: auto;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  content: "";
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}

.p-overlay.f-gradient .content-overlay:before {
  display: none;
}

.is-fmask .p-overlay.f-gradient .rb-iwrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: auto;
  background-color: #000;
  content: "";
  opacity: 0.5;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none !important;
  pointer-events: none;
}

.overlay-holder > * {
  position: relative;
}

/** post format */
.p-format {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 48px;
  /*pointer-events: none;*/
}

.p-format i {
  display: block;
  vertical-align: middle;
  text-align: center;
  text-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4);
  font-size: inherit;
  line-height: 60px;
}

.p-overlay .p-format {
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  height: auto;
}

.p-overlay .p-format i {
  letter-spacing: 0;
  line-height: 1;
}

.p-format.format-gallery i:before {
  font-size: 0.825em;
}

/** cat info  */
.p-cat-info {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: flex;
  display: -webkit-flex;
  padding: 0 12px 12px 12px;
  font-weight: 600;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  line-height: 0;
  align-items: center;
  flex-flow: row wrap;
}

.p-cat-info.is-relative {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-bottom: 10px;
  padding: 0;
}

.overlay-holder .p-cat-info.is-relative {
  margin-bottom: 7px;
}

.is-fmask .p-feat .p-cat-info.is-absolute:before {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: auto;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  content: "";
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}

.p-cat-info > * {
  display: inline-flex;
  display: -webkit-inline-flex;
  margin-bottom: 3px;
}

.cat-info-el {
  margin-right: 3px;
  color: inherit;
  white-space: nowrap;
  letter-spacing: 0.0215rem;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.cat-info-el:hover,
.cat-info-el:focus {
  opacity: 0.9;
}

.p-cat-info .cat-info-el:last-child,
.cat-icon-square .cat-info-el:last-child {
  margin-right: 0;
}

.additional-meta {
  display: flex;
  display: -webkit-flex;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  line-height: 0;
  align-items: center;
}

.cat-icon-round .p-cat-info .additional-meta,
.cat-icon-radius .p-cat-info .additional-meta {
  margin-left: 7px;
}

.cat-icon-square .p-cat-info .additional-meta:before,
.cat-icon-line .p-cat-info .additional-meta:before {
  margin-right: 5px;
  margin-left: 3px;
  content: ".";
}

.p-cat-info.is-absolute .additional-meta {
  color: #fff;
}

.additional-meta * {
  display: inline-flex;
  display: -webkit-inline-flex;
  line-height: 1;
}

.additional-meta i {
  margin-right: 4px;
}

.additional-meta i:before {
  vertical-align: middle;
}

.p-grid-5 .additional-meta,
.p-grid-6 .additional-meta,
.single-4 .additional-meta {
  color: #666;
}

.p-url,
.p-wrap .p-url {
  display: inline;
  margin: 0;
  padding: 0;
  color: inherit;
  text-transform: inherit;
  word-break: break-word;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
}

.p-url:hover,
.p-url:focus,
.p-wrap .p-url:hover,
.p-wrap .p-url:focus {
  color: #ff8763;
  text-decoration-color: currentColor;
  -webkit-text-decoration-color: currentColor;
  -moz-text-decoration-color: currentColor;
}

.p-tagline p {
  color: inherit;
}

.p-wrap .entry-summary,
.rb-sdecs,
.twitter-content.entry-summary {
  margin-top: 12px;
  color: #666;
  font-size: 0.85rem;
  line-height: 1.7;
}

.p-link {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  min-height: 24px;
  color: #333;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  flex-flow: row nowrap;
  align-items: center;
}

.p-link span {
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.p-link i {
  margin-left: 4px;
  color: inherit;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.p-link:hover span,
.p-link:hover i {
  color: #ff8763;
}

.p-link:hover i {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.p-wrap.sticky .entry-title:before {
  margin-right: 2px;
  content: "\e00e";
  font-size: 0.85em;
  font-family: "ruby-icon";
  text-decoration-line: none;
}

.p-footer {
  display: flex;
  display: -webkit-flex;
  margin-top: 15px;
  flex-flow: row nowrap;
  align-items: center;
  flex-grow: 1;
}

.no-avatar .p-footer {
  margin-top: 8px;
}

.rb-hf .p-footer {
  margin-top: 5px;
}

.p-meta-info {
  display: flex;
  display: -webkit-flex;
  color: #666;
  letter-spacing: 0.0215rem;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  flex: 1;
  flex-flow: row wrap;
  align-items: center;
}

.is-meta-border .p-classic .p-footer:before,
.is-meta-border .p-overlay-4 .p-footer:before,
.is-meta-border .p-overlay-9 .p-footer:before,
.is-meta-border .p-list-1 .p-footer:before {
  position: absolute;
  top: 0;
  display: block;
  width: 90px;
  height: 2px;
  background: currentColor;
  content: "";
}

.is-meta-border .p-overlay-4 .p-footer:before {
  left: 50%;
  margin-left: -45px;
}

.is-meta-border .fw-feat-6 .p-overlay-4 .p-footer:before {
  left: 0;
  margin-left: 0;
}

.is-meta-border .p-classic .p-footer,
.is-meta-border .p-overlay-4 .p-footer,
.is-meta-border .p-overlay-9 .p-footer,
.is-meta-border .p-list-1 .p-footer {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}

.meta-info-el {
  display: flex;
  display: -webkit-flex;
  min-height: 1.375rem;
  flex-flow: row wrap;
  align-items: center;
}

.meta-info-el > * {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  align-items: center;
}

.meta-info-el:before {
  margin-right: 7px;
  margin-left: 7px;
  width: 0;
  height: 6px;
  border-left: 2px solid;
  content: "";
  letter-spacing: 0;
  opacity: 0.2;
}

.meta-avatar {
  margin-right: 7px;
  flex-shrink: 0;
}

.p-wrap .meta-avatar img,
.meta-avatar img {
  display: inline-flex;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.meta-info-el a {
  -webkit-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.meta-info-el a:hover {
  color: #ff8763;
}

abbr.updated {
  display: none !important;
}

.meta-info-el:first-child:before {
  display: none !important;
}

.meta-info-el i {
  margin-right: 3px;
}

.meta-info-tag a:after,
.meta-info-cat a:after {
  margin-right: 2px;
  margin-left: 2px;
  content: ",";
  letter-spacing: 0;
}

.meta-info-author.meta-info-el {
  color: #333;
  font-weight: 700;
}

.meta-info-tag a:last-of-type:after,
.meta-info-cat a:last-of-type:after {
  display: none;
}

.meta-shop-post i {
  margin-right: 4px;
  font-weight: normal;
  font-size: 1.15em;
}

.p-grid .p-feat,
.p-classic .p-feat {
  margin-bottom: 15px;
}

.p-classic .p-feat-holder,
.single-1 .single-feat {
  display: flex;
  display: -webkit-flex;
  max-width: 100%;
  flex-flow: column nowrap;
}

.p-classic.p-classic-2 .p-header {
  margin-bottom: 20px;
  text-align: center;
}

.p-classic-2 .p-cat-info {
  justify-content: center;
}

.p-classic.p-classic-2 .p-feat {
  margin-bottom: 0;
}

.p-classic-2 .p-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.15;
  pointer-events: none;
}

.p-classic-2 .p-footer {
  position: relative;
  padding: 10px 20px;
}

.none-core.p-classic .rb-iwrap img {
  width: auto;
  height: auto;
  position: relative;
}

.none-core.p-classic .rb-iwrap {
  padding: 0;
  width: auto;
  display: inline-block;
}

.p-grid-2 .p-review-info {
  padding-left: 12px;
  padding-right: 12px;
}

.p-grid-4 .p-feat {
  margin-bottom: 10px;
}

.p-grid-4.is-pop-style .p-header {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  flex-flow: row nowrap;
}

.p-grid-4.is-pop-style .p-header .counter-index {
  margin-right: 7px;
  color: #ff8763;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1;
  flex-shrink: 0;
}

.p-grid-4.is-pop-style .entry-title {
  flex-grow: 1;
}

.p-grid-5,
.p-grid-6,
.p-masonry-1 {
  display: flex;
  display: -webkit-flex;
  flex-flow: column nowrap;
}

.p-grid-5,
.p-grid-6 {
  margin-bottom: 0 !important;
}

.p-grid-5 .p-feat,
.p-grid-6 .p-feat,
.p-masonry-1 .p-feat {
  margin-bottom: 0;
}

.p-grid-5 .p-review-info,
.p-grid-6 .p-review-info,
.p-masonry-1 .p-review-info {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
}

.p-grid-5 .p-content-wrap,
.p-masonry-1 .p-content-wrap {
  display: flex;
  padding: 20px 20px 0 20px;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.p-grid-5 .entry-summary {
  text-align: center;
}

.p-grid-6 .p-content-wrap {
  display: flex;
  display: -webkit-flex;
  padding: 20px;
  min-height: 140px;
  background-color: #fafafa;
  align-items: center;
}

.p-grid-6 .p-content-inner {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.p-masonry-1 .p-footer {
  position: relative;
  margin-top: 15px;
  padding-top: 20px;
  width: 100%;
}

.p-masonry-1 .p-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.15;
}

.p-grid-5 .p-header,
.p-grid-6 .p-header,
.p-masonry-1 .p-header {
  text-align: center;
}

.p-masonry-1 .entry-summary {
  text-align: center;
}

.p-wrap.p-grid-w1 {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.p-grid-w1 .entry-title {
  margin-bottom: 0;
}

.p-grid-w1 .p-format i,
.p-list-4 .p-format i {
  font-size: 32px !important;
}

.p-list-4 .p-footer {
  margin-top: 5px;
}

.p-list-1.rb-row {
  align-items: center;
}

.p-list-1 .p-header {
  width: 100%;
  flex: 0 0 100%;
}

.p-list-1 .p-feat-holder {
  flex-grow: 1;
}

.p-list-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-flow: row nowrap;
}

.p-list-2 .col-left {
  margin: 0 20px 0 0;
  min-height: 100%;
  width: 209px;
  height: auto;
  flex-shrink: 0;
}

.p-list-2 .col-right {
  flex: 1;
}

.p-list-3 {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: center;
}

.p-list-3 .col-left {
  margin-right: 20px;
  width: 260px;
  flex-shrink: 0;
}

.p-list-3 .col-right {
  flex-grow: 1;
}

.post-list-3 .read-it-later i {
  font-size: 0.72em;
}

.p-list-4.p-list {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 25px;
  align-items: center;
}

.trending-section .p-list.p-list-4 {
  margin-bottom: 20px;
}

.trending-section .p-list.p-list-4:last-child {
  margin-bottom: 0;
}

.p-list-4 .col-left {
  margin-right: 20px;
  width: 100px;
  height: auto;
  flex-shrink: 0;
}

.p-list-4 .col-right {
  flex-grow: 1;
}

.p-list-5 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 4px !important;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  align-items: center;
  flex-flow: row wrap;
}

.p-cat-dot {
  padding-right: 5px;
  flex-shrink: 0;
}

.p-list-4 .post-footer {
  margin-top: 3px;
}

.p-list-5 .post-footer {
  margin-top: 2px;
}

.p-list-5 .p-header {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: center;
}

.p-list-5 .entry-title {
  flex-grow: 1;
}

.p-list-6,
.p-list-7 {
  background-color: #fafafa;
}

.p-list-6 .p-feat-holder,
.p-list-7 .p-feat-holder {
  flex-grow: 1;
  height: 100%;
}

.p-list-6 .p-feat,
.p-list-6 .rb-iwrap,
.p-list-7 .p-feat,
.p-list-7 .rb-iwrap {
  height: 100%;
}

.p-wrap.p-list.p-list-6,
.p-wrap.p-list.p-list-7 {
  margin-bottom: 0;
}

.p-list-6 .col-right,
.p-list-7 .col-right {
  align-items: center;
  padding: 40px;
}

.cat-dot-el {
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  background-color: #333;
  vertical-align: baseline;
  line-height: 10px;
}

.p-overlay-1:not(.rb-hf) .p-footer,
.p-overlay-7:not(.rb-hf) .p-footer {
  margin-bottom: -35px;
  margin-bottom: calc(-1.375rem - 12px);
  opacity: 0;
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    margin-bottom 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    margin-bottom 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    margin-bottom 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    margin-bottom 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition:
    opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1),
    margin-bottom 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.p-overlay-1:not(.rb-hf) .p-meta-info,
.p-overlay-7:not(.rb-hf) .p-meta-info {
  flex-wrap: nowrap;
}

body .p-overlay-1:not(.rb-hf):hover .p-footer,
body .p-overlay-7:not(.rb-hf):hover .p-footer {
  margin-bottom: 0;
  opacity: 1;
}

.p-overlay-4 .overlay-holder {
  padding: 0;
  max-width: 860px;
  width: 100%;
  flex-grow: 1;
}

.p-overlay-9 .overlay-holder {
  padding: 0;
  max-width: 860px;
  width: 100%;
  flex-grow: 1;
}

.p-overlay-4 .overlay-holder:before,
.p-overlay-9 .overlay-holder:before {
  display: none;
}

.p-overlay-4 .p-feat:after,
.p-overlay-9 .p-feat:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  content: "";
  opacity: 0.5;
  pointer-events: none;
}

.p-overlay-4 .rb-iwrap {
  padding-bottom: 50%;
}

.p-overlay-9 .rb-iwrap {
  padding-bottom: 56.25%;
}

.p-overlay-4 .rb-iwrap img,
.p-overlay-9 .rb-iwrap img {
  object-position: 50% 20%;
}

.p-overlay-4 .p-meta-info {
  justify-content: center;
}

.p-overlay-4 .p-meta-sponsor {
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.p-overlay-4 .content-overlay,
.p-overlay-4 .p-cat-info {
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* p overlay 6 */
.p-overlay-6 .content-overlay {
  justify-content: center;
  align-items: center;
}

.p-overlay-6 .overlay-holder {
  padding-bottom: 0;
}

.p-overlay-6 .p-cat-info,
.p-overlay-6 .p-meta-info {
  justify-content: center;
}

.p-overlay-6 .p-header {
  text-align: center;
}

.p-overlay-6.p-overlay .content-overlay:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}

.p-overlay-7 {
  margin-bottom: 10px;
}

.p-overlay-7:last-child {
  margin-bottom: 0;
}

/** slider feat 6 */
.slider-feat-4 .owl-dots,
.slider-feat-5 .owl-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  color: #fff;
}

.is-header-float .slider-feat-4.per-load {
  height: 220px;
}

.is-header-float .fw-feat-4 .load-animation {
  background-color: #333;
}

.rb-owl .content-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  will-change: opacity;
}

.rb-owl .owl-item.active .content-overlay,
.rb-owl .owl-item.loaded .content-overlay {
  opacity: 1;
}

.sponsor-label {
  margin-right: 4px;
  color: #ff8763;
  letter-spacing: 0.0215rem;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.sponsor-link {
  display: flex;
  display: -webkit-flex;
  letter-spacing: 0.0215rem;
  font-weight: 700;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  align-items: center;
}

.single-sponsor .sponsor-label {
  text-transform: uppercase;
}

.sponsor-link:hover {
  opacity: 0.7;
}

.sponsor-inner {
  display: flex;
  display: -webkit-flex;
  line-height: 1.3;
  align-items: center;
  flex-flow: row wrap;
}

img.sponsor-logo {
  overflow: hidden;
  margin-left: 3px;
  max-height: 30px;
  width: auto;
  height: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.sponsor-inner i {
  margin-right: 4px;
  font-weight: normal;
  font-size: 1.05em;
  opacity: 0.7;
}

.single-sponsor .sponsor-icon {
  margin-right: 7px;
}

.single-sponsor i.sponsor-icon {
  font-size: 16px;
}

.single-3 .single-header-overlay .sponsor-inner,
.single-4 .single-header .sponsor-inner {
  justify-content: center;
}

.single-2 .single-header-overlay .sponsor-link,
.single-3 .single-header-overlay .sponsor-link {
  text-transform: uppercase;
}

.single-widget-section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.single-top-section .widget {
  margin-bottom: 40px;
}

.single-bottom-section .widget {
  margin-top: 40px;
}

/*
--------------------------------------------------------------
    7.0 - SECTIONS & BLOCKS
*/

.block-header {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
}

.block-title {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
}

.block-header-1 .block-title {
  padding: 0 12px;
}

.block-header-dot .block-title:before {
  position: absolute;
  top: -5%;
  right: auto;
  bottom: -5%;
  left: 0;
  z-index: 1;
  display: block;
  width: 40px;
  height: 110%;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.block-title a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.block-title a:hover {
  opacity: 0.7;
}

.block-header-dot .block-title {
  padding-left: 10px;
  line-height: 1;
}

.block-header-1 .block-title:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-left: 2px solid;
  content: "";
  opacity: 0.5;
  pointer-events: none;
}

.block-header-1 .block-title:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  opacity: 0.3;
  pointer-events: none;
}

.block-header-3 .block-title {
  padding: 0 12px 0 15px;
}

.block-header-3 .block-title:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: -9px;
  width: 7px;
  height: 18px;
  background-color: #ff8763;
  content: "";
}

.block-header-4 .block-title {
  padding: 5px 20px;
  background-color: #333;
  color: #fff;
}

.block-header-2 .block-header,
.block-header-5 .block-header {
  justify-content: center;
  flex-flow: column nowrap;
}

.block-header-2 .block-title,
.block-header-5 .block-title {
  display: block;
  float: none;
}

.block-header-2 .cat-list-inner .block-header,
.block-header-5 .cat-list-inner .block-header {
  align-items: center;
}

.block-header-2 .cat-list-inner .element-desc,
.block-header-5 .cat-list-inner .element-desc {
  text-align: center;
}

.block-header-2 .block-title:before,
.block-header-2 .block-title:after {
  position: absolute;
  top: 50%;
  right: 110%;
  right: calc(100% + 10px);
  left: auto;
  display: block;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  content: "";
}

.block-header-2 .block-title:after {
  right: auto;
  left: 110%;
  left: calc(100% + 10px);
}

.block-header-5 .block-title:before,
.block-header-5 .block-title:after {
  position: absolute;
  top: 50%;
  right: 110%;
  right: calc(100% + 10px);
  left: auto;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  content: "";
}

.block-header-5 .block-title:after {
  right: auto;
  left: 110%;
  left: calc(100% + 10px);
}

.block-header-2 .ajax-quick-filter,
.block-header-5 .ajax-quick-filter {
  display: block;
  float: none;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.block-header-2 .block-view-more,
.block-header-2 .block-view-more i,
.block-header-5 .block-view-more,
.block-header-5 .block-view-more i {
  display: none;
}

.block-header-2 .block-view-more,
.block-header-5 .block-view-more {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.block-header-2 div[class*="fw-feat"] .block-view-more,
.block-header-5 div[class*="fw-feat"] .block-view-more {
  margin-top: 10px;
}

.block-header-6 .block-header {
  flex-flow: row wrap;
}

.block-header-6 .block-title:before {
  content: "";
  left: 0;
  top: 50%;
  margin-top: -21px;
  position: absolute;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: currentColor;
  display: block;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

.block-header-7 .block-header:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: currentColor;
  bottom: -5px;
  left: 0;
  right: 0;
}

.block-header-7 .block-header .block-title:first-letter {
  color: #ff8763;
}

.ajax-quick-filter {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-left: 20px;
  max-width: 100%;
  color: #333;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  flex-grow: 1;
}

.filter-el {
  display: inline-block;
  white-space: nowrap;
}

.filter-el:after {
  display: inline-block;
  margin-right: 3px;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.2);
  content: "/";
  opacity: 1 !important;
  pointer-events: none;
}

.filter-el:last-child:after {
  display: none;
}

.block-view-more {
  margin-left: auto;
  padding-left: 20px;
  color: #333;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.block-view-more a {
  display: flex;
  display: -webkit-flex;
  color: inherit;
  white-space: nowrap;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  flex-shrink: 0;
  align-items: center;
  flex-flow: row nowrap;
}

.block-view-more .view-more-desc {
  display: flex;
  display: -webkit-flex;
  margin-top: -5px;
  color: inherit;
  white-space: nowrap;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  flex-shrink: 0;
  align-items: center;
  opacity: 0.7;
  flex-flow: row nowrap;
}

.block-view-more a i {
  margin-left: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.block-view-more a:hover {
  opacity: 1;
}

.block-view-more a:hover i {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.quick-filter-link {
  color: #333;
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.quick-filter-link.is-active,
.quick-filter-link:hover {
  opacity: 1;
}

.block-view-more a:hover,
.block-view-more a:focus {
  color: #333;
}

.block-header-6 .block-view-more {
  flex: 0 0 100%;
  margin-left: 0;
  margin-top: 15px;
  margin-right: auto;
  padding: 0;
}

.block-header-6 .view-more-desc {
  white-space: normal;
  max-width: 220px;
}

.block-header-6 .ajax-quick-filter {
  margin-right: 0;
  justify-content: flex-end;
}

/** blocks */
.fw-feat-1 .p-feat,
.fw-feat-11 .p-feat,
.fw-feat-17 .p-overlay-1 .p-feat,
.fw-feat-17 .p-list-4 {
  -webkit-box-shadow: 4px 7px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 7px 20px rgba(0, 0, 0, 0.05);
}

.amp-featured-outer {
  margin-top: 50px;
}

.block-wrap.fw-feat-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1520px;
}

.fw-feat-2 .p-overlay-1 .p-format {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}

.fw-feat-2 .p-overlay-1 .p-format i {
  margin: 0 !important;
}

.fw-feat-3 .content-inner,
.fw-feat-10 .content-inner {
  margin-right: -5px;
  margin-left: -5px;
}

.fw-feat-3 .p-wrap {
  padding-right: 5px;
  padding-left: 5px;
}

.fw-feat-10 .p-wrap {
  margin-right: 5px;
  margin-left: 5px;
}

.fw-feat-12 .content-inner,
.fw-feat-12 .p-wrap {
  margin-right: 5px;
  margin-left: 5px;
}

.block-advert .advert-wrap {
  text-align: center;
}

.slider-feat-13 {
  position: relative;
}

.ct-nav {
  display: none !important;
}

.ct-nav-holder {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

.ruby-dot {
  margin: 1px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.ruby-dot * {
  pointer-events: none;
}

.ct-nav-holder .nav-image img {
  opacity: 0.4;
}

.ct-nav-holder .cat-dot-el {
  background-color: #fff;
}

.ct-nav-holder .p-cat-dot,
.ct-nav-holder .cat-dot-el {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.ct-nav-holder .nav-image {
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #000;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.ct-nav-holder .nav-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ct-nav-holder .nav-title {
  position: relative;
  z-index: 10;
}

.rb-owl.slider-feat-13 .owl-dots,
.slider-feat-13 .owl-dots {
  margin: 0;
}

.rb-slideout {
  -webkit-animation-name: RBslideOutDown;
  animation-name: RBslideOutDown;
}

@-webkit-keyframes RBslideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes RBslideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/** fw feat 7 */
.fw-feat-7 .content-inner {
  margin-right: -10px;
  margin-left: -10px;
}

.fw-feat-7 .p-wrap,
.fw-feat-9 .p-wrap {
  padding-right: 10px;
  padding-left: 10px;
}

.fw-feat-9 .content-inner {
  margin-right: 10px;
  margin-left: 10px;
}

/** fw feat 8 */
.rb-about {
  width: 100%;
}

.rb-about-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  padding-left: 30px;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

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

.about-holder > * {
  display: block;
  margin-top: 15px;
}

.about-holder > *:first-child {
  margin-top: 0;
}

.about-bio {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}

.w-sidebar .about-bio {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.rbc-sidebar .about-bio p a {
  border-bottom: 1px dashed;
  color: #ff8763;
}

.about-brand img {
  max-height: 200px;
  width: auto;
}

.about-signature img {
  max-height: 300px;
  width: auto;
}

.about-social {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  display: flex;
  display: -webkit-flex;
  width: 30px;
  height: 100%;
  pointer-events: none;
  align-items: center;
}

.about-holder .about-social {
  margin-top: 0;
}

.about-social a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  pointer-events: auto;
}

/* fw feat 15 */
.block-wrap.fw-feat-15 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1420px;
}

.fw-feat-16 .rb-iwrap.pc-75 {
  padding-bottom: 50%;
}

.fw-feat-16 .content-inner {
  align-items: flex-start;
}

.fw-feat-16 .col-right > *:not(:last-child) > .p-wrap.p-list-2 {
  margin-bottom: 20px;
}

/** fw masonry */
.fw-ms-1,
.fw-mh-1 {
  float: left;
  width: 33%;
}

.ct-ms-1,
.ct-mh-1 {
  float: left;
  width: 50%;
}

.ct-mh-1--width2,
.fw-mh-1--width3 {
  width: 100%;
}

.fw-ms-c4,
.fw-mh-c4 {
  float: left;
  width: 25%;
}

/** block about */

.about-me-wrap {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  flex-direction: row-reverse;
  align-items: center;
}

.about-me-wrap .about-content {
  flex-grow: 1;
}

.about-me-wrap .about-image {
  flex: 0 0 400px;
  margin-left: 50px;
}

.about-content > * {
  margin-bottom: 15px;
}

.about-content > *:last-child {
  margin-bottom: 0;
}

.about-tagline,
.about-desc {
  color: #666;
}

.about-desc a {
  position: relative;
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.about-desc a:hover,
.is-light-text .about-desc a:hover {
  color: #ff8763;
}

.is-light-text .about-tagline,
.is-light-text .about-desc {
  color: #f2f2f2;
}

.is-light-text .about-desc a {
  color: #fff;
}

.about-tagline {
  font-size: 1.3rem;
  line-height: 1.2;
}

.about-desc {
  font-size: 0.875rem;
}

.about-title {
  font-size: 2rem;
  line-height: 1.2;
}

.about-sign img {
  max-height: 50px;
  width: auto;
}

/** block tagline */
.block-tagline {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  max-width: 85%;
  font-size: 16px;
}

/** block mix */
.block-mix .p-grid-1 {
  margin-bottom: 25px;
}

.block-mix .content-inner > .p-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.fw-mix-1 .p-wrap:first-child,
.ct-mix-1 .p-wrap:first-child {
  margin-bottom: 10px;
}

/** subscribe box */
.subscribe-box.layout-1 {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
}

.subscribe-box.layout-1 .subscribe-content {
  width: 40%;
  text-align: left;
  flex: 0 0 40%;
}

.subscribe-box.layout-1 .subscribe-form {
  width: 100%;
  flex: 0 0 100%;
}

.subscribe-description {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 0.85rem;
}

.subscribe-box.layout-1 .subscribe-content {
  padding-right: 40px;
}

.subscribe-box.layout-1 .mc4wp-form-fields {
  margin-left: auto;
}

.subscribe-box.layout-1 .subscribe-form form {
  position: relative;
  display: block;
}

.subscribe-box .subscribe-form input {
  margin-bottom: 0;
  max-width: 100%;
}

.subscribe-box .subscribe-form input[type="email"],
.subscribe-box .subscribe-form input[type="text"] {
  width: 100%;
  border: none !important;
  background-color: #fff;
  line-height: 26px;
}

.is-light-text .subscribe-box .subscribe-form input[type="email"],
.is-light-text .subscribe-box .subscribe-form input[type="text"] {
  background-color: rgba(255, 255, 2555, 0.1);
}

.subscribe-box .mc4wp-form-fields p {
  margin: 0;
  padding: 0;
}

.subscribe-box.layout-2 {
  text-align: center;
}

.subscribe-box.layout-2 .subscribe-content {
  display: block;
  margin-bottom: 30px;
}

.mc4wp-response > * {
  display: block;
  margin-top: 15px;
  font-size: 0.85rem;
}

/** newsletter box */
.rb-newsletter .rb-newsletter-form {
  display: flex;
  display: -webkit-flex;
  flex-flow: column nowrap;
}

.rb-newsletter .newsletter-input {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: stretch;
}

.rb-newsletter .rb-newsletter {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex-grow: 1;
}

.rb-newsletter .newsletter-form {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  flex-grow: 1;
}

.rb-newsletter .layout-1 .newsletter-email {
  margin: 0;
  text-align: left;
  flex-grow: 1;
}

.rb-newsletter button.newsletter-submit {
  position: relative;
  z-index: 1;
  margin-left: 0;
  padding: 0 45px;
  text-align: center;
  flex-shrink: 0;
}

button.newsletter-submit-icon {
  font-size: 24px;
}

.rb-newsletter .subscribe-box.layout-1 input.newsletter-email {
  border-bottom: none !important;
  background-color: #fff;
}

.rb-newsletter .subscribe-box.layout-1 button.newsletter-submit-icon {
  padding: 0 25px;
  background-color: #fff;
  color: inherit;
}

.rb-newsletter .subscribe-box.layout-1 .newsletter-email {
  display: flex;
  display: -webkit-flex;
  padding: 0 25px;
  flex-grow: 1;
}

.rb-newsletter .newsletter-privacy {
  display: flex;
  display: -webkit-flex;
  margin-top: 15px;
  width: 100%;
}

.rb-newsletter .rb-newsletter .newsletter-content {
  padding: 0;
}

.rb-newsletter .rb-newsletter form {
  margin-top: 0;
}

.rb-newsletter .rb-newsletter-inner {
  margin-left: auto;
  max-width: 560px;
  flex-grow: 1;
}

.rb-newsletter .layout-2 .newsletter-input {
  flex-flow: row wrap;
  justify-content: center;
}

.rb-newsletter .layout-2 .rb-newsletter-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 460px;
}

.rb-newsletter .layout-2 .newsletter-privacy {
  justify-content: center;
}

.rb-newsletter .subscribe-description {
  margin-top: 12px;
  white-space: normal;
  line-height: 1.5;
}

.widget-newsletter .rb-newsletter {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 5px solid currentColor;
}

.widget-newsletter .rb-newsletter .newsletter-input {
  flex-flow: row wrap;
  justify-content: center;
}

.widget-newsletter .newsletter-privacy label {
  font-size: 0.75rem;
}

/** block feat 6 */
.feat-6-content-wrap,
.feat-6-content > .rb-row,
.fw-feat-6 .p-overlay-4 .content-overlay > *,
.p-overlay-9 .content-overlay > * {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  align-items: center;
  flex: 1;
}

.feat-6-content-wrap .p-wrap {
  margin-bottom: 10px;
}

.feat-6-holder {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  margin-top: 10px;
}

.feat-6-content {
  position: relative;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  flex: 1;
}

.fw-feat-6 .p-overlay-4 {
  position: relative;
  z-index: 1;
}

.fw-feat-6 .p-overlay-4 .p-feat {
  pointer-events: none;
}

.fw-feat-6 .p-overlay-3 .p-format {
  font-size: 36px;
}

/** cookie */
.rb-cookie {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 9990;
  display: none;
  visibility: hidden;
  padding: 15px 20px;
  width: 300px;
  background-color: #333;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.5s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
}

.rb-cookie.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto !important;
}

.rb-cookie p {
  font-size: 0.775rem;
}

.rb-cookie .cookie-content a {
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-cookie .cookie-content a:hover {
  opacity: 0.7;
}

.rb-cookie .cookie-footer {
  display: block;
  margin-top: 10px;
  text-align: right;
}

.rb-cookie .cookie-accept {
  display: inline-block;
  padding: 0 30px;
  background-color: rgba(225, 255, 255, 0.2);
  box-shadow: none !important;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.cookie-accept:hover {
  background-color: #ff8763;
}

/** fw portfolio 1 */
.block-pp-desc {
  position: relative;
  margin-bottom: 30px;
}

button.pp-filter-el {
  color: inherit;
  background: none;
  line-height: 1;
  padding: 7px 25px;
  margin-right: 10px;
  position: relative;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.is-light-text .pp-filter-el {
  background: none;
}

button.pp-filter-el:hover {
  opacity: 1;
  background: none;
}

button.pp-filter-el.active {
  background-color: #333;
  color: #fff;
  opacity: 1;
}

.pp-terms-filter {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.filter-label {
  position: relative;
}

.filter-count {
  font-size: 10px;
  padding-left: 2px;
  position: absolute;
  top: -2px;
  left: 100%;
}

.pp-filter-el.active .filter-count {
  display: none;
}

.p-wrap.p-list-8 {
  margin-bottom: 20px;
}

.p-wrap.p-list-8:last-child {
  margin-bottom: 0;
}

.fw-feat-17 .content-inner {
  align-items: flex-start;
}

.fw-feat-17 .sleft .p-wrap {
  margin-bottom: 0;
}

.fw-feat-17 .p-list-4 {
  overflow: hidden;
}

.fw-feat-17 .p-list-4 .col-left,
.fw-feat-17 .p-list-4 .p-feat,
.fw-feat-17 .p-list-4 .rb-iwrap {
  height: 100%;
}

.fw-feat-17 .p-list-4 .p-feat {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.fw-feat-17 .p-list-4 .col-left {
  width: 120px;
}

.fw-feat-17 .p-list-4 .col-right {
  padding: 10px 15px 10px 0;
}

.fw-feat-17 .sub-inner {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  flex-grow: 1;
}

.fw-feat-17 .sub-inner > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/*
--------------------------------------------------------------
    8.0 - SINGLE POSTS
*/
.single-content-wrap {
  position: relative;
  display: block;
  width: 100%;
}

h1.single-title {
  margin-bottom: 20px;
}

.single-sponsor {
  display: block;
  margin-bottom: 20px;
}

.single-entry-meta {
  display: flex;
  display: -webkit-flex;
  margin-top: 15px;
  flex-flow: row nowrap;
  align-items: center;
}

.single-entry-meta.has-avatar {
  margin-top: 20px;
}

.single-m-info {
  display: none;
}

.single-meta-avatar {
  display: flex;
  display: -webkit-flex;
  margin-right: 12px;
  flex-shrink: 0;
}

.single-entry-meta .inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}

.single-meta-avatar img {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.no-share.single-entry-meta img {
  width: 24px;
  height: 24px;
}

.no-share.single-entry-meta .single-meta-avatar {
  margin-right: 7px;
}

.single-top-share {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-top: 7px;
  background-color: rgba(0, 0, 0, 0.025);
  flex-flow: row nowrap;
}

.single-entry-meta .share-icon {
  padding: 0 5px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.entry-attachment {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.entry-attachment img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.entry-content {
  position: relative;
  display: block;
}

.entry-content > *,
.comment-content > * {
  margin: 0 0 2rem 0;
  max-width: 100%;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin-bottom: 0.75rem;
}

.entry-content .rb-categories {
  margin-bottom: 0;
}

.comments-pagination {
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  border-bottom: 5px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 30px;
  margin: 20px 0 20px 0;
}

.comments-pagination .nav-previous,
.comments-pagination .nav-next {
  padding-left: 10px;
  padding-right: 10px;
}

.entry-content p {
  margin-bottom: 2rem;
  word-wrap: break-word;
}

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

.entry-content > *.alignleft,
img.alignleft,
.entry-content p img.alignleft {
  float: left;
  margin-top: 0;
  margin-right: 1.5rem;
  margin-left: 0;
}

img.aligncenter,
.entry-content p img.aligncenter,
.entry-content > *.aligncenter,
.entry-summary > *.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.entry-content > *.alignright,
img.alignright,
.entry-content p img.alignright {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-left: 1.5rem;
}

.entry-content input[type="password"] {
  margin-left: 20px;
  min-width: 40%;
}

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

.entry-content .woocommerce div.product {
  margin-bottom: 2rem;
}

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

.wp-block-image {
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: 0;
  max-width: 100%;
}

.wp-block-image img,
.wp-block-image.alignfull img,
.wp-block-image.alignwide img,
.entry-content > .alignwide {
  max-width: 100%;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-right: 0;
  margin-left: 0;
}

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

.entry-content .wp-block-gallery {
  width: 100% !important;
  margin-bottom: calc(2rem - 16px);
}

.wp-block-gallery.alignwide {
  clear: both;
}

.wp-block-image figure {
  margin: 0;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1.5rem;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1.5rem;
}

.wp-block-spacer,
.entry-content .wp-block-spacer {
  margin: 0;
}

.entry-content .wp-block-image img.rb-lazyload:not(.loaded) {
  width: 100%;
  max-height: 400px;
}

.wp-block-cover,
.wp-block-cover-image {
  height: auto;
  color: #fff;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  margin-bottom: 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  margin: 0 auto !important;
  max-width: 100%;
}

.wp-block-cover__video-background,
.entry-content .wp-block-cover__video-background {
  height: 100%;
  width: 100%;
}

.entry-content dt,
.comment-content dt {
  font-weight: 700;
}

.entry-content a:not(button),
.comment-content a {
  color: #ff8763;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  word-wrap: break-word;
}

.single .entry-content a.p-url,
.entry-content .rb-related-el .entry-title,
.entry-content .block-view-more a,
.entry-content .author-social a {
  color: inherit;
}

.entry-content .block-view-more a,
.entry-content .author-social a,
.entry-content .author-title a {
  text-decoration: none !important;
}

.entry-content a:not(button):hover,
.comment-content a:hover {
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-text-decoration-color: currentColor;
}

.entry-content a.button {
  display: inline-block;
}

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

.entry-content .rb-iwrap img {
  height: 100%;
  width: 100%;
  max-width: none;
  max-height: none;
}

.entry-content address,
.comment-content address {
  margin-bottom: 30px;
}

p:empty,
.entry-content p:empty,
.comment-content p:empty {
  display: none;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.entry-content figure a {
  border-bottom: none;
}

.entry-content iframe {
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 100%;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
  padding-left: 1rem;
  list-style-type: decimal;
}

.entry-content ul,
.comment-content ul {
  list-style: circle;
}

.entry-content ul ul,
.comment-content ul ul {
  list-style: disc;
}

.entry-content li > ol,
.entry-content li > ul {
  padding-top: 7px;
}

.entry-content li {
  position: relative;
  margin-bottom: 7px;
}

.comment-content li {
  position: relative;
  margin-bottom: 5px;
}

.entry-content ul[class^="wp-block"],
.entry-content ol[class^="wp-block"] {
  padding-left: 0;
  list-style: none;
}

.entry-content ul[class^="wp-block"] a,
.entry-content ol[class^="wp-block"] a {
  color: inherit;
}

table {
  margin-bottom: 2rem;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
  border-left: 1px solid rgba(0, 0, 0, 0.025);
}

table thead {
  background-color: #333;
  color: #fff;
}

table thead th {
  border-color: rgba(255, 255, 255, 0.1);
}

th,
td {
  padding: 5px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.025);
  border-right: 1px solid rgba(0, 0, 0, 0.025);
  text-align: left;
}

.entry-content tbody tr:nth-child(2n),
.comment-content tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.025);
}

.entry-content > .wp-block-cover.aligncenter {
  display: flex;
}

.entry-content .wp-block-calendar table thead th {
  color: #333;
}

.entry-content #wp-calendar td#today a {
  color: #fff;
}

.wp-block-group.has-background {
  padding: 20px 30px;
}

.wp-block-group__inner-container .wp-block-button {
  margin-bottom: 2rem;
}

dl {
  margin-bottom: 1.25em;
}

dd {
  margin-left: 1.5em;
}

pre {
  overflow: auto;
  margin-bottom: 2rem;
  padding: 20px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.has-drop-cap:not(:focus):first-letter {
  font-weight: inherit;
  font-size: 5em;
  line-height: 0.825;
}

.has-drop-cap:not(:focus):after {
  padding-top: 5px;
}

.entry-content tr {
  display: table-row;
  vertical-align: middle;
}

.entry-content td {
  display: table-cell;
  vertical-align: inherit;
}

.entry-content .gallery,
.gallery {
  display: flex;
  display: -webkit-flex;
  margin-top: calc(2rem - 5px);
  margin-right: -5px;
  margin-bottom: calc(2rem - 5px);
  margin-left: -5px;
  text-align: center;
  flex-flow: row wrap;
}

.gallery-item {
  position: relative;
  margin: 0 0 10px 0;
  padding: 5px;
}

.gallery-item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.gallery-item div {
  margin: 0;
}

.entry-content .attachment img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.entry-content .twitter-tweet {
  margin-right: auto;
  margin-bottom: 0 !important;
  margin-left: auto;
}

.entry-content blockquote.twitter-tweet {
  opacity: 0.1;
}

.entry-content iframe.instagram-media {
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-left: auto;
}

.entry-content .wp-block-embed.wp-block-embed-facebook {
  margin-right: auto;
  margin-left: auto;
  max-width: 520px;
}

.wp-block-embed-vimeo .fluid-width-video-wrapper,
.wp-block-embed-youtube .fluid-width-video-wrapper,
.wp-block-embed-wordpress-tv .fluid-width-video-wrapper {
  position: static;
  padding: 0 !important;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper,
.wp-block-embed-youtube .wp-block-embed__wrapper,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
  position: relative;
  display: block;
  padding: 0 !important;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper:before,
.wp-block-embed-youtube .wp-block-embed__wrapper:before,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.wp-block-embed-vimeo .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.gallery-columns-3 .gallery-item {
  width: 33.33%;
  flex: 0 0 33.333%;
}

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

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

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

.gallery-columns-7 .gallery-item {
  width: 14.285%;
  flex: 0 0 14.285%;
}

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

.gallery-columns-9 .gallery-item {
  width: 11.111%;
  flex: 0 0 11.111%;
}

.entry-footer {
  position: relative;
  display: block;
  margin-top: 40px;
  padding-top: 35px;
  line-height: 26px;
}

.entry-footer .tag-label {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.entry-footer a,
.entry-footer .source,
.entry-footer .via-el {
  letter-spacing: 0.0215rem;
  font-weight: 600;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.entry-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.entry-footer .inner {
  display: inline-block;
  text-align: left;
}

.tag-label {
  display: inline-block;
  margin: 2px 0;
  min-width: 75px;
  text-transform: uppercase;
  line-height: inherit;
}

.tag-label:before {
  display: inline-block;
  margin-right: 5px;
  min-width: 10px;
  content: "\e907";
  font-style: normal;
  font-family: "ruby-icon" !important;
  line-height: inherit;
}

.single-post-tag {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
}

.single-post-tag:last-child {
  margin-bottom: 0;
}

.single-post-tag.tags a {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
}

.single-post-tag.tags a:before {
  content: "# ";
  font-size: 0.7em;
  margin-right: 3px;
}

.sources .tag-label:before {
  content: "\e964";
}

.via .tag-label:before {
  content: "\e014";
}

.entry-footer a,
span.source,
span.via-el {
  display: inline-flex;
  display: -webkit-inline-flex;
  margin: 2px;
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, 0.025);
  text-decoration: none !important;
  line-height: 1;
  -webkit-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.entry-footer a:hover {
  background-color: #ff8763;
  color: #fff;
}

.page-links {
  display: flex;
  display: -webkit-flex;
  margin-top: 40px;
  justify-content: center;
}

.single .entry-content .page-links a {
  color: inherit;
  text-decoration: none;
  text-decoration-line: none;
}

.single .entry-content .page-links a:hover,
.single .entry-content .page-links a:focus {
  color: #fff;
  text-decoration: none;
  text-decoration-line: none;
}

.entry-content .wpcf7 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 900px;
}

.entry-content .wpcf7 p {
  margin: 0;
}

.entry-content .wpcf7 label {
  display: block;
  overflow: hidden;
  color: #777;
  font-size: 0.85em;
}

.entry-content .wpcf7 label:before {
  display: inline-flex;
  margin-right: 7px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff8763;
  content: "";
}

.entry-content .wpcf7 input,
.entry-content .wpcf7 textarea {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  margin-bottom: 20px;
}

.entry-content .wpcf7 input[type="submit"] {
  margin-top: 10px;
  margin-bottom: 0;
}

.entry-content .wpcf7 br {
  display: none;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
  display: inline-flex;
  margin-right: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.wpcf7-form-control {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
}

span.wpcf7-list-item {
  padding-top: 10px;
  margin-left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.wpcf7-list-item:last-child {
  margin-bottom: 1em;
}

.rb-ires {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.rb-ires iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

/** author box */
.single-box {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 780px;
}

.author-box {
  display: flex;
  display: -webkit-flex;
  margin-top: 40px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.025);
  align-items: center;
  flex-flow: row nowrap;
}

.author-title a {
  color: #ff8763;
  -webkit-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.author-title a:hover {
  color: #333;
}

.author-header .author-more {
  margin-top: 0;
  margin-right: 0;
  flex: 0 0 auto;
  margin-left: auto;
}

.author-avatar {
  display: flex;
  display: -webkit-flex;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.author-avatar a {
  width: 100%;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.author-content {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  flex-flow: column nowrap;
}

.author-job {
  margin: 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.author-header {
  position: relative;
  display: flex;
  display: -webkit-flex;
  padding-bottom: 15px;
  align-items: center;
}

.author-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 100%;
  width: 70px;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.author-description {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0.85rem;
}

.author-footer {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-flow: row wrap;
}

.author-social {
  margin-left: auto;
  flex-shrink: 0;
}

.author-social a {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 24px;
}

.author-social i {
  line-height: inherit;
}

.author-page-title .vcard {
  text-transform: uppercase;
}

.author .author-box {
  margin-top: 0;
  margin-bottom: 50px;
}

/** box nav */
.box-nav {
  display: flex;
  display: -webkit-flex;
  margin-top: 40px;
  flex-flow: row nowrap;
  align-items: stretch;
}

.box-nav .nav-el {
  display: flex;
  display: -webkit-flex;
  width: 50%;
  flex: 0 0 50%;
}

.box-nav a {
  display: flex;
  display: -webkit-flex;
  flex-flow: column nowrap;
  flex: 1;
}

.box-nav .rbi-angle-left {
  padding-right: 5px;
}

.box-nav .rbi-angle-right {
  padding-left: 5px;
}

.box-nav .nav-label {
  margin-bottom: 15px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

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

.box-nav .nav-right .nav-label {
  margin-left: auto;
}

.box-nav .nav-inner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.box-nav i {
  letter-spacing: 0;
}

.box-nav img {
  display: flex;
  display: -webkit-flex;
  margin-right: 12px;
  width: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}

.box-nav .nav-right .nav-inner {
  flex-direction: row-reverse;
  text-align: right;
}

.box-nav .nav-right img {
  margin-right: 0;
  margin-left: 12px;
}

/** box navigation */
.comments-area {
  display: block;
}

.comments-area .comment-meta a {
  text-decoration: none;
}

.comment-metadata .review-stars {
  font-size: 17px;
  color: #333;
}

.comment-awaiting-moderation {
  display: block;
  width: 100%;
  color: #56977b;
  font-size: 0.75rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

.comment-awaiting-moderation:before {
  content: "\e90c";
  font-family: "ruby-icon";
  display: inline-block;
  margin-right: 7px;
  font-style: normal;
}

.comment-form {
  position: relative;
  display: block;
  margin-right: -10px;
  margin-left: -10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.comment-form > * {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.comment-form-cookies-consent {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  flex-basis: 100%;
}

.comment-form-cookies-consent label {
  padding-left: 7px;
  font-size: 0.75rem;
}

.comment-form-cookies-consent label {
  padding-left: 7px;
}

.comment-notes .required {
  color: #ff4545;
}

p.logged-in-as {
  font-size: 0.825rem;
}

p.logged-in-as a:last-child {
  opacity: 0.5;
}

p.logged-in-as a:last-child:hover {
  opacity: 1;
}

.comment-form > p.form-submit {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
}

.comment-form .comment-notes {
  margin-bottom: 20px;
  font-size: 0.825rem;
}

.comment-notes #email-notes {
  font-style: italic;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  float: left;
  width: 33.33%;
}

.comment-reply-title {
  margin-bottom: 10px;
  line-height: 1;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.no-comment .comment-reply-title {
  display: none;
}

.comment-box-wrap {
  position: relative;
  display: block;
  margin-top: 40px;
  padding-top: 45px;
}

.comment-box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.comment-box-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.comment-box-header h4 i {
  margin-right: 7px;
}

.box-comment-btn {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  padding: 0 60px;
  background-color: rgba(0, 0, 0, 0.025);
  line-height: 42px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.box-comment-btn:hover {
  background-color: #ff8763;
  color: #fff;
}

.rb-review-stars {
  position: relative;
  font-size: 24px;
}

.rb-form-rating {
  display: flex;
  width: 100%;
  display: -webkit-flex;
  align-items: center;
}

.rb-review-stars span {
  display: flex;
  margin-left: 10px;
  display: -webkit-flex;
  align-items: center;
  flex-flow: row nowrap;
  padding: 0;
  line-height: 0;
  width: 0;
  flex-grow: 0;
  letter-spacing: 0;
}

.rb-review-stars span a {
  display: flex;
  display: -webkit-flex;
  line-height: 1;
  padding: 2px;
  flex-grow: 0;
}

.rb-review-stars span:hover i:before,
.rb-form-rating.selected a i:before,
.rb-form-rating.selected .rb-review-stars span:hover a i:before {
  content: "\e90a";
}

.rb-review-stars span > a.active ~ a i:before,
.rb-review-stars span > a:hover ~ a i:before,
.rb-form-rating.selected .rb-review-stars span > a:hover ~ a i:before {
  content: "\e909";
}

.rb-review-stars i {
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-form-rating label {
  text-transform: uppercase;
  font-size: 0.75rem;
}

/** comment box content */
.comment-title h3 {
  margin-bottom: 30px;
}

.comment-title i {
  display: inline;
  margin-right: 5px;
}

.comment-author {
  margin-bottom: 7px;
  font-size: 0.83rem;
}

.comment-author .avatar {
  position: absolute;
  top: 7px;
  left: -65px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.comment-author .says {
  display: none;
}

.comment-list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
}

.comment-body {
  position: relative;
  display: block;
  margin-bottom: 30px;
  margin-left: 65px;
}

.comment-list li.parent > .comment-body {
  margin-bottom: 20px;
}

.comment-metadata {
  margin-top: 3px;
  color: #666;
  font-weight: 400;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.comment-metadata * {
  font-weight: inherit !important;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.comment-content {
  display: block;
  margin-top: 15px;
  font-size: 0.9rem;
}

.comment-content p,
.comment-content li {
  font-size: inherit;
}

a.comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  display: block;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

a.comment-reply-link:hover {
  border-color: #ff8763;
  background-color: #ff8763;
  color: #fff;
}

.comments-area .comment-meta a.comment-edit-link {
  margin-left: 10px;
  text-transform: uppercase;
}

.comments-area .comment-meta > a:first-child {
  margin-left: 0;
}

.comments-area .comment-meta a.comment-edit-link:hover {
  text-decoration: underline;
}

a.comment-reply-link:before {
  margin-right: 5px;
  content: "\56";
  font-size: 0.9em;
  font-family: "ruby-icon" !important;
}

.logged-in-as a:last-child {
  margin-left: 7px;
  text-transform: uppercase;
}

.comment-list .logged-in-as a {
  text-decoration: none;
  font-weight: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.logged-in-as a:hover,
.comment-list .logged-in-as a:hover {
  color: #ff8763;
  text-decoration: underline;
}

.comment-list .comment-reply-title small a {
  margin-left: 7px;
  text-transform: none;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.comment-list .comment-reply-title small a:hover {
  color: #ff8763;
  text-decoration: underline;
  opacity: 1;
}

.comments-area #respond > #commentform {
  margin-top: 10px;
}

.comment-list .comment-respond {
  margin-bottom: 3em;
  margin-left: 65px;
}

.comment-list ul.children {
  margin-left: 30px;
}

/** like box */
.like-box {
  display: block;
  margin-top: 30px;
}

.like-el {
  display: inline-block;
  max-height: 30px;
  width: auto;
  text-align: left;
}

.fb-like {
  margin-right: -12px;
}

/** bottom share */
.single-bottom-share {
  display: flex;
  display: -webkit-flex;
  margin: 40px auto 0 auto;
  align-items: center;
}

.single-bottom-share .share-content {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  font-size: 15px;
  flex-flow: row wrap;
  align-items: center;
}

.single-bottom-share .share-header:before {
  margin-right: 7px;
  color: #666;
  content: "\e00d";
  font-style: normal;
  font-size: 12px;
  font-family: "ruby-icon" !important;
  line-height: 1;
}

.single-bottom-share a {
  display: flex;
  display: -webkit-flex;
  margin: 5px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.025);
  line-height: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  align-items: center;
  justify-content: center;
}

.single-bottom-share a span {
  display: none;
}

.single-bottom-share i {
  font-size: 20px;
}

.single-tagline {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 30px;
  font-style: italic;
}

.single-tagline:before {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: 5px;
  left: 0;
  display: block;
  width: 15px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.single-header-overlay .single-tagline:before {
  opacity: 1;
}

.single-header-overlay .single-tagline {
  max-width: 700px;
}

/** video post */
.embed-holder {
  position: static !important;
  margin: 0;
  padding-bottom: 56%;
  height: 0 !important;
  background-color: rgba(0, 0, 0, 0.025);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.post-audio-outer .embed-holder {
  padding-bottom: 33.33%;
}

.embed-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gallery-el {
  position: relative;
  display: block;
}

.p-gallery-slider .gallery-el {
  z-index: 1;
  display: block;
  padding-bottom: 56.75%;
  width: 100%;
}

.p-gallery-slider img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.image-caption.is-overlay {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  padding: 7px 20px;
  max-width: 70%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.p-gallery-slider .image-caption.is-overlay {
  bottom: 30px;
  text-align: left;
}

.p-gallery-slider .image-caption.is-overlay .wp-caption-text:before {
  padding-right: 7px;
}

.image-caption,
.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  padding: 10px 10px 0 10px;
  color: #666;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.wp-caption-text,
.gallery-caption {
  display: block;
  margin: 0;
  padding: 10px 10px 0 10px;
  color: #666;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.wp-block-search .wp-block-search__label {
  font-style: italic;
  width: 100%;
  color: #777;
  margin-bottom: 10px;
}

.entry-content .wp-block-cover .wp-block-cover-text a,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  color: #fff;
}

.entry-content .wp-block-embed.wp-block-embed-instagram,
.entry-content .wp-block-embed.wp-block-embed-twitter {
  margin-right: auto;
  margin-left: auto;
  max-width: 520px;
}

.wp-block-embed blockquote:before {
  display: none;
}

.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  padding-bottom: 10px;
}

.image-caption:before,
.wp-caption-text:before,
.wp-block-image figcaption:before {
  margin-right: 5px;
  content: "\4c";
  vertical-align: middle;
  font-size: 1.3em;
  font-family: "ruby-icon" !important;
  line-height: 1;
}

.wp-block-video figcaption:before {
  margin-right: 5px;
  content: "\79";
  font-size: 1.5em;
  font-family: "ruby-icon";
  line-height: 1;
}

.wp-block-audio figcaption:before {
  margin-right: 5px;
  content: "\e906";
  font-size: 1.2em;
  font-family: "ruby-icon";
  line-height: 1;
}

.entry-content
  .wp-block-gallery
  .blocks-gallery-image
  figcaption:before
  .entry-content
  .wp-block-gallery
  .blocks-gallery-item
  figcaption:before {
  display: none;
}

.wp-block-quote cite {
  display: inline-flex;
  display: -webkit-inline-flex;
  font-size: 0.85rem;
  line-height: 1;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.entry-content .wp-block-file .wp-block-file__button {
  display: table;
  margin-top: calc(0.75 * 1rem);
  margin-left: 0;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 5px;
  background-color: #ff8763;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.entry-content .wp-block-file .wp-block-file__button:hover {
  background-color: #333;
}

.entry-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.entry-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.p-gallery-list .gallery-el {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

.p-gallery-list .gallery-el img {
  width: 100%;
  height: auto;
}

.p-gallery-list .gallery-el:last-child {
  margin-bottom: 0;
}

.p-gallery-slider {
  overflow: hidden;
}

.p-gallery-slider .owl-dots {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0;
  color: #fff;
}

/** gallery grid */
.gallery-grid-wrap {
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  padding: 10px 0 10px 10px;
  background-color: rgba(0, 0, 0, 0.025);
  align-items: center;
}

.single-2 .gallery-grid-wrap,
.single-3 .gallery-grid-wrap {
  margin-top: 0;
}

.single-2 .single-header.entry-header {
  margin-bottom: 0;
}

.single-3 .single-tagline:before,
.single-4 .single-tagline:before {
  display: none;
}

.single-3 .single-tagline,
.single-4 .single-tagline {
  padding-left: 0;
}

.gallery-grid-content {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  flex-flow: row nowrap;
  justify-content: flex-end;
  flex: 0 0 80%;
}

.gallery-grid-content img {
  max-height: 90px;
  width: auto;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.gallery-grid-content > *:nth-last-child(4) {
  opacity: 0.7;
}

.gallery-grid-content > *:nth-last-child(3) {
  opacity: 0.5;
}

.gallery-grid-content > *:nth-last-child(2) {
  opacity: 0.3;
}

.gallery-grid-content > *:last-child {
  opacity: 0.1;
}

.gallery-grid-content > *:first-child {
  opacity: 1;
}

.gallery-list-label {
  padding-right: 10px;
  padding-left: 20px;
}

.gallery-grid-content .gallery-el {
  overflow: hidden;
  margin-right: 10px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.gallery-grid-content .gallery-el:hover {
  opacity: 1;
}

.gallery-list-label a {
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.gallery-list-label a:hover {
  color: #ff8763;
}

/** gallery popup */
.rb-gallery-popup .mfp-content {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  align-content: stretch;
  flex-flow: column nowrap;
}

.rb-gallery-popup.mfp-bg.mfp-ready.rb-popup-effect {
  background-color: #111;
  opacity: 1;
}

.gallery-popup-header {
  display: flex;
  display: -webkit-flex;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  flex-shrink: 0;
}

.rb-gallery-popup .gallery-popup-header .header-right {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  background-color: transparent;
  color: #fff;
  align-items: center;
  flex-grow: 0;
}

.gallery-popup-header .header-right > * {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rb-gallery-popup .mfp-title {
  display: flex;
  display: -webkit-flex;
  padding: 10px 20px;
  flex-grow: 1;
  align-items: center;
}

.rb-gallery-popup .gallery-popup-header .mfp-close,
.rb-gallery-popup .gallery-popup-header .mfp-counter {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  display: -webkit-flex;
  padding: 0 20px;
  width: auto;
  height: 60px;
  color: #fff;
  line-height: 1;
  align-items: center;
}

.gallery-popup-content,
.mfp-rbgallery {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  height: 100%;
  flex: 1;
  flex-flow: row nowrap;
}

.gallery-popup-content {
  overflow: hidden;
  height: calc(100% - 61px);
}

.gallery-popup-image img {
  margin: auto;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -webkit-object-fit: contain;
}

.gallery-popup-nav button {
  position: relative;
  padding: 0;
  width: 40px;
  height: 60px;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 18px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.rb-gallery-popup .mfp-close {
  opacity: 0.5;
}

.rb-gallery-popup .mfp-close:hover,
.rb-gallery-popup .mfp-close:focus,
.gallery-popup-nav button:hover {
  opacity: 1;
}

.gallery-popup-holder {
  position: relative;
  display: flex;
  display: -webkit-flex;
  max-width: calc(100% - 140px);
  width: calc(100% - 140px);
  height: 100%;
  flex: 1;
  flex-flow: row nowrap;
  justify-content: center;
}

.rb-gallery-popup h3.mfp-title:before {
  display: flex;
  display: -webkit-flex;
  margin-right: 10px;
  content: "\4c";
  font-family: "ruby-icon" !important;
}

.gallery-popup-entry {
  display: flex;
  display: -webkit-flex;
  padding: 50px 30px;
  max-width: 380px;
  width: 380px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  flex-flow: column nowrap;
  justify-content: center;
}

.gallery-popup-image {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  padding: 50px 30px;
  max-width: calc(100% - 140px);
  height: 100%;
  flex: 1;
}

.gallery-popup-selection {
  display: flex;
  display: -webkit-flex;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: content-box;
  padding: 30px 20px;
  width: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  flex-flow: row wrap;
  align-content: flex-start;
}

.gallery-popup-selection a {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: min-content;
  width: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  align-items: flex-start;
}

.gallery-popup-selection a:last-child {
  margin-bottom: 0;
}

.gallery-popup-selection a:hover {
  opacity: 0.7;
}

.gallery-popup-selection img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.gallery-popup-content .image-popup-description {
  margin-top: 20px;
}

.gallery-popup-content .image-popup-description a {
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.gallery-popup-content .image-popup-description a:hover,
.gallery-popup-content .image-popup-description a:focus {
  color: #ff8763;
}

.gallery-popup-content .image-popup-description > * {
  font-size: 0.85rem;
}

.gallery-popup-selection.post-type-gallery {
  padding: 15px;
  width: 210px;
}

.gallery-popup-selection.post-type-gallery > a {
  margin: 0;
  padding: 5px;
  width: 50%;
  flex: 0 0 50%;
}

.gallery-popup-holder.post-type-gallery {
  max-width: calc(100% - 210px);
  width: calc(100% - 210px);
}

/** single-post-related */
.single-post-related {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 35px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.025) 66.666%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 27px 7px;
  background-repeat: repeat-x;
}

.single-post-related .block-title:before {
  z-index: 0;
}

/** review box */
.review-box-wrap {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
}

.review-box-wrap .inner {
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.025);
}

.review-box-wrap.is-dark .inner {
  background-color: #333;
}

.review-header {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 180px;
  height: 180px;
  background-color: #333;
}

.review-feat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.review-feat img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: 50% 50%;
}

.review-header h4.review-heading {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  color: #fff;
}

.review-box-wrap.no-feat .review-header {
  min-height: 0;
  height: auto;
}

.review-box-wrap.no-feat .review-heading {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 30px 20px;
}

.review-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  display: -webkit-flex;
  padding: 7px 18px;
  background-color: #ff8763;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

.review-info > * {
  display: flex;
  display: -webkit-flex;
  padding: 0 2px;
  line-height: 1;
}

.review-info .meta-description,
.p-review-info .meta-description {
  opacity: 0.8;
}

.review-content {
  position: relative;
  display: block;
  margin: 30px;
}

.review-el {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1;
  align-items: center;
  flex-flow: row nowrap;
}

.review-el:last-child {
  margin-bottom: 0;
}

.review-el .review-stars {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  color: #ff8763;
  font-size: 22px;
  flex-grow: 0;
}

.review-stars i {
  margin-left: 2px;
}

.review-footer,
.summary-wrap {
  position: relative;
  display: block;
  margin-top: 40px;
}

.summary-wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 30px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.review-action {
  display: block;
  margin-top: 30px;
  text-align: right;
}

.entry-content a.review-btn {
  display: inline-block;
  line-height: 42px;
  text-decoration: none !important;
  color: #fff;
  background-color: #8fc36f;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 30px;
}

.entry-content a.review-btn:hover {
  opacity: 0.7;
}

.review-footer h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

.pros-cons-wrap {
  position: relative;
  padding-left: 25px;
  text-align: center;
}

.pros-cons-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.pros-cons-wrap h4 {
  margin: 0;
}

.pros-cons-wrap > * {
  flex-flow: column nowrap;
}

.pros-cons-wrap h6 {
  display: flex;
  display: -webkit-flex;
  margin-top: 0;
  align-items: center;
  justify-content: center;
}

.pros-cons-wrap i {
  margin-right: 7px;
  font-size: 0.8rem;
}

.pros-cons-wrap ul {
  display: inline-block;
  margin: 0 auto;
  padding-left: 0;
  text-align: left;
}

.pros-cons-wrap ul li {
  list-style: none;
}

.summary-content,
.pros-cons-wrap ul li {
  font-size: 0.85rem;
}

.pros-cons-wrap ul li:last-child {
  margin-bottom: 0;
}

.review-pros li:before {
  display: inline;
  margin-right: 7px;
  color: #58a060;
  content: "\e90d";
  font-size: 13px;
  font-family: "ruby-icon" !important;
}

.review-cons li:before {
  display: inline;
  margin-right: 7px;
  color: #f77c86;
  content: "\e90e";
  font-size: 13px;
  font-family: "ruby-icon" !important;
}

/** post review info */
.p-review-info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  display: -webkit-flex;
  padding: 7px 20px;
  background-color: #333;
  align-items: center;
  flex-flow: row nowrap;
}

.p-review-info * {
  display: flex;
  display: -webkit-flex;
  padding: 0 3px;
  line-height: 1 !important;
}

.p-review-info i {
  font-size: 12px;
}

.user-reviews {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: center;
  line-height: 1;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 4px solid rgba(0, 0, 0, 0.07);
}

.review-box-wrap.is-dark .user-reviews {
  border-color: rgba(255, 255, 255, 0.07);
}

.user-review-headline {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  align-items: center;
  flex-grow: 1;
}

.user-review-headline i {
  margin-right: 7px;
  opacity: 0.5;
}

.user-review-headline h6 {
  margin-bottom: 0;
}

.total-vote {
  font-style: italic;
  margin-left: 7px;
  font-size: 0.85rem;
  opacity: 0.7;
}

.average-stars {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.average-stars i {
  color: #ff8763;
  font-size: 22px;
  margin-right: 7px;
}

/** entry */
.entry-header {
  position: relative;
  margin-bottom: 30px;
}

.shop-top .shopthepost-inner {
  position: relative;
  margin-bottom: 40px;
}

.shop-bottom > *:first-child {
  margin-top: 40px;
}

.shopthepost-single.wc .rb-p20-gutter {
  padding-right: 10px;
  padding-left: 10px;
}

.shopthepost-single.wc .products-outer {
  width: auto !important;
}

.shopthepost-single.wc .shopthepost-inner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.shopthepost-single.wc .rb-n20-gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.meta-label {
  margin-right: 3px;
  font-weight: normal;
  font-style: inherit;
  font-size: 0.9em;
}

.single-author-info.p-meta-info > *:before {
  display: none;
}

.single-author-info a {
  text-transform: uppercase;
}

.single-author-info img {
  margin-right: 5px;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.single-feat,
.post-gallery-outer {
  position: relative;
  display: block;
  margin-top: 30px;
}

.single-left-section {
  display: flex;
  display: -webkit-flex;
  padding-right: 50px;
  max-width: 160px;
  width: 160px;
  align-items: center;
  flex-shrink: 0;
  flex-flow: column nowrap;
}

.single-left-section .section-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  width: 100%;
}

.admin-bar .single-left-section .section-inner {
  top: 32px;
}

.single-left-section .section-inner > *:first-child {
  margin-top: 0;
}

.sticky-nav:not(.smart-sticky) .single-left-section .section-inner {
  top: 74px;
}

.admin-bar.sticky-nav:not(.smart-sticky) .single-left-section .section-inner {
  top: 105px;
}

.single-content.has-left-section {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
}

.single-content.has-left-section .entry-content {
  margin-left: auto;
  max-width: calc(100% - 160px);
  width: calc(100% - 160px);
}

.single-left-article {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-top: 20px;
  padding-top: 30px;
  text-align: center;
  flex-flow: column nowrap;
  align-items: center;
}

.single-left-article:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.left-article-label {
  display: block;
  clear: both;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.single-left-article .p-feat {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 10px;
  justify-content: center;
}

.single-left-article .rb-iwrap {
  width: 105px;
  height: 105px;
  padding: 0;
}

.single-left-article .rb-iwrap:before {
  display: none;
}

.single-left-article .p-url {
  display: inline-block;
  font-size: 0.9em;
}

.share-header {
  display: flex;
  display: -webkit-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

.share-total {
  color: #ff8763;
}

.share-label {
  margin-left: 7px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.single-left-share {
  display: flex;
  display: -webkit-flex;
  flex-flow: column nowrap;
  flex: 1;
}

.single-left-share .share-header {
  margin-bottom: 10px;
  flex-flow: column nowrap;
}

.single-left-share .share-content {
  display: flex;
  margin: -5px;
  flex-flow: row wrap;
  justify-content: center;
}

.single-left-share a {
  display: flex;
  display: -webkit-flex;
  margin: 5px;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.025);
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  flex: 0 0 48px;
  justify-content: center;
}

/* rb related */
.rb-related {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 2rem 0;
  padding: 15px 20px 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.rb-related.is-dark-style {
  display: block;
  border: none;
  background-color: #333;
}

.rb-related-el {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  align-items: center;
  position: relative;
}

.related-link {
  position: absolute;
  display: block;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.rb-related-content > * {
  margin-bottom: 20px;
}

.rb-related-el .rb-iwrap {
  display: flex;
  display: -webkit-flex;
  width: 90px;
  flex-shrink: 0;
}

.rb-related-el .related-title {
  margin: 0;
  padding-left: 15px;
  flex: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
}

.rb-related-el:hover .related-title {
  text-decoration-color: currentColor;
  -webkit-text-decoration-color: currentColor;
  -moz-text-decoration-color: currentColor;
}

.related-link {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.rb-related .rb-related-header {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}

.rb-related .rb-related-header:before {
  position: absolute;
  top: -5%;
  right: auto;
  bottom: -5%;
  left: 0;
  z-index: 1;
  display: block;
  width: 40px;
  height: 110%;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.single-left-share a:hover,
.single-bottom-share a:hover {
  opacity: 0.7;
}

.share-whatsapp.is-mobile {
  display: none;
}

.breadcrumb {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.015rem;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: inherit;
}

.single-1 .breadcrumb {
  display: flex;
  display: -webkit-flex;
  margin-top: -50px;
  margin-bottom: 0;
  height: 50px;
  flex: 0 0 100%;
  align-items: center;
}

.is-single-1.is-single-hc .single-header {
  text-align: center;
}

.is-single-1.is-single-hc .single-content-wrap .p-cat-info,
.is-single-1.is-single-hc .single-content-wrap .single-entry-meta,
.is-single-1.is-single-hc .breadcrumb {
  justify-content: center;
}

.is-single-1.is-single-hc .single-tagline {
  padding-left: 0;
}

.is-single-1.is-single-hc .single-tagline:before {
  display: none;
}

.breadcrumb * {
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: inherit;
  font-size: inherit;
}

.breadcrumb .current-item {
  color: #666;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.breadcrumb a {
  display: inline !important;
  overflow: auto;
  margin: 0;
  -webkit-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.breadcrumb a:hover {
  color: #ff8763;
}

.blog:not(.home) .breadcrumb {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: rgba(0, 0, 0, 0.025);
  text-align: center;
}

.single-2 .post-gallery-outer,
.single-2 .post-audio-outer,
.single-2 .post-video-outer,
.single-3 .post-gallery-outer,
.single-3 .post-audio-outer,
.single-3 .post-video-outer {
  margin-top: 0;
  margin-bottom: 40px;
}

.parallax-thumb .rb-iwrap {
  height: 100%;
  padding: 0;
}

.parallax-thumb .rb-iwrap img,
.parallax-thumb .rb-iwrap.autosize img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.parallax-thumb .rb-iwrap.autosize .rb-lazyload:not(.loaded) {
  height: 150%;
  max-height: 150%;
}

.parallax-thumb .rb-iwrap:before {
  display: none;
}

.single-header-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
}

.single-header-overlay {
  display: block;
  padding-bottom: 30px;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
}

.breadcrumb-overlay .breadcrumb {
  margin-top: 15px;
  margin-bottom: 0;
}

/** header centered */
.header-centred .entry-title,
.header-centred .single-tagline {
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
  text-align: center;
}

.header-centred .breadcrumb {
  text-align: center;
}

.header-centred .single-tagline {
  margin-bottom: 0;
  border-left: none;
}

.header-centred .single-entry-meta {
  justify-content: center;
}

.single-header-overlay.header-centred {
  padding-bottom: 0;
}

.header-centred .p-cat-info {
  justify-content: center;
}

/** parallax thumb */
.parallax-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 600px;
  height: 70vh;
  background-color: #0a0a0a;
}

.parallax-thumb .rb-iwrap {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
  will-change: transform;
}

.is-parallax-feat .parallax-thumb .rb-iwrap {
  top: -5%;
  height: 120%;
}

.is-parallax-feat .parallax-thumb .rb-iwrap.parallax-init {
  opacity: 1;
}

.parallax-thumb.feat-loaded img {
  opacity: 0.4;
}

.parallax-thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 1.25s cubic-bezier(0.32, 0.74, 0.57, 1);
  object-fit: cover;
  -webkit-object-fit: cover;
}

.single-3 .parallax-thumb {
  height: calc(100vh - 60px);
  -webkit-transition: height 0.1s;
  -moz-transition: height 0.1s;
  -ms-transition: height 0.1s;
  -o-transition: height 0.1s;
  transition: height 0.1s;
}

.admin-bar .single-3 .parallax-thumb {
  height: calc(100vh - 92px);
}

.single-3 .single-header-holder {
  justify-content: center;
}

/** single 4 */
.single-4 .gallery-grid-wrap,
.single-4 .single-body {
  margin-right: auto;
  margin-left: auto;
  max-width: 780px;
}

/** single 5 */
.single-5 .entry-header {
  padding-bottom: 35px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.04) 66.666%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 35px 5px;
  background-repeat: repeat-x;
}

/** gallery post type */
.gallery-post-type {
  position: relative;
  margin: 10px;
}

.post-type-archive-rb-gallery .content-inner,
.tax-gallery-category .content-inner {
  position: relative;
  margin: -10px;
  padding-bottom: 50px;
}

.gallery-post-type .gallery-title a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  justify-content: center;
  align-items: center;
}

.gallery-post-type:hover a {
  opacity: 1;
}

/** reaction box */
.reaction-section {
  position: relative;
  display: block;
  margin-top: 40px;
  padding: 30px 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.reaction-section-title {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}

/** Gutenberg */
ul.wp-block-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-bottom: calc(2rem - 16px);
  padding-right: 0;
  padding-left: 0;
}

.wp-block-gallery ul,
.wp-block-gallery ol {
  padding-left: 0;
  list-style: none;
}

.wp-block-separator {
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 30px;
  height: 10px;
  border: none;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  background-repeat: repeat;
  opacity: 0.3;
}

.wp-block-separator.is-style-default {
  max-width: 150px;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
  opacity: 1;
}

.wp-block-button {
  color: #fff;
}

.is-style-outline {
  color: inherit;
}

.wp-block-button__link,
a.wp-block-button__link {
  color: inherit;
  color: inherit !important;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1.1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.wp-block-button__link {
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

.entry-content .is-style-outline a.wp-block-button__link:hover,
.entry-content .is-style-outline a.wp-block-button__link:focus {
  background-color: transparent;
}

a.wp-block-button__link:hover,
.entry-content a.wp-block-button__link:hover {
  background-color: #ff8763;
}

.is-style-outline a.wp-block-button__link:hover {
  color: #ff8763 !important;
}

a.wp-block-button__link.has-background:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.wp-block-quote,
blockquote,
.entry-content .wp-block-quote,
.entry-content blockquote {
  padding-right: 0;
  padding-left: 0;
}

.has-text-align-right {
  text-align: right;
}

.wp-block-quote:before,
blockquote:before {
  display: block;
  margin-bottom: 15px;
  content: "\e90f";
  font-weight: normal;
  font-size: 38px;
  font-family: "ruby-icon" !important;
  line-height: 1;
}

.wp-block-quote p,
blockquote p {
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 1.2em;
  font-family: "Quicksand", sans-serif;
}

.wp-block-quote p:last-of-type,
blockquote p:last-of-type {
  margin-bottom: 0.5rem;
}

cite:before {
  margin-right: 7px;
  content: "\e90b";
  font-size: 0.75em;
  font-family: "ruby-icon" !important;
}

.wp-block-cover * {
  color: #fff;
  line-height: 1.25;
}

.wp-block-cover a {
  text-decoration: none;
  color: inherit !important;
}

.wp-block-cover p:last-child {
  margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 30px;
  max-width: 100%;
  width: 100%;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .wp-block-pullquote p {
  font-size: 1.75rem;
}

.wp-block-pullquote.is-style-solid-color {
  padding: 0 10%;
}

.wp-block-quote.is-large,
.entry-content .wp-block-quote.is-large .wp-block-quote.is-style-large,
.entry-content .wp-block-quote.is-style-large {
  margin-bottom: 2rem;
  text-align: left;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote cite {
  font-size: 0.9rem;
  justify-content: flex-start;
}

.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  margin-right: 10px;
}

.wp-block-table.is-style-stripes {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.wp-block-archives a,
.wp-block-archives-dropdown a,
.wp-block-categories a,
.wp-block-latest-posts a {
  text-align: none !important;
}

.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.wp-block-archives-dropdown select {
  width: 100%;
}

/** single infinite load */
.single-post-infinite .single-p-outer {
  position: relative;
  display: block;
  padding-top: 10px;
}

.single-post-infinite .single-p-outer:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.single-post-infinite .single-p-outer:first-child {
  padding-top: 0;
}

.single-post-infinite .single-p-outer:first-child:before {
  display: none;
}

.single-post-infinite .single-p-outer:not(:first-child) > .single-2,
.single-post-infinite .single-p-outer:not(:first-child) > .single-3 {
  margin-top: -10px;
}

#single-infinite-point {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
  height: 30px;
}

.single-post-infinite .single-p-outer .single-3 {
  z-index: 10;
  margin-top: -10px;
}

.single-post-infinite .single-p-outer:first-child .single-3 {
  margin-top: 0;
}

/** single portfolio */
.single-portfolio-feat img {
  width: 100%;
  height: auto;
}

.single-portfolio-feat a {
  display: block;
  position: relative;
  overflow: hidden;
}

.single-portfolio-feat a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  content: "\e88c";
  font-size: 30px;
  font-family: ruby-icon;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.single-portfolio-feat a:hover:after,
.single-portfolio-feat a:focus:after {
  visibility: visible;
  opacity: 1;
}

.single-portfolio-feat > * {
  margin-top: 10px;
}

.single-portfolio-feat > *:first-child {
  margin-top: 0;
}

.single-portfolio-holder {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
}

.single-portfolio-feat,
.single-portfolio-content {
  flex: 0 0 50%;
}

.single-portfolio-feat {
  padding-right: 5px;
}

.single-portfolio-content {
  padding-left: 5px;
}

.single-portfolio-inner {
  padding: 50px 35px;
  top: 0;
  min-height: 80vh;
  background-color: #fafafa;
  position: sticky;
  position: -webkit-sticky;
}

.admin-bar .single-portfolio-inner {
  top: 32px;
}

.portfolio-header {
  position: relative;
  padding-bottom: 35px;
}

.portfolio-header:before {
  position: absolute;
  top: -20px;
  right: 0;
  left: auto;
  display: block;
  width: 40px;
  height: 60px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.portfolio-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.07);
  height: 5px;
}

.pp-single-terms {
  margin-top: 15px;
}

.portfolio-info-el {
  -webkit-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.portfolio-info-el:before {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.3;
  color: #666;
}

.portfolio-info-el:hover {
  color: #ff8763;
}

.portfolio-info-el:first-child:before {
  display: none;
}

.portfolio-description p,
.portfolio-description li,
.portfolio-description span {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.7;
}

.portfolio-description p {
  margin-bottom: 1.5rem;
}

.portfolio-info-wrap {
  position: relative;
  margin-top: 30px;
  padding-top: 35px;
  font-size: 0.875rem;
}

.is-pshare.single-bottom-share {
  position: relative;
  margin-top: 35px;
  padding-top: 35px;
  font-size: 0.875rem;
}

.portfolio-info-wrap:before,
.single-bottom-share.is-pshare:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.07);
  height: 5px;
}

.portfolio-info-wrap > * {
  margin-bottom: 10px;
}

.portfolio-info-wrap > *:last-child {
  margin-bottom: 0;
}

.portfolio-info-wrap .info-header {
  margin-bottom: 20px;
}

.portfolio-info > i:first-child {
  margin-right: 10px;
}

.portfolio-info a {
  color: #666;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  margin-left: 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.portfolio-info a:hover {
  color: #333;
  border-color: currentColor;
}

.portfolio-nav.box-nav {
  position: relative;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
}

.portfolio-nav.box-nav .nav-label {
  margin-bottom: 0;
}

.portfolio-nav-prev i {
  margin-right: 7px;
}

.portfolio-nav-next i {
  margin-left: 7px;
}

.portfolio-nav.box-nav .nav-label > a {
  line-height: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.portfolio-nav a:hover {
  color: #ff8763;
}

.portfolio-nav a > i {
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.portfolio-nav-next a:hover > i {
  color: #ff8763;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.portfolio-nav-prev a:hover > i {
  color: #ff8763;
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}

a.portfolio-grid-link {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  font-size: 30px;
  text-align: center;
}

/* portfolio listing */
.pp-wrap {
  position: relative;
  margin-bottom: 35px;
}

.pp-feat {
  margin-bottom: 15px;
}

.pp-feat img {
  width: 100%;
  height: auto;
}

.pp-overlay-icon {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.pp-feat-link:hover .pp-overlay-icon {
  opacity: 1;
  visibility: visible;
}

.pp-terms {
  margin-top: 10px;
}

/*
--------------------------------------------------------------
    9.0 - ARCHIVES & PAGES
*/

.category-header {
  position: relative;
  display: block;
  overflow: hidden;
}

.header-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.025);
  text-align: center;
}

.header-holder .header-content {
  position: relative;
  z-index: 10;
}

.is-header-bg.is-header-center .header-holder {
  padding: 90px 0;
  background-color: #333;
}

.is-header-bg.is-header-boxed .header-holder {
  padding: 60px 0;
}

#category-header-bg {
  position: absolute;
  top: -5%;
  right: 0;
  bottom: auto;
  left: 0;
  height: 160%;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 1s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
  will-change: transform;
}

#category-header-bg.is-show {
  opacity: 0.8;
}

.taxonomy-description {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
  font-size: 0.85rem;
}

.taxonomy-description * {
  font-size: inherit;
  line-height: 1.7;
}

.is-header-left .header-holder {
  padding-top: 0;
  padding-bottom: 0;
}

.is-header-left .header-left-holder {
  position: relative;
  padding: 90px 40px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.is-header-left.is-header-solid .header-left-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-left-holder .header-content {
  text-align: left;
}

.header-left-holder .taxonomy-description {
  margin-left: 0;
  max-width: 100%;
  text-align: left;
}

.category-header.is-header-boxed {
  margin-top: 40px;
}

/** single page */
.single-page-header {
  text-align: center;
}

body.page-template-default article.page {
  margin-right: auto;
  margin-left: auto;
}

.page-featured {
  position: relative;
  display: block;
  margin-top: 30px;
}

.page-featured .rb-lazyload:not(.loaded) {
  max-height: 300px;
}

.pageh-feat-full {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.pageh-feat-full:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.pageh-feat-full img {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.pageh-feat-holder {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}

.pageh-inner {
  position: relative;
  z-index: 10;
}

/** header search form */
.header-search-form {
  margin-top: 20px;
}

.header-search-form .search-form {
  max-width: 600px;
}

.search-header .header-holder {
  padding-bottom: 0;
  background-color: transparent;
}

.portfolio-category-desc {
  margin-top: 20px;
}

.portfolio-category-desc > *:last-child {
  margin-bottom: 0;
}

/* archive portfolio */
.portfolio-header-holder {
  position: relative;
  margin-top: 35px;
}

/** author page */
.header-author-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding: 40px 20px;
}

.header-author-box .box-feat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
}

.header-author-box .box-feat img {
  width: 100%;
  height: 100%;
  opacity: 0.35;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center;
}

.header-author-box .box-inner {
  position: relative;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  flex-flow: column nowrap;
  justify-content: center;
}

.header-author-box .box-description {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
  color: #efefef;
  font-size: 0.85rem;
  line-height: 1.7;
}

.header-author-box .box-avatar {
  margin-bottom: 15px;
}

.header-author-box .box-avatar img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.header-author-box .box-header {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 25px;
  font-size: 0.85rem;
  line-height: 1.7;
}

.header-author-box .box-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

.header-author-box .box-job {
  display: block;
  margin-top: 5px;
  color: #efefef;
  font-size: 0.85rem;
}

.header-author-box .box-footer {
  margin-top: 15px;
}

.header-author-box .box-footer a {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 18px;
}

/** not found */
.not-found {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.not-found-label-wrap {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-right: 50px;
  flex-grow: 0;
  flex-flow: column nowrap;
}

span.not-found-label {
  z-index: 1;
  margin: 0;
  color: #ff8763;
  letter-spacing: -0.1em;
  font-size: 12rem;
  line-height: 1;
  pointer-events: none;
}

.not-found-description {
  position: absolute;
  top: -0.5rem;
  left: 4rem;
  z-index: 10;
  color: #666;
  font-size: 3rem;
  line-height: 1;
  pointer-events: none;
}

.not-found .page-content p {
  margin-bottom: 0;
}

.not-found-wrap {
  display: flex;
  display: -webkit-flex;
  max-width: 1020px;
  flex-flow: row nowrap;
  align-items: center;
}

.not-found-inner {
  display: flex;
  display: -webkit-flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}

.section-not-found .page-content a:not(.return-home) {
  text-decoration: underline;
}

.not-found .page-content {
  margin-top: 20px;
}

.not-found .search-form {
  display: block;
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}

.not-found .search-form input[type="search"] {
  width: 100%;
}

.return-home {
  display: flex;
  display: -webkit-flex;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid;
  -webkit-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.section-not-found .page-content .return-home {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: inherit;
}

.return-home:hover,
.section-not-found .page-content .return-home:hover {
  color: #ff8763;
}

.section-not-found .not-found-inner {
  display: block;
  text-align: center;
}

/*
--------------------------------------------------------------
    10.0 - FOOTER
*/
.footer-wrap,
.top-footer-wrap {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}

.top-footer-wrap .widget {
  margin-bottom: 50px;
}

.top-footer-wrap .widget:last-child {
  margin-bottom: 0;
}

.top-footer-wrap.is-footer-bg .widget:last-child .instagram-grid.is-wrap {
  margin-bottom: 50px;
}

.footer-section:first-child {
  margin-top: 45px;
}

.footer-section {
  margin-bottom: 50px;
}

.footer-logo-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-logo {
  display: block;
  text-align: center;
}

.footer-logo-wrap img {
  max-height: 120px;
  width: auto;
}

.footer-logo-inner > * {
  margin-bottom: 20px;
}

.footer-logo-inner > *:last-child {
  margin-bottom: 0;
}

.footer-social-wrap {
  display: block;
  text-align: center;
}

.footer-social {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  justify-content: center;
  flex-flow: row wrap;
}

.footer-social a {
  margin: 2px;
  width: 36px;
  height: 36px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.footer-social i {
  display: block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 36px;
}

.footer-menu-inner {
  font-weight: 700;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
}

.footer-menu-inner > li {
  display: inline-block;
  white-space: nowrap;
}

.footer-menu-inner a {
  display: block;
  padding: 0 12px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.footer-menu-inner a:hover,
.footer-menu-inner a:focus {
  opacity: 0.7;
}

/** copyright section */
.footer-copyright.footer-section {
  margin-bottom: 0;
  text-align: center;
}

.footer-copyright.footer-section:first-child {
  margin-top: 0;
}

.footer-copyright.footer-section:first-child .copyright-inner {
  border-top: 0;
}

.copyright-inner {
  display: block;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center;
}

.copyright-inner > * {
  font-size: 0.85rem;
}

.is-meta-border .footer-wrap .widget_nav_menu .menu-item a:after {
  display: none;
}

.is-meta-border .footer-wrap .widget_nav_menu .menu-item {
  margin-bottom: 7px;
}

.footer-widget-inner {
  display: flex;
  display: -webkit-flex;
  flex-grow: 1;
  flex-flow: row wrap;
}

.footer-widget-inner > * {
  margin-bottom: 35px;
  width: 100%;
  flex: 0 0 100%;
}

.footer-widget-inner > *:last-child {
  margin-bottom: 0;
}

.footer-widget-inner .widget:last-child {
  margin-bottom: 0;
}

/*
--------------------------------------------------------------
    11.0 - WIDGETS
*/
.widget {
  position: relative;
  display: block;
  overflow: hidden;
}

.sb-infinite.sidebar-sticky .sidebar-inner {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}

.w-header-2 .widget-title,
.w-header-2 .elementor-widget-container .widget > h5 {
  margin-bottom: 25px;
  text-align: center;
}

.w-header-3 .widget .widget-title,
.w-header-3 .elementor-widget-container .widget > h5 {
  display: inline-block;
  clear: both;
  padding: 5px 20px;
  background-color: #333;
  color: #fff;
  line-height: 1;
}

.sidebar-inner .widget,
.footer-widget .widget,
.elementor-widget-sidebar .widget {
  clear: both;
  margin-bottom: 50px;
  width: 100%;
}

.widget_gtranslate {
  display: none;
}

.composer-main .sidebar-inner .widget:last-child,
.elementor-widget-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget_recent_comments .recentcomments > a:last-child,
.widget_recent_entries li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 0.85rem;
  font-family: "Quicksand", sans-serif;
}

.wp-block-latest-posts li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.widget_rss li,
.widget_pages .page_item,
.widget_meta li,
.widget_categories .cat-item,
.widget_archive li,
.widget.widget_nav_menu .menu-item,
.wp-block-archives-list li,
.wp-block-categories-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
}

.widget_pages a:after,
.widget_meta a:after,
.widget_categories a:after,
.widget_archive a:after,
.widget.widget_nav_menu a:after,
.wp-block-categories-list a:after,
.wp-block-archives-list a:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  margin-left: 7px;
  color: inherit;
  content: ".................................................";
  letter-spacing: 0.75em;
  font-size: 8px;
  line-height: 0;
  opacity: 0.4;
  -webkit-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -moz-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -ms-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -o-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget.widget_nav_menu a,
.wp-block-categories-list a,
.wp-block-archives-list a {
  position: relative;
  color: inherit;
  font-weight: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -moz-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -ms-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -o-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

.entry-content .wp-block-categories-list a,
.entry-content .wp-block-archives-list a {
  text-decoration: none !important;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
}

.widget_pages a:hover,
.widget_meta a:hover,
.widget_categories a:hover,
.widget_archive a:hover,
.widget.widget_nav_menu a:hover,
.entry-content .wp-block-categories-list a:hover,
.entry-content .wp-block-archives-list a:hover,
.entry-content .wp-block-latest-comments__comment-meta a:hover {
  color: #ff8763;
}

.wp-block-categories-list a:hover .count,
.wp-block-categories-list a:hover .count,
.widget_categories a:hover .count,
.widget_archive a:hover .count {
  background-color: #ff8763;
}

.widget_recent_entries a,
.recentcomments a,
a.rsswidget {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -moz-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -ms-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -o-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

.widget_recent_entries a:hover,
.recentcomments a:hover,
a.rsswidget:hover {
  color: #ff8763;
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-text-decoration-color: currentColor;
}

.widget_recent_entries a:before {
  display: inline;
  margin-right: 7px;
  content: "\e90c";
  font-weight: normal;
  font-family: "ruby-icon" !important;
}

.widget_recent_entries .post-date {
  position: relative;
  display: block;
  margin-top: 7px;
  font-weight: 400;
  font-size: 12px;
}

.widget_recent_comments .recentcomments:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\56";
  font-size: 24px;
  font-family: "ruby-icon" !important;
}

.widget_recent_comments .recentcomments {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 0.875rem;
}

.widget_recent_comments .recentcomments > a:last-child {
  display: block !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

.widget_categories .children,
.widget_pages .children,
.wp-block-categories-list .children,
.wp-block-categories-list .children {
  margin-top: 15px;
  margin-left: 15px;
  padding: 0;
}

.wp-block-latest-comments__comment {
  position: relative;
  display: block;
  margin-left: 0;
}

.wp-block-latest-comments__comment article {
  margin-bottom: 20px;
}

.wp-block-latest-comments__comment-link,
.wp-block-latest-posts__list a {
  font-weight: 700;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  line-height: 1.45;
}

.wp-block-latest-comments__comment-date {
  padding-top: 7px;
}

.wp-block-latest-comments__comment-excerpt {
  margin-top: 12px;
  font-size: 0.85rem;
  line-height: 1.7;
}

.wp-block-latest-comments__comment-excerpt p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #eee;
}

.widget_pages ul.children ul.children ul.children {
  margin-left: 0;
}

.widget.widget_nav_menu .menu-item a {
  position: relative;
  padding: 0;
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.widget.widget_nav_menu .menu-item a * {
  text-transform: inherit;
  font-size: inherit;
}

.widget.widget_nav_menu .sub-menu {
  margin-top: 15px;
  margin-left: 15px;
}

.widget_archive > ul > li:last-child,
.widget_categories > ul > li:last-child,
.widget_pages > ul > li:last-child,
.widget_meta > ul > li:last-child,
.widget.widget_nav_menu ul.menu > li:last-child {
  margin-bottom: 0;
}

.widget_recent_comments > ul > .recentcomments:last-child,
.widget_recent_entries > ul > li:last-child,
.widget_rss > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none !important;
}

/* widget title */
.widget-title,
.widget .widget-title,
.elementor-widget-container .widget > *:first-child {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

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

.widget_categories label,
.widget_archive label,
.widget_mc4wp_form_widget .mc4wp-form label,
.widget_text .mc4wp-form label {
  display: none;
}

.widget_rss li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss ul a.rsswidget:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\42";
  font-size: 20px;
  font-family: "ruby-icon" !important;
}

.widget_rss ul a.rsswidget,
.rss-date {
  display: block;
  padding-left: 35px;
}

.rss-date {
  margin-top: 2px;
  color: #666;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.rssSummary {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 0.85rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

.widget_rss cite {
  display: block;
  padding-right: 5px;
  font-size: 12px;
}

.wp-block-archives,
.wp-block-categories {
  position: relative;
  overflow: hidden;
  max-width: 350px;
}

.wp-block-archives.alignleft,
.wp-block-categories.alignleft,
.wp-block-archives.alignright,
.wp-block-categories.alignright {
  width: 350px;
}

.wp-block-categories-list .count,
.wp-block-archives-list .count,
.widget:not(.woocommerce) .count {
  float: right;
  padding: 0 3px;
  min-width: 18px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  transition: background-color 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

.widget_archive select,
.wp-block-archives select,
.widget_categories select,
.wp-block-categories select {
  display: block;
  width: 100%;
  padding: 10px;
  max-width: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0.025);
  color: #aaa;
}

.widget_archive select,
.widget_categories select {
  width: 100%;
}

.widget_archive select option,
.wp-block-archives select option,
.widget_categories select option,
.wp-block-categories select option {
  color: #333;
}

.entry-content ul.wp-block-latest-posts a:hover {
  color: #ff8763;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
  margin-top: 7px;
  padding: 0;
  color: #666;
  letter-spacing: 0.0215rem;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

#wp-calendar {
  position: relative;
  width: 100%;
}

#wp-calendar tfoot {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#wp-calendar tfoot td {
  border: none;
  vertical-align: top;
}

#wp-calendar th,
#wp-calendar td {
  padding: 0;
  text-align: center;
  line-height: 40px;
}

#wp-calendar tbody a {
  display: block;
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.025);
  -webkit-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -moz-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -ms-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -o-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

#wp-calendar tbody td {
  padding: 0;
}

#wp-calendar tbody a:hover {
  background-color: #ff8763;
  color: #fff;
}

#wp-calendar caption {
  padding-bottom: 15px;
}

#wp-calendar td#today {
  background-color: #ff8763;
  color: #fff;
}

#wp-calendar #prev {
  right: auto;
  left: 0;
}

#wp-calendar #next {
  position: absolute;
  right: 0;
  left: auto;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  display: block;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 24px;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -moz-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -ms-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -o-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  opacity: 1;
}

#wp-calendar tfoot a:hover {
  text-decoration: underline;
}

.widget_tag_cloud .tagcloud {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
}

.tagcloud a {
  margin: 2px;
  padding: 4px 12px;
  border: none;
  background-color: #333;
  color: #fff;
  letter-spacing: 0.0215rem;
  font-weight: 600;
  font-size: 11px !important;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  -webkit-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -moz-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -ms-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -o-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

.tagcloud a:hover,
.tagcloud a:focus,
.is-light-text .tagcloud a:hover,
.is-light-text .tagcloud a:focus {
  background-color: #ff8763;
  color: #fff;
}

.widget_search {
  display: block;
  overflow: hidden;
}

.widget_search form {
  position: relative;
  display: block;
}

.widget_search input.search-field,
.widget_product_search input[type="search"] {
  display: block;
  margin: 0;
  padding: 5px 50px 5px 20px;
  width: 100%;
  border: none !important;
}

.widget_search .search-form input[type="submit"],
.widget_product_search .search-form input[type="submit"] {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.widget_search .search-submit,
.widget_search input[type="submit"],
.widget_product_search button {
  z-index: 9;
  padding: 0;
  min-width: auto !important;
  width: 50px;
  background-color: transparent !important;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.widget_search form:after,
.widget_product_search:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10;
  width: 50px;
  height: 100%;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  content: "\e618";
  text-align: center;
  font-size: 22px;
  font-family: "ruby-icon" !important;
  line-height: 46px;
  opacity: 1;
  pointer-events: none;
}

.textwidget img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.textwidget p {
  margin-bottom: 0.75rem;
  word-wrap: break-word;
}

.footer-wrap .textwidget p {
  color: #777;
  font-size: 0.85rem;
  line-height: 1.7;
}

.textwidget > p:last-child {
  margin-bottom: 0;
}

.subscribe-youtube-wrap {
  display: block;
  overflow: hidden;
  max-height: 80px;
}

.twitter-content.entry-summary {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.twitter-content.entry-summary:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.twitter-content.entry-summary a {
  color: #333;
  text-decoration: underline;
  font-style: italic;
  -webkit-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -moz-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -ms-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  -o-transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.8, 0.41, 1);
}

.twitter-content.entry-summary a:hover {
  color: #ff8763;
}

.twitter-timestamp {
  display: block;
  margin-top: 7px;
  color: #666;
  font-size: 12px;
}

.widget-post-1 > *:last-child .p-wrap,
.widget-post-3 > *:last-child .p-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.widget-post ul {
  list-style: none;
}

.widget-post-2 {
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
}

.widget-post-2 > * {
  padding-right: 10px;
  padding-left: 10px;
}

.widget-post-2 .p-grid-w1 {
  width: 100%;
}

.p-grid-w1 .p-feat {
  margin-bottom: 10px;
}

.social-follower {
  position: relative;
  display: block;
}

.follower-el {
  position: relative;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  margin-bottom: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #333;
  line-height: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  align-items: center;
}

.follower-el:last-child {
  margin-bottom: 0;
}

.follower-el > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
}

.follower-el * {
  display: inline-flex;
  color: inherit;
  line-height: inherit;
  align-items: center;
}

.follower-el .num-count,
.follower-el .text-count {
  margin-left: 5px;
}

.follower-el .right-el {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.follower-icon {
  position: relative;
  margin-right: 5px;
  padding-right: 5px;
}

.text-count {
  text-transform: capitalize;
}

.follower-icon:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  content: "";
  opacity: 0.25;
}

.footer-wrap .follower-el .left-el {
  flex-grow: 1;
}

.footer-wrap .follower-el .text-count {
  flex-grow: 1;
  justify-content: flex-end;
}

.footer-wrap .follower-el .right-el {
  display: none;
}

.footer-wrap .widget.widget_nav_menu .menu-item {
  margin-bottom: 10px;
}

/* social icon color */
.is-color .social-link-facebook,
.bg-facebook {
  background-color: #899dce;
}

.is-color .social-link-twitter,
.bg-twitter {
  background-color: #60d2f5;
}

.is-color .social-link-pinterest,
.bg-pinterest {
  background-color: #f74c53;
}

.is-color .social-link-instagram,
.bg-instagram {
  background-color: #7e40b6;
}

.is-color .social-link-linkedin,
.bg-linkedin {
  background-color: #007bb6;
}

.is-color .social-link-tumblr,
.bg-tumblr {
  background-color: #32506d;
}

.is-color .social-link-flickr {
  background-color: #ff0082;
}

.is-color .social-link-skype {
  background-color: #00aae1;
}

.is-color .social-link-snapchat {
  background-color: #ffc94f;
}

.is-color .social-link-myspace {
  background-color: #030303;
}

.is-color .social-link-youtube,
.bg-youtube {
  background-color: #ef464b;
}

.is-color .social-link-bloglovin {
  background-color: #111;
}

.is-color .social-link-digg {
  background-color: #191919;
}

.is-color .social-link-dribbble,
.bg-dribbble {
  background-color: #fb70a6;
}

.is-color .social-link-soundcloud,
.bg-soundcloud {
  background-color: #fd794a;
}

.is-color .social-link-vk,
.bg-vk {
  background-color: #5fa0dd;
}

.is-color .social-link-whatsapp {
  background-color: #00e676;
}

.is-color .social-link-rss,
.bg-rss {
  background-color: #ffcc15;
}

.is-color .social-link-vimeo,
.bg-vimeo {
  background-color: #44bbe1;
}

.is-color .social-link-telegram {
  background-color: #649fdf;
}

.is-color .social-link-reddit {
  background-color: #ff4500;
}

.is-color .social-link-custom {
  background-color: #333;
}

.is-bg-icon .social-link-facebook:hover,
.widget .bg-facebook:hover {
  background-color: #568fce;
}

.is-icon .social-link-facebook:hover,
.is-light-share .share-facebook i {
  color: #568fce;
}

.is-bg-icon .social-link-twitter:hover,
.widget .bg-twitter:hover {
  background-color: #27c2f5;
}

.is-icon .social-link-twitter:hover,
.is-light-share .share-twitter i {
  color: #27c2f5;
}

.is-bg-icon .social-link-pinterest:hover,
.widget .bg-pinterest:hover {
  background-color: #f7333e;
}

.is-icon .social-link-pinterest:hover,
.is-light-share .share-pinterest i {
  color: #f7333e;
}

.is-bg-icon .social-link-instagram:hover,
.widget .bg-instagram:hover {
  background-color: #8823b6;
}

.is-icon .social-link-instagram:hover {
  color: #8823b6;
}

.is-bg-icon .social-link-linkedin:hover {
  background-color: #0a84dc;
}

.is-icon .social-link-linkedin:hover,
.is-light-share .share-linkedin i {
  color: #0a84dc;
}

.is-bg-icon .social-link-tumblr:hover {
  background-color: #111;
}

.is-icon .social-link-tumblr:hover,
.is-light-share .share-tumblr i {
  color: #111;
}

.is-bg-icon .social-link-flickr:hover {
  background-color: #ff015a;
}

.is-icon .social-link-flickr:hover {
  color: #ff015a;
}

.is-bg-icon .social-link-skype:hover {
  background-color: #0082e1;
}

.is-icon .social-link-skype:hover {
  color: #0082e1;
}

.is-bg-icon .social-link-snapchat:hover {
  background-color: #ffd400;
}

.is-icon .social-link-snapchat:hover {
  color: #ffd400;
}

.is-bg-icon .social-link-myspace:hover,
.is-bg-icon .social-link-bloglovin:hover,
.is-bg-icon .social-link-digg:hover {
  background-color: #000;
}

.is-icon .social-link-myspace:hover,
.is-icon .social-link-bloglovin:hover,
.is-icon .social-link-digg:hover {
  color: #000;
}

.is-bg-icon .social-link-youtube:hover,
.widget .bg-youtube:hover {
  background-color: #ef272c;
}

.is-icon .social-link-youtube:hover {
  color: #ef272c;
}

.is-bg-icon .social-link-dribbble:hover,
.widget .bg-dribbble:hover {
  background-color: #ff5a91;
}

.is-icon .social-link-dribbble:hover {
  color: #ff5a91;
}

.is-bg-icon .social-link-soundcloud:hover,
.widget .bg-soundcloud:hover {
  background-color: #fd652a;
}

.is-icon .social-link-soundcloud:hover {
  color: #fd652a;
}

.is-bg-icon .social-link-vimeo:hover,
.widget .bg-vimeo:hover {
  background-color: #15a8e1;
}

.is-icon .social-link-vimeo:hover {
  color: #15a8e1;
}

.is-bg-icon .social-link-reddit:hover {
  background-color: #ff570a;
}

.is-icon .social-link-reddit:hover,
.is-light-share .share-reddit {
  color: #ff570a;
}

.is-bg-icon .social-link-vk:hover,
.widget .bg-vk:hover {
  background-color: #568fce;
}

.is-icon .social-link-vk:hover,
.is-light-share .share-vk {
  color: #0088cc;
}

.is-icon .social-link-telegram:hover,
.is-light-share .share-telegram {
  color: #568fce;
}

.is-bg-icon .social-link-telegram:hover {
  background-color: #568fce;
}

.is-bg-icon .social-link-whatsapp:hover {
  background-color: #0ce643;
}

.is-icon .social-link-whatsapp:hover,
.is-light-share .share-whatsapp i {
  color: #17c242;
}

.is-bg-icon .social-link-rss:hover {
  background-color: #ffa100;
}

.is-icon .social-link-rss:hover,
.is-light-share .share-email i {
  color: #ffa100;
}

.social-follower i {
  position: relative;
  font-size: 20px;
}

.social-follower i:before {
  position: relative;
  z-index: 2;
}

.social-follower .rbi:after {
  position: absolute;
  left: -18px;
  z-index: 1;
  content: "\62";
  font-size: 2.25em;
  opacity: 0.2;
}

.social-follower i.rbi-twitter:after {
  content: "\64";
}

.social-follower i.rbi-pinterest-i:after {
  content: "\66";
}

/* advert widget */
.topsite-sidebar .advert-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.advert-decs,
h6.advert-decs {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  color: #666;
  text-align: center;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: inherit;
  line-height: 1;
}

.infeed-wrap .advert-decs {
  margin-bottom: 0;
  margin-top: 10px;
}

.infeed-image {
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.infeed-image:hover {
  opacity: 0.7;
}

.ad-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: auto;
}

.advert-wrap,
.advert-wrap iframe {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.advert-image,
.ad-script {
  text-align: center;
}

.infeed-wrap {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
}

.mc4wp-form-fields {
  position: relative;
}

.mc4wp-form-fields input {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 460px;
  width: 50%;
}

.mc4wp-form-fields input[type="submit"],
.mc4wp-form-fields button {
  display: block !important;
  width: auto;
}

.w-sidebar .mc4wp-form-fields h1,
.w-sidebar .mc4wp-form-fields h2,
.w-sidebar .mc4wp-form-fields h3,
.w-sidebar .mc4wp-form-fields h4,
.w-sidebar .mc4wp-form-fields h5,
.w-sidebar .mc4wp-form-fields h6 {
  text-align: center;
  margin-bottom: 10px;
}

.w-sidebar .mc4wp-form-fields p {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.7;
}

.subscribe-box .mc4wp-form-fields input {
  display: flex;
  display: -webkit-flex;
  margin-right: 0;
  margin-left: 0;
}

.sidebar-inner .w-sidebar.widget_mc4wp_form_widget,
.w-footer.widget_mc4wp_form_widget {
  padding: 30px 20px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.is-light-text .w-footer.widget_mc4wp_form_widget {
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-inner .w-sidebar.widget_mc4wp_form_widget input:not([type="submit"]),
.w-footer.widget_mc4wp_form_widget input:not([type="submit"]) {
  width: 100%;
}

.sidebar-inner .w-sidebar.widget_mc4wp_form_widget input + i,
.w-footer.widget_mc4wp_form_widget input + i {
  display: none;
}

.widget-fw-instagram .rb-error {
  padding: 0 20px;
  text-align: center;
}

.widget-fw-instagram .instagram-grid {
  padding-bottom: 10px;
}

.layout-default .grid-holder {
  display: flex;
  display: -webkit-flex;
  margin: -5px;
  flex-flow: row wrap;
  align-content: stretch;
}

.is-wide .grid-holder {
  margin-right: 5px;
  margin-left: 5px;
}

.is-wide.layout-grid .grid-holder {
  margin-right: 10px;
  margin-left: 10px;
}

.layout-default .grid-el {
  padding: 5px;
}

.rb-c2 {
  width: 50%;
  flex: 0 0 50%;
}

.rb-c3 {
  width: 33%;
  flex: 0 0 33.333%;
}

.rb-c4 {
  width: 25%;
  flex: 0 0 25%;
}

.rb-c5 {
  width: 20%;
  flex: 0 0 20%;
}

.rb-c6 {
  width: 16.666%;
  flex: 0 0 16.666%;
}

.rb-c7 {
  width: 14.285%;
  flex: 0 0 14.285%;
}

.rb-c8 {
  width: 12.5%;
  flex: 0 0 12.5%;
}

.rb-c9 {
  width: 11.111%;
  flex: 0 0 11.111%;
}

.rb-c10 {
  width: 10%;
  flex: 0 0 10%;
}

.instagram-box {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.instagram-box .box-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.instagram-box:not(.box-intro) .box-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.instagram-box:not(.box-intro) .box-content span {
  z-index: 10;
  display: inline-flex;
  display: -webkit-inline-flex;
  padding: 0 5px;
  line-height: 1;
  align-items: center;
}

.widget-sb-instagram .instagram-box:not(.box-intro) .box-content i,
.widget-sb-instagram .instagram-box:not(.box-intro) .box-content span {
  font-size: 0.825rem;
}

.instagram-box:not(.box-intro) .box-content i {
  margin-right: 3px;
  font-size: 1.1rem;
  line-height: 1;
}

.instagram-box:hover .box-content {
  opacity: 1;
}

.instagram-box img,
.flickr-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: 50% 50%;
}

.instagram-box {
  padding-bottom: 100%;
}

.instagram-box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
}

.grid-header {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
}

.grid-footer {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 0.8rem;
}

.grid-header span,
.grid-header em {
  font-size: 0.9rem;
}

.grid-header a,
.grid-footer a {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.grid-header a:hover,
.grid-footer a:hover {
  opacity: 1;
}

.widget-fw-instagram .layout-default h5,
.widget-fw-instagram .layout-default h6 {
  font-size: 1.2rem;
}

.instagram-box.box-intro {
  padding-bottom: 50%;
  background-color: #333;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.instagram-box.box-intro .box-content {
  flex-direction: column;
  padding: 0 10px;
  text-align: center;
  opacity: 1;
}

.instagram-box.box-intro:hover {
  background-color: #ff8763;
}

.instagram-box.box-intro .box-content span {
  display: none;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
}

.instagram-box.box-intro .box-content i {
  margin-bottom: 5px;
  font-size: 2.2rem;
}

.instagram-box.box-intro .box-content h6 {
  white-space: nowrap;
}

.layout-grid .grid-holder {
  display: grid;
  align-items: stretch;
  grid-gap: 10px;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "e2 e2 e1 e1 e3 e3 e4 e5" "e2 e2 e6 e7 e3 e3 e8 e8";
}

.layout-grid.grid-fmasonry .grid-holder {
  grid-template-columns: repeat(10, 1fr);
  grid-template-areas: "e1 e2 e2 e9 e9 e3 e3 e4 e5 e11" "e10 e2 e2 e6 e7 e3 e3 e8 e8 e11";
}

.layout-grid .instagram-box {
  height: 100%;
}

.rb-masonry {
  justify-self: stretch;
}

.rb-masonry:nth-child(1) {
  grid-area: e1;
  justify-self: stretch;
}

.rb-masonry:nth-child(2) {
  grid-area: e2;
}

.rb-masonry:nth-child(3) {
  grid-area: e3;
}

.rb-masonry:nth-child(5) {
  grid-area: e4;
}

.rb-masonry:nth-child(5) {
  grid-area: e5;
}

.rb-masonry:nth-child(6) {
  grid-area: e6;
}

.rb-masonry:nth-child(7) {
  grid-area: e7;
}

.rb-masonry:nth-child(8) {
  grid-area: e8;
}

.rb-masonry:nth-child(9) {
  grid-area: e9;
}

.rb-masonry:nth-child(10) {
  grid-area: e10;
}

.rb-masonry:nth-child(11) {
  grid-area: e11;
}

.layout-grid .rb-masonry:nth-child(8) .instagram-box,
.layout-grid .rb-masonry:nth-child(9) .instagram-box {
  padding-bottom: 50%;
}

.layout-grid .rb-masonry:nth-child(11) .instagram-box {
  padding-bottom: 200%;
}

.about-bio.is-centered {
  text-align: center;
}

.about-bio.is-centered + .social-icon-wrap {
  justify-content: center;
}

.about-bio.is-centered + .social-icon-wrap a {
  margin-right: 0;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 16px;
}

.about-bio > * {
  margin-bottom: 0.5rem;
}

.about-bio > img {
  margin-bottom: 1.5rem;
}

.about-bio > a img {
  margin-bottom: 1rem;
}

.about-bio p {
  max-width: 320px;
  color: #777;
  font-size: 0.85rem;
  line-height: 1.7;
}

.footer-style-3 .footer-col-4 .about-bio p,
.footer-style-4 .footer-col-1 .about-bio p {
  max-width: 100%;
}

.about-bio.is-centered p {
  margin-right: auto;
  margin-left: auto;
}

.sidebar-wrap .about-bio.is-centered p {
  max-width: 270px;
}

.widget-social-icon .social-icon-wrap a {
  margin-right: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}

.widget-social-icon .social-icon-wrap {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
}

.widget-social-icon .social-icon-wrap.is-centered {
  justify-content: center;
}

.widget-tweets .widget-title:before {
  margin-right: 7px;
  content: "\64";
  font-size: 0.9em;
  font-family: "ruby-icon";
}

.address-info {
  padding: 20% 10%;
  background-color: rgba(0, 0, 0, 0.025);
  font-size: 0.85rem;
}

.address-info h5 {
  margin-bottom: 15px;
}

.office-address {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-left: 30px;
}

.address-info .phone,
.address-info .tel,
.address-info .email {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 30px;
}

.address-info .email {
  margin-bottom: 40px;
}

.office-address:before {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  font-family: "ruby-icon";
  line-height: 1;
}

.address-info > *:last-child {
  margin-bottom: 0;
}

.address-info .phone:before,
.address-info .tel:before,
.address-info .email:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 15px;
  font-family: "ruby-icon";
  line-height: 20px;
}

.office-address:before {
  content: "\e92a";
}

.address-info .phone:before {
  content: "\e017";
}

.address-info .tel:before {
  content: "\e830";
}

.address-info .email:before {
  content: "\e818";
}

.address-info a {
  text-decoration: underline;
}

.address-info a:hover {
  color: #ff8763;
}

/* rb banner */
.w-banner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 100px 30px;
  text-align: center;
}

.w-banner-content {
  display: flex;
  display: -webkit-flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.w-banner-desc.element-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: top center;
}

.banner-btn {
  margin-top: 20px;
  text-align: center;
}

.banner-btn a {
  display: inline-block;
  padding: 0 40px;
  outline: none !important;
  border: none;
  background-color: #ff8763;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.banner-btn a:hover {
  background-color: #333;
}

.rb-headerstrip {
  display: none;
  overflow: hidden;
  padding: 12px 40px;
  background-color: #333;
}

.rb-headerstrip .content-inner {
  display: flex;
  display: -webkit-flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.rb-headerstrip .headerstrip-desc {
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: center;
  font-size: 0.875rem;
}

.rb-headerstrip .headerstrip-desc p {
  color: inherit;
}

.headerstrip-btn a {
  display: inline-block;
  padding: 0 40px;
  background-color: #ff8763;
  box-shadow: none !important;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.headerstrip-btn a:hover {
  background-color: #fff !important;
  color: #333 !important;
}

.headerstrip-btn {
  margin-left: 20px;
}

.headerstrip-submit {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 10;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.headerstrip-submit i:before,
.headerstrip-submit i:after {
  background-color: currentColor;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.headerstrip-submit:hover i:before,
.headerstrip-submit i:after {
  opacity: 1;
}

/** widget mc */
.rb-mailchimp {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rb-mailchimp .mc4wp-form-fields i {
  display: none;
}

.mc-desc {
  margin-top: 15px;
  color: #777;
}

.rb-mailchimp .mc4wp-form-fields input[type="submit"],
.is-light-text .w-footer .mc4wp-form-fields input[type="submit"] {
  background-color: #ff8763;
}

.rb-mailchimp .mc4wp-form-fields input[type="submit"]:hover,
.is-light-text .w-footer .mc4wp-form-fields input[type="submit"]:hover {
  background-color: #333;
}

.mc-form {
  position: relative;
  margin-top: 30px;
  margin-bottom: 5px;
}

.fw-widget-section .widget.widget_archive,
.fw-widget-section .widget.widget_calendar,
.fw-widget-section .widget.widget_categories,
.fw-widget-section .widget.widget_pages,
.fw-widget-section .widget.widget_meta,
.fw-widget-section .widget.widget_recent_comments,
.fw-widget-section .widget.widget_recent_entries,
.fw-widget-section .widget.widget_rss,
.fw-widget-section .widget.widget_search,
.fw-widget-section .widget.widget_text,
.fw-widget-section .widget.widget_tag_cloud,
.fw-widget-section .widget.widget_nav_menu,
.fw-widget-section .widget-post,
.fw-widget-section .widget-tweets,
.fw-widget-section .widget-social-icon {
  display: none;
}

/* call to action */
.cta-inner {
  width: 100%;
  position: relative;
}

.block-cta-1 .cta-inner {
  text-align: center;
}

.cta-image,
.cta-tagline {
  margin-bottom: 15px;
}

.cta-title {
  margin-bottom: 20px;
}

.cta-tagline span,
.cta-title span {
  color: #ff8763;
}

.cta-description {
  margin-bottom: 25px;
}

.block-cta-1 .cta-description {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.cta-btn {
  display: inline-flex;
  display: -webkit-inline-flex;
  flex-flow: row nowrap;
  line-height: 50px;
  padding: 0 30px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 1rem;
  font-weight: 600;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.cta-btn .rbi:before {
  line-height: 0;
}

.block-cta-1.icon-before .cta-btn {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.cta-btn .rbi {
  margin-left: 7px;
  line-height: 1;
  letter-spacing: 0;
}

.block-cta-1.icon-before .cta-btn .rbi {
  margin-left: 0;
  margin-right: 7px;
}

.cta-btn.is-bg {
  background-color: #ff8763;
  color: #fff;
}

.cta-btn.is-border {
  padding-left: 28px;
  padding-right: 28px;
  line-height: 44px;
  background-color: transparent;
  border: 2px solid currentColor;
}

.cta-btn.is-bg:hover {
  background-color: #fff;
  color: #333;
}

.cta-btn.is-border:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.rb-btn {
  font-weight: 600;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

.rb-btn-link {
  display: inline-flex;
  display: -webkit-inline-flex;
  visibility: hidden;
  padding: 10px 20px;
  font-size: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  border: 1px solid transparent;
}

.ele-round .rb-btn-link {
  padding-left: 25px;
  padding-right: 25px;
}

.h-shadow .rb-btn-link:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
}

/*
--------------------------------------------------------------
    12.0 - DESIGN & TEXT STYLES
*/

.is-light-text,
.is-light-text > *,
.is-light-text .widget-title,
.is-light-text .p-wrap .p-url:hover,
.is-light-text .p-wrap .p-url:focus,
.is-light-text .p-url:hover,
.is-light-text .p-url:focus,
.is-light-text .p-wrap .p-url:hover,
.is-light-text .p-wrap .p-url:focus,
.p-wrap .is-light-text .p-url:hover,
.p-wrap .is-light-text .p-url:focus,
.p-wrap.is-light-text .p-url:hover,
.p-wrap.is-light-text .p-url:focus,
.is-light-text .p-grid-5 .additional-meta,
.is-light-text .p-grid-6 .additional-meta,
.is-light-text .p-masonry-1 .additional-meta,
.is-light-text .meta-info-author.meta-info-el,
.is-light-text .meta-info-author,
.is-light-text .block-title,
.is-light-text .p-link,
.is-light-text .quick-filter-link,
.is-light-text .entry-title,
.is-light-text .entry-title:hover,
.is-light-text .entry-title:focus,
.is-light-text h1,
.is-light-text h1:hover,
.is-light-text h1:focus,
.is-light-text .h1,
.is-light-text .h1:hover,
.is-light-text .h1:focus,
.is-light-text h2,
.is-light-text h2:hover,
.is-light-text h2:focus,
.is-light-text .h2,
.is-light-text .h2:hover,
.is-light-text .h2:focus,
.is-light-text h3,
.is-light-text h3:hover,
.is-light-text h3:focus,
.is-light-text .h3,
.is-light-text .h3:hover,
.is-light-text .h3:focus,
.is-light-text h4,
.is-light-text h4:hover,
.is-light-text h4:focus,
.is-light-text .h4,
.is-light-text .h4:hover,
.is-light-text .h4:focus,
.is-light-text h5,
.is-light-text h5:hover,
.is-light-text h5:focus,
.is-light-text .h5,
.is-light-text .h5:hover,
.is-light-text .h5:focus,
.is-light-text h6,
.is-light-text h6:hover,
.is-light-text h6:focus,
.is-light-text .h6,
.is-light-text .h6:hover,
.is-light-text .h6:focus,
.is-light-text .breadcrumb a:hover,
.is-light-text .portfolio-info-el:before,
.is-light-text .block-view-more a:hover,
.is-light-text .block-view-more a:focus {
  color: #fff;
}

.is-light-text .pagination-nextprev .pagination-link,
.is-light-text .loadmore-link,
.is-light-text button.pp-filter-el.active {
  background-color: rgba(255, 255, 255, 0.07);
}

.is-light-text .pagination-nextprev .pagination-link:hover,
.is-light-text .loadmore-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.is-light-text thead th {
  background-color: #fff;
  color: #333;
}

.is-light-text .p-meta-info,
.is-light-text .block-view-more,
.is-light-text .mc-desc {
  color: #efefef;
}

.is-light-text thead {
  background-color: rgba(255, 255, 255, 0.07);
}

.is-light-text #wp-calendar td#today {
  background-color: rgba(255, 255, 255, 0.1);
}

.is-light-text .widget:not(.woocommerce) .count {
  background-color: #ff8763;
}

.is-light-text .banner-btn a:hover {
  background-color: #fff;
  color: #333;
}

.is-light-text .twitter-timestamp,
.is-light-text cite,
.is-light-text .rss-date,
.is-light-text .image-caption,
.is-light-text .wp-caption-text {
  color: #ddd;
}

.is-light-text input[type="submit"],
.is-light-text button {
  background-color: rgba(255, 255, 255, 0.1);
}

.is-light-text input[type="text"],
.is-light-text input[type="tel"],
.is-light-text input[type="password"],
.is-light-text input[type="email"],
.is-light-text input[type="number"],
.is-light-text input[type="url"],
.is-light-text input[type="search"] {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.navbar-holder.is-light-text .main-menu .sub-menu,
.navbar-holder.is-light-text .header-lightbox {
  background-color: #333;
}

.navbar-holder.is-light-text .main-menu > li > .sub-menu:before {
  color: #333;
}

.navbar-holder.is-light-text .header-lightbox {
  border-color: #ff8763;
  color: #fff;
}

.is-light-text .tagcloud a {
  background-color: rgba(255, 255, 255, 0.1);
}

.is-light-text .post-slider-2 .p-header {
  background-color: #333;
}

.is-light-text select,
.is-light-text .widget_archive select,
.is-light-text .widget_categories select {
  background-color: rgba(255, 255, 255, 0.07);
  color: #eee;
}

.is-light-text select option,
.is-light-text .widget_archive select option,
.is-light-text .widget_categories select option {
  background-color: #333;
  color: #fff;
}

body .is-light-text .entry-summary,
.is-light-text p,
.is-light-text .entry-summary,
.is-light-text .rssSummary,
.is-light-text .breadcrumb .current-item,
.is-light-text .breadcrumb.woocommerce-breadcrumb .current-item {
  color: #efefef;
}

.is-light-text .widget_categories a:hover,
.is-light-text .widget_archive a:hover,
.is-light-text .widget_pages .page_item a:hover,
.is-light-text .widget_nav_menu .menu-item a:hover,
.is-light-text .widget_meta a:hover {
  color: currentColor;
  opacity: 0.7;
}

.is-light-text .widget_categories a:hover .count,
.is-light-text .widget_archive a:hover .count {
  background-color: currentColor;
}

.is-light-text .breadcrumb,
.is-light-text .breadcrumb.woocommerce-breadcrumb {
  color: #fff;
}

.is-light-text .copyright-inner {
  border-color: rgba(255, 255, 255, 0.1);
}

.is-light-text .p-list-5 {
  border-color: rgba(255, 255, 255, 0.1);
}

.is-light-text .meta-info-el a:hover {
  color: #fff;
}

.is-light-text .p-link:hover span,
.is-light-text .p-link:hover i {
  color: #fff;
}

.is-light-text .meta-avatar img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.is-light-text .meta-info-author:hover .meta-avatar img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.is-light-text .single-top-share {
  background-color: rgba(255, 255, 255, 0.07);
}

.is-light-text .single-tagline:before {
  opacity: 0.7;
}

.is-light-text .sponsor-label {
  color: #efefef;
}

.is-light-text .filter-el:after {
  color: rgba(255, 255, 255, 0.2);
}

.rb-newsletter.is-light-text .newsletter-email {
  background-color: transparent;
}

.rb-newsletter.is-light-text .subscribe-box.layout-1 .newsletter-email,
.rb-newsletter.is-light-text
  .subscribe-box.layout-1
  button.newsletter-submit-icon {
  background-color: rgba(255, 255, 255, 0.07);
}

.rb-newsletter.is-light-text button.newsletter-submit {
  background-color: #ff8763;
}

.rb-newsletter.is-light-text button.newsletter-submit:hover {
  background-color: #fff;
  color: #333;
}

.subscribe-box .rb-newsletter.is-light-text button.newsletter-submit-icon:hover,
.subscribe-box .rb-newsletter button.newsletter-submit-icon:hover {
  color: #ff8763;
}

.single-header-overlay.is-light-text .entry-title {
  margin-bottom: 15px;
}

.is-light-text.is-header-left .header-left-holder {
  background-color: rgba(0, 0, 0, 0.5);
}

.fw-category-1.is-light-text .cat-list-item .cat-list-name {
  background-color: #fff;
  color: #333;
}

.is-light-text .mega-category .mega-holder > .sub-menu {
  border-color: rgba(255, 255, 255, 0.1);
}

.is-light-text .rb-counter,
.header-wrap .is-light-text .rb-counter {
  background-color: #fff;
  color: #333;
}

.is-light-text .twitter-content.entry-summary a {
  color: #fff;
}

.is-light-text .load-animation,
.is-light-text .loadmore-animation {
  background-image: url("../images/loading-light.svg");
}

.feat-round .p-grid-6,
.feat-round .single-1 .single-feat,
.feat-round .single-4 .single-feat {
  overflow: hidden;
}

.feat-round .fw-feat-6 .p-overlay-3 .content-overlay:before {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.feat-round .ct-nav-holder .nav-image,
.feat-round .p-feat,
.feat-round .fw-feat-17 .p-list-4,
.feat-round .single-1 .single-feat,
.feat-round .single-4 .single-feat,
.feat-round .ad-image img,
.feat-round .p-grid-6,
.feat-round .ibox-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.feat-round .p-list-6 .p-feat,
.feat-round .p-list-7 .p-feat {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.feat-round .p-list-6,
.feat-round .p-list-7 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.feat-round .p-gallery-slider .p-feat,
.feat-round .p-gallery-slider .p-feat img,
.feat-round .fw-feat-4 .p-feat,
.feat-round .fw-feat-4 .p-feat img,
.feat-round .fw-feat-6 .p-overlay-4 .p-feat,
.feat-round .fw-feat-6 .p-overlay-4 .p-feat img,
.feat-round .p-grid-6 .p-feat,
.feat-round .p-grid-6 .p-feat img {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.feat-round .slider-feat-5,
.feat-round .slider-feat-5 img,
.feat-round .single-feat .p-feat,
.feat-round .single-feat .p-feat img,
.feat-round .widget-fw-instagram .instagram-box,
.feat-round .citem-feat .rb-iwrap {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transform: translateZ(0);
}

.feat-round .widget .gallery-item img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.feat-round .p-overlay .content-overlay:before {
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.ele-round input[type="submit"],
.ele-round button,
.ele-round select,
.ele-round input[type="text"],
.ele-round input[type="tel"],
.ele-round input[type="password"],
.ele-round input[type="email"],
.ele-round input[type="url"],
input[type="file"],
.ele-round input[type="search"],
.ele-round input[type="number"],
.ele-round .banner-btn a,
.ele-round .cookie-accept,
.ele-round .response-notice,
.ele-round .image-caption.is-overlay,
.ele-round .pagination-link,
.ele-round .loadmore-link,
.ele-round .entry-footer a,
.ele-round .entry-footer .source,
.ele-round .entry-footer .via-el,
.ele-round .off-canvas-subscribe a,
.ele-round .headerstrip-btn a,
.ele-round .rb-owl-next,
.ele-round .rb-owl-prev,
.cat-icon-round .category-title,
.ele-round .box-comment-btn,
.ele-round .review-info,
.ele-round .tagcloud a,
.ele-round .search-form input[type="search"],
.ele-round .wpcf7 input,
.ele-round.wp-block-button__link,
.ele-round .entry-content a.wp-block-button__link,
.ele-round .review-btn,
.ele-round .cta-btn,
.ele-round .rb-btn-link {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.ele-round .header-lightbox,
.ele-round .fw-category-1 .cat-list-item,
.ele-round .fw-category-2 .cat-list-feat,
.ele-round .w-banner,
.ele-round .fw-subscribe,
.ele-round .review-box-wrap .inner,
.ele-round .newsletter-inner-cover,
.ele-round .p-gallery-slider,
.ele-round .p-gallery-list .gallery-el,
.ele-round .gallery-feat-holder,
.ele-round .gallery-grid-wrap,
.ele-round .single-portfolio-inner,
.ele-round .single-portfolio-feat a,
.ele-round .infeed-image img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.ele-round textarea,
.ele-round .author-box,
.ele-round .reaction-section,
.ele-round a.comment-reply-link,
.ele-round .wpcf7 textarea,
.ele-round .address-info,
.ele-round .follower-el,
.ele-round .rb-related,
.ele-round .header-author-box,
.ele-round .rb-cookie,
.ele-round .main-menu .sub-menu {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ele-round .page-numbers,
.ele-round .post-page-numbers,
.ele-round .topbar-menu .sub-menu,
.ele-round .single-left-share a,
.ele-round .widget_archive select,
.ele-round .widget_categories select,
.ele-round #wp-calendar #prev a,
.ele-round #wp-calendar #next a,
.ele-round .entry-content pre,
.ele-round .yith-wcwl-share .share-button a,
.ele-round .rb-mailchimp .mc4wp-form-fields input {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.ele-round .tipsy-inner,
.ele-round .single-bottom-share a,
.ele-round .header-wrap .cart-counter,
.ele-round #off-canvas-close-btn,
.ele-round .single-top-share,
.ele-round .widget:not(.woocommerce) .count,
.ele-round .gallery-popup-select img,
.ele-round .total-wrap {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ele-round .gallery-grid-content .gallery-el,
.ele-round .single-left-article .p-feat,
.ele-round .footer-social a,
.ele-round #back-top i {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ele-round .header-lightbox {
  border-top: none;
}

.ele-round .navbar-search .header-lightbox:before {
  right: 20px;
}

.ele-round .header-lightbox:before {
  position: absolute;
  top: -9px;
  right: 50px;
  bottom: auto;
  left: auto;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid currentColor;
  border-left: 10px solid transparent;
  color: #fff;
  content: "";
  pointer-events: none;
}

.ele-round .cat-dot-el {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cat-icon-square .cat-dot-el {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ele-round .tagcloud a {
  padding-right: 15px;
  padding-left: 15px;
}

.ele-round #back-top i {
  width: 44px;
}

.ele-round .cta-btn {
  padding: 0 40px;
}

.ele-round .cta-btn.is-border {
  padding-left: 38px;
  padding-right: 38px;
}

.cat-icon-round .single-cat-info .cat-info-el {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.cat-icon-radius .cat-info-el:hover,
body.cat-icon-round .cat-info-el:hover {
  background-color: #333;
}

.cat-icon-square .cat-info-el:hover,
.cat-icon-line .cat-info-el:hover,
.cat-icon-simple .cat-info-el:hover {
  opacity: 0.7;
}

body.cat-icon-round .p-overlay .cat-info-el:hover,
body.cat-icon-round .p-cat-info.is-absolute .cat-info-el:hover {
  background-color: #fff;
  color: #333;
}

.cat-icon-round .cat-info-el {
  padding: 4px 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #ff8763;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.cat-icon-round .is-relative .cat-info-el {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cat-icon-radius .cat-info-el {
  padding: 4px 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ff8763;
  color: #fff;
}

.cat-icon-square .cat-info-el,
.cat-icon-line .cat-info-el,
.cat-icon-simple .cat-info-el {
  background-color: transparent !important;
}

.cat-icon-square .p-cat-info.is-absolute .cat-info-el,
.cat-icon-line .p-cat-info.is-absolute .cat-info-el,
.cat-icon-simple .p-cat-info.is-absolute .cat-info-el {
  color: #fff;
}

.cat-icon-square .cat-info-el:before {
  display: inline-flex;
  display: -webkit-inline-flex;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-color: #ff8763;
  content: "";
  vertical-align: middle;
  line-height: 24px;
}

.cat-icon-square .cat-info-el {
  align-items: center;
  margin-right: 7px;
}

.cat-icon-line .cat-info-el {
  margin-right: 5px;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 2px solid #ff8763;
}

.cat-icon-line .p-cat-info.is-absolute .cat-info-el {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.cat-icon-simple .cat-info-el {
  margin-right: 5px;
  padding-right: 0;
  padding-left: 0;
}

.cat-icon-simple .cat-info-el:after {
  display: inline-flex;
  padding-left: 5px;
  content: "/";
  vertical-align: middle;
  font-size: 0.8em;
  opacity: 0.3;
  justify-content: center;
  align-items: center;
}

.cat-icon-simple .cat-info-el:last-child:after {
  display: none;
}

.feat-round .widget-sb-instagram .instagram-box,
.feat-round .widget .gallery-item img,
.feat-round .header-subscribe img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ele-round .subscribe-box.layout-1 input.newsletter-email {
  border-radius: 100px !important;
}

.ele-round
  .subscribe-box.layout-1
  button.newsletter-submit:not(.newsletter-submit-icon) {
  margin-left: 20px;
}

.ele-round
  .subscribe-box.layout-1
  .rb-newsletter.is-submit-icon
  input.newsletter-email {
  border-radius: 100px 0 0 100px !important;
}

.ele-round .subscribe-box.layout-1 button.newsletter-submit-icon {
  border-radius: 0 100px 100px 0;
}

.ele-round .entry-footer a {
  padding-right: 20px;
  padding-left: 20px;
}

.ele-round .category-header.is-header-boxed .header-holder {
  padding: 60px 0;
  border-radius: 10px;
}

/*
--------------------------------------------------------------
    13.0 - MISCELLANEOUS & RECIPE SUPPORT
*/
body .cooked-recipe-info {
  margin: 0 0 15px 0;
}

body strong.cooked-meta-title {
  font-weight: normal;
}

body .cooked-recipe-info,
body .cooked-recipe-excerpt {
  position: relative;
  padding-bottom: 15px;
}

body .cooked-recipe-excerpt {
  font-style: italic;
  font-size: 0.825rem;
}

body .cooked-recipe-info:before,
body .cooked-recipe-excerpt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
}

body .entry-content .cooked-recipe-info a {
  text-decoration: none;
}

.entry-content .cooked-recipe-info .cooked-author a {
  color: inherit;
}

body .entry-content .cooked-recipe-info a:hover,
body .entry-content .cooked-recipe-info a:focus {
  text-decoration: none;
}

.entry-content .cooked-recipe-info .cooked-author a:hover {
  color: #ff8763;
}

body span.cooked-taxonomy > :last-child {
  padding: 0 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

body .cooked-recipe-info > section.cooked-right > span {
  font-size: 0.9rem;
}

body .cooked-recipe-info span.cooked-print .cooked-icon,
body .cooked-recipe-info span.cooked-fsm-button .cooked-icon {
  font-size: 1.35rem;
}

body span.cooked-difficulty-level-1 {
  color: #7db464;
}

body span.cooked-difficulty-level-2 {
  color: #f2a400;
}

body span.cooked-difficulty-level-3 {
  color: #ff8750;
}

body .cooked-author,
body .cooked-difficulty-level > :last-child {
  font-weight: 700;
  font-size: 12px;
}

body .cooked-author .cooked-meta-title {
  font-weight: normal;
}

body .cooked-time,
body .cooked-servings-changer {
  font-weight: 700;
}

body .cooked-icon-recipe-icon {
  color: #ff8763;
}

body .cooked-recipe-info span.cooked-servings-icon {
  opacity: 1;
}

body .cooked-recipe-ingredients {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.025);
  font-size: 0.9rem;
}

body .cooked-recipe-ingredients .cooked-ingredient {
  margin-top: 5px;
}

body .cooked-ing-amount {
  font-weight: 700;
}

body .cooked-ing-measurement {
  vertical-align: top;
  font-weight: 700;
  font-size: 0.8em;
}

body .cooked-recipe-ingredients .cooked-ingredient-checkbox {
  top: 0.75rem;
}

body .cooked-recipe-directions .cooked-direction-number {
  padding: 7px 5px;
  height: auto;
  background-color: #ff8763;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  opacity: 1;
}

body
  .cooked-recipe-directions
  .cooked-direction.cooked-direction-has-number
  .cooked-dir-content {
  padding-left: 30px;
}

.cooked-recipe-directions .cooked-direction img {
  margin-bottom: 0;
}

body .cooked-recipe-directions .cooked-direction {
  padding-bottom: 15px;
}

body.ele-round .cooked-recipe-directions .cooked-direction-number {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

body .widget .cooked-nutrition-label dt {
  border-color: rgba(0, 0, 0, 0.2);
}

body .widget .cooked-nutrition-label dt.cooked-nut-spacer {
  background-color: rgba(0, 0, 0, 0.2);
}

.cooked-recipe-info span.cooked-taxonomy {
  text-align: center;
}

span.cooked-taxonomy a:hover {
  background-color: #ff8763;
}

body .widget .cooked-nutrition-label {
  padding: 20px;
  border: none;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.025);
}

body .cooked-recipe-directions {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.025);
}

body .cooked-recipe-directions .cooked-single-direction:last-child {
  padding-bottom: 0;
}

/* back top */
#back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9800;
  display: none;
  overflow: hidden;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

#back-top i {
  display: block;
  width: 36px;
  height: 44px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  opacity: 0.25;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#back-top:hover i {
  opacity: 1;
}

.read-it-later:hover,
.read-it-later:focus {
  color: #ff8763;
}

/* bookmark page */
#bookmarks-list .loadmore-animation {
  display: block;
  opacity: 1;
}

.bookmark-perload {
  min-height: 200px;
}

.bookmark-list-header {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 10px;
  align-items: center;
}

.bookmark-label {
  display: flex;
  display: -webkit-flex;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  align-items: center;
  flex-flow: row nowrap;
}

.bookmark-label i {
  margin-right: 4px;
}

#remove-bookmark-btn {
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  align-items: center;
}

.remove-bookmark-btn.p-link i {
  margin-right: 4px;
  margin-left: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.bookmark-list {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bookmark-list:before,
.bookmark-list:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.bookmark-list:after {
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

.bookmark-list .content-inner {
  margin-bottom: -25px;
}

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

.bookmark-empty-icon {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1;
}

.bookmark-empty h6 {
  margin-bottom: 15px;
}

/* banners */
.banners-inner {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.el-banner {
  display: flex;
  display: -webkit-flex;
  flex-grow: 1;
}

.el-banner-inner {
  position: relative;
  width: 100%;
  display: block;
  background-color: #333;
  padding-bottom: 65%;
}

.fw-banner.is-dark-style .el-banner-inner {
  color: #fff;
}

.fw-banner.is-light-style .banner-title {
  background-color: #fff;
  color: inherit;
}

.el-banner-inner .s-lazyload {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}

.el-banner .banner-url {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 10;
}

.el-banner .banner-content {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.el-banner-inner img,
.elementor .el-banner-inner img {
  object-fit: cover;
  -webkit-object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.banner-title {
  color: inherit;
  background-color: #333;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 25px;
}

.banner-content:before {
  content: "";
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  position: absolute;
  border: 1px solid;
  pointer-events: none;
  border-color: #fff;
}

.el-banner-inner:hover img {
  opacity: 0.5;
}

/** search box */
.sbox-header {
  text-align: center;
}

.fw-sbox {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sbox-description {
  margin-top: 15px;
}

.sbox-form-wrap {
  margin-top: 35px;
}

.is-border-style .sbox-form input[type="search"] {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.is-border-style.is-light-text .sbox-form input[type="search"] {
  border-color: rgba(255, 255, 255, 0.1);
}

.fw-sbox .sbox-form input[type="search"] {
  color: inherit;
}

.sbox-form.search-form:after {
  display: none;
}

.sbox-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 62px;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.sbox-icon svg {
  width: 26px;
  height: auto;
  max-width: 100%;
}

.fw-sbox input[type="submit"]:hover + .sbox-icon {
  opacity: 0.5;
}

.rb-checked-list li:before {
  content: "\e87f";
  font-family: "ruby-icon" !important;
  color: #52bd45;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 16px;
}

.rb-checked-list li {
  padding-left: 25px;
  position: relative;
}

ul.rb-checked-list {
  padding-left: 0;
  list-style: none;
}

/* image box */
.rb-ithumb {
  display: block;
  position: relative;
}

.ibox {
  position: relative;
  width: 100%;
  display: block;
}

.ibox-thumb {
  margin-bottom: 15px;
}

.ibox-thumb img.ibox-img {
  display: inline-block;
  width: auto;
  height: auto;
}

.ibox-link a {
  display: inline-block;
}

.ibox-desc,
.ibox-link {
  display: block;
  margin-top: 15px;
}

.block-ibox.is-center .ibox {
  text-align: center;
}

.block-ibox.is-right .ibox {
  text-align: right;
}

.block-heading.is-center {
  text-align: center;
}

.block-heading.is-right {
  text-align: right;
}

.hbox-tagline {
  display: block;
  margin-bottom: 10px;
}

.hbox-description {
  margin-top: 25px;
  display: block;
}

.block-heading.is-center .hbox-title,
.block-heading.is-center .hbox-description {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.hbox-tagline span,
.hbox-title span {
  color: #ff8763;
}

.hbox-tagline em,
.hbox-title em {
  font-style: italic;
}

.hbox-separator {
  position: relative;
  display: inline-block;
  padding-top: 25px;
  width: 100%;
}

.hbox-separator:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  display: block;
  width: 90px;
  height: 2px;
  background: currentColor;
  content: "";
}

.block-heading.is-center .hbox-separator:after {
  left: 50%;
  margin-left: -45px;
}

.block-heading.is-right .hbox-separator:after {
  right: 0;
  left: auto;
}

/*
--------------------------------------------------------------
>>> RESPONSIVE

1.0 - Screen width less than or equal 991px
2.0 - Screen width less than or equal 767px
3.0 - Screen width less than or equal 479px
4.0 - Screen width bigger than or equal 768px
5.0 - Screen width bigger than or equal 992px
6.0 - Screen width bigger or equal 1200px
7.0 - Screen width less than or equal 600px

--------------------------------------------------------------
    1.0 - Screen width less than or equal 991px
*/

@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .rbc-wrap {
    flex-flow: row wrap;
  }

  .rbc-content-section .rbc-content {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }

  .rbc-content-section .rbc-sidebar {
    margin-top: 60px;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }

  .rbc-content-section.is-sidebar-left .rbc-wrap {
    flex-direction: row;
  }

  .rbc-content-section.is-sidebar-left .rbc-sidebar {
    padding-right: 0;
    padding-left: 0;
  }

  .sidebar-inner {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
    width: 100% !important;
  }

  /* header */
  #mobile-navbar,
  .mobile-navbar,
  #mobile-sticky-nav {
    display: block;
  }

  .navbar-inner,
  .header-3 .banner-wrap,
  .header-6 .banner-wrap,
  .header-7 .banner-wrap,
  .header-5.none-sright .banner-wrap,
  .header-5.has-sright .banner-left {
    display: none !important;
  }

  .header-5.has-sright .banner-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fafafa;
  }

  .header-5.has-sright .banner-right {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    justify-content: center;
  }

  .p-list-2 .col-left,
  .p-list-3 .col-left {
    width: 150px;
  }

  .parallax-thumb {
    min-height: 250px;
    height: 50vh;
  }

  .single-header-overlay {
    padding-bottom: 20px;
  }

  .header-holder {
    padding: 30px 0;
  }

  .block-title {
    white-space: normal;
    flex-shrink: 1;
  }

  .p-overlay-2 .p-feat,
  .p-overlay-3 .p-feat {
    display: flex;
    display: -webkit-flex;
    background-color: #333;
    align-items: stretch;
  }

  .p-overlay-2 .rb-iwrap,
  .p-overlay-3 .rb-iwrap {
    display: flex;
    display: -webkit-flex;
    width: 170px;
    flex-shrink: 0;
    height: 100%;
    padding-bottom: 0;
  }

  .p-overlay-2 .content-overlay,
  .p-overlay-3 .content-overlay {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    justify-content: center;
    flex-grow: 1;
  }

  .p-overlay-2 .content-overlay:before,
  .p-overlay-3 .content-overlay:before {
    display: none;
  }

  .p-overlay-2 .overlay-holder,
  .p-overlay-3 .overlay-holder {
    padding: 25px 20px;
  }

  .p-overlay-2 .p-feat img,
  .p-overlay-3 .p-feat img {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .p-overlay-2 .overlay-holder:before,
  .p-overlay-3 .overlay-holder:before {
    display: none;
  }

  .p-overlay-2 .p-format,
  .p-overlay-3 .p-format {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 85px;
    font-size: 36px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* post grid 4 */
  .p-wrap.p-grid-4 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row nowrap;
  }

  .fw-grid-4 .content-inner > *:not(:last-child) .p-grid-4 {
    margin-bottom: 25px;
  }

  .block-wrap.fw-grid-4 .content-wrap {
    margin-bottom: -25px;
  }

  .p-grid-4.is-pop-style .p-header {
    flex-flow: column nowrap;
  }

  .p-grid-4.is-pop-style .p-header .counter-index {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .p-grid.p-grid-4 .p-feat {
    margin-bottom: 0;
    width: 130px;
    flex-shrink: 0;
  }

  .p-grid-4 .p-body {
    display: flex;
    display: -webkit-flex;
    padding-left: 20px;
    flex-grow: 1;
    flex-flow: column wrap;
  }

  .p-grid-4 .p-format,
  .p-list-2 .p-format {
    font-size: 36px;
  }

  .ele-round .header-lightbox:before {
    right: 15px;
  }

  .subscribe-box.layout-1 {
    flex-flow: row wrap;
  }

  .subscribe-box.layout-1 .subscribe-content {
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
  }

  .rb-newsletter button.newsletter-submit {
    padding: 0 30px;
  }

  .rb-newsletter .rb-newsletter-inner {
    margin-right: auto;
    margin-left: auto;
  }

  .rb-newsletter .newsletter-privacy {
    justify-content: center;
  }

  .gallery-list-label {
    padding-right: 5px;
    padding-left: 0;
  }

  .gallery-grid-wrap {
    padding: 5px 0 5px 5px;
  }

  .gallery-grid-content .gallery-el {
    margin-right: 5px;
  }

  .fw-category-2 .cat-list-content {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    width: 100%;
    flex: 0 0 100%;
  }

  .instagram-grid.is-wide .instagram-box.box-intro .box-content *:not(i) {
    display: none;
  }

  .post-type-archive-rb-gallery .content-inner {
    padding-bottom: 30px;
  }

  .gallery-popup-entry {
    padding: 25px 0 50px 0;
    border-left: none;
    justify-content: flex-start;
    width: 100%;
  }

  .gallery-popup-selection,
  .gallery-popup-selection.post-type-gallery {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 10px 15px;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    width: calc(100% - 30px);
    height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-flow: row nowrap;
    flex-shrink: 0;
  }

  .gallery-popup-selection::-webkit-scrollbar {
    width: auto;
    height: 4px;
  }

  .gallery-popup-selection a,
  .gallery-popup-selection.post-type-gallery > a {
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0;
    width: 60px;
    flex: 0 0 60px;
  }

  .gallery-popup-content,
  .mfp-rbgallery {
    flex-flow: column nowrap;
  }

  .gallery-popup-holder,
  .gallery-popup-holder.post-type-gallery {
    margin-top: 25px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    flex-flow: column nowrap;
  }

  .gallery-popup-header {
    flex-flow: column-reverse nowrap;
    align-items: flex-start;
  }

  .rb-gallery-popup .gallery-popup-header .header-right {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .mfp-counter {
    flex-grow: 1;
  }

  .rb-gallery-popup .mfp-title {
    padding: 15px;
    width: 100%;
    flex-basis: auto;
  }

  .rb-gallery-popup .gallery-popup-header .mfp-close,
  .rb-gallery-popup .gallery-popup-header .mfp-counter,
  .gallery-popup-nav button {
    height: 50px;
  }

  .rb-gallery-popup .gallery-popup-header .mfp-counter {
    padding: 0 15px;
  }

  .gallery-popup-header .header-right > * {
    border-left: none;
  }

  .gallery-popup-image {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
  }

  .gallery-popup-image img {
    margin-top: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .feat-6-content-wrap.rb-p20-gutter {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rb-about-inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    height: auto;
  }

  .about-brand img {
    max-height: 150px;
  }

  .about-social {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    justify-content: center;
  }

  .about-social a {
    float: left;
  }

  .about-holder .about-social {
    margin-top: 15px;
  }

  .about-me-wrap .about-image {
    flex: 0 0 300px;
    margin-left: 35px;
  }

  .fw-ms-1,
  .fw-mh-1 {
    width: 50%;
  }

  .fw-ms-c4,
  .fw-mh-c4 {
    width: 50%;
  }

  .single-portfolio-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-header:before {
    top: -30px;
    right: -10px;
    left: auto;
    display: block;
    width: 30px;
    height: 50px;
  }

  .share-whatsapp.is-mobile {
    display: flex;
    display: -webkit-flex;
  }

  .share-whatsapp.is-web {
    display: none;
  }

  .pageh-feat-holder {
    padding: 60px 0;
  }

  .fw-feat-17 .sub-inner {
    margin-top: 20px;
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .fw-feat-17 .sub-inner > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fw-feat-17 .p-list-8.p-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wp-block-button a {
    font-size: 0.85em;
    padding: 10px 20px;
  }
}

/*
--------------------------------------------------------------
    2.0 - Screen width less than or equal 767px
*/
@media only screen and (max-width: 767px) {
  .site-wrap .wrap {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .rb-n20-gutter {
    margin-right: -15px;
    margin-left: -15px;
  }

  .rb-p20-gutter {
    padding-right: 15px;
    padding-left: 15px;
  }

  .topbar-wrap {
    display: none !important;
  }

  h1,
  .h1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  h2,
  .h2 {
    font-size: 1.15rem;
  }

  h3,
  .h3 {
    font-size: 1.05rem;
    line-height: 1.3;
  }

  h4,
  .h4 {
    font-size: 0.935rem;
  }

  h5,
  .h5,
  h6,
  .h6 {
    font-size: 0.775rem;
  }

  textarea {
    padding: 10px 15px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="number"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .entry-content > *.alignleft,
  .entry-content > *.alignright,
  img.alignleft,
  img.alignright,
  .entry-content p img.alignleft,
  .entry-content p img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
  }

  .rb-owl .owl-dots > span {
    width: 5px;
    height: 5px;
  }

  .rb-owl .owl-dot.active > span {
    width: 12px;
  }

  .columns-2 > *,
  .columns-3 > * {
    float: none;
    width: 100%;
  }

  .columns-4 > *,
  .columns-5 > *,
  .columns-6 > * {
    width: 50%;
  }

  .columns-5 > *:nth-child(5n + 1),
  .columns-6 > *:nth-child(6n + 1) {
    clear: none;
  }

  .columns-5 > *:nth-child(2n + 1),
  .columns-6 > *:nth-child(2n + 1) {
    clear: both;
  }

  .rb-owl .owl-dots {
    margin-top: 10px;
  }

  body .fw-feat-14 .owl-dots,
  body .fw-feat-15 .owl-dots {
    color: #333;
  }

  .slider-feat-4 .owl-dots,
  .slider-feat-5 .owl-dots {
    bottom: 10px;
  }

  .ajax-quick-filter {
    display: none;
  }

  .block-header .block-view-more a,
  .pagination-wrap > * {
    font-size: 0.9em;
  }

  .m-nav-right a,
  .m-nav-right .btn-toggle-wrap {
    padding-left: 7px;
  }

  .amp-featured-outer {
    margin-top: 35px;
  }

  /* post meta */
  .p-cat-info.is-relative,
  .overlay-holder .p-cat-info.is-relative {
    margin-bottom: 5px;
  }

  .single-4 .p-cat-info.is-relative {
    margin-bottom: 10px;
  }

  .p-footer {
    margin-top: 10px;
  }

  .no-avatar .p-footer {
    margin-top: 5px;
  }

  .p-footer .p-meta-sponsor {
    padding-top: 2px;
  }

  .p-overlay .entry-summary {
    display: none;
  }

  .fw-feat-4 .p-overlay-4 .rb-iwrap {
    padding-bottom: 100%;
  }

  .p-list-1 .col-right {
    margin-top: 15px;
    margin-right: 0;
  }

  .p-list-4 .col-left {
    margin-right: 15px;
  }

  .single-left-section {
    display: none;
  }

  .single-content.has-left-section .entry-content {
    max-width: 100%;
    width: 100%;
  }

  .box-nav .rb-p20-gutter {
    padding-right: 10px;
    padding-left: 10px;
  }

  .box-nav.rb-n20-gutter {
    margin-right: -10px;
    margin-left: -10px;
  }

  .box-nav .nav-label {
    margin-bottom: 15px;
  }

  .box-nav img {
    margin-right: 10px;
    width: 50px;
  }

  .box-nav .nav-right img {
    margin-left: 10px;
  }

  .box-nav .nav-title {
    font-size: 0.8rem;
  }

  .header-holder {
    padding: 25px 0;
  }

  .author-avatar {
    margin-right: 0;
    width: 70px;
    height: 70px;
  }

  .author-box,
  .author-header {
    flex-flow: column nowrap;
  }

  .author-box {
    margin-top: 25px;
  }

  .author-header:after {
    right: 0;
    left: 0;
    width: 100%;
  }

  .author-avatar {
    width: 60px;
    height: 60px;
  }

  .author-header .author-more {
    margin-top: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .author-description {
    margin-top: 10px;
    font-size: 0.825rem;
  }

  .author-more i {
    display: none;
  }

  .author-header {
    padding-bottom: 20px;
    justify-content: center;
  }

  .author .author-box {
    margin-bottom: 40px;
  }

  .author-content {
    margin-top: 7px;
    text-align: center;
  }

  .comment-form-cookies-consent label {
    font-size: 0.75rem;
  }

  .fw-feat-1 .rb-n10-all,
  .fw-feat-2 .rb-n10-all,
  .fw-feat-11 .rb-n10-all {
    margin: -5px 0;
  }

  .fw-feat-1 .rb-p10-all,
  .fw-feat-2 .rb-p10-all,
  .fw-feat-11 .rb-p10-all {
    padding: 5px 0;
  }

  .is-header-left .header-left-holder {
    padding: 40px 20px;
    width: 80%;
  }

  .cat-list-name {
    padding: 10px 5px;
  }

  .reaction-section,
  .single-bottom-share,
  .box-nav {
    margin-top: 25px;
  }

  .comment-box-wrap {
    margin-top: 20px;
    padding-top: 30px;
  }

  .follower-el {
    margin-bottom: 5px;
  }

  /* instagram widget*/
  .instagram-box.box-intro .box-content i {
    font-size: 1.2rem;
  }

  .layout-grid .grid-holder {
    grid-gap: 5px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "e2 e2 e1 e1" "e2 e2 e6 e7" "e4 e5 e3 e3" "e8 e8 e3 e3";
  }

  .layout-grid.grid-fmasonry .grid-holder {
    grid-gap: 5px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "e1 e2 e2 e9 e9" "e10 e2 e2 e6 e7" "e3 e3 e4 e5 e11" "e3 e3 e8 e8 e11";
  }

  .layout-grid .grid-holder,
  .is-wide.layout-grid .grid-holder {
    margin-right: 5px;
    margin-left: 5px;
  }

  .not-found-wrap {
    flex-flow: row wrap;
  }

  .not-found-label-wrap {
    margin-right: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
  }

  span.not-found-label {
    margin: 10px auto;
    font-size: 5rem;
  }

  .not-found-description {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    font-size: 1.5rem;
  }

  .not-found-inner {
    text-align: center;
    justify-content: center;
  }

  .not-found .search-form {
    margin-top: 20px;
  }

  .site-wrap .site-content.not-found .wrap {
    margin-bottom: 50px;
  }

  .rb-cookie {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .rb-cookie .cookie-footer {
    margin-top: 10px;
    text-align: center;
  }

  .rb-cookie .cookie-content {
    text-align: center;
  }

  .rb-cookie .cookie-accept .rb-cookie .cookie-accept {
    padding: 0 30px;
    line-height: 26px;
  }

  .headerstrip-btn {
    display: block;
    clear: both;
    margin-top: 7px;
    margin-left: 0;
  }

  .headerstrip-btn a {
    padding: 0 30px;
    line-height: 26px;
  }

  .single-tagline {
    padding-left: 30px;
  }

  .top-footer-wrap .widget {
    margin-bottom: 35px;
  }

  .single-m-info {
    display: block;
  }

  #back-top i {
    width: 28px;
    height: 34px;
    line-height: 34px;
  }

  .ele-round #back-top i {
    width: 34px;
  }

  .single-1 .breadcrumb {
    margin-top: -30px;
  }

  .single-2 .single-header-overlay .single-tagline {
    display: none;
  }

  .single-post-related {
    margin-bottom: 27px;
    background-size: 20px 5px;
  }

  .footer-logo-wrap img {
    max-height: 90px;
  }

  .footer-section:first-child,
  .rbc-content-section .rbc-sidebar {
    margin-top: 35px;
  }

  .footer-section {
    margin-bottom: 35px;
  }

  .single-header-overlay.is-light-text .entry-title {
    margin-bottom: 12px;
  }

  .is-meta-border .p-classic .p-footer {
    margin-top: 15px;
    padding-top: 15px;
  }

  .is-meta-border .p-overlay-4 .p-footer,
  .is-meta-border .p-list-1 .p-footer,
  .is-meta-border .p-overlay-9 .p-footer {
    margin-top: 12px;
    padding-top: 12px;
  }

  .sidebar-inner .widget,
  .footer-widget .widget,
  .elementor-widget-sidebar .widget {
    margin-bottom: 35px;
  }

  .overlay-holder {
    padding: 0 15px 20px;
  }

  /* p over 2/3 */
  .p-overlay-2 .overlay-holder,
  .p-overlay-3 .overlay-holder {
    padding: 20px 15px;
  }

  .p-overlay-2 .rb-iwrap,
  .p-overlay-3 .rb-iwrap {
    width: 110px;
  }

  .p-overlay-2 .p-format,
  .p-overlay-3 .p-format {
    left: 50px;
  }

  .p-overlay-2 .p-format,
  .p-overlay-3 .p-format,
  .p-grid-2 .p-format,
  f .p-grid-4 .p-format,
  .p-list-2 .p-format,
  .fw-feat-6 .p-overlay-3 .p-format {
    font-size: 32px;
  }

  .p-overlay-4 .rb-iwrap {
    padding-bottom: 56.25%;
  }

  .fw-feat-5 .p-overlay-4 .rb-iwrap {
    padding-bottom: 100%;
  }

  .p-overlay-4 .p-footer {
    display: none;
  }

  .p-grid-5 .p-content-wrap,
  .p-masonry-1 .p-content-wrap {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }

  .p-grid-6 .p-content-wrap {
    min-height: 0;
  }

  .feat-6-content-wrap .p-wrap {
    margin-bottom: 1px;
  }

  .feat-6-content-wrap .rb-row > *:last-child .p-wrap {
    margin-bottom: 0;
  }

  .ele-round .feat-6-content-wrap .p-feat {
    border: 0;
    -webkit-border-radius: 0;
  }

  .feat-6-holder {
    margin-top: 1px;
  }

  .feat-6-content-wrap.rb-p20-gutter {
    padding-right: 0;
    padding-left: 0;
  }

  .p-overlay-9 .rb-iwrap {
    padding-bottom: 100%;
  }

  .fw-grid-2 .rb-n15-gutter,
  .single-post-related .rb-n15-gutter,
  .layout-ct-grid-2.rb-n15-gutter,
  .layout-fw-grid-2.rb-n15-gutter {
    margin-right: -7px;
    margin-left: -7px;
  }

  .fw-grid-2 .rb-p15-gutter,
  .single-post-related .rb-p15-gutter,
  .layout-ct-grid-2 .rb-p15-gutter,
  .layout-fw-grid-2 .rb-p15-gutter {
    padding-right: 7px;
    padding-left: 7px;
  }

  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }

  .comment-form > * {
    margin-bottom: 10px;
  }

  .reaction-section-title {
    margin-bottom: 10px;
  }

  .reaction-section {
    padding: 20px 7px;
  }

  .mh-p-link .p-wrap .p-link,
  .mh-p-excerpt .entry-summary:not(.twitter-content) {
    display: none !important;
  }

  .mh-p-excerpt.single-product .entry-summary {
    display: block !important;
  }

  .mh-p-link .p-masonry-1 .p-meta-info {
    justify-content: center;
  }

  .header-holder .breadcrumb {
    margin-bottom: 5px;
  }

  .single-entry-meta {
    margin-top: 10px;
  }

  .single-entry-meta.has-avatar {
    margin-top: 12px;
  }

  .breadcrumb-overlay .breadcrumb {
    margin-top: 10px;
  }

  h1.single-title,
  .single-tagline {
    margin-bottom: 15px;
  }

  .w-banner {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 15px;
    max-width: 320px;
  }

  .single-feat,
  .post-gallery-outer {
    margin-top: 20px;
  }

  .entry-header,
  .shop-top .shopthepost-inner {
    margin-bottom: 25px;
  }

  .entry-footer {
    margin-top: 25px;
    padding-top: 35px;
  }

  .shop-bottom > *:first-child {
    margin-top: 25px;
  }

  .cooked-recipe-directions .cooked-direction-number {
    padding: 5px;
    font-size: 1rem;
  }

  .cooked-recipe-info > section.cooked-right > span,
  .cooked-recipe-info > section.cooked-left > span {
    margin: 0 5px !important;
  }

  .cooked-recipe-info .cooked-left,
  .cooked-recipe-info .cooked-right {
    display: flex;
    display: -webkit-flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
  }

  .cooked-recipe-info .cooked-right {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  body span.cooked-taxonomy > :last-child {
    font-size: 0.725rem;
  }

  .cooked-recipe-info > section.cooked-left span.cooked-servings {
    margin-right: auto !important;
    margin-bottom: 10px !important;
    margin-left: auto !important;
    text-align: left;
  }

  body .cooked-recipe-directions .cooked-direction {
    padding-bottom: 0;
  }

  .cooked-recipe-directions .cooked-heading {
    margin-bottom: 10px;
    font-size: 0.95rem;
  }

  .single-2 .post-gallery-outer,
  .single-2 .post-audio-outer,
  .single-2 .post-video-outer,
  .single-3 .post-gallery-outer,
  .single-3 .post-audio-outer,
  .single-3 .post-video-outer {
    margin-bottom: 20px;
  }

  .single-2 .single-tagline,
  .single-3 .single-tagline {
    margin-bottom: 25px;
  }

  .footer-menu-inner a {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 0.85em;
  }

  .is-header-bg.is-header-center .header-holder {
    padding: 50px 0;
  }

  .is-header-bg.is-header-boxed .header-holder {
    padding: 30px 0;
  }

  .widget-fw-instagram .grid-fmasonry {
    padding-bottom: 5px;
  }

  .top-footer-wrap.is-footer-bg .widget:last-child .instagram-grid.is-wrap {
    margin-bottom: 30px;
  }

  .bookmark-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .twitter-timestamp {
    font-size: 11px;
  }

  .element-desc {
    max-width: 80%;
  }

  .p-overlay-1:not(.rb-hf) .p-footer,
  .p-overlay-7:not(.rb-hf) .p-footer {
    margin-bottom: -30px;
    margin-bottom: calc(-1.375rem - 10px);
  }

  .p-overlay-1:not(.rb-hf).no-avatar .p-footer,
  .p-overlay-7:not(.rb-hf).no-avatar .p-footer {
    margin-bottom: -25px;
    margin-bottom: calc(-1.375rem - 5px);
  }

  .pros-cons-wrap {
    padding-left: 0;
  }

  .pros-cons-wrap ul {
    margin-left: 0;
  }

  .pros-cons-wrap:before {
    display: none;
  }

  .pros-cons-wrap h6 {
    justify-content: flex-start;
  }

  .pros-cons-wrap > *:last-child {
    margin-top: 25px;
  }

  .review-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .summary-wrap:before {
    top: auto;
    right: -5px;
    bottom: -15px;
  }

  .review-footer,
  .summary-wrap {
    margin-top: 25px;
  }

  .review-header {
    min-height: 120px;
    height: 120px;
  }

  .review-el {
    margin-bottom: 15px;
  }

  .review-el .review-stars {
    font-size: 18px;
  }

  .off-canvas-header .inner-bottom > * {
    margin-top: 15px;
  }

  .image-caption.is-overlay {
    position: relative;
    right: auto;
    bottom: 0;
    left: auto;
    padding: 5px 0;
    max-width: 100%;
    width: 100%;
    background: none;
    color: #333;
    text-align: center;
    justify-content: center;
  }

  .is-overlay.image-caption:before {
    margin-right: 7px;
  }

  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }

  .wp-block-gallery .blocks-gallery-grid {
    width: 100%;
  }

  .fw-masonry-1 .p-masonry-holder {
    width: 100%;
  }

  .fw-feat-9 .content-inner {
    margin-right: 5px;
    margin-left: 5px;
  }

  .subscribe-box .mc4wp-form-fields input {
    margin-top: 10px;
  }

  .subscribe-box .mc4wp-form-fields input:first-child {
    margin-top: 0;
  }

  .subscribe-box .subscribe-form input[type="submit"] {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0 50px;
    width: auto;
    text-indent: 0;
  }

  .subscribe-box .subscribe-form input[type="submit"] + i {
    display: none;
  }

  .p-classic-2 .p-footer {
    padding: 10px 15px;
  }

  .about-me-wrap {
    flex-flow: column nowrap;
    text-align: center;
  }

  .about-me-wrap .about-image {
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .about-image img {
    max-width: 300px;
    margin: auto;
  }

  .about-title {
    font-size: 1.2rem;
  }

  .about-tagline {
    font-size: 1.05rem;
  }

  .single-portfolio-holder {
    flex-wrap: wrap;
  }

  .single-portfolio-feat,
  .single-portfolio-content {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .single-portfolio-inner {
    padding: 35px 20px;
    margin-top: 10px;
  }

  .portfolio-header {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }

  .portfolio-info-wrap {
    margin-top: 15px;
    padding-top: 18px;
  }

  .portfolio-header:after,
  .portfolio-info-wrap:before,
  .single-bottom-share.is-pshare:before {
    height: 3px;
  }

  .nav-label-text {
    visibility: hidden;
    opacity: 0;
  }

  a .portfolio-nav a > i {
    font-size: 20px;
  }

  .fw-ms-1,
  .fw-mh-1,
  .ct-ms-1,
  .ct-mh-1 {
    float: none;
    width: 100%;
  }

  .fw-ms-c4,
  .fw-mh-c4 {
    width: 50%;
  }

  .banners-inner {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
  }

  .banners-inner .el-banner {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .el-banner-inner {
    padding-bottom: 40%;
  }

  .banners-inner .el-banner:last-child {
    margin-bottom: 0;
  }

  .p-list-6 .col-right,
  .p-list-7 .col-right {
    padding: 30px;
  }

  .fw-sbox {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sbox-description {
    font-size: 0.85rem;
    margin-top: 10px;
  }

  .sbox-form-wrap {
    margin-top: 25px;
  }

  .sbox-icon svg {
    width: 22px;
  }

  .sbox-icon {
    width: 56px;
  }

  .mc4wp-form-fields input {
    width: 100%;
  }

  .wp-block-columns > * {
    margin-bottom: 2em;
  }

  .wp-block-columns > *:last-child {
    margin-bottom: 0;
  }

  .pageh-feat-holder {
    padding: 45px 0;
  }

  .ibox-wrap > * {
    margin-bottom: 35px;
  }

  .ibox-wrap > *:last-child {
    margin-bottom: 0;
  }

  .hbox-separator:after {
    width: 60px;
  }

  .block-heading.is-center .hbox-separator:after {
    margin-left: -30px;
  }

  .hbox-separator {
    padding-top: 20px;
  }

  .hbox-description {
    margin-top: 20px;
  }

  .cta-btn-wrap {
    flex-flow: row wrap;
    justify-content: center;
  }

  .cta-btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cta-title br,
  .cta-tagline br,
  .cta-description br {
    display: none;
  }

  .cta-btn {
    font-size: 0.875rem;
    line-height: 42px;
  }

  .cta-btn.is-border {
    line-height: 38px;
  }

  .cta-btn,
  .ele-round .cta-btn {
    padding: 0 30px;
  }

  .ele-round .cta-btn.is-border {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cta-image,
  .cta-tagline {
    margin-bottom: 7px;
  }

  .cta-title {
    margin-bottom: 15px;
  }

  .cta-description {
    margin-bottom: 20px;
  }

  .rb-btn-link {
    font-size: 0.9em;
  }
}

/*
--------------------------------------------------------------
    3.0 - Screen width less than or equal 479px
*/
@media only screen and (max-width: 479px) {
  .off-canvas-wrap {
    width: 300px;
  }

  h1,
  .h1 {
    font-size: 1.25em;
    line-height: 1.35;
  }

  h1.single-title {
    font-size: 1.35rem;
    line-height: 1.3;
  }

  h2,
  .h2 {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  h3,
  .h3 {
    font-size: 1rem;
    line-height: 1.4;
  }

  h4,
  .h4 {
    font-size: 0.85em;
    line-height: 1.5;
  }

  .p-wrap .meta-avatar img,
  .meta-avatar img {
    width: 16px;
    height: 16px;
  }

  .p-overlay .content-overlay:before {
    top: 40%;
  }

  .meta-avatar {
    margin-right: 5px;
  }

  .meta-total {
    font-size: 12px;
  }

  .p-review-info * {
    padding: 0 2px;
  }

  .meta-info-el:before {
    margin-right: 5px;
    margin-left: 5px;
  }

  .page-numbers,
  .post-page-numbers {
    padding: 0 10px;
  }

  .cat-list-name {
    padding: 7px 5px;
  }

  .block-header,
  .w-header-2 .widget-title,
  .widget-title {
    margin-bottom: 20px;
  }

  .block-header-dot .block-title {
    padding-left: 7px;
  }

  .block-header-dot .block-title:before {
    width: 25px;
  }

  .p-grid,
  .p-list,
  .p-classic,
  .infeed-wrap,
  .fw-list-1 .infeed-wrap,
  .ct-classic .infeed-wrap,
  .ct-list .infeed-wrap {
    margin-bottom: 25px;
  }

  .block-wrap:not(.none-margin) .content-wrap {
    margin-bottom: -25px;
  }

  .pagination-wrap {
    margin-top: 25px;
  }

  .p-grid .p-feat,
  .p-classic .p-feat {
    margin-bottom: 10px;
  }

  .p-list-2 .col-left,
  .p-list-3 .col-left {
    margin-right: 15px;
    width: 110px;
  }

  .p-list-3 .p-cat-info {
    display: none;
  }

  .p-grid.p-grid-4 .p-feat {
    width: 110px;
  }

  .p-grid-4 .p-body {
    padding-left: 15px;
  }

  .p-list-2 .entry-summary,
  .p-list-3 .entry-summary {
    display: none;
  }

  .p-format {
    font-size: 42px;
  }

  body .cooked-recipe-info > section.cooked-right > span {
    padding-left: 18px;
    text-align: left;
    font-size: 0.75rem;
  }

  .cooked-recipe-info span.cooked-time-icon i.cooked-icon {
    font-size: 12px;
  }

  .cooked-recipe-info > section.cooked-right .cooked-print {
    padding-left: 0;
  }

  .cooked-recipe-info > section.cooked-right strong {
    font-size: 0.725rem;
  }

  .cooked-recipe-ingredients .cooked-heading {
    font-size: 0.95rem;
  }

  .cooked-recipe-info > section.cooked-right span.cooked-time-icon {
    top: 50%;
    bottom: auto;
    margin-top: -0.9rem;
    line-height: 1rem;
  }

  .fw-category-1 .cat-list-item {
    margin-right: 5px;
    margin-left: 5px;
  }

  .single-post-box .nav-left {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
  }

  .box-nav .nav-label {
    margin-bottom: 10px;
  }

  .box-nav img {
    display: none;
  }

  .single-bottom-share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .single-bottom-share i {
    font-size: 16px;
  }

  .block-header-2 .block-title:before,
  .block-header-2 .block-title:after {
    width: 30px;
  }

  .rb-headerstrip {
    padding: 10px 30px;
  }

  .p-cat-info > * {
    font-size: 0.95em;
  }

  .p-overlay-2.p-wrap .p-url,
  .p-overlay-3.p-wrap .p-url,
  .p-list-2.p-wrap .p-url,
  .p-list-3.p-wrap .p-url {
    font-size: 0.875em;
  }

  .fw-feat-6 .p-overlay-3.p-wrap .p-url {
    font-size: 1em;
  }

  .p-grid-2 .p-cat-info {
    padding: 0 7px 5px 7px;
  }

  .p-list .meta-description {
    display: none;
  }

  .p-list .p-review-info {
    padding-right: 7px;
    padding-left: 7px;
  }

  .load-animation,
  .loadmore-animation {
    background-size: 32px;
  }

  .header-holder {
    padding: 15px 0;
  }

  .overlay-holder {
    padding: 0 15px 15px;
  }

  .ele-round .entry-footer a,
  .ele-round .entry-footer .source,
  .ele-round .entry-footer .via-el {
    padding-right: 12px;
    padding-left: 12px;
  }

  .tag-label {
    min-width: 60px;
  }

  .box-comment-btn {
    padding: 0 35px;
    font-size: 12px;
    line-height: 34px;
  }

  .header-author-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-author-box .box-avatar img {
    width: 70px;
  }

  .header-author-box .box-description,
  .author-description {
    font-size: 0.75rem;
  }

  .header-author-box .box-header {
    margin-bottom: 8px;
    padding-bottom: 18px;
  }

  .header-author-box .box-job {
    margin-top: 3px;
    font-size: 12px;
  }

  .header-author-box .box-avatar img {
    width: 70px;
  }

  .rb-related-content > *:first-child {
    margin-bottom: 12px;
  }

  .off-canvas-holder:before {
    right: 15px;
    bottom: 15px;
  }

  .widget-post-2 {
    margin-right: -7px;
    margin-left: -7px;
  }

  .widget-post-2 > * {
    padding-right: 7px;
    padding-left: 7px;
  }

  .cat-icon-round .cat-info-el {
    padding-right: 16px;
    padding-left: 16px;
  }

  .subscribe-box.layout-1 .subscribe-content {
    margin-bottom: 20px;
  }

  .rb-newsletter .subscribe-box.layout-1 button.newsletter-submit-icon {
    font-size: 18px;
  }

  .pagination-nextprev .pagination-link,
  .loadmore-link {
    padding-right: 7px;
    padding-left: 7px;
    min-width: 120px;
    line-height: 30px;
  }

  .pagination-nextprev .pagination-link,
  .pagination-simple .page-numbers {
    min-width: 130px;
  }

  .loadmore-link {
    min-width: 150px;
  }

  .banner-btn a {
    padding: 0 30px;
    line-height: 32px;
  }

  .instagram-grid.is-wide .instagram-box.box-intro .box-content i {
    display: block;
    font-size: 30px;
  }

  .archive-content .content-inner {
    margin-bottom: -25px;
  }

  .header-lightbox {
    width: 310px;
  }

  .off-canvas-header {
    padding-top: 45px;
  }

  .fw-category-1 .cat-list-wrap.rb-p20-gutter {
    padding-right: 0;
    padding-left: 0;
  }

  .p-overlay-2 .rb-iwrap,
  .p-overlay-3 .rb-iwrap {
    width: 100px;
  }

  .footer-social i {
    font-size: 14px;
  }

  .author-job span {
    font-size: 0.85em;
  }

  .wp-block-archives.alignleft,
  .wp-block-categories.alignleft,
  .wp-block-archives.alignright,
  .wp-block-categories.alignright {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .p-grid-5 .p-feat,
  .p-grid-6 .p-feat,
  .p-masonry-1 .p-feat {
    margin-bottom: 0;
  }

  .p-list-6 .col-right {
    padding: 20px;
  }
}

/*
--------------------------------------------------------------
    4.0 - Screen width bigger than or equal 768px
*/
@media only screen and (min-width: 768px) {
  .p-list-1:not(.no-feat) {
    flex-direction: row-reverse;
  }

  .p-list-1 .col-right {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    justify-content: center;
  }

  .block-mix a.pagination-link {
    min-width: 120px;
    line-height: 32px;
  }

  .p-grid-5.reverse {
    flex-flow: column-reverse nowrap;
  }

  .p-grid-5.reverse .p-review-info {
    top: 0;
    bottom: auto;
  }

  .p-grid-5.reverse .p-content-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .p-grid-3.is-padding:not(.no-feat) > *:not(.p-feat-holder),
  .p-classic.is-padding:not(.no-feat) > *:not(.p-feat-holder) {
    padding-right: 20px;
    padding-left: 20px;
  }

  .single-bottom-share a:nth-child(1),
  .single-bottom-share a:nth-child(2) {
    padding: 0 20px;
    min-width: min-content;
    width: auto;
    flex-shrink: 0;
  }

  .single-bottom-share a:nth-child(1) span,
  .single-bottom-share a:nth-child(2) span {
    display: block;
    margin-left: 7px;
    white-space: nowrap;
    font-size: 0.85rem;
  }

  .single-bottom-share.is-pshare a:nth-child(1),
  .single-bottom-share.is-pshare a:nth-child(2) {
    padding: 0;
    width: 50px;
  }

  .single-bottom-share.is-pshare a span,
  .single-bottom-share.is-pshare a:nth-child(1) span,
  .single-bottom-share.is-pshare a:nth-child(2) span {
    display: none;
  }

  .p-list-1.is-border:not(.no-feat) {
    position: relative;
  }

  .p-list-1.is-border:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    border-bottom: 1px solid currentColor;
    content: "";
    opacity: 0.07;
  }

  .block-header-7
    .fw-list-1
    .block-header
    + .content-wrap
    .p-outer:first-child
    .p-list-1.is-border:before {
    display: none;
  }

  .bookmark-list .content-inner {
    margin-bottom: -35px;
  }

  .footer-widget-inner > * {
    margin-bottom: 0;
    width: 25%;
    flex: 0 0 25%;
  }

  .footer-style-2 .footer-widget-inner > * {
    width: 20%;
    flex: 0 0 20%;
  }

  .footer-style-2 .footer-widget-inner > *:first-child {
    width: 40%;
    flex: 0 0 40%;
  }

  .footer-style-3 .footer-widget-inner > *,
  .footer-style-4 .footer-widget-inner > * {
    width: 33.33%;
    flex: 0 0 33.33%;
  }

  .footer-style-3 .footer-widget-inner > *:last-child,
  .footer-style-4 .footer-widget-inner > *:first-child {
    width: 100%;
    flex: 0 0 100%;
  }

  .footer-style-3 .footer-widget-inner > *:last-child {
    margin-top: 50px;
  }

  .footer-style-4 .footer-widget-inner > *:first-child {
    margin-bottom: 50px;
  }

  .footer-style-3 .footer-widget-inner > *:first-child {
    margin-top: 0;
  }

  .footer-style-4 .footer-widget-inner > *:last-child {
    margin-bottom: 0;
  }

  .subscribe-box .subscribe-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: block;
    padding: 0;
    width: 60px;
    height: 46px;
    background-color: #fff;
    text-indent: -9999px;
  }

  .is-light-text .subscribe-box .subscribe-form input[type="submit"] {
    background: transparent;
  }

  .subscribe-box .mc4wp-form-fields input[type="submit"] + i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 100;
    display: block;
    width: 60px;
    height: 46px;
    color: #333;
    text-align: center;
    font-size: 24px;
    line-height: 46px;
    -webkit-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
  }

  .is-light-text .subscribe-box .mc4wp-form-fields input[type="submit"] + i {
    color: #fff;
  }

  .subscribe-box .mc4wp-form-fields input[type="submit"]:hover + i {
    color: #ff8763;
  }

  .subscribe-box .mc4wp-form-fields {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    align-items: center;
    justify-content: flex-end;
  }

  .subscribe-box.layout-2 .mc4wp-form-fields {
    margin-right: auto;
    margin-left: auto;
    max-width: max-content;
  }

  .subscribe-box .mc4wp-form-fields input[type="text"],
  .subscribe-box .mc4wp-form-fields input[type="email"] {
    margin-left: 10px;
    min-width: 320px;
    max-width: 460px;
  }

  .subscribe-box .mc4wp-form-fields input:first-child {
    margin-left: 0;
  }

  .slider-feat-14 .rb-owl-prev,
  .slider-feat-15 .rb-owl-prev {
    left: 0;
  }

  .slider-feat-14 .rb-owl-next {
    right: 50%;
  }

  .slider-feat-15 .rb-owl-next {
    right: 33.33%;
  }

  .slider-feat-14 .owl-dots,
  .slider-feat-15 .owl-dots {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .p-list-7 .rb-iwrap {
    padding-bottom: 56.65%;
  }

  .block-cta-1.is-left .cta-inner {
    text-align: left;
  }

  .block-cta-1.is-left .cta-description {
    margin-left: 0;
  }

  .block-cta-1.is-left .cta-btn-wrap {
    justify-content: flex-start;
  }
}

/*
--------------------------------------------------------------
    5.0 - Screen width bigger than or equal 992px
*/
@media only screen and (min-width: 992px) {
  body.boxed #site {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  }

  .rb-iwrap.pc-150 {
    padding-bottom: 150%;
  }

  .rb-mini-cart.is-show #mini-cart {
    top: 100%;
    top: calc(100% - 2px);
    bottom: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .block-header-2 .block-header,
  .block-header-5 .block-header {
    margin-bottom: 35px;
  }

  .block-header-2 .block-header.shopthepost-header,
  .block-header-5 .block-header.shopthepost-header {
    margin-bottom: 25px;
  }

  .p-grid-1,
  .p-grid-3,
  .p-list {
    margin-bottom: 40px;
  }

  .p-list-1,
  .fw-list-1 .infeed-wrap {
    margin-bottom: 45px;
  }

  .p-classic,
  .ct-classic .infeed-wrap {
    margin-bottom: 50px;
  }

  .block-wrap.fw-grid-1 .content-wrap,
  .archive-content.layout-fw-grid-1 .content-inner,
  .block-wrap.fw-grid-3 .content-wrap,
  .archive-content.layout-fw-grid-3 .content-inner,
  .block-wrap.ct-list .content-wrap,
  .archive-content.layout-ct-list .content-inner,
  .fw-list-2 .content-wrap,
  .archive-content.layout-fw-list-2 .content-inner {
    margin-bottom: -40px;
  }

  .block-wrap.fw-list-1 .content-wrap,
  .archive-content.layout-fw-list-1 .content-inner {
    margin-bottom: -45px;
  }

  .block-wrap.ct-classic .content-wrap,
  .archive-content.layout-classic .content-inner {
    margin-bottom: -50px;
  }

  .fw-grid-1 .pagination-wrap,
  .fw-grid-3 .pagination-wrap,
  .fw-list-2 .pagination-wrap,
  .ct-list .pagination-wrap,
  .layout-fw-grid-1 .pagination-wrap,
  .layout-fw-grid-3 .pagination-wrap,
  .layout-ct-list .pagination-wrap,
  .layout-fw-list-2 .pagination-wrap {
    margin-top: 40px;
  }

  .fw-list-1 .pagination-wrap,
  .layout-fw-list-1 .pagination-wrap {
    margin-top: 45px;
  }

  .ct-classic .pagination-wrap,
  .layout-classic .pagination-wrap {
    margin-top: 50px;
  }

  .p-overlay-1 .p-format,
  .p-overlay-7 .p-format {
    top: 40px;
    right: 40px;
  }

  .p-classic .p-format i {
    font-size: 1.3em;
  }

  .p-classic .p-cat-info.is-absolute {
    padding: 0 15px 15px 15px;
  }

  .p-list-1 .p-format i,
  .p-overlay-1 .p-format i,
  .p-overlay-4 .p-format i,
  .p-grid-3 .p-format i,
  .p-overlay-7 .p-format i {
    font-size: 1.25em;
  }

  .p-overlay-1 .p-cat-info,
  .p-overlay-7 .p-cat-info {
    margin-bottom: 15px;
  }

  .p-overlay-1 .overlay-holder,
  .p-overlay-7 .overlay-holder {
    padding: 0 40px 40px;
  }

  .p-grid-4 .p-format i,
  .p-list-2 .p-format i {
    font-size: 0.85em;
  }

  .fw-feat-4 .p-wrap .p-cat-info,
  .fw-feat-5 .p-wrap .p-cat-info {
    margin-bottom: 17px;
  }

  .fw-feat-4 .p-wrap .p-footer,
  .fw-feat-5 .p-wrap .p-footer {
    margin-top: 20px;
  }

  /** fw feat 6 */
  .fw-feat-4 .p-overlay-4 .rb-iwrap {
    max-height: 80vh;
    padding-bottom: 40%;
  }

  .boxed .fw-feat-4 .p-overlay-4 .rb-iwrap {
    padding-bottom: 56.25%;
  }

  .fw-feat-6 .p-overlay-4 .rb-iwrap {
    max-height: 80vh;
    padding-bottom: 45%;
  }

  .fw-feat-6 .p-overlay-4 .overlay-holder {
    padding-right: 30px;
    padding-left: 0;
    max-width: 100%;
    width: 45%;
    text-align: left;
    flex-grow: 0;
  }

  .p-overlay-9 .overlay-holder {
    padding: 0 20px;
    max-width: 100%;
    width: 65%;
    text-align: left;
    flex-grow: 0;
  }

  .feat-6-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
  }

  .fw-feat-6 .p-overlay-4 .p-meta-info,
  .p-overlay-9 .p-meta-info {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fw-feat-6 .p-overlay-3 .overlay-holder {
    position: static;
  }

  .fw-feat-6 .p-overlay-4 .p-feat:after,
  .p-overlay-9 .p-feat:after {
    opacity: 0.6;
  }

  .fw-feat-6 .p-overlay-3 .p-cat-info.is-relative {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 10px;
  }

  .fw-feat-6 .p-overlay-4 .p-cat-info,
  .p-overlay-9 .p-cat-info {
    justify-content: flex-start;
  }

  .feat-6-content {
    margin-left: auto;
    max-width: 55%;
    width: 55%;
    justify-content: flex-end;
  }

  .feat-6-content .p-wrap {
    margin-bottom: 0;
  }

  .fw-feat-6 .p-overlay-3 .p-format {
    top: 10px;
    right: auto;
    left: 15px;
  }

  .fw-feat-6 .p-overlay-3 .p-url {
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.4;
  }

  .fw-feat-6 .p-overlay-3.no-avatar .p-footer {
    margin-top: 5px;
  }

  /** post grid */
  .p-grid-3.is-padding:not(.no-feat) > *:not(.p-feat-holder),
  .p-classic.is-padding:not(.no-feat) > *:not(.p-feat-holder) {
    padding-right: 40px;
    padding-left: 40px;
  }

  header.cat-list-header {
    margin-bottom: 0;
    padding-right: 50px;
    text-align: left;
  }

  .cat-list-inner {
    flex-flow: row nowrap;
  }

  .fw-category-1 .cat-list-item {
    margin-right: 15px;
    margin-left: 15px;
  }

  .fw-category .cat-list-header {
    align-items: flex-start;
    flex-shrink: 0;
    justify-content: flex-start;
  }

  .fw-category .cat-list-content {
    width: auto;
  }

  .fw-category-1 .cat-list-header {
    max-width: 370px;
    flex: 0 0 370px;
  }

  .fw-category-2 .cat-list-header {
    max-width: 270px;
    flex: 0 0 270px;
  }

  .fw-category-2 .cat-list-content {
    margin-bottom: 0;
  }

  .fw-category-2 .cat-list-item {
    margin-bottom: 0;
    max-width: 25%;
    width: 25%;
    flex: 0 0 25%;
  }

  .element-desc {
    margin-top: 20px;
  }

  /* fw feat 1 */
  .rb-sh > *,
  .rb-sh .p-wrap,
  .rb-sh .p-feat-holder,
  .rb-sh .p-feat,
  .rb-sh .p-flink,
  .rb-sh .rb-iwrap {
    height: 100%;
  }

  .rb-sh .rb-iwrap {
    padding-bottom: 0;
  }

  .fw-feat-1 .rb-sh {
    height: 540px;
  }

  .fw-feat-11 .content-inner {
    flex-direction: row-reverse;
  }

  .fw-feat-11 .rb-sh {
    height: 600px;
  }

  .fw-feat-1 .col-left .p-outer {
    height: 100%;
  }

  .fw-feat-1 .col-right .p-outer {
    height: 50%;
  }

  .fw-feat-11 .col-big .p-outer {
    height: 100%;
  }

  .fw-feat-11 .col-small .pos-top.p-outer {
    height: 65%;
  }

  .fw-feat-11 .col-small .pos-bottom.p-outer {
    height: 35%;
  }

  .fw-feat-2 .rb-sh {
    height: 450px;
  }

  .fw-feat-2 .nth-2,
  .fw-feat-2 .nth-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .p-classic .p-feat {
    margin-bottom: 20px;
  }

  .p-grid-5 .p-format i,
  .p-grid-6 .p-format i {
    font-size: 1.1em;
  }

  .p-classic .p-review-info i,
  .p-list-1 .p-review-info i,
  .p-overlay-1 .p-review-info i,
  .p-overlay-7 .p-review-info i {
    font-size: 20px;
  }

  .p-classic .p-review-info .meta-total,
  .p-list-1 .p-review-info .meta-total,
  .p-overlay-1 .p-review-info .meta-total,
  .p-overlay-7 .p-review-info .meta-total {
    font-size: 1.35rem;
  }

  .p-classic .p-review-info .meta-description,
  .p-list-1 .p-review-info .meta-description,
  .p-overlay-1 .p-review-info .meta-description,
  .p-overlay-7 .p-review-info .meta-description {
    font-size: 1.15rem;
  }

  .fw-block .loadmore-link,
  .single-related-outer .loadmore-link {
    min-width: 200px;
  }

  .p-wrap.p-classic .entry-summary,
  .p-wrap.p-list-1 .entry-summary {
    margin-top: 15px;
  }

  .p-overlay-4 .overlay-holder {
    padding-right: 60px;
    padding-left: 60px;
  }

  .not-found {
    min-height: 50vh;
  }

  .bookmark-list .content-inner {
    margin-bottom: -40px;
  }

  .wp-block-quote.is-style-large:before {
    font-size: 44px;
    margin-bottom: 0.5rem;
  }

  .wp-block-quote.is-style-large cite {
    margin-top: 1rem;
    justify-content: flex-start;
  }

  .wp-block-pullquote cite {
    display: block;
    margin-top: 1rem;
  }

  .footer-logo-inner > * {
    margin-bottom: 25px;
  }

  /** fw feat 8 */
  .about-holder > * {
    margin-top: 25px;
  }

  .rbc-site-main
    > .rbc-fw-section:first-child
    .rbc-content
    > .fw-feat-8:first-child
    .content-inner {
    padding-top: 70px;
  }

  .about-holder {
    padding-top: 30px;
  }

  .header-centred .breadcrumb {
    margin-bottom: 20px;
  }

  .subscribe-box.layout-1 .subscribe-form {
    width: 60%;
    flex: 0 0 60%;
  }

  .p-classic.p-classic-2 .p-header {
    margin-bottom: 25px;
  }

  .p-classic.p-classic-2 .p-footer {
    margin-top: 25px;
  }

  .about-sign,
  .about-desc {
    padding-top: 10px;
  }

  .portfolio-nav.box-nav .nav-label > a {
    font-size: 1.1em;
  }

  .portfolio-header-holder {
    margin-top: 50px;
  }

  .slider-feat-13 .owl-dots {
    display: flex;
    display: -webkit-flex;
    padding-right: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35%;
    max-width: 350px;
    justify-content: center;
    flex-flow: column nowrap;
    text-align: right;
  }

  .ct-nav-holder .ruby-dot {
    padding: 0 20px;
  }

  .ct-nav-holder .nav-image {
    left: 100%;
    opacity: 0;
  }

  .ruby-dot {
    opacity: 0.3;
  }

  .ruby-dot:hover .ct-nav-holder .nav-image {
    left: 0;
    opacity: 1;
  }

  .p-grid-w1 .entry-title > * {
    font-size: 0.92em;
  }

  /* sbox */
  .sbox-form.search-form {
    max-width: 700px;
  }

  .sbox-form input[type="search"] {
    line-height: 42px;
    font-size: 1rem;
  }

  .rb-mailchimp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mc-desc span {
    font-size: 1.1rem;
  }

  .rb-mailchimp .mc4wp-form-fields {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }

  .rb-mailchimp .mc4wp-form-fields input {
    margin: 0;
  }

  .rb-mailchimp .mc4wp-form-fields input {
    font-size: 1rem;
    line-height: 32px;
  }

  .rb-mailchimp .mc4wp-form-fields input[type="submit"] {
    font-size: 1rem;
    line-height: 52px;
    margin-left: 5px;
  }

  .widget-mc .mc4wp-form-fields input {
    margin-left: 5px;
  }

  .widget-mc .mc4wp-form-fields input:first-child {
    margin-left: 0;
  }

  .rb-mailchimp .mc4wp-form-fields input {
    max-width: 400px;
  }

  .bookmark-list {
    min-height: 40vh;
  }

  .widget-social-icon .social-icon-wrap {
    margin-top: 15px;
  }

  /** fw feat 17 */
  .fw-feat-17 .widget-title {
    margin-bottom: 30px;
  }

  .fw-feat-17 .sub-inner {
    padding-left: 30px;
  }

  .fw-feat-17 .p-overlay-1 .rb-iwrap {
    padding-bottom: 56.25%;
  }

  .rnav-section {
    margin-left: 10px;
  }
}

/*
--------------------------------------------------------------
    6.0 - Screen width bigger or equal 1200px
*/
@media only screen and (min-width: 1200px) {
  .single-3 h1.single-title,
  .single-2 h1.single-title {
    max-width: 900px;
    font-size: 3.2rem;
  }

  .fw-feat-4 .entry-title > * {
    font-size: 1.1em;
  }

  .instagram-box.box-intro .box-content span {
    display: block;
  }

  .block-header-4 .block-header {
    margin-bottom: 25px;
  }

  .bookmark-empty {
    display: flex;
    min-height: 30vh;
    text-align: center;
    justify-content: center;
    flex-flow: column nowrap;
  }

  .header-8 .navbar-left,
  .header-8 .nav-right {
    min-width: 200px;
  }
}

@media only screen and (min-width: 1400px) {
  .header-3 .banner-wrap .logo-wrap img,
  .header-6 .banner-wrap .logo-wrap img {
    max-height: 135px;
  }

  .fw-feat-2 .rb-sh {
    height: 500px;
  }
}

/*
--------------------------------------------------------------
    7.0 - Screen width less than or equal 600px and others
*/
@media only screen and (max-width: 600px) {
  .admin-bar .is-stick .navbar-wrap {
    top: 0 !important;
  }
}

@media only screen and (min-width: 601px) {
  body.admin-bar .section-sticky-holder.is-show {
    top: 32px !important;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar .off-canvas-wrap {
    top: 46px;
  }
}

@media only screen and (max-width: 320px) {
  .sponsor-label {
    display: none;
  }
}

/* IE fix  */
@media screen and (min-width: 992px) and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    max-width: 100%;
  }

  [class^="rb-col"] > .p-wrap,
  [class*="rb-col"] > .p-wrap {
    width: 100%;
  }

  .rb-newsletter-popup .newsletter-cover,
  .rb-newsletter-popup .newsletter-content {
    max-width: 50%;
  }

  .citem-list .citem-feat {
    position: relative;
    overflow: hidden;
  }

  .fw-category-1 .cat-list-header {
    display: block;
  }

  .rb-newsletter-popup .rb-newsletter-inner,
  .rb-newsletter-popup .rb-newsletter .rb-newsletter-inner {
    width: 100%;
  }

  .block-wrap .rb-newsletter .rb-newsletter-inner {
    width: 560px;
  }

  .block-wrap.rb-newsletter.layout-1 .rb-newsletter .rb-newsletter-inner {
    max-width: none;
  }

  .subscribe-box .mc4wp-form-fields input[type="text"],
  .subscribe-box .mc4wp-form-fields input[type="email"] {
    height: 46px;
    width: 325px;
  }

  .navbar-search-form .search-form input[type="search"] {
    line-height: 54px;
  }

  .rb-iwrap img,
  .parallax-thumb .rb-iwrap img,
  .parallax-thumb .rb-iwrap.autosize img,
  .entry-content .rb-iwrap img {
    height: auto;
    width: auto;
    position: absolute;
    top: auto;
    bottom: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    margin: 0 auto;
    right: -9999px;
    left: -9999px;
  }

  .ct-nav-holder .nav-image img {
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
  }

  .statics-el.rb-p20-gutter {
    padding: 0;
  }

  .statics-el.rb-p20-gutter .inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .country-confirmed,
  .country-dcount {
    padding: 15px 0;
  }

  .p-grid-3 .p-meta-info,
  .fw-feat-6 .p-overlay-4 .p-meta-info,
  .p-overlay-9 .p-meta-info,
  .p-list-3 .p-meta-info {
    align-items: stretch;
  }

  .p-list-1 .p-footer {
    flex: 0 0 100%;
  }

  .rb-newsletter-popup .newsletter-cover {
    position: relative;
  }

  .rb-newsletter-popup .newsletter-cover img {
    height: auto;
    width: auto;
    position: absolute;
    top: auto;
    bottom: auto;
    max-width: 130%;
    min-height: 100%;
    min-width: 100%;
    margin: 0 auto;
    right: -9999px;
    left: -9999px;
  }

  .sub-menu-image {
    overflow: hidden;
  }

  .rbc-content-section .rbc-sidebar {
    display: block;
  }

  .sub-menu-image img {
    height: auto;
    width: auto;
    position: absolute;
    top: auto;
    bottom: auto;
    max-width: 135%;
    min-height: 100%;
    min-width: 100%;
    margin: 0 auto;
    right: -9999px;
    left: -9999px;
  }

  .p-wrap .entry-summary,
  .rb-sdecs,
  .twitter-content.entry-summary,
  .p-content-inner,
  .p-content-wrap,
  .p-header {
    max-width: 100%;
  }

  [class^="rb-col"] > .p-wrap,
  [class*="rb-col"] > .p-wrap {
    width: 100%;
  }

  .box-nav .nav-el {
    max-width: 50%;
  }

  .p-url,
  .p-wrap .p-url {
    -ms-word-wrap: break-word;
  }

  .p-classic .p-feat-holder,
  .single-1 .single-feat {
    -ms-flex-direction: row;
  }

  .box-nav .nav-right .nav-label {
    text-align: right;
  }

  .layout-default .grid-el {
    padding: 0;
  }

  .p-grid-5.no-avatar .p-footer {
    width: 100%;
  }

  .p-grid-5.no-avatar .p-footer .p-meta-info {
    justify-content: center;
  }

  .block-header {
    flex: none;
  }

  .layout-default .instagram-box {
    margin: 5px;
  }

  .layout-grid:not(.is-wide) .grid-holder {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 145px;
    grid-template-areas: "e2 e2 e1 e1 e3 e3 e4 e5" "e2 e2 e6 e7 e3 e3 e8 e8";
  }

  .layout-grid.grid-fmasonry.is-wide .grid-holder {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 188px;
    grid-template-areas: "e1 e2 e2 e9 e9 e3 e3 e4 e5 e11" "e10 e2 e2 e6 e7 e3 e3 e8 e8 e11";
  }

  .instagram-box .rb-iwrap img {
    width: 100%;
  }

  .rb-masonry {
    -ms-grid-column-align: stretch;
  }

  .layout-grid:not(.is-wide) .rb-masonry:nth-child(1) {
    grid-area: e1;
    -ms-grid-column-align: stretch;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .layout-grid:not(.is-wide) .rb-masonry:nth-child(2) {
    grid-area: e2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .layout-grid:not(.is-wide) .rb-masonry:nth-child(3) {
    grid-area: e3;
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }

  .layout-grid:not(.is-wide) .rb-masonry:nth-child(4) {
    grid-area: e4;
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
  }

  .layout-grid:not(.is-wide) .rb-masonry:nth-child(5) {
    grid-area: e5;
    -ms-grid-row: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
  }

  .layout-grid:not(.is-wide) .rb-masonry:nth-child(6) {
    grid-area: e6;
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .layout-grid:not(.is-wide) .rb-masonry:nth-child(7) {
    grid-area: e7;
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }

  .layout-grid:not(.is-wide) .rb-masonry:nth-child(8) {
    grid-area: e8;
    -ms-grid-row: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(1) {
    grid-area: e1;
    -ms-grid-column-align: stretch;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(2) {
    grid-area: e2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(6) {
    grid-area: e6;
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(7) {
    grid-area: e7;
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(3) {
    grid-area: e3;
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(4) {
    grid-area: e4;
    -ms-grid-row: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(5) {
    grid-area: e5;
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(8) {
    grid-area: e8;
    -ms-grid-row: 2;
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(9) {
    grid-area: e9;
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
  }

  .layout-grid.is-wide .rb-masonry:nth-child(11) {
    grid-area: e11;
    -ms-grid-row: 1;
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
  }

  .rb-masonry:nth-child(10) {
    grid-area: e10;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .layout-grid.is-wide :nth-child(11).rb-masonry img {
    max-width: 220%;
    width: auto;
  }

  .footer-widget-inner > * {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-widget-inner .rb-p20-gutter .widget {
    padding-left: 20px;
    padding-right: 20px;
  }

  .deals-inner > * {
    padding-right: 0;
    padding-left: 0;
  }

  .deals-inner .deal-module {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fw-block.fw-masonry-1 .fw-ms-1:nth-child(4n + 1),
  .fw-block.fw-masonry-1 .fw-mh-1:nth-child(4n + 1) {
    clear: both;
  }

  .ibox-thumb {
    overflow: hidden;
  }

  .ibox-thumb img {
    width: 100%;
  }

  .ibox .ibox-title {
    margin-top: 10px;
  }

  .block-heading.is-center .hbox-title,
  .block-heading.is-center .hbox-description {
    width: 770px;
  }

  .fw-category-2 .cat-list-header {
    display: block;
    width: 270px;
  }

  .feat-6-content-wrap {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
  }

  .feat-6-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
  }

  .p-url:hover,
  .p-url:focus,
  .p-wrap .p-url:hover,
  .p-wrap .p-url:focus {
    text-decoration: underline;
  }
}
