/*!
 Theme Name: Styled Blog
 Theme URI: https://blazethemes.com/theme/styled-blog/
 Author: Blaze Themes
 Author URI: https://blazethemes.com
 Description: Styled blog is attractive, beautiful and clean WordPress blog theme. Some important features accompanied with it are the user friendly personalization options apart from being SEO friendly. And main feature of this blogging theme is you can choose theme color in this theme. It has latest trend cool animations and also support post format. For clear understanding of theme you can see demo here http://demo.blazethemes.com/styled-blog
 Version: 2.1.0
 Tested up to: 5.7.1
 Requires PHP: 5.6
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: styled-blog
 Tags: blog, education, news, grid-layout, two-columns, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, post-formats
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*
 * Actual styles for the app
 */
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.styled_blog__latest__ticker--message p {
  line-height: 18px;
  margin-bottom: 0;
}
.textwidget .phone {
  line-height: 30px;
}
.textwidget .phone i {
  padding-right: 15px;
}
.textwidget .mail {
  line-height: 30px;
}
.textwidget .mail i {
  padding-right: 15px;
}
.textwidget .copyrignt {
  line-height: 30px;
}
.textwidget .copyrignt i {
  padding-right: 15px;
}
.styled_blog--light .styled_blog__main__content__block .entry-content {
  background-color: #fff;
  padding-right: 20px;
}
.styled_blog__latest__ticker--message .heateor_sss_sharing_container {
  display: none;
}
.styled_blog__latest__ticker--message .heateorSssClear {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 1) {
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
@media screen and (min-width: 0.9375) {
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
@media screen and (min-width: 0.9375) {
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
thead th, tbody td, tbody th {
  padding: 1rem;
}
thead th {
  border-top: 1px solid;
  border-bottom: 2px solid;
}
.styled_blog--light thead th {
  border-color: #ebebe9;
}
.styled_blog--dark thead th {
  border-color: #484848;
}
tbody td, tbody th {
  border-bottom: 1px solid;
}
.styled_blog--light tbody td, .styled_blog--light tbody th {
  border-color: #ebebe9;
}
.styled_blog--dark tbody td, .styled_blog--dark tbody th {
  border-color: #484848;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-family: 'Roboto';
  background-color: transparent;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  padding: 0.5rem;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
  padding: 0.5rem;
  width: 100%;
}
textarea {
  width: 100%;
}
label {
  font-weight: 500;
}
fieldset {
  border: 2px solid;
  padding: 2rem;
}
.styled_blog--light fieldset {
  border-color: #ebebe9;
}
.styled_blog--dark fieldset {
  border-color: #484848;
}
legend {
  font-size: 0.9rem;
  line-height: 1.575rem;
  padding: 0.2rem 1rem;
  width: auto;
}
.styled_blog--light legend {
  background-color: #b8b8b8;
  color: #fff;
}
.styled_blog--dark legend {
  background-color: #b0b0b0;
  color: #333;
}
@media screen and (min-width: 720px) {
  legend {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 960px) {
  legend {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1280px) {
  legend {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1400px) {
  legend {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media screen and (min-width: 0.875) {
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.heateor_sss_vertical_sharing {
  display: none !important;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # custom fonts
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Header
 --------------------------------------------------------------*/
@media only screen  and (min-width: 768px) {
  .site-branding {
    padding: 30px 0px 30px 50px;
  }
}
.site-branding h1 {
  margin: 0;
}
.site-branding p {
  font-family: 'Roboto', sans-serif;
}
.site-branding p.site-title {
  font-size: 58px;
  color: #000;
  font-weight: bold;
}
/*--------------------------------------------------------------
 # About me
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Follow me
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Recents posts
 --------------------------------------------------------------*/
article.hentry .entry-header figure, article .entry-header figure {
  margin: 0;
  min-height: 216px;
}
article.hentry .entry-header figure:after, article .entry-header figure:after {
  content: '';
}
.styled_blog--light article.hentry .entry-header figure, .styled_blog--light article .entry-header figure {
  background-color: #ebebe9;
}
.styled_blog--dark article.hentry .entry-header figure, .styled_blog--dark article .entry-header figure {
  background-color: #3b3b3b;
}
article.hentry .entry-header figure .gallery, article .entry-header figure .gallery {
  margin-bottom: 0;
}
article.hentry .entry-header .post-categories, article .entry-header .post-categories {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 1rem !important;
  display: -webkit-flex;
  /* NEW */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* NEW */
  flex-wrap: wrap;
}
article.hentry .entry-header .styled_blog_social_share, article .entry-header .styled_blog_social_share {
  position: absolute;
  z-index: 999;
  bottom: 40px;
  padding: 1rem;
}
article.hentry .entry-header .styled_blog_social_share .styled_blog_social_share_text, article .entry-header .styled_blog_social_share .styled_blog_social_share_text {
  font-size: 0.725rem;
  line-height: 1.26875rem;
  color: #fff;
}
@media screen and (min-width: 720px) {
  article.hentry .entry-header .styled_blog_social_share .styled_blog_social_share_text, article .entry-header .styled_blog_social_share .styled_blog_social_share_text {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  article.hentry .entry-header .styled_blog_social_share .styled_blog_social_share_text, article .entry-header .styled_blog_social_share .styled_blog_social_share_text {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  article.hentry .entry-header .styled_blog_social_share .styled_blog_social_share_text, article .entry-header .styled_blog_social_share .styled_blog_social_share_text {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  article.hentry .entry-header .styled_blog_social_share .styled_blog_social_share_text, article .entry-header .styled_blog_social_share .styled_blog_social_share_text {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
article.hentry .entry-content .entry-meta, article .entry-content .entry-meta {
  margin-bottom: 1rem;
}
article.hentry .entry-title, article .entry-title, article.hentry h1.entry-title, article h1.entry-title {
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
@media screen and (min-width: 720px) {
  article.hentry .entry-title, article .entry-title, article.hentry h1.entry-title, article h1.entry-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 960px) {
  article.hentry .entry-title, article .entry-title, article.hentry h1.entry-title, article h1.entry-title {
    font-size: 2.25rem;
    line-height: 3.0625rem;
  }
}
@media screen and (min-width: 1280px) {
  article.hentry .entry-title, article .entry-title, article.hentry h1.entry-title, article h1.entry-title {
    font-size: 2.25rem;
    line-height: 3.0625rem;
  }
}
@media screen and (min-width: 1400px) {
  article.hentry .entry-title, article .entry-title, article.hentry h1.entry-title, article h1.entry-title {
    font-size: 2.75rem;
    line-height: 4.375rem;
  }
}
@media only screen  and (min-width: 768px) {
  article.hentry .entry-title, article .entry-title, article.hentry h1.entry-title, article h1.entry-title {
    margin: 0;
  }
}
.post-categories a, .post-categories a:visited, .post-categories a:hover {
  padding: 0.2rem 0.5rem;
  font-size: 0.725rem;
  line-height: 1.26875rem;
  margin: 0.2rem;
}
.styled_blog--light .post-categories a, .styled_blog--light .post-categories a:visited, .styled_blog--light .post-categories a:hover {
  background-color: #333;
  color: #fff;
}
.styled_blog--dark .post-categories a, .styled_blog--dark .post-categories a:visited, .styled_blog--dark .post-categories a:hover {
  background-color: #f5f5f5;
  color: #333;
}
@media screen and (min-width: 720px) {
  .post-categories a, .post-categories a:visited, .post-categories a:hover {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .post-categories a, .post-categories a:visited, .post-categories a:hover {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .post-categories a, .post-categories a:visited, .post-categories a:hover {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .post-categories a, .post-categories a:visited, .post-categories a:hover {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
article.format-audio .entry-header .styled_blog_social_share {
  bottom: 20px;
}
article.format-video .entry-header figure:after {
  content: none;
}
.single-post .styled_blog__main__content__block .hentry {
  margin-bottom: -2rem;
}
.single-post .styled_blog__main__content__block .entry-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen  and (min-width: 768px) {
  .single-post .styled_blog__main__content__block .entry-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.single-post .styled_blog__main__content__block .entry-meta {
  padding-bottom: 1.5rem;
}
.styled_blog_masonry_wrap article.hentry, .styled_blog_masonry_wrap article {
  padding: 0 0.5rem;
}
.entry_content_bottom {
  padding: 2rem;
}
.styled_blog--light .entry_content_bottom {
  background-color: #fff;
}
.styled_blog--dark .entry_content_bottom {
  background-color: #333;
}
.bazz_author_wrap {
  border: 3px solid;
  padding: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
.styled_blog--light .bazz_author_wrap {
  border-color: #ebebe9;
}
.styled_blog--dark .bazz_author_wrap {
  border-color: #3b3b3b;
}
.bazz_author_wrap .author_img {
  position: relative;
  margin-bottom: 1rem;
}
.bazz_author_wrap .author_content h3 {
  font-size: 0.9rem;
  line-height: 1.575rem;
  line-height: 1rem;
}
@media screen and (min-width: 720px) {
  .bazz_author_wrap .author_content h3 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 960px) {
  .bazz_author_wrap .author_content h3 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1280px) {
  .bazz_author_wrap .author_content h3 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1400px) {
  .bazz_author_wrap .author_content h3 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.bazz_author_wrap .author_content h2.author_name {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 720px) {
  .bazz_author_wrap .author_content h2.author_name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .bazz_author_wrap .author_content h2.author_name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .bazz_author_wrap .author_content h2.author_name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .bazz_author_wrap .author_content h2.author_name {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
blockquote {
  border-left: 3px solid;
  padding: 2rem 3rem;
  font-weight: 500;
}
.styled_blog--light blockquote {
  background-color: #ebebe9;
  border-color: #b8b8b8;
}
.styled_blog--dark blockquote {
  background-color: #3b3b3b;
  border-color: #b0b0b0;
}
.single-post.styled_blog--light .styled_blog-audio {
  background-color: #ebebe9;
  padding: 8rem;
}
.single-post.styled_blog--dark .styled_blog-audio {
  background-color: #3b3b3b;
  padding: 8rem;
}
/*--------------------------------------------------------------
 # Categories
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Recents comments
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Tags
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Showcase
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Side Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Slider
 --------------------------------------------------------------*/
.styled_blog_latest_trend_wrap {
  padding: 22px 0px;
  border-bottom: 1px solid #ebebe9;
}
.styled_blog_latest_trend_wrap h2 span {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  float: right;
  background-color: #ebebe9;
  padding: 15px 20px;
  position: relative;
}
.styled_blog_latest_trend_wrap h2 span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #ebebe9;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.styled_blog_latest_trend_wrap .styled_blog_header_trends {
  display: flex;
  text-align: justify;
  align-items: center;
}
.styled_blog_latest_trend_wrap .styled_blog_header_trends .lSSlideOuter .lSSlideWrapper .styled_blog_latest_trends {
  font-family: 'Roboto', sans-serif;
}
/*--------------------------------------------------------------
 # Search
 --------------------------------------------------------------*/
.search-results .hentry, .search-results article {
  margin-bottom: 3rem;
}
.search-results .pagination-blog {
  position: static;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.search-results .pagination-blog a {
  margin: 0 0.3rem;
}
.search-content .search-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 720px) {
  .search-content .search-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .search-content .search-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .search-content .search-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .search-content .search-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
.search-content .search-title:before {
  content: none !important;
}
.search-content .post-categories {
  margin-bottom: 1rem;
}
.search-content .post-categories li {
  display: inline-block;
}
.search-content .post-categories a, .search-content .post-categories a:visited {
  padding: 0.2rem 0.5rem;
  font-size: 0.725rem;
  line-height: 1.26875rem;
  margin: 0.2rem;
}
.styled_blog--light .search-content .post-categories a, .styled_blog--light .search-content .post-categories a:visited {
  background-color: #333;
  color: #fff;
}
.styled_blog--dark .search-content .post-categories a, .styled_blog--dark .search-content .post-categories a:visited {
  background-color: #f5f5f5;
  color: #333;
}
@media screen and (min-width: 720px) {
  .search-content .post-categories a, .search-content .post-categories a:visited {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .search-content .post-categories a, .search-content .post-categories a:visited {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .search-content .post-categories a, .search-content .post-categories a:visited {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .search-content .post-categories a, .search-content .post-categories a:visited {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
:root {
  font-size: 18px;
}
body {
  font-family: 'Roboto';
  font-size: 0.9rem;
  line-height: 1.575rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 720px) {
  body {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.styled_blog--light body {
  color: #555;
}
.styled_blog--dark body {
  color: #e0e0e0;
}
.bodyfixed {
  position: fixed;
  width: 100%;
}
.styled_blog--light {
  color: #555;
  background-color: #ebebe9;
}
.styled_blog--dark {
  color: #e0e0e0;
  background-color: #3b3b3b;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 600;
  font-family: 'Poppins';
  position: relative;
}
.styled_blog--light h1, .styled_blog--light h2, .styled_blog--light h3, .styled_blog--light h4, .styled_blog--light h5, .styled_blog--light .h1, .styled_blog--light .h2, .styled_blog--light .h3, .styled_blog--light .h4, .styled_blog--light .h5 {
  color: #333;
}
.styled_blog--dark h1, .styled_blog--dark h2, .styled_blog--dark h3, .styled_blog--dark h4, .styled_blog--dark h5, .styled_blog--dark .h1, .styled_blog--dark .h2, .styled_blog--dark .h3, .styled_blog--dark .h4, .styled_blog--dark .h5 {
  color: #f5f5f5;
}
h1, .h1 {
  font-size: 1.75rem;
  line-height: 3.0625rem;
}
@media screen and (min-width: 720px) {
  h1, .h1 {
    font-size: 2.75rem;
    line-height: 4.8125rem;
  }
}
@media screen and (min-width: 960px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 5.25rem;
  }
}
@media screen and (min-width: 1400px) {
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 5.25rem;
  }
}
h2, .h2 {
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
@media screen and (min-width: 720px) {
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 960px) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 3.0625rem;
  }
}
@media screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 3.0625rem;
  }
}
@media screen and (min-width: 1400px) {
  h2, .h2 {
    font-size: 2.75rem;
    line-height: 4.375rem;
  }
}
h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 720px) {
  h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
h4, .h4 {
  font-size: 0.9rem;
  line-height: 1.575rem;
}
@media screen and (min-width: 720px) {
  h4, .h4 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 960px) {
  h4, .h4 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1280px) {
  h4, .h4 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1400px) {
  h4, .h4 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
h5, .h5 {
  font-size: 0.725rem;
  line-height: 1.26875rem;
}
@media screen and (min-width: 720px) {
  h5, .h5 {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  h5, .h5 {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  h5, .h5 {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  h5, .h5 {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
h6, .h6 {
  font-size: 0.7rem;
  line-height: 1.225rem;
}
@media screen and (min-width: 720px) {
  h6, .h6 {
    font-size: 0.7rem;
    line-height: 1.225rem;
  }
}
@media screen and (min-width: 960px) {
  h6, .h6 {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 1280px) {
  h6, .h6 {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 1400px) {
  h6, .h6 {
    font-size: 0.75rem;
    line-height: 1.3125rem;
  }
}
ul, ol {
  margin: 0 0 1.5em 0em;
}
li {
  padding: 0.3rem 0;
}
a {
  text-decoration: none;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.styled_blog--light a {
  color: #333;
}
.styled_blog--dark a {
  color: #f5f5f5;
}
a:hover {
  text-decoration: none;
}
.styled_blog--light a:hover {
  color: rgba(51, 51, 51, .6);
}
.styled_blog--dark a:hover {
  color: rgba(255, 255, 255, .8);
}
.styled_blog--light a:visited {
  color: #333;
}
.styled_blog--dark a:visited {
  color: #f5f5f5;
}
.styled_blog--light a:active, .styled_blog--light a.active {
  color: #333;
}
.styled_blog--dark a:active, .styled_blog--dark a.active {
  color: #f5f5f5;
}
.styled_blog__main__content {
  position: relative;
}
.styled_blog_latest_trend_show .styled_blog__main__content {
  top: 86px;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__branding--device {
    display: none;
  }
}
.main-title {
  margin-bottom: 1.5rem;
}
.page-title {
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
@media screen and (min-width: 720px) {
  .page-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .page-title {
    font-size: 2.25rem;
    line-height: 3.0625rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-title {
    font-size: 2.25rem;
    line-height: 3.0625rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-title {
    font-size: 2.75rem;
    line-height: 4.375rem;
  }
}
.search-404 label {
  display: block;
}
.styled_blog--light pre {
  background-color: #ebebe9;
  color: #555;
}
.styled_blog--dark pre {
  background-color: #3b3b3b;
  color: #e0e0e0;
}
/*--------------------------------------------------------------
 # Extend
 --------------------------------------------------------------*/
article.hentry .entry-header .post-categories, article .entry-header .post-categories, .post-categories, .styled_blog__right__fixed--nav ul.right-social-menu, .styled_blog__navigation--style > ul, .styled_blog__navigation--style .sub-menu, .widget_recent_entries ul, .widget_archive ul, .widget_categories ul, .widget_product_categories ul, .widget_recent_comments #recentcomments, .styled_blog__left__sidebar .widget_text .social_link, .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
article.hentry .entry-title:before, article .entry-title:before, article.hentry h1.entry-title:before, article h1.entry-title:before, .bazz_author_wrap .author_img:before, .search-content .search-title:before, .page-title:before, .styled_blog__main__content__block .entry-content h2.entry-title:before, .widget h2:before, .widget .widget-title:before, .woocommerce ul.products .woocommerce-loop-product__title:before, .woocommerce ul.products li.product .woocommerce-loop-product__title:before, .woocommerce ul.products li.product h3:before, .woocommerce div.product .product_title:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  -moz-transform: translate(-36px, -50%);
  -o-transform: translate(-36px, -50%);
  -ms-transform: translate(-36px, -50%);
  -webkit-transform: translate(-36px, -50%);
  transform: translate(-36px, -50%);
}
.styled_blog--light article.hentry .entry-title:before, article.hentry .styled_blog--light .entry-title:before, .styled_blog--light article .entry-title:before, article .styled_blog--light .entry-title:before, .styled_blog--light article.hentry h1.entry-title:before, article.hentry .styled_blog--light h1.entry-title:before, .styled_blog--light article h1.entry-title:before, article .styled_blog--light h1.entry-title:before, .styled_blog--light .bazz_author_wrap .author_img:before, .bazz_author_wrap .styled_blog--light .author_img:before, .styled_blog--light .search-content .search-title:before, .search-content .styled_blog--light .search-title:before, .styled_blog--light .page-title:before, .styled_blog--light .styled_blog__main__content__block .entry-content h2.entry-title:before, .styled_blog__main__content__block .entry-content .styled_blog--light h2.entry-title:before, .styled_blog--light .widget h2:before, .widget .styled_blog--light h2:before, .styled_blog--light .widget .widget-title:before, .widget .styled_blog--light .widget-title:before, .styled_blog--light .woocommerce ul.products .woocommerce-loop-product__title:before, .woocommerce ul.products .styled_blog--light .woocommerce-loop-product__title:before, .styled_blog--light .woocommerce ul.products li.product .woocommerce-loop-product__title:before, .woocommerce ul.products li.product .styled_blog--light .woocommerce-loop-product__title:before, .styled_blog--light .woocommerce ul.products li.product h3:before, .woocommerce ul.products li.product .styled_blog--light h3:before, .styled_blog--light .woocommerce div.product .product_title:before, .woocommerce div.product .styled_blog--light .product_title:before {
  background: #333;
}
.styled_blog--dark article.hentry .entry-title:before, article.hentry .styled_blog--dark .entry-title:before, .styled_blog--dark article .entry-title:before, article .styled_blog--dark .entry-title:before, .styled_blog--dark article.hentry h1.entry-title:before, article.hentry .styled_blog--dark h1.entry-title:before, .styled_blog--dark article h1.entry-title:before, article .styled_blog--dark h1.entry-title:before, .styled_blog--dark .bazz_author_wrap .author_img:before, .bazz_author_wrap .styled_blog--dark .author_img:before, .styled_blog--dark .search-content .search-title:before, .search-content .styled_blog--dark .search-title:before, .styled_blog--dark .page-title:before, .styled_blog--dark .styled_blog__main__content__block .entry-content h2.entry-title:before, .styled_blog__main__content__block .entry-content .styled_blog--dark h2.entry-title:before, .styled_blog--dark .widget h2:before, .widget .styled_blog--dark h2:before, .styled_blog--dark .widget .widget-title:before, .widget .styled_blog--dark .widget-title:before, .styled_blog--dark .woocommerce ul.products .woocommerce-loop-product__title:before, .woocommerce ul.products .styled_blog--dark .woocommerce-loop-product__title:before, .styled_blog--dark .woocommerce ul.products li.product .woocommerce-loop-product__title:before, .woocommerce ul.products li.product .styled_blog--dark .woocommerce-loop-product__title:before, .styled_blog--dark .woocommerce ul.products li.product h3:before, .woocommerce ul.products li.product .styled_blog--dark h3:before, .styled_blog--dark .woocommerce div.product .product_title:before, .woocommerce div.product .styled_blog--dark .product_title:before {
  background: #f5f5f5;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 0.725rem;
  line-height: 1.26875rem;
}
.styled_blog--light input[type="text"], .styled_blog--light input[type="email"], .styled_blog--light input[type="url"], .styled_blog--light input[type="password"], .styled_blog--light input[type="search"], .styled_blog--light input[type="number"], .styled_blog--light input[type="tel"], .styled_blog--light input[type="range"], .styled_blog--light input[type="date"], .styled_blog--light input[type="month"], .styled_blog--light input[type="week"], .styled_blog--light input[type="time"], .styled_blog--light input[type="datetime"], .styled_blog--light input[type="datetime-local"], .styled_blog--light input[type="color"], .styled_blog--light textarea, .styled_blog--light select {
  border-color: #333;
  color: #333;
}
.styled_blog--dark input[type="text"], .styled_blog--dark input[type="email"], .styled_blog--dark input[type="url"], .styled_blog--dark input[type="password"], .styled_blog--dark input[type="search"], .styled_blog--dark input[type="number"], .styled_blog--dark input[type="tel"], .styled_blog--dark input[type="range"], .styled_blog--dark input[type="date"], .styled_blog--dark input[type="month"], .styled_blog--dark input[type="week"], .styled_blog--dark input[type="time"], .styled_blog--dark input[type="datetime"], .styled_blog--dark input[type="datetime-local"], .styled_blog--dark input[type="color"], .styled_blog--dark textarea, .styled_blog--dark select {
  border-color: #f5f5f5;
  color: #f5f5f5;
}
@media screen and (min-width: 720px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.styled_blog--light .styled_blog__collapse__menu button, .styled_blog--dark .styled_blog__collapse__menu button, .styled_blog--light .styled_blog__collapse__menu button:hover, .styled_blog--dark .styled_blog__collapse__menu button:hover {
  background-color: transparent;
  border: 1px solid;
  border-color: transparent;
}
.styled_blog__left__sidebar .widget.widget_search, .styled_blog__left__sidebar .widget.widget_product_search {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.styled_blog--light .styled_blog__left__sidebar .widget.widget_search, .styled_blog__left__sidebar .styled_blog--light .widget.widget_search, .styled_blog--light .styled_blog__left__sidebar .widget.widget_product_search, .styled_blog__left__sidebar .styled_blog--light .widget.widget_product_search {
  background-color: #333;
}
.styled_blog--dark .styled_blog__left__sidebar .widget.widget_search, .styled_blog__left__sidebar .styled_blog--dark .widget.widget_search, .styled_blog--dark .styled_blog__left__sidebar .widget.widget_product_search, .styled_blog__left__sidebar .styled_blog--dark .widget.widget_product_search {
  background-color: #f5f5f5;
}
.styled_blog__left__sidebar .widget.widget_search form input, .styled_blog__left__sidebar .widget.widget_product_search form input {
  width: 100%;
  padding-left: 1.5rem;
}
.styled_blog__left__sidebar .widget.widget_search form input.search-submit, .styled_blog__left__sidebar .widget.widget_product_search form input.search-submit {
  display: none;
}
.styled_blog__left__sidebar .widget.widget_search form label, .styled_blog__left__sidebar .widget.widget_product_search form label {
  width: 100%;
}
.styled_blog__left__sidebar .widget.widget_search:after, .styled_blog__left__sidebar .widget.widget_product_search:after {
  content: "\f002";
  left: 2rem;
  top: 47%;
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  position: absolute;
  font-size: 0.725rem;
  line-height: 1.26875rem;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.styled_blog--light .styled_blog__left__sidebar .widget.widget_search:after, .styled_blog__left__sidebar .styled_blog--light .widget.widget_search:after, .styled_blog--light .styled_blog__left__sidebar .widget.widget_product_search:after, .styled_blog__left__sidebar .styled_blog--light .widget.widget_product_search:after {
  color: #fff;
}
.styled_blog--dark .styled_blog__left__sidebar .widget.widget_search:after, .styled_blog__left__sidebar .styled_blog--dark .widget.widget_search:after, .styled_blog--dark .styled_blog__left__sidebar .widget.widget_product_search:after, .styled_blog__left__sidebar .styled_blog--dark .widget.widget_product_search:after {
  color: #333;
}
@media screen and (min-width: 720px) {
  .styled_blog__left__sidebar .widget.widget_search:after, .styled_blog__left__sidebar .widget.widget_product_search:after {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .styled_blog__left__sidebar .widget.widget_search:after, .styled_blog__left__sidebar .widget.widget_product_search:after {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .styled_blog__left__sidebar .widget.widget_search:after, .styled_blog__left__sidebar .widget.widget_product_search:after {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .styled_blog__left__sidebar .widget.widget_search:after, .styled_blog__left__sidebar .widget.widget_product_search:after {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.styled_blog__left__sidebar .widget_text .social_link a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin: 0.5rem;
  -moz-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 2px solid;
}
.styled_blog--light .styled_blog__left__sidebar .widget_text .social_link a, .styled_blog__left__sidebar .widget_text .styled_blog--light .social_link a {
  background: #333;
  color: #fff;
}
.styled_blog--dark .styled_blog__left__sidebar .widget_text .social_link a, .styled_blog__left__sidebar .widget_text .styled_blog--dark .social_link a {
  background: #f5f5f5;
  color: #333;
}
.styled_blog--light .styled_blog__left__sidebar .widget_text .social_link a, .styled_blog__left__sidebar .widget_text .styled_blog--light .social_link a {
  border-color: #333;
}
.styled_blog--dark .styled_blog__left__sidebar .widget_text .social_link a, .styled_blog__left__sidebar .widget_text .styled_blog--dark .social_link a {
  border-color: #f5f5f5;
}
.styled_blog__left__sidebar .widget_text .social_link a:hover {
  background-color: transparent;
}
.styled_blog--light .styled_blog__left__sidebar .widget_text .social_link a:hover, .styled_blog__left__sidebar .widget_text .styled_blog--light .social_link a:hover {
  color: #333;
}
.styled_blog--dark .styled_blog__left__sidebar .widget_text .social_link a:hover, .styled_blog__left__sidebar .widget_text .styled_blog--dark .social_link a:hover {
  color: #f5f5f5;
}
.widget_recent_entries ul, .widget_archive ul, .widget_categories ul, .widget_product_categories ul, .styled_blog_about_us_widget .styled_blog__widget--content, .styled_blog_widget_recent_posts .recent-posts-wrapper {
  padding: 1.5rem 0;
}
article.hentry .entry-content .entry-meta a, article .entry-content .entry-meta a, .styled_blog__navigation--style a, .widget_recent_entries ul a, .widget_archive ul a, .widget_categories ul a, .widget_product_categories ul a, .widget_recent_comments li.recentcomments > a {
  position: relative;
  font-weight: bold;
}
article.hentry .entry-content .entry-meta a:after, article .entry-content .entry-meta a:after, .styled_blog__navigation--style a:after, .widget_recent_entries ul a:after, .widget_archive ul a:after, .widget_categories ul a:after, .widget_product_categories ul a:after, .widget_recent_comments li.recentcomments > a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.styled_blog--light article.hentry .entry-content .entry-meta a:after, article.hentry .entry-content .entry-meta .styled_blog--light a:after, .styled_blog--light article .entry-content .entry-meta a:after, article .entry-content .entry-meta .styled_blog--light a:after, .styled_blog--light .styled_blog__navigation--style a:after, .styled_blog__navigation--style .styled_blog--light a:after, .styled_blog--light .widget_recent_entries ul a:after, .widget_recent_entries ul .styled_blog--light a:after, .styled_blog--light .widget_archive ul a:after, .widget_archive ul .styled_blog--light a:after, .styled_blog--light .widget_categories ul a:after, .widget_categories ul .styled_blog--light a:after, .styled_blog--light .widget_product_categories ul a:after, .widget_product_categories ul .styled_blog--light a:after, .styled_blog--light .widget_recent_comments li.recentcomments > a:after, .widget_recent_comments .styled_blog--light li.recentcomments > a:after {
  background-color: #333;
}
.styled_blog--dark article.hentry .entry-content .entry-meta a:after, article.hentry .entry-content .entry-meta .styled_blog--dark a:after, .styled_blog--dark article .entry-content .entry-meta a:after, article .entry-content .entry-meta .styled_blog--dark a:after, .styled_blog--dark .styled_blog__navigation--style a:after, .styled_blog__navigation--style .styled_blog--dark a:after, .styled_blog--dark .widget_recent_entries ul a:after, .widget_recent_entries ul .styled_blog--dark a:after, .styled_blog--dark .widget_archive ul a:after, .widget_archive ul .styled_blog--dark a:after, .styled_blog--dark .widget_categories ul a:after, .widget_categories ul .styled_blog--dark a:after, .styled_blog--dark .widget_product_categories ul a:after, .widget_product_categories ul .styled_blog--dark a:after, .styled_blog--dark .widget_recent_comments li.recentcomments > a:after, .widget_recent_comments .styled_blog--dark li.recentcomments > a:after {
  background-color: #f5f5f5;
}
.styled_blog--light article.hentry .entry-content .entry-meta a:hover, article.hentry .entry-content .entry-meta .styled_blog--light a:hover, .styled_blog--light article .entry-content .entry-meta a:hover, article .entry-content .entry-meta .styled_blog--light a:hover, .styled_blog--light .styled_blog__navigation--style a:hover, .styled_blog__navigation--style .styled_blog--light a:hover, .styled_blog--light .widget_recent_entries ul a:hover, .widget_recent_entries ul .styled_blog--light a:hover, .styled_blog--light .widget_archive ul a:hover, .widget_archive ul .styled_blog--light a:hover, .styled_blog--light .widget_categories ul a:hover, .widget_categories ul .styled_blog--light a:hover, .styled_blog--light .widget_product_categories ul a:hover, .widget_product_categories ul .styled_blog--light a:hover, .styled_blog--light .widget_recent_comments li.recentcomments > a:hover, .widget_recent_comments .styled_blog--light li.recentcomments > a:hover {
  color: #333;
}
.styled_blog--dark article.hentry .entry-content .entry-meta a:hover, article.hentry .entry-content .entry-meta .styled_blog--dark a:hover, .styled_blog--dark article .entry-content .entry-meta a:hover, article .entry-content .entry-meta .styled_blog--dark a:hover, .styled_blog--dark .styled_blog__navigation--style a:hover, .styled_blog__navigation--style .styled_blog--dark a:hover, .styled_blog--dark .widget_recent_entries ul a:hover, .widget_recent_entries ul .styled_blog--dark a:hover, .styled_blog--dark .widget_archive ul a:hover, .widget_archive ul .styled_blog--dark a:hover, .styled_blog--dark .widget_categories ul a:hover, .widget_categories ul .styled_blog--dark a:hover, .styled_blog--dark .widget_product_categories ul a:hover, .widget_product_categories ul .styled_blog--dark a:hover, .styled_blog--dark .widget_recent_comments li.recentcomments > a:hover, .widget_recent_comments .styled_blog--dark li.recentcomments > a:hover {
  color: #f5f5f5;
}
article.hentry .entry-content .entry-meta a:hover:after, article .entry-content .entry-meta a:hover:after, .styled_blog__navigation--style a:hover:after, .widget_recent_entries ul a:hover:after, .widget_archive ul a:hover:after, .widget_categories ul a:hover:after, .widget_product_categories ul a:hover:after, .widget_recent_comments li.recentcomments > a:hover:after {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  height: 2px;
  visibility: visible;
  opacity: 1;
}
article.hentry .entry-header figure, article .entry-header figure {
  position: relative;
}
article.hentry .entry-header figure:after, article .entry-header figure:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
article.hentry .entry-content .entry-meta, article .entry-content .entry-meta, .search-content .entry-meta, .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount, .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta, .styled_blog__left__sidebar .woocommerce .price_label, .woocommerce .woocommerce-result-count, .woocommerce .product_meta, .woocommerce-Price-amount, .price {
  font-size: 0.725rem;
  line-height: 1.26875rem;
  margin: 0.5rem 0;
}
@media screen and (min-width: 720px) {
  article.hentry .entry-content .entry-meta, article .entry-content .entry-meta, .search-content .entry-meta, .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount, .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta, .styled_blog__left__sidebar .woocommerce .price_label, .woocommerce .woocommerce-result-count, .woocommerce .product_meta, .woocommerce-Price-amount, .price {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  article.hentry .entry-content .entry-meta, article .entry-content .entry-meta, .search-content .entry-meta, .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount, .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta, .styled_blog__left__sidebar .woocommerce .price_label, .woocommerce .woocommerce-result-count, .woocommerce .product_meta, .woocommerce-Price-amount, .price {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  article.hentry .entry-content .entry-meta, article .entry-content .entry-meta, .search-content .entry-meta, .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount, .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta, .styled_blog__left__sidebar .woocommerce .price_label, .woocommerce .woocommerce-result-count, .woocommerce .product_meta, .woocommerce-Price-amount, .price {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  article.hentry .entry-content .entry-meta, article .entry-content .entry-meta, .search-content .entry-meta, .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount, .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta, .styled_blog__left__sidebar .woocommerce .price_label, .woocommerce .woocommerce-result-count, .woocommerce .product_meta, .woocommerce-Price-amount, .price {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.styled_blog--light article.hentry .entry-content .entry-meta, article.hentry .entry-content .styled_blog--light .entry-meta, .styled_blog--light article .entry-content .entry-meta, article .entry-content .styled_blog--light .entry-meta, .styled_blog--light .search-content .entry-meta, .search-content .styled_blog--light .entry-meta, .styled_blog--light .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount, .styled_blog__right__fixed .cart-contents .styled_blog--light .woocommerce-Price-amount, .styled_blog--light .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta, .styled_blog_widget_recent_posts .recent-posts-item .styled_blog--light .recent-posts-meta, .styled_blog--light .styled_blog__left__sidebar .woocommerce .price_label, .styled_blog__left__sidebar .woocommerce .styled_blog--light .price_label, .styled_blog--light .woocommerce .woocommerce-result-count, .woocommerce .styled_blog--light .woocommerce-result-count, .styled_blog--light .woocommerce .product_meta, .woocommerce .styled_blog--light .product_meta, .styled_blog--light .woocommerce-Price-amount, .styled_blog--light .price {
  color: #b8b8b8;
}
.styled_blog--dark article.hentry .entry-content .entry-meta, article.hentry .entry-content .styled_blog--dark .entry-meta, .styled_blog--dark article .entry-content .entry-meta, article .entry-content .styled_blog--dark .entry-meta, .styled_blog--dark .search-content .entry-meta, .search-content .styled_blog--dark .entry-meta, .styled_blog--dark .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount, .styled_blog__right__fixed .cart-contents .styled_blog--dark .woocommerce-Price-amount, .styled_blog--dark .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta, .styled_blog_widget_recent_posts .recent-posts-item .styled_blog--dark .recent-posts-meta, .styled_blog--dark .styled_blog__left__sidebar .woocommerce .price_label, .styled_blog__left__sidebar .woocommerce .styled_blog--dark .price_label, .styled_blog--dark .woocommerce .woocommerce-result-count, .woocommerce .styled_blog--dark .woocommerce-result-count, .styled_blog--dark .woocommerce .product_meta, .woocommerce .styled_blog--dark .product_meta, .styled_blog--dark .woocommerce-Price-amount, .styled_blog--dark .price {
  color: #b0b0b0;
}
.styled_blog--light article.hentry .entry-content .entry-meta a, article.hentry .entry-content .styled_blog--light .entry-meta a, .styled_blog--light article .entry-content .entry-meta a, article .entry-content .styled_blog--light .entry-meta a, .styled_blog--light .search-content .entry-meta a, .search-content .styled_blog--light .entry-meta a, .styled_blog--light .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount a, .styled_blog__right__fixed .cart-contents .styled_blog--light .woocommerce-Price-amount a, .styled_blog--light .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta a, .styled_blog_widget_recent_posts .recent-posts-item .styled_blog--light .recent-posts-meta a, .styled_blog--light .styled_blog__left__sidebar .woocommerce .price_label a, .styled_blog__left__sidebar .woocommerce .styled_blog--light .price_label a, .styled_blog--light .woocommerce .woocommerce-result-count a, .woocommerce .styled_blog--light .woocommerce-result-count a, .styled_blog--light .woocommerce .product_meta a, .woocommerce .styled_blog--light .product_meta a, .styled_blog--light .woocommerce-Price-amount a, .styled_blog--light .price a, .styled_blog--light article.hentry .entry-content .entry-meta .author, article.hentry .entry-content .styled_blog--light .entry-meta .author, .styled_blog--light article .entry-content .entry-meta .author, article .entry-content .styled_blog--light .entry-meta .author, .styled_blog--light .search-content .entry-meta .author, .search-content .styled_blog--light .entry-meta .author, .styled_blog--light .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount .author, .styled_blog__right__fixed .cart-contents .styled_blog--light .woocommerce-Price-amount .author, .styled_blog--light .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta .author, .styled_blog_widget_recent_posts .recent-posts-item .styled_blog--light .recent-posts-meta .author, .styled_blog--light .styled_blog__left__sidebar .woocommerce .price_label .author, .styled_blog__left__sidebar .woocommerce .styled_blog--light .price_label .author, .styled_blog--light .woocommerce .woocommerce-result-count .author, .woocommerce .styled_blog--light .woocommerce-result-count .author, .styled_blog--light .woocommerce .product_meta .author, .woocommerce .styled_blog--light .product_meta .author, .styled_blog--light .woocommerce-Price-amount .author, .styled_blog--light .price .author {
  color: #333;
}
.styled_blog--dark article.hentry .entry-content .entry-meta a, article.hentry .entry-content .styled_blog--dark .entry-meta a, .styled_blog--dark article .entry-content .entry-meta a, article .entry-content .styled_blog--dark .entry-meta a, .styled_blog--dark .search-content .entry-meta a, .search-content .styled_blog--dark .entry-meta a, .styled_blog--dark .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount a, .styled_blog__right__fixed .cart-contents .styled_blog--dark .woocommerce-Price-amount a, .styled_blog--dark .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta a, .styled_blog_widget_recent_posts .recent-posts-item .styled_blog--dark .recent-posts-meta a, .styled_blog--dark .styled_blog__left__sidebar .woocommerce .price_label a, .styled_blog__left__sidebar .woocommerce .styled_blog--dark .price_label a, .styled_blog--dark .woocommerce .woocommerce-result-count a, .woocommerce .styled_blog--dark .woocommerce-result-count a, .styled_blog--dark .woocommerce .product_meta a, .woocommerce .styled_blog--dark .product_meta a, .styled_blog--dark .woocommerce-Price-amount a, .styled_blog--dark .price a, .styled_blog--dark article.hentry .entry-content .entry-meta .author, article.hentry .entry-content .styled_blog--dark .entry-meta .author, .styled_blog--dark article .entry-content .entry-meta .author, article .entry-content .styled_blog--dark .entry-meta .author, .styled_blog--dark .search-content .entry-meta .author, .search-content .styled_blog--dark .entry-meta .author, .styled_blog--dark .styled_blog__right__fixed .cart-contents .woocommerce-Price-amount .author, .styled_blog__right__fixed .cart-contents .styled_blog--dark .woocommerce-Price-amount .author, .styled_blog--dark .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-meta .author, .styled_blog_widget_recent_posts .recent-posts-item .styled_blog--dark .recent-posts-meta .author, .styled_blog--dark .styled_blog__left__sidebar .woocommerce .price_label .author, .styled_blog__left__sidebar .woocommerce .styled_blog--dark .price_label .author, .styled_blog--dark .woocommerce .woocommerce-result-count .author, .woocommerce .styled_blog--dark .woocommerce-result-count .author, .styled_blog--dark .woocommerce .product_meta .author, .woocommerce .styled_blog--dark .product_meta .author, .styled_blog--dark .woocommerce-Price-amount .author, .styled_blog--dark .price .author {
  color: #f5f5f5;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .styled_blog__left__sidebar .woocommerce button, .pagination-blog a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #review_form #respond .form-submit input, .woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
  border: 2px solid;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.725rem;
  line-height: 1.26875rem;
  font-weight: 500;
  padding: 0.4rem 1rem;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.styled_blog--light button, .styled_blog--light input[type="button"], .styled_blog--light input[type="reset"], .styled_blog--light input[type="submit"], .styled_blog--light .btn, .styled_blog--light .styled_blog__left__sidebar .woocommerce button, .styled_blog__left__sidebar .woocommerce .styled_blog--light button, .styled_blog--light .pagination-blog a, .pagination-blog .styled_blog--light a, .styled_blog--light .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li .styled_blog--light a, .styled_blog--light .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .styled_blog--light .button, .styled_blog--light .woocommerce #respond input#submit.alt, .woocommerce #respond .styled_blog--light input#submit.alt, .styled_blog--light .woocommerce a.button.alt, .woocommerce .styled_blog--light a.button.alt, .styled_blog--light .woocommerce button.button.alt, .woocommerce .styled_blog--light button.button.alt, .styled_blog--light .woocommerce input.button.alt, .woocommerce .styled_blog--light input.button.alt, .styled_blog--light .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .styled_blog--light input, .styled_blog--light .woocommerce input.button, .woocommerce .styled_blog--light input.button, .styled_blog--light .woocommerce button.button, .woocommerce .styled_blog--light button.button, .styled_blog--light .woocommerce a.button, .woocommerce .styled_blog--light a.button {
  border-color: #333;
  color: #333;
}
.styled_blog--dark button, .styled_blog--dark input[type="button"], .styled_blog--dark input[type="reset"], .styled_blog--dark input[type="submit"], .styled_blog--dark .btn, .styled_blog--dark .styled_blog__left__sidebar .woocommerce button, .styled_blog__left__sidebar .woocommerce .styled_blog--dark button, .styled_blog--dark .pagination-blog a, .pagination-blog .styled_blog--dark a, .styled_blog--dark .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li .styled_blog--dark a, .styled_blog--dark .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .styled_blog--dark .button, .styled_blog--dark .woocommerce #respond input#submit.alt, .woocommerce #respond .styled_blog--dark input#submit.alt, .styled_blog--dark .woocommerce a.button.alt, .woocommerce .styled_blog--dark a.button.alt, .styled_blog--dark .woocommerce button.button.alt, .woocommerce .styled_blog--dark button.button.alt, .styled_blog--dark .woocommerce input.button.alt, .woocommerce .styled_blog--dark input.button.alt, .styled_blog--dark .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .styled_blog--dark input, .styled_blog--dark .woocommerce input.button, .woocommerce .styled_blog--dark input.button, .styled_blog--dark .woocommerce button.button, .woocommerce .styled_blog--dark button.button, .styled_blog--dark .woocommerce a.button, .woocommerce .styled_blog--dark a.button {
  border-color: #f5f5f5;
  color: #f5f5f5;
}
@media screen and (min-width: 720px) {
  button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .styled_blog__left__sidebar .woocommerce button, .pagination-blog a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #review_form #respond .form-submit input, .woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .styled_blog__left__sidebar .woocommerce button, .pagination-blog a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #review_form #respond .form-submit input, .woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .styled_blog__left__sidebar .woocommerce button, .pagination-blog a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #review_form #respond .form-submit input, .woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .styled_blog__left__sidebar .woocommerce button, .pagination-blog a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #review_form #respond .form-submit input, .woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.styled_blog--light button:hover, .styled_blog--light input[type="button"]:hover, .styled_blog--light input[type="reset"]:hover, .styled_blog--light input[type="submit"]:hover, .styled_blog--light .btn:hover, .styled_blog--light .styled_blog__left__sidebar .woocommerce button:hover, .styled_blog__left__sidebar .woocommerce .styled_blog--light button:hover, .styled_blog--light .pagination-blog a:hover, .pagination-blog .styled_blog--light a:hover, .styled_blog--light .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li .styled_blog--light a:hover, .styled_blog--light .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .styled_blog--light .button:hover, .styled_blog--light .woocommerce #respond input#submit.alt:hover, .woocommerce #respond .styled_blog--light input#submit.alt:hover, .styled_blog--light .woocommerce a.button.alt:hover, .woocommerce .styled_blog--light a.button.alt:hover, .styled_blog--light .woocommerce button.button.alt:hover, .woocommerce .styled_blog--light button.button.alt:hover, .styled_blog--light .woocommerce input.button.alt:hover, .woocommerce .styled_blog--light input.button.alt:hover, .styled_blog--light .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .styled_blog--light input:hover, .styled_blog--light .woocommerce input.button:hover, .woocommerce .styled_blog--light input.button:hover, .styled_blog--light .woocommerce button.button:hover, .woocommerce .styled_blog--light button.button:hover, .styled_blog--light .woocommerce a.button:hover, .woocommerce .styled_blog--light a.button:hover {
  background-color: #333;
  color: #fff;
}
.styled_blog--dark button:hover, .styled_blog--dark input[type="button"]:hover, .styled_blog--dark input[type="reset"]:hover, .styled_blog--dark input[type="submit"]:hover, .styled_blog--dark .btn:hover, .styled_blog--dark .styled_blog__left__sidebar .woocommerce button:hover, .styled_blog__left__sidebar .woocommerce .styled_blog--dark button:hover, .styled_blog--dark .pagination-blog a:hover, .pagination-blog .styled_blog--dark a:hover, .styled_blog--dark .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li .styled_blog--dark a:hover, .styled_blog--dark .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .styled_blog--dark .button:hover, .styled_blog--dark .woocommerce #respond input#submit.alt:hover, .woocommerce #respond .styled_blog--dark input#submit.alt:hover, .styled_blog--dark .woocommerce a.button.alt:hover, .woocommerce .styled_blog--dark a.button.alt:hover, .styled_blog--dark .woocommerce button.button.alt:hover, .woocommerce .styled_blog--dark button.button.alt:hover, .styled_blog--dark .woocommerce input.button.alt:hover, .woocommerce .styled_blog--dark input.button.alt:hover, .styled_blog--dark .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit .styled_blog--dark input:hover, .styled_blog--dark .woocommerce input.button:hover, .woocommerce .styled_blog--dark input.button:hover, .styled_blog--dark .woocommerce button.button:hover, .woocommerce .styled_blog--dark button.button:hover, .styled_blog--dark .woocommerce a.button:hover, .woocommerce .styled_blog--dark a.button:hover {
  background-color: #f5f5f5;
  color: #333;
}
/*--------------------------------------------------------------
 # Ticker
 --------------------------------------------------------------*/
.styled_blog__latest__ticker {
  position: fixed;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid;
}
.styled_blog--light .styled_blog__latest__ticker {
  background-color: #fff;
  min-height: 86px;
}
.styled_blog--dark .styled_blog__latest__ticker {
  background-color: #333;
  min-height: 86px;
}
.styled_blog--light .styled_blog__latest__ticker {
  border-color: #ebebe9;
}
.styled_blog--dark .styled_blog__latest__ticker {
  border-color: #484848;
}
.styled_blog__latest__ticker .styled_blog__latest__ticker--block {
  display: flex;
}
.styled_blog__latest__ticker--label {
  font-family: 'Poppins';
  font-size: 0.9rem;
  line-height: 1.575rem;
  font-weight: 600;
  position: relative;
}
.styled_blog--light .styled_blog__latest__ticker--label {
  background-color: #ebebe9;
}
.styled_blog--dark .styled_blog__latest__ticker--label {
  background-color: #3b3b3b;
}
@media screen and (min-width: 720px) {
  .styled_blog__latest__ticker--label {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 960px) {
  .styled_blog__latest__ticker--label {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1280px) {
  .styled_blog__latest__ticker--label {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1400px) {
  .styled_blog__latest__ticker--label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.styled_blog__latest__ticker--label:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(118, 211, 245, 0);
  border-width: 5px;
  margin-top: -5px;
}
.styled_blog--light .styled_blog__latest__ticker--label:after {
  border-left-color: #ebebe9;
}
.styled_blog--dark .styled_blog__latest__ticker--label:after {
  border-left-color: #3b3b3b;
}
.lSSlideOuter.vertical .lSAction > a {
  background-image: none;
  right: -10px;
  left: inherit;
}
.lSSlideOuter.vertical .lSAction > a.lSNext {
  bottom: 4px;
  right: -22px;
}
.lSSlideOuter.vertical .lSAction > a.lSPrev {
  top: 10px;
}
.lSSlideOuter.vertical .lSAction > a:hover {
  text-decoration: none;
}
.styled_blog--light .lSSlideOuter.vertical .lSAction > a:hover {
  color: rgba(51, 51, 51, .6);
}
.styled_blog--dark .lSSlideOuter.vertical .lSAction > a:hover {
  color: rgba(255, 255, 255, .8);
}
.styled_blog--light .lSSlideOuter.vertical .lSAction > a:visited {
  color: #333;
}
.styled_blog--dark .lSSlideOuter.vertical .lSAction > a:visited {
  color: #f5f5f5;
}
.styled_blog--light .lSSlideOuter.vertical .lSAction > a:active, .styled_blog--light .lSSlideOuter.vertical .lSAction > a.active {
  color: #333;
}
.styled_blog--dark .lSSlideOuter.vertical .lSAction > a:active, .styled_blog--dark .lSSlideOuter.vertical .lSAction > a.active {
  color: #f5f5f5;
}
.lSAction > a {
  opacity: 1;
}
@media only screen  and (max-width: 640px) {
  .lSSlideOuter.vertical .lightSlider > * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
a:focus {
  outline: none;
}
input:focus {
  outline: none;
}
#primary-menu i {
  font-size: 16px;
  vertical-align: middle;
}
.styled_blog_move_to_top i {
  padding-left: 25px;
}
/*--------------------------------------------------------------
 # Sidebar
 --------------------------------------------------------------*/
.styled_blog__left__sidebar {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.styled_blog--light .styled_blog__left__sidebar {
  background-color: #fff;
}
.styled_blog--dark .styled_blog__left__sidebar {
  background-color: #333;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__left__sidebar {
    position: fixed;
    padding-top: 0rem;
    padding-bottom: 8rem;
    height: 100vh;
    overflow-y: auto;
    width: inherit;
    max-width: inherit;
  }
}
.styled_blog__left__sidebar::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}
.styled_blog__left__sidebar::-webkit-scrollbar-track {
  background-color: transparent;
}
.styled_blog__left__sidebar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 3px;
}
.styled_blog--light .styled_blog__left__sidebar::-webkit-scrollbar-thumb {
  background-color: #b8b8b8;
}
.styled_blog--dark .styled_blog__left__sidebar::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
}
.styled_blog__left__sidebar::-webkit-scrollbar {
  width: 4px;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__main__content .col-md-4.col-sm-12, .styled_blog__main__content .col-md-2.col-sm-12 {
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
 # Sticky Right
 --------------------------------------------------------------*/
.styled_blog__right__fixed {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.styled_blog--light .styled_blog__right__fixed {
  background-color: #fff;
}
.styled_blog--dark .styled_blog__right__fixed {
  background-color: #333;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__right__fixed {
    position: fixed;
    width: inherit;
    max-width: inherit;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;
    text-align: center;
    display: block;
    z-index: 999;
  }
}
.styled_blog__right__fixed--nav {
  display: none;
  position: relative;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__right__fixed--nav ul.right-social-menu {
    -moz-transform: translate(-50%, 0) rotate(-90deg);
    -o-transform: translate(-50%, 0) rotate(-90deg);
    -ms-transform: translate(-50%, 0) rotate(-90deg);
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
    transform: translate(-50%, 0) rotate(-90deg);
    position: absolute;
    top: 185px;
    display: flex;
    width: auto;
    left: 50%;
  }
}
@media only screen  and (min-width: 768px) {
  .styled_blog__right__fixed--nav {
    display: block;
  }
}
.styled_blog__right__fixed--nav li {
  justify-content: center;
}
.styled_blog__right__fixed--nav a {
  padding: 0.8rem;
  font-weight: bold;
  letter-spacing: 5px;
}
.styled_blog__right__fixed .styled_blog_move_to_top {
  display: none;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.styled_blog__right__fixed .styled_blog_move_to_top span {
  position: relative;
  position: absolute;
  bottom: 160px;
  display: block;
  cursor: pointer;
  left: 50%;
  margin-left: -11px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  z-index: 9999;
}
.styled_blog--light .styled_blog__right__fixed .styled_blog_move_to_top span {
  color: #333;
}
.styled_blog--dark .styled_blog__right__fixed .styled_blog_move_to_top span {
  color: #f5f5f5;
}
@media screen and (min-width: 720px) {
  .styled_blog__right__fixed .styled_blog_move_to_top span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .styled_blog__right__fixed .styled_blog_move_to_top span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .styled_blog__right__fixed .styled_blog_move_to_top span {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .styled_blog__right__fixed .styled_blog_move_to_top span {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
.styled_blog__right__fixed .styled_blog_move_to_top span:hover {
  text-decoration: none;
}
.styled_blog--light .styled_blog__right__fixed .styled_blog_move_to_top span:hover {
  color: rgba(51, 51, 51, .6);
}
.styled_blog--dark .styled_blog__right__fixed .styled_blog_move_to_top span:hover {
  color: rgba(255, 255, 255, .8);
}
.styled_blog__right__fixed .styled_blog_cart_icon {
  border-radius: 50%;
  padding: 0.7rem;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  position: relative;
  line-height: 1;
}
.styled_blog--light .styled_blog__right__fixed .styled_blog_cart_icon {
  background-color: #ebebe9;
}
.styled_blog--dark .styled_blog__right__fixed .styled_blog_cart_icon {
  background-color: #3b3b3b;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__right__fixed .styled_blog_cart_icon {
    padding: 1rem;
    width: 56px;
    height: 56px;
    margin-top: 1rem;
  }
}
.styled_blog__right__fixed .cart-contents {
  position: relative;
  display: inline-block;
}
.styled_blog__right__fixed .cart-contents .styled_blog_cart_num {
  padding: 0 0.3rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0;
}
.styled_blog--light .styled_blog__right__fixed .cart-contents .styled_blog_cart_num {
  background-color: #333;
  color: #fff;
}
.styled_blog--dark .styled_blog__right__fixed .cart-contents .styled_blog_cart_num {
  background-color: #f5f5f5;
  color: #333;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__right__fixed .cart-contents .styled_blog_cart_num {
    top: 10px;
    margin-top: 1rem;
  }
}
.styled_blog__right__fixed .cart-contents .woocommerce-Price-amount {
  padding: 0.5rem;
  display: inline-block;
  margin: 0;
}
.styled_blog__right__fixed .site-branding {
  padding: 0;
  text-align: center;
}
.styled_blog__right__fixed .site-branding .site-description {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
 # Main Content
 --------------------------------------------------------------*/
.styled_blog__main__content__block {
  padding: 1rem;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__main__content__block {
    padding: 2rem;
  }
}
@media only screen  and (min-width: 1200px) {
  .styled_blog__main__content__block {
    padding: 3rem 3rem 5rem;
  }
}
.styled_blog__main__content__block .entry-content {
  padding: 2rem;
  padding-right: 1px;
}
.styled_blog--light .styled_blog__main__content__block .entry-content {
  background-color: #fff;
}
@media only screen  and (max-width: 768px) {
  .styled_blog--light .styled_blog__main__content__block .entry-content {
    margin-top: 0;
    -moz-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
.styled_blog--dark .styled_blog__main__content__block .entry-content {
  background-color: #333;
}
@media only screen  and (max-width: 768px) {
  .styled_blog--dark .styled_blog__main__content__block .entry-content {
    margin-top: 0;
    -moz-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
@media only screen  and (min-width: 768px) {
  .styled_blog__main__content__block .entry-content {
    -moz-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
    margin: 0;
  }
}
.styled_blog__main__content__block .entry-content h2.entry-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 720px) {
  .styled_blog__main__content__block .entry-content h2.entry-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .styled_blog__main__content__block .entry-content h2.entry-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .styled_blog__main__content__block .entry-content h2.entry-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .styled_blog__main__content__block .entry-content h2.entry-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
@media only screen  and (min-width: 768px) {
  .styled_blog__main__content__block .format-audio, .styled_blog__main__content__block .format-video {
    margin-bottom: 3.5rem;
  }
}
.styled_blog__main__content__block .format-audio .entry-content, .styled_blog__main__content__block .format-video .entry-content {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.styled_blog__main__content__block .no-post .entry-content {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.home .styled_blog__main__content__block {
  padding: 1rem 1rem 3rem;
}
@media only screen  and (min-width: 768px) {
  .home .styled_blog__main__content__block {
    padding: 2rem 2rem 3rem;
  }
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
.menu-toggle {
  padding: 0;
  z-index: 99999;
  position: relative;
  margin: auto;
}
.styled_blog__collapse__menu--button {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 0.5rem;
  border-radius: 50%;
}
.styled_blog--light .styled_blog__collapse__menu--button {
  background-color: #fff;
}
.styled_blog--dark .styled_blog__collapse__menu--button {
  background-color: #333;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__collapse__menu--button {
    width: 50px;
    padding: 0;
  }
}
.styled_blog__collapse__menu--button span {
  align-self: flex-start;
  width: 100%;
  height: 5px;
}
.styled_blog--light .styled_blog__collapse__menu--button span {
  background-color: #333;
  display: block;
}
.styled_blog--dark .styled_blog__collapse__menu--button span {
  background-color: #f5f5f5;
  display: block;
}
.styled_blog__collapse__menu--button span:first-child {
  width: 50%;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.styled_blog__collapse__menu--button span:nth-child(2) {
  width: 75%;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.styled_blog__collapse__menu--button:hover span {
  width: 100%;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__collapse__menu--button:hover span:first-child {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  }
  .styled_blog__collapse__menu--button:hover span:nth-child(2) {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  }
  .styled_blog__collapse__menu--button:hover span:last-child {
    animation: burger-hover 1s infinite ease-in-out alternate;
  }
}
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.styled_blog__navigation--style > ul {
  position: absolute;
  height: 100vh;
  top: 0;
  left: -100%;
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  width: 100%;
  padding: 5rem;
  text-align: left;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 500ms;
  z-index: 999;
  overflow: auto;
}
.styled_blog--light .styled_blog__navigation--style > ul {
  background-color: #333;
}
.styled_blog--dark .styled_blog__navigation--style > ul {
  background-color: #f5f5f5;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__navigation--style > ul {
    left: inherit;
    right: calc(-100vw);
    width: calc(100vw - 100%);
  }
}
.styled_blog__navigation--style > ul li {
  float: none;
  -moz-transition: all 300ms ease 500ms;
  -o-transition: all 300ms ease 500ms;
  -ms-transition: all 300ms ease 500ms;
  -webkit-transition: all 300ms ease 500ms;
  transition: all 300ms ease 500ms;
  -moz-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -webkit-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  opacity: 0;
  visibility: hidden;
}
.styled_blog__navigation--style > ul li:nth-of-type(1) {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(3) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(4) {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(5) {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(6) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(7) {
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(8) {
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(9) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(10) {
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(11) {
  -moz-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(12) {
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(13) {
  -moz-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(14) {
  -moz-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(15) {
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(16) {
  -moz-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(17) {
  -moz-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(18) {
  -moz-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(19) {
  -moz-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(20) {
  -moz-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(21) {
  -moz-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(22) {
  -moz-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(23) {
  -moz-transition-delay: 2300ms;
  -o-transition-delay: 2300ms;
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(24) {
  -moz-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(25) {
  -moz-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(26) {
  -moz-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(27) {
  -moz-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(28) {
  -moz-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(29) {
  -moz-transition-delay: 2900ms;
  -o-transition-delay: 2900ms;
  -webkit-transition-delay: 2900ms;
  transition-delay: 2900ms;
}
.styled_blog__navigation--style > ul li:nth-of-type(30) {
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
.styled_blog__navigation--style > ul > li {
  height: 44px;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__navigation--style > ul > li {
    height: 83px;
  }
}
.styled_blog__navigation--style a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 3rem !important;
  display: inline-block;
}
.styled_blog--light .styled_blog__navigation--style a {
  color: #fff;
}
.styled_blog--dark .styled_blog__navigation--style a {
  color: #333;
}
@media screen and (min-width: 720px) {
  .styled_blog__navigation--style a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .styled_blog__navigation--style a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .styled_blog__navigation--style a {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .styled_blog__navigation--style a {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
@media only screen  and (max-width: 768px) {
  .styled_blog__navigation--style a {
    font-size: 1rem;
    line-height: 1.75rem !important;
  }
}
@media only screen  and (min-width: 1025px) {
  .styled_blog__navigation--style a {
    line-height: 4rem !important;
  }
}
.styled_blog--light .styled_blog__navigation--style a:after {
  background-color: #fff !important;
}
.styled_blog--dark .styled_blog__navigation--style a:after {
  background-color: #333 !important;
}
.styled_blog__navigation--style a:hover {
  text-decoration: none;
}
.styled_blog--light .styled_blog__navigation--style a:hover {
  color: #fff !important;
}
.styled_blog--dark .styled_blog__navigation--style a:hover {
  color: #333 !important;
}
.styled_blog--light .styled_blog__navigation--style a:visited {
  color: #fff !important;
}
.styled_blog--dark .styled_blog__navigation--style a:visited {
  color: #333 !important;
}
.styled_blog--light .styled_blog__navigation--style a:active, .styled_blog--light .styled_blog__navigation--style a.active {
  color: #fff !important;
}
.styled_blog--dark .styled_blog__navigation--style a:active, .styled_blog--dark .styled_blog__navigation--style a.active {
  color: #333 !important;
}
.styled_blog__navigation--style ul[aria-expanded="true"] {
  left: 0;
  transition-delay: 0s;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__navigation--style ul[aria-expanded="true"] {
    left: inherit;
    right: 100%;
  }
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(1) {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(3) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(4) {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(5) {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(6) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(7) {
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(8) {
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(9) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(10) {
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(11) {
  -moz-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(12) {
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(13) {
  -moz-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(14) {
  -moz-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(15) {
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(16) {
  -moz-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(17) {
  -moz-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(18) {
  -moz-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(19) {
  -moz-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(20) {
  -moz-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(21) {
  -moz-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(22) {
  -moz-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(23) {
  -moz-transition-delay: 2300ms;
  -o-transition-delay: 2300ms;
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(24) {
  -moz-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(25) {
  -moz-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(26) {
  -moz-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(27) {
  -moz-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(28) {
  -moz-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(29) {
  -moz-transition-delay: 2900ms;
  -o-transition-delay: 2900ms;
  -webkit-transition-delay: 2900ms;
  transition-delay: 2900ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] > li:nth-of-type(30) {
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
button[aria-expanded="true"].menu-toggle .styled_blog__collapse__menu--button span:first-child {
  width: 100%;
  -moz-transform: translate(0, 13px) rotate(45deg);
  -o-transform: translate(0, 13px) rotate(45deg);
  -ms-transform: translate(0, 13px) rotate(45deg);
  -webkit-transform: translate(0, 13px) rotate(45deg);
  transform: translate(0, 13px) rotate(45deg);
}
@media only screen  and (min-width: 768px) {
  button[aria-expanded="true"].menu-toggle .styled_blog__collapse__menu--button span:first-child {
    -moz-transform: translate(0, 22px) rotate(45deg);
    -o-transform: translate(0, 22px) rotate(45deg);
    -ms-transform: translate(0, 22px) rotate(45deg);
    -webkit-transform: translate(0, 22px) rotate(45deg);
    transform: translate(0, 22px) rotate(45deg);
  }
}
button[aria-expanded="true"].menu-toggle .styled_blog__collapse__menu--button span:last-child {
  -moz-transform: translate(0, -13px) rotate(-45deg);
  -o-transform: translate(0, -13px) rotate(-45deg);
  -ms-transform: translate(0, -13px) rotate(-45deg);
  -webkit-transform: translate(0, -13px) rotate(-45deg);
  transform: translate(0, -13px) rotate(-45deg);
}
@media only screen  and (min-width: 768px) {
  button[aria-expanded="true"].menu-toggle .styled_blog__collapse__menu--button span:last-child {
    -moz-transform: translate(0, -22px) rotate(-45deg);
    -o-transform: translate(0, -22px) rotate(-45deg);
    -ms-transform: translate(0, -22px) rotate(-45deg);
    -webkit-transform: translate(0, -22px) rotate(-45deg);
    transform: translate(0, -22px) rotate(-45deg);
  }
}
button[aria-expanded="true"].menu-toggle .styled_blog__collapse__menu--button span:nth-child(2) {
  opacity: 0;
}
.post-navigation {
  border-top: 1px solid;
  border-bottom: 2px solid;
  padding: 1rem 0;
}
.styled_blog--light .post-navigation {
  border-color: #333;
}
.styled_blog--dark .post-navigation {
  border-color: #f5f5f5;
}
.post-navigation .nav-previous a:after, .post-navigation .nav-next a:after, .post-navigation .nav-previous a:before, .post-navigation .nav-next a:before {
  font-family: "Font Awesome\ 5 Free";
  vertical-align: middle;
  content: '';
  font-weight: 900;
}
.post-navigation .nav-previous a:before {
  margin-right: 1rem;
  content: '\f30a';
}
.post-navigation .nav-next a:after {
  margin-left: 1rem;
  content: '\f30b';
}
.styled_blog__navigation--style .sub-menu {
  left: 0;
  padding-left: 40px;
  width: auto;
  margin-top: 0.5rem;
}
.styled_blog__navigation--style .sub-menu li {
  opacity: 0;
}
.styled_blog__navigation--style .sub-menu a {
  font-size: 1rem;
  line-height: 1.75rem !important;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__navigation--style .sub-menu a {
    font-size: 1.25rem;
    line-height: 1.75rem !important;
  }
}
.styled_blog__navigation--style li.sub_menu_show .sub-menu {
  transition: all 300ms ease 500ms;
}
.styled_blog__navigation--style li.sub_menu_show .sub-menu li {
  opacity: 1;
  visibility: visible;
}
.styled_blog__navigation--style ul[aria-expanded="true"] .sub-menu li {
  -moz-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -webkit-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  -moz-transition: all 300ms ease 500ms;
  -o-transition: all 300ms ease 500ms;
  -ms-transition: all 300ms ease 500ms;
  -webkit-transition: all 300ms ease 500ms;
  transition: all 300ms ease 500ms;
}
.styled_blog__navigation--style ul[aria-expanded="true"] li.sub_menu_show .sub-menu li {
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
/*--------------------------------------------------------------
 # Widget
 --------------------------------------------------------------*/
.styled_blog__left__sidebar .widget {
  padding: 0 2rem 0rem;
}
.widget h2, .widget .widget-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 720px) {
  .widget h2, .widget .widget-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .widget h2, .widget .widget-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .widget h2, .widget .widget-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .widget h2, .widget .widget-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
.widget_recent_entries ul li, .widget_archive ul li, .widget_categories ul li, .widget_product_categories ul li {
  padding: 1rem 0;
  border-bottom: 1px solid;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
}
.styled_blog--light .widget_recent_entries ul li, .styled_blog--light .widget_archive ul li, .styled_blog--light .widget_categories ul li, .styled_blog--light .widget_product_categories ul li {
  border-color: #333;
}
.styled_blog--dark .widget_recent_entries ul li, .styled_blog--dark .widget_archive ul li, .styled_blog--dark .widget_categories ul li, .styled_blog--dark .widget_product_categories ul li {
  border-color: #f5f5f5;
}
.styled_blog--light .widget_recent_entries ul li, .styled_blog--light .widget_archive ul li, .styled_blog--light .widget_categories ul li, .styled_blog--light .widget_product_categories ul li {
  color: #333;
}
.styled_blog--dark .widget_recent_entries ul li, .styled_blog--dark .widget_archive ul li, .styled_blog--dark .widget_categories ul li, .styled_blog--dark .widget_product_categories ul li {
  color: #f5f5f5;
}
.widget_recent_entries ul li:first-child, .widget_archive ul li:first-child, .widget_categories ul li:first-child, .widget_product_categories ul li:first-child {
  padding-top: 0;
}
.widget_recent_entries ul .children, .widget_archive ul .children, .widget_categories ul .children, .widget_product_categories ul .children {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 1rem;
}
.widget_recent_entries ul .children li:last-child, .widget_archive ul .children li:last-child, .widget_categories ul .children li:last-child, .widget_product_categories ul .children li:last-child {
  border-bottom: none;
}
.widget_recent_entries ul a, .widget_archive ul a, .widget_categories ul a, .widget_product_categories ul a {
  font-weight: 600;
}
.widget_recent_comments .recentcomments {
  margin-top: 1rem;
}
.widget_recent_comments li.recentcomments > a {
  font-weight: 600;
}
.tagcloud {
  margin-top: 1rem;
}
/*--------------------------------------------------------------
 # Widget About
 --------------------------------------------------------------*/
.styled_blog_about_us_widget .styled_blog__widget--content {
  position: relative;
}
.styled_blog_about_us_widget .styled_blog__widget--figure {
  position: absolute;
  left: 0;
  margin: 0rem;
}
.styled_blog_about_us_widget .styled_blog__widget--excerpt--content {
  margin-left: 5.5rem;
}
/*--------------------------------------------------------------
 # Widget Search
 --------------------------------------------------------------*/
.styled_blog__left__sidebar .widget.widget_search, .styled_blog__left__sidebar .widget.widget_product_search {
  margin-bottom: 2.5rem;
}
.styled_blog__left__sidebar .widget.widget_search input, .styled_blog__left__sidebar .widget.widget_product_search input {
  -webkit-appearance: none;
}
.styled_blog--light .styled_blog__left__sidebar .widget.widget_search input, .styled_blog--light .styled_blog__left__sidebar .widget.widget_product_search input {
  border-color: #fff;
  color: #fff;
}
.styled_blog--dark .styled_blog__left__sidebar .widget.widget_search input, .styled_blog--dark .styled_blog__left__sidebar .widget.widget_product_search input {
  border-color: #333;
  color: #333;
}
.styled_blog__left__sidebar .widget.widget_search button[type="submit"], .styled_blog__left__sidebar .widget.widget_product_search button[type="submit"] {
  display: none;
}
.styled_blog__left__sidebar .widget.widget_search h2, .styled_blog__left__sidebar .widget.widget_product_search h2 {
  display: none;
}
.styled_blog__left__sidebar .site-branding {
  display: none;
}
@media only screen  and (min-width: 768px) {
  .styled_blog__left__sidebar .site-branding {
    display: block;
  }
}
/*
 input:-webkit-autofill,
 input:-webkit-autofill:hover, 
 input:-webkit-autofill:focus
 textarea:-webkit-autofill,
 textarea:-webkit-autofill:hover
 textarea:-webkit-autofill:focus,
 select:-webkit-autofill,
 select:-webkit-autofill:hover,
 select:-webkit-autofill:focus {
 border: 1px solid transparent;
 -webkit-box-shadow: none;
 transition: background-color 5000s ease-in-out 0s;
 }*/
/*--------------------------------------------------------------
 # Widget Social links
 --------------------------------------------------------------*/
.styled_blog__left__sidebar .widget_text {
  padding-bottom: 0;
}
.styled_blog__left__sidebar .widget_text .social_link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
/*--------------------------------------------------------------
 # Recent Post
 --------------------------------------------------------------*/
.styled_blog_widget_recent_posts .recent-posts-item {
  position: relative;
  padding-left: 5.5rem;
  padding-bottom: 1rem;
}
.styled_blog_widget_recent_posts .recent-posts-item:last-child {
  padding-bottom: 0;
}
.styled_blog_widget_recent_posts .recent-posts-item .recent-posts-thumb {
  position: absolute;
  left: 0;
}
.styled_blog_widget_recent_posts .recent-posts-item .recent-posts-title {
  font-size: 0.9rem;
  line-height: 1.575rem;
  line-height: 1.4rem;
}
@media screen and (min-width: 720px) {
  .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-title {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 960px) {
  .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-title {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1280px) {
  .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-title {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1400px) {
  .styled_blog_widget_recent_posts .recent-posts-item .recent-posts-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
/*--------------------------------------------------------------
 # Recent Post
 --------------------------------------------------------------*/
.styled_blog__left__sidebar .footer_bottom_widget .widget_search {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.styled_blog--light .styled_blog__left__sidebar .footer_bottom_widget .widget_search {
  background-color: #fff;
}
.styled_blog--dark .styled_blog__left__sidebar .footer_bottom_widget .widget_search {
  background-color: #333;
}
.styled_blog--light .styled_blog__left__sidebar .footer_bottom_widget .widget_search:after {
  color: #333;
}
.styled_blog--dark .styled_blog__left__sidebar .footer_bottom_widget .widget_search:after {
  color: #f5f5f5;
}
.styled_blog--light .styled_blog__left__sidebar .footer_bottom_widget .widget_search input {
  border-color: #333;
  color: #333;
}
.styled_blog--dark .styled_blog__left__sidebar .footer_bottom_widget .widget_search input {
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.styled_blog__left__sidebar .footer_bottom_widget .widget_text .phone, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .mail, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .copyright {
  font-size: 0.725rem;
  line-height: 1.26875rem;
  padding: 0.3rem 0;
}
@media screen and (min-width: 720px) {
  .styled_blog__left__sidebar .footer_bottom_widget .widget_text .phone, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .mail, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .copyright {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .styled_blog__left__sidebar .footer_bottom_widget .widget_text .phone, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .mail, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .copyright {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .styled_blog__left__sidebar .footer_bottom_widget .widget_text .phone, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .mail, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .copyright {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .styled_blog__left__sidebar .footer_bottom_widget .widget_text .phone, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .mail, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .copyright {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.styled_blog__left__sidebar .footer_bottom_widget .widget_text .phone i, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .mail i, .styled_blog__left__sidebar .footer_bottom_widget .widget_text .copyright i {
  margin-right: 0.5rem;
}
.styled_blog__left__sidebar .footer_bottom_widget .widget_text .copyright {
  margin-top: 1rem;
}
.styled_blog__left__sidebar .footer_bottom_widget .widget:last-child {
  margin-bottom: 0;
}
.site-info.copyright {
  font-size: 0.725rem;
  line-height: 1.26875rem;
  padding: 0 2rem 0rem;
}
@media screen and (min-width: 720px) {
  .site-info.copyright {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .site-info.copyright {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .site-info.copyright {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .site-info.copyright {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
/*--------------------------------------------------------------
 # Filter
 --------------------------------------------------------------*/
.styled_blog__left__sidebar .woocommerce .price_slider_wrapper {
  margin: 2rem 0;
}
.styled_blog__left__sidebar .woocommerce button {
  font-family: 'Roboto';
  background-color: transparent;
}
.styled_blog--light .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #b8b8b8;
}
.styled_blog--dark .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #b0b0b0;
}
.styled_blog--light .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #555;
}
.styled_blog--dark .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #e0e0e0;
}
.styled_blog--light .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(51, 51, 51, .6);
}
.styled_blog--dark .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(255, 255, 255, .8);
}
/*--------------------------------------------------------------
 # Pagination
 --------------------------------------------------------------*/
.pagination-blog ul {
  border: none;
}
.pagination-blog ul li {
  border: none;
  margin: 0 0.3rem;
}
.pagination-blog ul li span {
  border: 2px solid;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.725rem;
  line-height: 1.26875rem;
  font-weight: 500;
  padding: 0.4rem 1rem;
}
@media screen and (min-width: 720px) {
  .pagination-blog ul li span {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .pagination-blog ul li span {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .pagination-blog ul li span {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .pagination-blog ul li span {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.styled_blog--light .pagination-blog ul li span {
  background: #333;
  color: #fff;
  border-color: #333;
}
.styled_blog--dark .pagination-blog ul li span {
  background: #f5f5f5;
  color: #333;
  border-color: #f5f5f5;
}
.pagination-blog a {
  margin: 0 0.3rem;
}
.styled_blog--light .pagination-blog a {
  background-color: #fff;
}
.styled_blog--dark .pagination-blog a {
  background-color: #333;
}
.pagination-blog span.current {
  border: 2px solid;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.725rem;
  line-height: 1.26875rem;
  font-weight: 500;
  padding: 0.4rem 1rem;
  margin: 0 0.3rem;
}
@media screen and (min-width: 720px) {
  .pagination-blog span.current {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .pagination-blog span.current {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .pagination-blog span.current {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .pagination-blog span.current {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.styled_blog--light .pagination-blog span.current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.styled_blog--dark .pagination-blog span.current {
  background-color: #f5f5f5;
  color: #333;
  border-color: #f5f5f5;
}
.pagination-blog {
  position: absolute;
  bottom: 0px;
  -moz-transform: translate(0, 58px);
  -o-transform: translate(0, 58px);
  -ms-transform: translate(0, 58px);
  -webkit-transform: translate(0, 58px);
  transform: translate(0, 58px);
}
@media only screen  and (min-width: 768px) {
  .pagination-blog {
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 0.3rem;
}
.woocommerce nav.woocommerce-pagination ul li a {
  margin: 0 0.3rem;
}
.styled_blog--light .woocommerce nav.woocommerce-pagination ul li a {
  background-color: #fff;
}
.styled_blog--dark .woocommerce nav.woocommerce-pagination ul li a {
  background-color: #333;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  border: 2px solid;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.725rem;
  line-height: 1.26875rem;
  font-weight: 500;
  padding: 0.4rem 1rem;
}
@media screen and (min-width: 720px) {
  .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.styled_blog--light .woocommerce nav.woocommerce-pagination ul li span.current, .styled_blog--light .woocommerce nav.woocommerce-pagination ul li a:hover, .styled_blog--light .woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.styled_blog--dark .woocommerce nav.woocommerce-pagination ul li span.current, .styled_blog--dark .woocommerce nav.woocommerce-pagination ul li a:hover, .styled_blog--dark .woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #f5f5f5;
  color: #333;
  border-color: #f5f5f5;
}
.woocommerce.styled_blog--light nav.woocommerce-pagination ul li a {
  background-color: #fff;
}
.woocommerce.styled_blog--light nav.woocommerce-pagination ul li span.current, .woocommerce.styled_blog--light nav.woocommerce-pagination ul li a:hover, .woocommerce.styled_blog--light nav.woocommerce-pagination ul li a:focus {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.woocommerce.styled_blog--dark nav.woocommerce-pagination ul li a {
  background-color: #333;
}
.woocommerce.styled_blog--dark nav.woocommerce-pagination ul li span.current, .woocommerce.styled_blog--dark nav.woocommerce-pagination ul li a:hover, .woocommerce.styled_blog--dark nav.woocommerce-pagination ul li a:focus {
  background-color: #f5f5f5;
  color: #333;
  border-color: #f5f5f5;
}
/*--------------------------------------------------------------
 # Contact
 --------------------------------------------------------------*/
.styled_blog__contact__top--address, .styled_blog__contact__top--email, .styled_blog__contact__top--phone {
  position: relative;
  padding: 0 0 0.5rem 1rem;
}
.styled_blog__contact__top--address-icon, .styled_blog__contact__top--email-icon, .styled_blog__contact__top--phone-icon {
  position: absolute;
  left: 0;
}
.styled_blog--light .styled_blog__contact__top--address-icon, .styled_blog--light .styled_blog__contact__top--email-icon, .styled_blog--light .styled_blog__contact__top--phone-icon {
  color: #b8b8b8;
}
.styled_blog--dark .styled_blog__contact__top--address-icon, .styled_blog--dark .styled_blog__contact__top--email-icon, .styled_blog--dark .styled_blog__contact__top--phone-icon {
  color: #b0b0b0;
}
.wpcf7 label {
  display: block;
}
/*--------------------------------------------------------------
 # Woocommerce
 --------------------------------------------------------------*/
.woocommerce ul.products .woocommerce-loop-product__title {
  font-size: 0.9rem;
  line-height: 1.575rem;
}
@media screen and (min-width: 720px) {
  .woocommerce ul.products .woocommerce-loop-product__title {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 960px) {
  .woocommerce ul.products .woocommerce-loop-product__title {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce ul.products .woocommerce-loop-product__title {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce ul.products .woocommerce-loop-product__title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 0.9rem;
  line-height: 1.575rem;
}
@media screen and (min-width: 720px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 960px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 0.9rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.woocommerce ul.products li.product a {
  display: block;
  text-align: center;
}
.woocommerce ul.products li.product a.added_to_cart {
  font-weight: 500;
  font-size: 0.725rem;
  line-height: 1.26875rem;
}
@media screen and (min-width: 720px) {
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: 0.725rem;
    line-height: 1.26875rem;
  }
}
@media screen and (min-width: 960px) {
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: 0.775rem;
    line-height: 1.35625rem;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: 0.825rem;
    line-height: 1.44375rem;
  }
}
.woocommerce ul.products li.product .button {
  font-family: 'Roboto';
  background-color: transparent;
}
.woocommerce div.product .product_title {
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
@media screen and (min-width: 720px) {
  .woocommerce div.product .product_title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .woocommerce div.product .product_title {
    font-size: 2.25rem;
    line-height: 3.0625rem;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce div.product .product_title {
    font-size: 2.25rem;
    line-height: 3.0625rem;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce div.product .product_title {
    font-size: 2.75rem;
    line-height: 4.375rem;
  }
}
.woocommerce-Price-amount, .price {
  font-family: 'Poppins';
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce ul.products li.product .button, .woocommerce #review_form #respond .form-submit input, .woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
  font-family: 'Roboto';
  background-color: transparent !important;
}
.woocommerce #content div.product .woocommerce-tabs h2, .woocommerce div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page #content div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce .related.products h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 720px) {
  .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page #content div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce .related.products h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page #content div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce .related.products h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page #content div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce .related.products h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page #content div.product .woocommerce-tabs h2, .woocommerce .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce .related.products h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
.woocommerce .related.products .products, .woocommerce div.product .woocommerce-tabs .panel {
  padding: 1rem 0;
}
.woocommerce.styled_blog--light ul.products li.product .price, .woocommerce-page.styled_blog--light ul.products li.product .price, .woocommerce.styled_blog--light div.product p.price, .woocommerce-page.styled_blog--light div.product p.price {
  color: #333;
  font-weight: 500;
}
.woocommerce.styled_blog--light #respond input#submit.alt, .woocommerce-page.styled_blog--light #respond input#submit.alt, .woocommerce.styled_blog--light a.button.alt, .woocommerce-page.styled_blog--light a.button.alt, .woocommerce.styled_blog--light button.button.alt, .woocommerce-page.styled_blog--light button.button.alt, .woocommerce.styled_blog--light input.button.alt, .woocommerce-page.styled_blog--light input.button.alt, .woocommerce.styled_blog--light ul.products li.product .button, .woocommerce-page.styled_blog--light ul.products li.product .button, .woocommerce.styled_blog--light #review_form #respond .form-submit input, .woocommerce-page.styled_blog--light #review_form #respond .form-submit input, .woocommerce.styled_blog--light input.button, .woocommerce-page.styled_blog--light input.button, .woocommerce.styled_blog--light button.button, .woocommerce-page.styled_blog--light button.button, .woocommerce.styled_blog--light a.button, .woocommerce-page.styled_blog--light a.button {
  color: #333 !important;
  border-color: #333 !important;
}
.woocommerce.styled_blog--light #respond input#submit.alt:hover, .woocommerce-page.styled_blog--light #respond input#submit.alt:hover, .woocommerce.styled_blog--light a.button.alt:hover, .woocommerce-page.styled_blog--light a.button.alt:hover, .woocommerce.styled_blog--light button.button.alt:hover, .woocommerce-page.styled_blog--light button.button.alt:hover, .woocommerce.styled_blog--light input.button.alt:hover, .woocommerce-page.styled_blog--light input.button.alt:hover, .woocommerce.styled_blog--light ul.products li.product .button:hover, .woocommerce-page.styled_blog--light ul.products li.product .button:hover, .woocommerce.styled_blog--light #review_form #respond .form-submit input:hover, .woocommerce-page.styled_blog--light #review_form #respond .form-submit input:hover, .woocommerce.styled_blog--light input.button:hover, .woocommerce-page.styled_blog--light input.button:hover, .woocommerce.styled_blog--light button.button:hover, .woocommerce-page.styled_blog--light button.button:hover, .woocommerce.styled_blog--light a.button:hover, .woocommerce-page.styled_blog--light a.button:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.woocommerce.styled_blog--dark ul.products li.product .price, .woocommerce-page.styled_blog--dark ul.products li.product .price, .woocommerce.styled_blog--dark div.product p.price, .woocommerce-page.styled_blog--dark div.product p.price {
  color: #f5f5f5;
  font-weight: 500;
}
.woocommerce.styled_blog--dark #respond input#submit.alt, .woocommerce-page.styled_blog--dark #respond input#submit.alt, .woocommerce.styled_blog--dark a.button.alt, .woocommerce-page.styled_blog--dark a.button.alt, .woocommerce.styled_blog--dark button.button.alt, .woocommerce-page.styled_blog--dark button.button.alt, .woocommerce.styled_blog--dark input.button.alt, .woocommerce-page.styled_blog--dark input.button.alt, .woocommerce.styled_blog--dark ul.products li.product .button, .woocommerce-page.styled_blog--dark ul.products li.product .button, .woocommerce.styled_blog--dark #review_form #respond .form-submit input, .woocommerce-page.styled_blog--dark #review_form #respond .form-submit input, .woocommerce.styled_blog--dark input.button, .woocommerce-page.styled_blog--dark input.button, .woocommerce.styled_blog--dark button.button, .woocommerce-page.styled_blog--dark button.button, .woocommerce.styled_blog--dark a.button, .woocommerce-page.styled_blog--dark a.button {
  color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.woocommerce.styled_blog--dark #respond input#submit.alt:hover, .woocommerce-page.styled_blog--dark #respond input#submit.alt:hover, .woocommerce.styled_blog--dark a.button.alt:hover, .woocommerce-page.styled_blog--dark a.button.alt:hover, .woocommerce.styled_blog--dark button.button.alt:hover, .woocommerce-page.styled_blog--dark button.button.alt:hover, .woocommerce.styled_blog--dark input.button.alt:hover, .woocommerce-page.styled_blog--dark input.button.alt:hover, .woocommerce.styled_blog--dark ul.products li.product .button:hover, .woocommerce-page.styled_blog--dark ul.products li.product .button:hover, .woocommerce.styled_blog--dark #review_form #respond .form-submit input:hover, .woocommerce-page.styled_blog--dark #review_form #respond .form-submit input:hover, .woocommerce.styled_blog--dark input.button:hover, .woocommerce-page.styled_blog--dark input.button:hover, .woocommerce.styled_blog--dark button.button:hover, .woocommerce-page.styled_blog--dark button.button:hover, .woocommerce.styled_blog--dark a.button:hover, .woocommerce-page.styled_blog--dark a.button:hover {
  background-color: #f5f5f5 !important;
  color: #333 !important;
}
.styled_blog--light .woocommerce-error, .styled_blog--light .woocommerce-info, .styled_blog--light .woocommerce-message {
  border-top-color: #333;
  background-color: #ebebe9;
  color: #b8b8b8;
}
.styled_blog--dark .woocommerce-error, .styled_blog--dark .woocommerce-info, .styled_blog--dark .woocommerce-message {
  border-top-color: #f5f5f5;
  background-color: #3b3b3b;
  color: #b0b0b0;
}
.styled_blog--light .woocommerce-error:before, .styled_blog--light .woocommerce-info:before, .styled_blog--light .woocommerce-message:before {
  color: #555;
}
.styled_blog--dark .woocommerce-error:before, .styled_blog--dark .woocommerce-info:before, .styled_blog--dark .woocommerce-message:before {
  color: #e0e0e0;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
  padding: 0;
}
.woocommerce form .form-row {
  display: block;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 1rem 0;
  border-bottom: 1px solid;
}
.styled_blog--light .woocommerce-MyAccount-navigation ul li {
  border-color: #ebebe9;
}
.styled_blog--dark .woocommerce-MyAccount-navigation ul li {
  border-color: #484848;
}
.woocommerce-MyAccount-navigation ul a {
  position: relative;
  padding-left: 2rem;
}
.woocommerce-MyAccount-navigation ul a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  line-height: 1.5;
  font-weight: 900;
}
.styled_blog--light .woocommerce-MyAccount-navigation ul a:before {
  color: #b8b8b8;
}
.styled_blog--dark .woocommerce-MyAccount-navigation ul a:before {
  color: #b0b0b0;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: '\f3fd';
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\f07a';
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
  content: '\f019';
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: '\f2bb';
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\f2bd';
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\f2f5';
}
.woocommerce-MyAccount-content fieldset {
  margin: 2rem 0;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  margin: 1rem 0;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 130px;
}
.styled_blog--light #add_payment_method #payment, .styled_blog--light .woocommerce-cart #payment, .styled_blog--light .woocommerce-checkout #payment {
  background-color: #ebebe9;
}
.styled_blog--dark #add_payment_method #payment, .styled_blog--dark .woocommerce-cart #payment, .styled_blog--dark .woocommerce-checkout #payment {
  background-color: #3b3b3b;
}
.styled_blog--light .woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #333;
}
.styled_blog--dark .woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f5f5f5;
}
.styled_blog--light .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: rgba(51, 51, 51, .6);
}
.styled_blog--dark .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: rgba(255, 255, 255, .8);
}
