/* Theme Name:Saxon
Theme URI:https://themeforest.net/item/saxon-viral-content-blog-magazine-wordpress-theme/22955117
Author:MagniumThemes
Author URI:https://magniumthemes.com/
Description:Saxon - Premium Responsive WordPress Blogging Theme
Version:1.9.2
License:Themeforest Split Licence
License URI:-
Text Domain: saxon
Tags:custom-colors,custom-menu,featured-images,post-formats,theme-options
*/

/* [Table of contents]

1. Bootstrap overrides and common tag styles
2. WordPress default styles overrides
3. Default WordPress pages
4. Header
5. Footer
6. Top menu
7. Main menu
8. Pages/Posts titles
9. Pages/Posts containers
10. Sidebars
11. Theme widgets
12. Blog layouts
13. Basic styles for post templates
14. Homepage blocks
15. Post templates
16. Single blog post
17. Social share and profiles
18. Navigation and paging
19. Plugins and scripts styles overrides
20. WooCommerce styles
21. Gutenberg styles
22. Banners management
23. Image animations
24. Predefined CSS classes for manual use
25. Responsive oEmbed

*/

/*
* 1. Bootstrap overrides and common tag styles
*/
body {
  font-family: Arial, sans-serif;
  margin-top: 0 !important;
  background: #ffffff;
  font-size: 15px;
  color: #333333;
  line-height: 1.75;
}
p {
  margin-bottom: 25px;
}
a {
  color: #1f5dea;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-style: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.25;
  color: #000000;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
pre {
  background-color: #eff0f4;
  border-color: #e2e3e7;
}
.blog-post-single .entry-content h1,
.blog-post-single .entry-content h2,
.blog-post-single .entry-content h3,
.blog-post-single .entry-content h4,
.blog-post-single .entry-content h5,
.blog-post-single .entry-content h6,
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin-top: 30px;
}
.entry-content article > h1:first-child,
.entry-content article > h2:first-child,
.entry-content article > h3:first-child,
.entry-content article > h4:first-child,
.entry-content article > h5:first-child,
.entry-content article > h6:first-child,
.post-content .entry-content > h1:first-child,
.post-content .entry-content > h2:first-child,
.post-content .entry-content > h3:first-child,
.post-content .entry-content > h4:first-child,
.post-content .entry-content > h5:first-child,
.post-content .entry-content > h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 16px;
}
cite {
  font-style: italic;
}
label {
  margin-bottom: 10px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  box-shadow: none;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 0;
}
textarea {
  resize: none;
  height: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  max-width: 100%;
}
input,
input.input-text,
select,
textarea {
  border: 1px solid #e2e3e7;
  background-color: #ffffff;
  padding: 6px 13px;
  color: #000000;
  vertical-align: middle;
  box-shadow: none;
  line-height: 26px;
  border-radius: 0;
}
textarea:focus,
input:focus {
  background: #fbfbfb;
  box-shadow: none;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #fb7f88;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #989898;
  font-size: 13px;
}
.btn,
.btn:focus,
input[type='submit'],
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.wp-block-button a.wp-block-button__link,
.wp-block-search .wp-block-search__button {
  padding: 13px 30px;
  line-height: 1;
  background: #1f5dea;
  border: 1px solid #1f5dea;
  color: #ffffff;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  filter: none;
  box-shadow: none;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  font-weight: normal;
}
.btn.btn-black:hover,
.btn.btn-bordered:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  text-shadow: none;

  background: #1f5dea;
  border-color: #1f5dea;
  color: #ffffff;
}
.btn:hover,
.btn.btn-white:hover,
.btn.alt,
.btn.alt:focus,
input[type='submit']:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.wp-block-button a.wp-block-button__link:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-white,
.btn.btn-white:focus {
  background: #ffffff;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black,
.btn.btn-black:focus {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.btn-grey,
.btn.btn-grey:focus {
  background: #eceff3;
  border-color: #eceff3;
  color: #000000;
}
.btn.btn-bordered,
.btn.btn-bordered:focus {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  color: #000000;
}
.btn.btn-bordered:hover {
  color: #ffffff;
}
.btn:active,
.btn-primary,
.btn-primary:focus,
.btn.alt:hover,
.btn.btn-grey:hover {
  background: #1f5dea;
  border-color: #1f5dea;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover {
  background: #000000;
  border-color: #000000;
}
.btn.btn-text,
.btn.btn-text:focus {
  color: #000000;
  background: none;
  padding: 0;
  border: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0 !important;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}
.btn.btn-text:hover {
  color: #1f5dea;
  background: none !important;
  border-bottom: 1px solid transparent;
}
.btn.btn-transparent {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border: none;
}
.btn.btn-transparent:hover {
  background: rgba(255, 255, 255, 1);
  color: #000000;
  border: none;
}
.btn.btn-small {
  padding: 7px 10px;
}
.btn.btn-loading:after {
  content: '\f110';
  display: inline-block;
  font-family: 'fontawesome';
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  -webkit-animation: loadingrotating 2s linear infinite;
  -moz-animation: loadingrotating 2s linear infinite;
  -ms-animation: loadingrotating 2s linear infinite;
  -o-animation: loadingrotating 2s linear infinite;
  animation: loadingrotating 2s linear infinite;
}
@-webkit-keyframes loadingrotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingrotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table {
  margin-bottom: 30px;
  border: 1px solid #d9d9d9;
  width: 100%;
}
table th {
  background: #ffffff;
}
table td,
table th {
  padding: 9px 20px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.label {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  line-height: inherit;
  white-space: inherit;
}
hr {
  border-color: #d9d9d9;
}
blockquote,
.blog-post-single .format-quote .entry-content {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  border: none !important;
}
.blog-post-single .format-quote .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-post-single .format-quote .entry-content blockquote:before {
  display: none;
}
blockquote:before,
.blog-post-single .format-quote .entry-content:before {
  content: '“';
  line-height: 84px;
  font-size: 140px;
  display: block;
  text-align: center;
  color: #eff0f4;
  font-weight: 500;
  margin-bottom: -20px;
}
blockquote cite {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  display: block;
  margin-top: 30px;
  color: #000000;
}
blockquote cite a {
  text-decoration: none;
}
.color input:-moz-placeholder,
.color textarea:-moz-placeholder {
  color: #989898;
}
.color input:-ms-input-placeholder,
.color textarea:-ms-input-placeholder {
  color: #989898;
}
.color input::-webkit-input-placeholder,
.color textarea::-webkit-input-placeholder {
  color: #989898;
}
.color textarea,
.color input {
  background: #ffffff;
  color: #989898;
}
.clear {
  clear: both;
}

/*
* 2. WordPress default styles overrides
*/
/* Password protected post */
.post-password-form {
  padding: 15px;
  background: #eff0f4;
  text-align: center;
}
.post-password-form input[name='post_password'] {
  margin-left: 10px;
  margin-right: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.mejs-container .mejs-controls div {
  line-height: 16px !important;
}
.mejs-container {
  overflow: hidden;
}
.about-meta {
  margin-top: 30px;
}
.about-meta i {
  margin-right: 5px;
  margin-left: 5px;
}
.message-comments-closed {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.comments-form-wrapper {
  margin-bottom: 60px;
}
.comments-form-wrapper a {
  text-decoration: none;
}
.comment-respond {
  padding-bottom: 30px;
}
.comments-form-wrapper .comment-respond {
  padding-bottom: 0;
}
.comment-form label {
  display: inline-block;
  min-width: 70px;
}
.comment-form-url p.form-submit {
  margin-bottom: 0;
}
.comments-area {
  margin-bottom: 50px;
  margin-top: 0;
  padding-bottom: 0;
}
.comment-list .children {
  padding: 0;
}
.comment-form .logged-in-as a {
  text-decoration: none;
}
.comment-list .children li.comment {
  padding-left: 30px;
}
.comment-list li.comment:first-child {
  border-top: none;
  margin-top: 0;
}
.comment-list li.comment:last-child {
  border-bottom: 0;
}
.comment-list li.comment {
  margin-top: 0;
  list-style: none;
  border-bottom: 1px solid #eeeeee;
}
.comment-list .children li.comment {
  border-top: 1px solid #eeeeee;
  border-bottom: 0;
}
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-content {
  margin-top: 5px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-body {
  padding: 0;
}
.comment-author {
  width: 60px;
  margin: 40px 0;
  margin-right: 30px;
  float: left;
}
.comment-author img {
  width: 60px;
  height: auto;
  border-radius: 50%;
}
.comment-metadata {
  margin-top: 40px;
  margin-bottom: 30px;
  display: table;
}
.comment-metadata .author {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
}
.comment-metadata .author cite {
  font-style: normal;
}
.comment-metadata .author a {
  text-decoration: none;
  color: #000000;
}
.comment-metadata .date {
  font-size: 14px;
  color: #868686;
  margin-top: 5px;
}
.comment-metadata .date a {
  text-decoration: none;
  color: #868686;
}
.comment-meta .reply {
  float: right;
  margin-right: 10px;
  margin-top: 40px;
}
.comment-meta .reply a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  background: #f5f5f5;
}
.comment-meta .reply a:hover {
  text-decoration: none;
  background: #1f5dea;
  color: #ffffff;
}
.comments-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  color: #000000;
}
.comment-reply-title {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.comment-reply-title small {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  float: right;
  font-weight: 500;
}
.comment-reply-title small a {
  text-decoration: none;
  color: #000000;
}
.comment-form textarea,
.comment-form input {
  margin-bottom: 0;
}
.comment-form input#submit {
  margin-bottom: 0;
}
.pingback .comment-body {
  padding: 15px;
  background-color: #eff0f4;
  margin-bottom: 10px;
}
.comment-body a {
  text-decoration: none;
}
.only-fixed {
  position: fixed !important;
  top: 0 !important;
}
input.pass-input {
  margin-bottom: 0;
}
.entry-content {
  overflow: visible;
  position: relative;
}
.page .entry-content {
  margin-bottom: 40px;
}
.entry-content > :last-child {
  margin-bottom: 0;
}
.entry-content img {
  height: auto;
  max-width: 100%;
}
.wp-block-image.alignfull img {
  border-radius: 0 !important;
}
img.alignleft,
.wp-block-image .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 5px;
}
img.alignnone,
.wp-block-image .alignnone {
  margin-bottom: 5px;
  margin-top: 5px;
}
img.aligncenter,
.wp-block-image img.aligncenter {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
img.alignright,
.wp-block-image .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 5px;
}
.alignleft {
  float: left;
  margin-right: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
.aligncenter {
  text-align: center;
  margin: auto;
}
.image-attachment {
  margin: 150px 0;
}
.image-attachment .about-meta {
  margin-bottom: 0;
}
.comment-form input[type='text'] {
  /*    width: 462px;*/
}
.comment-form textarea {
  width: 100%;
}
.wp-caption {
  max-width: 100%;
  color: #8e8e8e;
  font-style: italic;
  margin-bottom: 30px;
}
.wp-caption.alignright {
  margin-left: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.wp-caption.alignleft {
  margin-right: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.wp-caption img {
  width: 100%;
}
.wp-caption-text {
  padding: 5px;
  text-align: center;
  font-size: 14px;
}
.gallery-caption {
  color: #8e8e8e;
}
.bypostauthor .author {
  font-weight: bold;
}
code {
  word-wrap: break-word;
  white-space: normal;
}

/*
* 3. Default WordPress pages
*/

/* 404 page */
.page-404 {
  margin: 0 auto 100px auto;
  text-align: center;
}
.page-404 h1 {
  font-size: 100px;
  margin-bottom: 30px;
  line-height: 1;
}
.page-404 p {
  margin-bottom: 20px;
}
.page-404 .search-form #s {
  width: 300px;
}

/* Search page */
.page-search-no-results {
  margin: 0 auto 100px auto;
  text-align: center;
}
.page-search-no-results h3 {
  font-size: 50px;
  margin-bottom: 30px;
}
.page-search-no-results p {
  margin-bottom: 20px;
}
.page-search-no-results .search-form #s {
  width: 300px;
}

/* Archive page */
.archive .category-description-container,
.archive .taxonomy-description-container {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.archive .category-description-container p,
.archive .taxonomy-description-container p {
  margin: 0;
  border-top: 1px solid #e2e3e7;
  border-bottom: 1px solid #e2e3e7;
  padding: 30px 0;
}

/*
* 4. Header
*/

/* Transparent header */
@media (min-width: 1024px) {
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed),
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed) {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 100;
    background: transparent;
  }
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .mainmenu,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .mainmenu {
    background: transparent;
  }
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .mainmenu
    .nav
    > li
    > a,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .mainmenu
    .nav
    > li
    > a,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    a.search-toggle-btn,
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    a.search-toggle-btn {
    color: #ffffff;
  }

  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .social-icons-wrapper
    a,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .social-icons-wrapper
    a {
    color: #ffffff;
  }
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .regular-logo,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .regular-logo {
    display: none;
  }
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .light-logo,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .light-logo {
    display: inline-block;
  }
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    .container-page-item-title,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    .container-page-item-title {
    margin-top: 0;
  }
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .logo-link.logo-text,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .logo-link.logo-text,
  body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .header-blog-info,
  body.page.blog-post-header-with-bg.blog-post-transparent-header-enable
    header.main-header:not(.fixed)
    .header-blog-info {
    color: #ffffff;
  }
}

/* Header layout */
header {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: top center;
}
header .col-md-12 {
  padding: 0;
  display: flex;
  height: 200px;
  align-items: center;
}
header .header-blog-info {
  margin-top: 5px;
  color: #000000;
}
header .header-blog-info.header-blog-info-uppercase {
  text-transform: uppercase;
}
header.main-header.fixed .header-blog-info {
  display: none;
}
header .logo {
  display: inline-block;
}
header .light-logo {
  display: none;
}
header .logo-link.logo-text {
  color: #2a2f35;
  font-size: 30px;
  text-decoration: none;
  line-height: 1;
}
header .header-left {
  text-align: left;
  padding-left: 15px;
  flex-shrink: 0;
}
header .header-center {
  text-align: center;
  flex-grow: 1;
}
header .header-right {
  text-align: right;
  padding-right: 15px;
  flex-shrink: 0;
}
header .search-toggle-wrapper {
  display: inline-block;
  position: relative;
}
header .search-toggle-wrapper .searchform {
  position: absolute;
  right: 30px;
  top: -5px;
  width: 0;
  overflow: hidden;
}
header .search-toggle-wrapper.search-header:hover .searchform {
  width: 220px;
}
header .search-toggle-wrapper .field {
  border-radius: 10px;
  width: 200px;
}
header .search-toggle-wrapper .searchform .submit {
  display: none;
}
header .social-icons-wrapper + .search-toggle-wrapper a.search-toggle-btn {
  border-left: 1px solid #e2e3e7;
}
header a.search-toggle-btn {
  font-size: 16px;
  color: #000000;
  padding-left: 15px;
  margin-left: 10px;
  cursor: pointer;
}
header a.search-toggle-btn:hover {
  color: #1f5dea;
}
header .social-icons-wrapper {
  display: inline-block;
}
header .social-icons-wrapper a {
  margin-bottom: 0;
}

/* Fixed header */
header.main-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15),
    0px 5px 17px -2px rgba(0, 0, 0, 0.15);
  display: none;
}
header.main-header.fixed .col-md-12 {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
header.main-header.fixed .sticky-menu-logo {
  display: block;
}

/* Header topline */
.header-topline-wrapper {
  background: #000000;
}
.header-topline-wrapper .header-topline {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header-topline-wrapper .header-topline a {
  color: #ffffff;
}
.header-topline-wrapper .header-topline .header-topline-content {
  flex-grow: 1;
  font-size: 14px;
}
.header-topline-wrapper .header-topline .header-topline-content p {
  margin: 0;
}
.header-topline-wrapper .header-topline .header-topline-button {
  margin-left: 30px;
}
.header-topline-wrapper .header-topline .header-topline-content .text-outline {
  border: 1px dashed #ffffff;
  padding: 0 5px;
  display: inline-block;
  transform: rotate(2deg);
  transition: 0.15s;
}

/* Fullscreen search */
.search-fullscreen-wrapper {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 10000;
  display: none;
}
.search-fullscreen-wrapper .search-fullscreen-form {
  margin: 0 auto;
  margin-top: 300px;
  display: table;
}
.search-fullscreen-wrapper .search-fullscreen-form input[type='search'] {
  font-size: 25px;
  line-height: 50px;
  height: auto;
  color: #000000;
  padding-left: 0;
  padding-right: 0;
  width: 700px;
  text-align: center;
  border-bottom: 1px solid #e2e3e7;
}
.search-fullscreen-wrapper .search-fullscreen-form:after {
  content: ' ';
  display: table;
  margin: 0 auto;
  width: 40px;
  height: 1px;
  background: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}
.search-fullscreen-wrapper .search-fullscreen-form .submit.btn {
  display: none;
}
.search-close-btn {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #000000;
  text-transform: uppercase;
}
.search-close-btn:hover {
  opacity: 0.6;
}
.search-close-btn .fa {
  font-size: 40px;
  color: #000000;
}

/*
* 5. Footer
*/
.footer-wrapper > .row {
  margin: 0;
}
footer {
  padding: 30px 0 30px;
  background-color: #ffffff;
  color: #242424;
}
footer .container {
  padding-left: 0;
  padding-right: 0;
}
footer .container > .row {
  margin: 0;
}
footer a {
  color: #000000;
  text-decoration: none;
}
footer a:hover {
  color: #868686;
  text-decoration: none;
}

/* Dark footer overrides */
footer.footer-black {
  background-color: #3c3d41;
  color: #868686;
}
footer.footer-black a,
footer.footer-black .footer-social .social-icons-wrapper a {
  color: #ffffff;
}
footer.footer-black a:hover,
footer.footer-black .footer-social .social-icons-wrapper a:hover {
  color: #868686;
}

/* Footer menu */
footer .footer-menu {
  font-weight: normal;
  margin-bottom: 20px;
}
footer .footer-menu > div {
  padding-bottom: 0;
  text-align: left;
}
footer .footer-menu ul li:first-child a {
  margin-left: 0;
}
footer .footer-menu ul li:last-child a {
  margin-right: 0;
}
footer .footer-menu a ul {
  display: none;
}
footer .footer-menu a:hover ul {
  display: block;
  position: absolute;
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
footer .footer-menu ul li {
  display: inline;
  margin-right: 0;
  margin-left: 0;
}
footer .footer-menu ul li a {
  margin-left: 12px;
  margin-right: 12px;
}
footer .footer-menu ul li ul {
  display: none;
}

/* Footer copyright */
footer .footer-copyright {
  text-align: left;
  color: #868686;
  font-size: 14px;
}
footer .footer-copyright p {
  margin-bottom: 0;
}

/* Footer social icons */
footer .footer-social .social-icons-wrapper {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}
footer .footer-social .social-icons-wrapper a {
  font-size: 20px;
  margin-bottom: 0;
}
footer .footer-social .social-icons-wrapper a:hover {
  color: #868686;
  text-decoration: none;
}
footer .footer-social .social-icons-wrapper a:first-child {
  margin-left: 0;
}

/* Footer HTML block */
.footer-html-block {
  padding: 120px 30px;
  text-align: center;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center center;
}
.footer-html-block img {
  max-width: 100%;
  height: auto;
}

/* Scroll to top button */
.scroll-to-top.btn {
  display: block;
  bottom: -60px;
  position: fixed;
  right: 60px;
  width: 44px;
  height: 44px;
  z-index: 999;
  padding: 0;
}
.scroll-to-top:before {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '';
  font-size: 14px;
  line-height: 40px;
}

/*
* 6. Top menu
*/
.header-menu-bg {
  z-index: 10001;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-menu-bg.menu_black {
  background: #141414;
  border-bottom: 0;
}
.header-menu {
  overflow: visible;
  font-size: 12px;
}
.header-menu ul {
  margin: 0;
  padding: 0;
}
.header-menu li {
  position: relative;
  display: block;
  float: left;
}
.header-menu li ul {
  display: none;
  border-bottom: 0;
  position: absolute;
  background: #fff;
  z-index: 10000;
}
.header-menu-bg.menu_black .header-menu li ul {
  background: #141414;
}
.header-menu li:hover > ul {
  display: block;
}
.header-menu .sub-menu li .sub-menu {
  right: -99.5%;
  top: 0;
}
.header-menu .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.header-menu .sub-menu li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: 'fontawesome';
  content: '';
  margin-left: 5px;
  font-weight: normal;
  float: right;
}
.header-menu li.menu-item-has-children.mobile-submenu-opened > a:after {
  content: '';
}
.header-menu li a {
  color: #000000;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
.header-menu li.icon-arrow a:before {
  content: '\f138';
  margin-right: 10px;
  display: inline-block;
  font-family: 'fontawesome';
}
.header-menu li.icon-email a:before {
  content: '\f003';
  margin-right: 10px;
  display: inline-block;
  font-family: 'fontawesome';
}
.header-menu li.icon-cart a:before {
  content: '\f07a';
  margin-right: 10px;
  display: inline-block;
  font-family: 'fontawesome';
}
.header-menu-bg.header-menu-uppercase .header-menu li a {
  text-transform: uppercase;
}
.header-menu-bg.menu_black .header-menu li a {
  color: #ffffff;
}
.header-menu-bg.menu_black .header-menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.header-menu ul.links > li:first-child > a {
  padding-left: 0;
}
.header-menu li ul a {
  padding: 8px 20px;
  min-width: 205px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.header-menu-bg.menu_black .header-menu li ul a {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 0;
}
.header-menu li ul li {
  float: none;
}
.header-menu li ul > li:last-child > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-menu-bg.menu_black .header-menu li ul > li:last-child > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.header-menu li a:hover {
  text-decoration: none;
  color: #1f5dea;
}
.header-menu-bg.menu_black .header-menu .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.header-menu .menu-top-menu-container-toggle {
  float: left;
  display: none;
  color: #000000;
  cursor: pointer;
  padding: 22px;
  padding-left: 0;
}
.header-menu .menu-top-menu-container-toggle:hover {
  opacity: 0.5;
}
.header-menu .menu-top-menu-container-toggle:after {
  content: '';
  display: inline-block;
  font-family: 'fontawesome';
  font-weight: normal;
  font-size: 14px;
}
.header-menu-bg.menu_black .header-menu .menu-top-menu-container-toggle {
  color: #ffffff;
}
.header-menu-bg.menu_black .header-menu .menu-top-menu-container-toggle + div {
  background: #000000;
}

/*
* 7. Main menu
*/
.navbar {
  border-radius: 0;
  border: none;
  margin: 0;
  position: static;
}
.nav > li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: 'fontawesome';
  content: '';
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 0;
}
.navbar .nav li.menu-item-has-children.mobile-submenu-opened > a:after {
  content: '';
}
.nav > li {
  padding-top: 20px; /* option */
  padding-bottom: 20px; /* option */
  position: relative;
  float: left;
}
.nav > li > a {
  color: #000000;
  display: block;
  padding: 2px 18px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}
.navbar .nav li.menu-item > a > i.fa {
  margin-right: 10px;
  font-weight: normal;
}
.nav > li > a:hover {
  background: transparent;
  color: #1f5dea;
}
.nav > li > a:focus {
  background: none;
}
.navbar-center-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar {
  background: none;
  min-height: 0;
}
.navbar-collapse {
  padding: 0;
  max-height: inherit;
  clear: both;
  position: relative;
  box-shadow: none;
}
.navbar .nav ul {
  list-style: none;
  line-height: 1.2;
}
.navbar .navbar-toggle {
  cursor: pointer;
  text-transform: uppercase;
  display: none;
  position: relative;
  float: none;
  left: 50%;
  transform: translateX(-50%);
}
.nav .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  text-align: left;
  z-index: 10000;
  padding: 0;
}
.nav > li .sub-menu {
  margin-top: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15),
    0px 5px 17px -2px rgba(0, 0, 0, 0.15);
}
.nav > li > .sub-menu {
  margin-top: 25px;
}
.navbar .nav .sub-menu li {
  float: none;
  position: relative;
}
.nav .sub-menu li.menu-item > a {
  display: block;
  background: transparent;
  color: #000000;
  font-weight: normal;
  min-width: 250px;
  text-decoration: none;
  padding: 8px 20px;
  cursor: pointer;
  border: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.nav .sub-menu li.menu-item > a span {
  display: block;
  text-transform: none;
  font-weight: normal;
}
.nav .sub-menu li.menu-item > a:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}
.nav .sub-menu li .sub-menu {
  right: -101%;
  margin-top: -1px;
  top: 0;
}
.navbar .sub-menu li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: 'fontawesome';
  content: '';
  margin-left: 5px;
  font-weight: normal;
  font-style: normal;
  float: right;
}
.nav li:hover > .sub-menu {
  display: block;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.navbar {
  position: relative;
}
.navbar .container {
  padding-left: 15px;
  padding-right: 0;
  position: relative;
  width: 100%;
}
.navbar {
  margin-left: 0;
  min-height: 0;
}
.nav > li > a span {
  display: block;
  font-size: 12px;
  color: #989898;
  text-transform: none;
  font-weight: normal;
  margin-top: 0;
}
.mainmenu-mobile-toggle {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
  display: none;
  cursor: pointer;
}
.mainmenu-mobile-toggle i {
  border: 1px solid #e2e3e7;
  padding: 8px;
  text-align: center;
}
.mainmenu .nav {
  display: table;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.mainmenu.fixed .nav > li > a span {
  display: none;
}
.mainmenu.mainmenu-uppercase .nav > li > a,
.mainmenu.mainmenu-uppercase .nav .sub-menu li.menu-item > a {
  text-transform: uppercase;
}
.mainmenu.mainmenu-italic .nav > li > a,
.mainmenu.mainmenu-italic .nav .sub-menu li.menu-item > a {
  font-style: italic;
}
.mainmenu.mainmenu-boldfont .nav > li > a {
  font-weight: bold;
}
.mainmenu .nav > li > a {
  font-size: 18px;
  line-height: 24px;
}
.mainmenu.mainmenu-rightarrow .nav > li.menu-item-has-children > a:after {
  content: '';
}
.mainmenu.mainmenu-noarrow .nav > li.menu-item-has-children > a:after {
  display: none;
}
.blog-post-reading-progress {
  border-bottom: 4px solid #000000;
  display: block;
  top: 0;
  position: absolute;
  width: 0;
}

/*
* 8. Pages/Posts titles
*/

/* Single Post title */
.single-post .page-item-title-single .saxon-post .post-title {
  font-size: 40px;
  max-width: 70%;
  word-wrap: break-word;
  margin: 10px auto;
  margin-bottom: 15px;
}
.single-post .page-item-title-single .saxon-post .post-title:hover {
  color: #000000;
}
.single-post .page-item-title-single .saxon-post .saxon-post-details {
  text-align: center;
}
.single-post .page-item-title-single .saxon-post > .post-categories {
  margin-bottom: 0;
  justify-content: center;
}

/* Single Page title */
.page-item-title-single .page-title {
  font-size: 40px;
  color: #000000;
  max-width: 70%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Archive and Search page title */
.page-item-title-archive p {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
.page-item-title-archive .category-posts-count {
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 10px;
}
.page-item-title-archive .author-avatar {
  text-align: center;
}
.page-item-title-archive .author-avatar img {
  border-radius: 100%;
  margin: 20px 0;
}

/* Single post/page title on page without header */
.single-post .header-menu-bg + .content-block .page-item-title-single {
  margin-bottom: 0;
  margin-top: 45px;
}
.page .header-menu-bg + .content-block .page-item-title-single {
  margin-bottom: 0;
  margin-top: 45px;
}
.home .header-menu-bg + .content-block {
  margin-top: 60px;
}

/* Title container */
.page-item-title-single {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.container-page-item-title {
  padding: 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.container-page-item-title .row {
  margin: 0;
}

/* Title container with background image */
.container-page-item-title.with-bg .page-item-title-single {
  padding: 120px 0;
  margin: 0;
}
.container-page-item-title.with-bg.container-fluid {
  border-radius: 0 !important;
}
.single-post
  .container-page-item-title.with-bg
  .page-item-title-single
  .saxon-post
  a,
.single-post
  .container-page-item-title.with-bg
  .page-item-title-single
  .saxon-post
  .post-title,
.single-post
  .container-page-item-title.with-bg
  .page-item-title-single
  .saxon-post
  .post-title:hover,
.single-post
  .container-page-item-title.with-bg
  .page-item-title-single
  .saxon-post
  .post-author,
.single-post
  .container-page-item-title.with-bg
  .page-item-title-single
  .saxon-post
  .post-date,
.container-page-item-title.with-bg .page-item-title-single .page-title {
  color: #ffffff;
}
.container-page-item-title.with-bg {
  margin-bottom: 75px;
}
.container-page-item-title.with-bg .col-overlay {
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
}
.container-page-item-title.container-fluid.with-bg .col-overlay {
  border-radius: 0 !important;
}
.container-page-item-title.with-bg .page-item-title-archive p {
  margin-bottom: 20px;
  color: #ffffff;
}
.container-page-item-title.with-bg
  .page-item-title-archive
  .category-posts-count {
  color: #ffffff;
}

/*
* 9. Pages/Posts containers
*/
.content-block .page-container,
.content-block .post-container {
  margin-top: 45px;
}
.content-block .page-container > .row > .col-md-8,
.content-block .page-container > .row > .col-md-12 {
  margin-bottom: 60px;
}
.saxon-blog-block-wrapper.page-container > .row > .col-md-8,
.saxon-blog-block-wrapper.page-container > .row > .col-md-12 {
  margin-bottom: 0;
}
header + .content-block .post-container,
header + .content-block .page-container {
  margin-top: 0;
}

/* Small page width */
.single-post.blog-small-page-width .post-container .col-md-12 .blog-post-single,
.single-post.blog-small-page-width .post-container .col-md-12 .author-bio,
.single-post.blog-small-page-width .post-container .col-md-12 .navigation-post,
.single-post.blog-small-page-width
  .post-container
  .col-md-12
  .comments-form-wrapper,
.single-post.blog-small-page-width .post-container .col-md-12 .comments-area,
.single-post.blog-small-page-width
  .post-container
  .col-md-12
  .saxon-subscribe-block,
.page.blog-small-page-width .page-container .col-md-12 .entry-content,
.page.blog-small-page-width .page-container .col-md-12 .comments-form-wrapper,
.page.blog-small-page-width .page-container .col-md-12 .comments-area {
  margin-left: 145px;
  margin-right: 145px;
}
.blog-small-page-width .post-container .col-md-12 .blog-post-related-wrapper {
  margin-left: 130px;
  margin-right: 130px;
}

/*
* 10. Sidebars
*/
.sidebar.sidebar-right #page-sidebar,
.sidebar.sidebar-right #post-sidebar,
.sidebar.sidebar-right #main-sidebar,
.sidebar.sidebar-right #woocommerce-sidebar {
  padding-left: 30px;
}
.sidebar.sidebar-left #page-sidebar,
.sidebar.sidebar-left #post-sidebar,
.sidebar.sidebar-left #main-sidebar,
.sidebar.sidebar-left #woocommerce-sidebar {
  padding-right: 30px;
}
.sidebar {
  margin-top: 0;
  margin-bottom: 60px;
}
.content-block .sidebar {
  margin-top: 0;
}
.blog-enable-sticky-sidebar .content-block .sidebar {
  position: sticky !important;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 40px;
}
.blog-enable-sticky-sidebar.blog-enable-sticky-header .content-block .sidebar {
  top: 140px;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar > ul > li {
  margin-bottom: 50px;
}
.sidebar .widget {
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.sidebar .widgettitle {
  color: #000000;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  text-align: left;
  border-bottom: 1px solid #e2e3e7;
  padding-top: 0;
  padding-bottom: 20px;
}
.sidebar .widget ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_rss li,
.widget_nav_menu li {
  line-height: 1.75;
  padding-bottom: 7px;
  padding-top: 7px;
  font-weight: 500;
}
.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child,
.widget_categories li:first-child,
.widget_archive li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_rss li:first-child,
.widget_nav_menu li:first-child {
  padding-top: 0;
}
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_pages li a,
.widget_rss li a,
.widget_nav_menu li a {
  font-weight: bold;
  color: #000000;
}
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_nav_menu li a:hover {
  color: #1f5dea;
}
.sidebar .widget ul > li ul {
  margin-top: 10px;
}
.sidebar .widget ul > li ul li {
  padding-left: 15px;
}
.sidebar .widget ul > li a:hover {
  text-decoration: none;
}
.sidebar .widget ul > li:first-child {
  padding-top: 0;
}
.sidebar .widget ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .widget a {
  text-decoration: none;
}
.sidebar .widget a:hover {
  text-decoration: underline;
}
.sidebar .widget_search input[type='submit'] {
  width: 100%;
}
.sidebar .widget input[type='search'],
.sidebar .widget input[type='text'],
.sidebar .widget input[type='password'],
.sidebar .widget .select2-container {
  width: 100%;
  margin-bottom: 10px;
}
.sidebar .widget_search form {
  margin-bottom: 0;
}
.sidebar .widget_calendar caption {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.sidebar .widget_calendar th {
  background: #1f5dea;
  color: #fff;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 5px;
}
.sidebar .widget_calendar tbody td {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.sidebar .widget_calendar tbody td a {
  display: block;
}
.sidebar .widget_calendar tbody td a:hover {
  text-decoration: none;
}
.sidebar .widget_calendar tfoot td {
  background: #1f5dea;
  padding: 5px;
}
.sidebar .widget_calendar tfoot td a {
  color: #fff;
  display: block;
}
.sidebar .widget_calendar tbody td.pad,
.sidebar .widget_calendar tfoot td.pad {
  background: #f5f5f5;
  border: none;
}
.sidebar .widget_tag_cloud .tagcloud,
.sidebar .widget_product_tag_cloud .tagcloud {
  text-align: left;
}
.sidebar .widget_tag_cloud .tagcloud a,
.sidebar .widget_product_tag_cloud .tagcloud a {
  background: #eff0f4;
  color: #000000;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 20px;
  vertical-align: middle;
}
.sidebar .widget_tag_cloud .tagcloud a:hover,
.sidebar .widget_product_tag_cloud .tagcloud a:hover {
  text-decoration: none;
  background-color: #1f5dea;
  color: #ffffff;
}
.sidebar .widget_calendar table {
  width: 100%;
  text-align: center;
  background: #f5f5f5;
}
.sidebar .widget_calendar #calendar_wrap {
}
.sidebar .widget img {
  max-width: 100%;
  height: auto;
}
.sidebar .widget_rss li {
  margin-bottom: 20px;
}
.sidebar .widget.widget_nav_menu a {
  color: #000000;
}
.sidebar .widget.widget_nav_menu a:hover {
  color: #868686;
}
.sidebar .widget.widget_nav_menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sidebar .widget.widget_nav_menu li:last-child {
  padding-bottom: 10px;
}
.sidebar .widget.widget_nav_menu ul > li.menu-item-has-children > a {
  display: block;
}
.sidebar .widget.widget_nav_menu ul.sub-menu {
  display: none;
}
.sidebar .widget.widget_nav_menu ul.menu > li ul li {
  margin-left: 0;
  padding-top: 5px !important;
}
.sidebar .widget.widget_nav_menu li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: 'fontawesome';
  content: '';
  margin-left: 5px;
  font-weight: normal;
  float: right;
}
.sidebar
  .widget.widget_nav_menu
  li.menu-item-has-children.mobile-submenu-opened
  > a:after {
  content: '';
}

/* Common footer sidebar styles */
.footer-sidebar.sidebar .widget,
.footer-sidebar-2.sidebar .widget {
  border: 0;
  padding: 0;
  padding-right: 30px;
}
.footer-sidebar.sidebar .widget ul > li,
.footer-sidebar-2.sidebar .widget ul > li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.footer-sidebar.sidebar .widget ul > li:first-child,
.footer-sidebar-2.sidebar .widget ul > li:first-child {
  padding-top: 0 !important;
}
.footer-sidebar.sidebar .widget ul > li:last-child,
.footer-sidebar-2.sidebar .widget ul > li:last-child {
  padding-bottom: 0 !important;
}
.footer-sidebar.sidebar .widget ul > li.page_item_has_children > a,
.footer-sidebar-2.sidebar .widget ul > li.page_item_has_children > a {
  border-bottom: none;
  display: inline;
  padding-bottom: 0;
}

/* Footer sidebar 1 */
.sidebar.footer-sidebar {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar.footer-sidebar > ul {
  display: flex;
  flex-wrap: wrap;
}
.sidebar.footer-sidebar > ul > li {
  flex-shrink: 0;
  flex-grow: 0;

  width: 25%;
  margin-bottom: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}
.sidebar.footer-sidebar > ul > li.widget:nth-of-type(4n) {
  padding-right: 0;
}
.sidebar.footer-sidebar .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sidebar.footer-sidebar .product_list_widget li:first-child {
  padding-top: 0;
}
.sidebar.footer-sidebar .product_list_widget li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Footer sidebar 2 */
.footer-sidebar-2-wrapper {
  padding: 0;
  background: #3c3d41;
  color: #868686;
}
.sidebar.footer-sidebar-2 {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar.footer-sidebar-2 > ul {
  padding-top: 65px;
  border-top: 1px solid #e2e3e7;
  display: flex;
  flex-wrap: wrap;
}
.sidebar.footer-sidebar-2 > ul > li {
  flex-shrink: 0;
  flex-grow: 0;
  width: 20%;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  margin-bottom: 60px;
}
.sidebar.footer-sidebar-2 > ul > li:nth-child(1) {
  width: 40%;
  padding-right: 30px;
}
.sidebar.footer-sidebar-2 > ul > li:nth-child(4) {
  padding-right: 0;
}
.sidebar.footer-sidebar-2 .widgettitle {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  color: #868686;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
}
.sidebar.footer-sidebar-2 .widget:first-child .widgettitle {
  margin-top: 0;
}
.sidebar.footer-sidebar-2 .select2-container .select2-choice,
.sidebar.footer-sidebar-2 .widget_calendar tbody td a,
.sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a,
.sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a {
  color: #000000 !important;
}
.sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a:hover,
.sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a:hover {
  color: #ffffff;
}
.sidebar.footer-sidebar-2 .widget.widget_categories a {
  color: #000000;
}
.sidebar.footer-sidebar-2 .widget.widget_categories a:hover {
  color: #868686;
}
.sidebar.footer-sidebar-2 .widget.widget_saxon_text .saxon-textwidget .btn {
  margin-top: 20px;
}
.sidebar.footer-sidebar-2 .widget.widget_nav_menu li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Dark footer sidebar 2 overrides */
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 a:not(.btn) {
  color: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black
  .sidebar.footer-sidebar-2
  a:not(.btn):hover {
  color: #868686;
}
.footer-sidebar-2-wrapper.footer-black
  .sidebar.footer-sidebar-2
  .widget
  .post-categories
  a:hover {
  color: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black
  .sidebar.footer-sidebar-2
  .widget_saxon_categories
  .post-categories
  a:hover {
  color: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 > ul {
  border: none;
}
.footer-sidebar-2-wrapper.footer-black
  .sidebar.footer-sidebar-2
  .widget_tag_cloud
  .tagcloud
  a,
.footer-sidebar-2-wrapper.footer-black
  .sidebar.footer-sidebar-2
  .widget_product_tag_cloud
  .tagcloud
  a {
  color: #000000;
  background: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black
  .sidebar.footer-sidebar-2
  a.select2-choice {
  color: #000000;
}

/*
* 11. Theme widgets
*/

/*
* 11.0. Theme widgets basic styles
*/
.sidebar .widget .post-title {
  font-size: 24px;
  display: block;
  color: #000000;
  margin-top: 0;
}
.sidebar .widget .post-categories {
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.sidebar .widget .post-categories a {
  font-weight: normal;
  text-decoration: none;
  padding: 4px 8px;
  background-color: #1f5dea;
  color: #ffffff;
}
.sidebar .widget .post-categories a:hover {
  color: #ffffff;
}
.sidebar .widget .post-date {
  display: block;
  color: #868686;
  font-size: 14px;
}
.sidebar .widget .post-author {
  display: inline-block;
  font-size: 14px;
  color: #868686;
}
.sidebar .widget .post-author:after {
  content: '-';
  margin-left: 10px;
  margin-right: 5px;
}
.sidebar .widget .post-author a {
  color: #868686;
}
.sidebar .widget .post-author a:hover {
  color: #868686;
  text-decoration: none;
}
.sidebar .widget .post-author .post-author-image {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.sidebar .widget .post-author .post-author-image img {
  border-radius: 50%;
}
.sidebar .widget .post-author + .post-date {
  display: inline-block;
}

/* 11.1. Recent comments Wiget */
.sidebar .widget.widget_saxon_recent_comments li:last-child {
  margin-bottom: 0;
}
.sidebar .widget.widget_saxon_recent_comments li .post-title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}

/* 11.2. Social follow */
.sidebar .widget.widget_saxon_social_icons {
  text-align: left;
}
.sidebar .widget.widget_saxon_social_icons a:nth-child(6n) {
  margin-top: 10px;
}
.sidebar .widget.widget_saxon_social_icons a {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.sidebar .widget.widget_saxon_social_icons a:hover {
  background-color: #1f5dea;
}
.sidebar .widget.widget_saxon_social_icons a:first-child {
  margin-left: 0;
}

/* 11.3. Saxon Content Widget */
.sidebar .widget.widget_saxon_text {
  padding: 0;
  border: 0;
}
.sidebar .widget.widget_saxon_text iframe {
  width: 100%;
  border: 0;
}
.sidebar
  .widget.widget_saxon_text
  .saxon-textwidget-wrapper.saxon-textwidget-no-paddings {
  border: none;
  padding: 0;
}
.sidebar
  .widget.widget_saxon_text
  .saxon-textwidget-wrapper.saxon-textwidget-no-paddings
  .widgettitle {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar .widget.widget_saxon_text .saxon-textwidget {
  background-size: cover;
  background-position: center top;
}
.sidebar .widget.widget_saxon_text .saxon-textwidget .btn {
  text-decoration: none;
  display: table;
  margin: 30px auto 0;
}
.sidebar .widget.widget_saxon_text .saxon-textwidget .btn.align-left {
  display: inline-block;
}
.sidebar .widget.widget_saxon_text .saxon-textwidget .btn:hover {
  text-decoration: none;
}
.sidebar .widget.widget_saxon_text .saxon-textwidget h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar .widget.widget_saxon_text .saxon-textwidget h3 {
  font-size: 26px;
}
.sidebar .widget.widget_saxon_text .saxon-textwidget h5 + h3 {
  padding-top: 0;
}
.sidebar .widget.widget_saxon_text .saxon-textwidget p:last-child {
  margin-bottom: 0;
}

/* 11.4. Saxon Posts Slider widget */
.sidebar .widget.widget_saxon_posts_slider {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar .widget.widget_saxon_posts_slider .widget-post-slide {
  position: relative;
}

/* 11.5. Posts List widget */
.sidebar .widget.widget_saxon_list_entries li {
  padding: 0;
}
.sidebar .widget.widget_saxon_list_entries li:last-child .saxon-post {
  margin-bottom: 0 !important;
}
.sidebar
  .widget.widget_saxon_list_entries
  li
  .saxon-post.saxon-postsmasonry1-post.saxon-postsmasonry1_2-post {
  margin-bottom: 50px;
}
.sidebar
  .widget.widget_saxon_list_entries
  li
  .saxon-post.saxon-postsmasonry1-post.saxon-postsmasonry1_2-post
  .post-title {
  padding: 0;
}
.sidebar
  .widget.widget_saxon_list_entries
  li
  .saxon-post.saxon-postsmasonry1-post.saxon-postsmasonry1_2-post
  .saxon-post-details {
  text-align: left;
}
.sidebar
  .widget.widget_saxon_list_entries
  li
  .saxon-post.saxon-postsmasonry1-post.saxon-postsmasonry1_2-post
  .post-categories {
  justify-content: left;
}
.sidebar .widget.widget_saxon_list_entries li .saxon-post.saxon-shortline-post {
  margin-bottom: 40px;
}
.sidebar
  .widget.widget_saxon_list_entries
  li
  .saxon-post.saxon-shortline-post
  .post-title {
  margin-bottom: 8px;
}
.sidebar
  .widget.widget_saxon_list_entries
  li
  .saxon-post.saxon-postsmasonry2_3-post {
  margin-bottom: 30px;
}
.sidebar
  .widget.widget_saxon_list_entries
  li
  .saxon-post.saxon-overlay-alt-post {
  margin-bottom: 40px;
}

/* 11.6. Categories widget */
.sidebar .widget.widget_saxon_categories a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 4px;
  font-size: 13px;
}
.sidebar .widget.widget_saxon_categories a:hover {
  background: #000000 !important;
}
.sidebar .widget.widget_saxon_categories .post-categories {
  margin-bottom: 0;
}
.sidebar .widget.widget_saxon_categories .post-categories a + a {
  margin-left: 0;
}
.sidebar .widget.widget_saxon_categories a:last-child {
  margin-bottom: 0;
}
.sidebar .widget.widget_saxon_categories a .post-categories-counter {
  float: right;
  margin-left: 10px;
}

/*
* 11.7. Featured Categories Block
*/
.saxon-featured-categories-wrapper .saxon-featured-category {
  background-color: #eff0f4;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 320px;
  text-align: center;
  margin-bottom: 60px;
}
.saxon-featured-categories-wrapper
  .saxon-featured-category
  .saxon-featured-category-link {
  border: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.saxon-featured-categories-wrapper
  .saxon-featured-category
  .saxon-featured-category-link:hover {
  background-color: #000000 !important;
}

/*
* 12. Blog layouts
*/

/*
* 12.0. Common blog listing styles
*/
.blog-posts-list .entry-content p:last-child {
  margin-bottom: 0;
}
.saxon-block.blog-post .saxon-post {
  margin-bottom: 0;
}
.saxon-block.blog-post {
  margin-bottom: 60px;
  width: 100%;
}
.saxon-block.blog-post .post-readmore {
  margin-top: 30px;
}
.saxon-block.blog-post p + .post-readmore {
  margin-top: 0;
}
.blog-posts-list + .saxon-block-button {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

/*
 * 12.1. Blog layouts columns structure
 */
/* 2 columns */
.blog-posts-list.saxon-blog-col-2 {
  display: flex;
  flex-flow: row wrap;
}
.blog-posts-list.saxon-blog-col-2 .blog-post:nth-child(1n) {
  width: 50%;
  padding-left: 0;
  padding-right: 15px;
}
.blog-posts-list.saxon-blog-col-2 .blog-post:nth-child(2n) {
  padding-left: 15px;
  padding-right: 0;
}

/* 3 columns */
.blog-posts-list.saxon-blog-col-3 {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.blog-posts-list.saxon-blog-col-3 .blog-post {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

/* 1 column + 2 columns */
.blog-posts-list.saxon-blog-col-1-2 {
  display: flex;
  flex-flow: row wrap;
}
.blog-posts-list.saxon-blog-col-1-2 .blog-post:not(:nth-child(1)) {
  width: 50%;
  padding-left: 15px;
  padding-right: 0;
}
.blog-posts-list.saxon-blog-col-1-2 .blog-post:nth-child(2n) {
  padding-left: 0;
  padding-right: 15px;
}

/* 1 column + 3 columns */
.blog-posts-list.saxon-blog-col-1-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-posts-list.saxon-blog-col-1-3 {
  display: flex;
  flex-flow: row wrap;
}
.blog-posts-list.saxon-blog-col-1-3 .blog-post {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-posts-list.saxon-blog-col-1-3 .blog-post:not(:nth-child(1)) {
  width: 33.3333%;
}

/* 1 columns + 2 columns (4 elements), loop */
.blog-posts-list.saxon-blog-col-mixed-1 {
  display: flex;
  flex-flow: row wrap;
}
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n-3),
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n-1) {
  padding-left: 0;
  padding-right: 15px;
}
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n-2),
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n) {
  padding-left: 15px;
  padding-right: 0;
}
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n + 1) {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* 1 columns + 2 columns (2 elements), loop */
.blog-posts-list.saxon-blog-col-mixed-2 {
  display: flex;
  flex-flow: row wrap;
}
.blog-posts-list.saxon-blog-col-mixed-2 .blog-post {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-posts-list.saxon-blog-col-mixed-2 .blog-post:nth-child(3n-3),
.blog-posts-list.saxon-blog-col-mixed-2 .blog-post:nth-child(3n-1) {
  padding-left: 0;
  padding-right: 15px;
}
.blog-posts-list.saxon-blog-col-mixed-2 .blog-post:nth-child(3n-2),
.blog-posts-list.saxon-blog-col-mixed-2 .blog-post:nth-child(3n) {
  padding-left: 15px;
  padding-right: 0;
}
.blog-posts-list.saxon-blog-col-mixed-2 .blog-post:nth-child(3n + 1) {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*
 * 12.2. Mixed overlays layout
 */
.blog-posts-list.blog-layout-mixed-overlays .blog-post {
  margin-bottom: 30px;
}
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n-3) article,
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n-1) article,
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n-2) article,
.blog-posts-list.saxon-blog-col-mixed-1 .blog-post:nth-child(5n) article {
  display: flex;
  height: 100%;
}
.blog-posts-list.saxon-blog-col-mixed-1 .saxon-block.blog-post .saxon-post {
  width: 100%;
}

/*
* 12.3. Masonry layout
*/
.blog-posts-list.blog-layout-masonry {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-posts-list.blog-layout-masonry .blog-post {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  float: left;
}
.col-md-8 .blog-posts-list.blog-layout-masonry .blog-post {
  width: 50%;
}

/*
* 13. Basic styles for post templates
*/

/* Post Block common styles */
.saxon-post .saxon-post-image-wrapper {
  background-color: #eff0f4;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}
.saxon-post .saxon-post-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.saxon-post .saxon-post-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.saxon-post .saxon-post-image-wrapper {
  position: relative;
  padding-bottom: 64.8648%; /* Main images proportion */
}
.saxon-post .saxon-post-image-wrapper .saxon-post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.saxon-post .saxon-post-details {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.saxon-post .saxon-post-details + .post-details-bottom {
  margin-top: 30px;
}
.saxon-post .post-title {
  font-size: 24px;
  display: block;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.saxon-post .post-title a {
  color: #000000;
}
.saxon-post .post-title:hover,
.saxon-post .post-title a:hover {
  color: #1f5dea;
  text-decoration: none;
}
.saxon-post .post-categories {
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.saxon-post .post-categories a {
  font-weight: normal;
  text-decoration: none;
  padding: 3px 8px;
  background-color: #1f5dea;
  color: #ffffff;
  margin-bottom: 3px;
  margin-right: 5px;
}
.saxon-post .post-categories a:last-child {
  margin-right: 0;
}
.saxon-post > .post-categories {
  margin-bottom: 10px;
}
.saxon-post .post-categories a:hover {
  color: #ffffff;
}
.saxon-post .saxon-post-image-wrapper .post-categories {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
.saxon-post .post-author {
  display: inline-block;
  font-size: 14px;
  color: #868686;
  font-weight: 500;
}
.saxon-post .post-author:after {
  content: '-';
  margin-left: 10px;
  margin-right: 5px;
}
.saxon-post .post-author a,
.saxon-post .post-author a:hover {
  color: #868686;
}
.saxon-post .post-author a:hover {
  text-decoration: none;
}
.saxon-post .post-author .post-author-image {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.saxon-post .post-author .post-author-image img {
  width: auto;
  height: auto;
  border-radius: 50%;
  display: inline;
}
.saxon-post .post-date {
  display: block;
  color: #868686;
  font-size: 14px;
  font-weight: 500;
}
.saxon-post .post-author + .post-date {
  display: inline-block;
}
.saxon-post .post-excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.saxon-post .post-excerpt p:last-child {
  margin-bottom: 0;
}
.saxon-post .post-excerpt .post-readmore {
  margin-top: 30px;
}
.saxon-post .post-excerpt img {
  max-width: 100%;
  height: auto;
}
.saxon-post .post-excerpt:after {
  clear: both;
  display: table;
  content: ' ';
}
.saxon-post .post-details-bottom {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e2e3e7;
  border-bottom: 1px solid #e2e3e7;
  display: flex;
  color: #3f3f3f;
}
.saxon-post .post-details-bottom i {
  font-size: 14px;
}
.saxon-post .post-details-bottom a {
  color: #3f3f3f;
}
.saxon-post .post-details-bottom .post-info-wrapper,
.saxon-post .post-details-bottom .post-info-share {
  width: 50%;
}
.saxon-post .post-details-bottom .post-info-wrapper {
  padding-right: 27px;
}
.saxon-post .post-details-bottom .post-info-share {
  padding-left: 20px;
}
.saxon-post .post-details-bottom .post-info-wrapper {
  display: flex;
  justify-content: flex-end;
  border-right: 1px solid #e2e3e7;
}
.saxon-post .post-details-bottom .post-info-wrapper.social-share-disabled {
  border-right: 0;
  padding-right: 0;
}
.saxon-post .post-details-bottom .post-info-share {
  text-align: left;
}
.saxon-post .post-details-bottom .post-info-share i:first-child {
  margin-left: 0;
}
.saxon-post .post-details-bottom .post-info-views {
  margin-left: 15px;
}
.saxon-post .post-details-bottom .post-info-likes {
  margin-left: 15px;
}
.saxon-post .post-like-button:hover i.fa-heart-o {
  color: #1f5dea;
}
.saxon-post .post-details-bottom .post-info-comments i,
.saxon-post .post-details-bottom .post-info-views i,
.saxon-post .post-details-bottom .post-info-likes i {
  margin-right: 10px;
}
.saxon-post a,
.saxon-post a:hover {
  text-decoration: none;
}
.saxon-post.saxon-post-invert a,
.saxon-post.saxon-post-invert a:hover,
.saxon-post.saxon-post-invert .post-title a:hover,
.saxon-post.saxon-post-invert .post-date,
.saxon-post.saxon-post-invert .post-author,
.saxon-post.saxon-post-invert .post-author a,
.saxon-post.saxon-post-invert .post-excerpt,
.sidebar .widget .saxon-post.saxon-post-invert a,
.sidebar .widget .saxon-post.saxon-post-invert a:hover,
.sidebar .widget .saxon-post.saxon-post-invert .post-date,
.sidebar .widget .saxon-post.saxon-post-invert .post-author,
.sidebar .widget .saxon-post.saxon-post-invert .post-author a,
.sidebar .widget .saxon-post.saxon-post-invert .post-excerpt,
.sidebar .widget .saxon-post.saxon-post-invert .post-title a:hover {
  color: #ffffff;
}
.post-review-rating-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  background-color: #1f5dea;
  z-index: 10;
}

/*
* 14. Homepage blocks
*/

/*
* 14.0. Homepage blocks basic styles
*/
.saxon-block-background {
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: 60px;
  background-color: #eff0f4;
}
.saxon-block .saxon-block-title h3 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 40px;
}
.saxon-block .saxon-post {
  margin-bottom: 60px;
}
.saxon-block .saxon-post .saxon-post-format-icon:after {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'fontawesome';
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  border: 4px solid #ffffff;
  border-radius: 50%;
}
.saxon-block .saxon-post.format-video .saxon-post-format-icon:after {
  content: '\f04b';
  padding-left: 4px;
}
.saxon-block .saxon-post.format-audio .saxon-post-format-icon:after {
  content: '\f028';
}
.saxon-block .saxon-post.format-gallery .saxon-post-format-icon:after,
.saxon-block .saxon-post.format-image .saxon-post-format-icon:after {
  content: '\f03e';
}
.saxon-block .saxon-post.format-quote .saxon-post-format-icon:after {
  content: '\f10e';
}
.saxon-block .saxon-post.format-link .saxon-post-format-icon:after {
  content: '\f0c1';
  padding-left: 1px;
}
.saxon-block .saxon-block-button {
  text-align: center;
  width: 100%;
}
.saxon-block .saxon-block-button .btn {
  margin-bottom: 60px;
}
.saxon-block .saxon-sticky-post .saxon-post .post-title:after {
  display: inline-block;
  content: '\f005';
  font-family: 'fontawesome';
  position: relative;
  font-size: 18px;
  color: #868686;
  top: -8px;
  margin-left: 7px;
}

/* 14.1.1 Posts slider */
.saxon-blog-posts-slider {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  background: #eff0f4;
}
.saxon-blog-posts-slider + .content-block {
  margin-top: 60px;
}
.saxon-blog-posts-slider.container-fluid {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.saxon-blog-posts-slider.container-fluid .row {
  margin: 0;
}
.saxon-blog-posts-slider .saxon-post .saxon-post-details .saxon-post-title h5 {
  font-size: 36px;
  max-width: 100%;
}
.saxon-blog-posts-slider .saxon-post {
  position: relative;
}
.saxon-blog-posts-slider .saxon-post-details {
  max-width: 30%;
  text-align: center;
}
.saxon-blog-posts-slider .saxon-post .saxon-post-image-bg {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}
.saxon-blog-posts-slider .saxon-post .saxon-post-image {
  background: #d7d7d7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0 !important;
}
.saxon-blog-posts-slider .saxon-post-details-container {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.saxon-blog-posts-slider .owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
.saxon-blog-posts-slider .post-title {
  font-size: 30px;
}
.saxon-blog-posts-slider .post-categories {
  margin-bottom: 30px;
  justify-content: center;
}
.saxon-blog-posts-slider .saxon-post-info {
  margin-top: 20px;
}

/* 14.1.2. Subscribe block */
.saxon-subscribe-block {
  border: 1px solid #e2e3e7;
  margin-bottom: 60px;
  padding: 40px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}
.saxon-subscribe-block h5 {
  font-size: 28px;
  margin-bottom: 0;
}
.saxon-subscribe-block p {
  text-align: center;
  margin-bottom: 0;
}
.saxon-subscribe-block .mc4wp-form {
  margin-top: 30px;
}
.saxon-subscribe-block .mc4wp-form input[name='EMAIL'] {
  text-align: center;
  width: 260px !important;
  display: inline-block !important;
}

/* 14.1.3. Instagram block */
.saxon-instagram-block-wrapper {
  position: relative;
  margin-bottom: 60px;
}

/* 14.1.4. Content block */
.html-block-container {
  margin-bottom: 60px;
}
.html-block-container .html-block img {
  max-width: 100%;
  height: auto;
}

/*
* 14.2.1. Posts Grid 1 block
*/
.saxon-postsgrid1-block-wrapper .row {
  display: flex;
  flex-flow: row wrap;
}
.saxon-postsgrid1-block-wrapper .col-md-4 {
  float: none;
}
.saxon-postsgrid1-block-wrapper .row:after,
.saxon-postsgrid1-block-wrapper .row:before {
  display: none;
}

/*
* 14.2.2. Posts Grid 2 block
*/
.saxon-postsgrid2-block-wrapper .row {
  display: flex;
  flex-flow: row wrap;
}
.saxon-postsgrid2-block-wrapper .row:after,
.saxon-postsgrid2-block-wrapper .row:before {
  display: none;
}

/*
* 14.2.3. Posts Grid 3 block
*/
.saxon-postsgrid3-block-wrapper .row {
  display: flex;
  flex-flow: row wrap;
}
.saxon-postsgrid3-block-wrapper .row:after,
.saxon-postsgrid3-block-wrapper .row:before {
  display: none;
}
.saxon-postsgrid3-block-wrapper .saxon-post .post-author {
  display: none;
}

/*
* 14.2.4. Posts Grid 4 block
*/
.saxon-postsgrid4-block-wrapper .row {
  display: flex;
  flex-flow: row wrap;
}
.saxon-postsgrid4-block-wrapper .col-md-4 {
  float: none;
}
.saxon-postsgrid4-block-wrapper .row:after,
.saxon-postsgrid4-block-wrapper .row:before {
  display: none;
}
.saxon-postsgrid4-block-wrapper .saxon-postsmasonry1-post.saxon-post {
  margin-bottom: 60px;
}
.saxon-postsgrid4-block-wrapper
  .saxon-postsmasonry1-post.saxon-post
  .saxon-post-details {
  text-align: left;
}
.saxon-postsgrid4-block-wrapper
  .saxon-postsmasonry1-post.saxon-post
  .post-title {
  padding-left: 0;
  padding-right: 0;
}

/*
* 14.2.5. Posts Grid 5 block
*/
.saxon-postsgrid5-block-wrapper .row {
  display: flex;
  flex-flow: row wrap;
}
.saxon-postsgrid5-block-wrapper .col-md-4 {
  float: none;
}
.saxon-postsgrid5-block-wrapper .row:after,
.saxon-postsgrid5-block-wrapper .row:before {
  display: none;
}
.saxon-postsgrid5-block-wrapper .saxon-postsmasonry1-post.saxon-post {
  margin-bottom: 60px;
}
.saxon-postsgrid5-block-wrapper
  .saxon-postsmasonry1-post.saxon-post
  .saxon-post-details {
  text-align: left;
}
.saxon-postsgrid5-block-wrapper
  .saxon-postsmasonry1-post.saxon-post
  .post-title {
  padding-left: 0;
  padding-right: 0;
}

/*
* 14.2.6. Posts Grid 6 block
*/
.saxon-postsgrid6-block-wrapper {
  margin-bottom: 60px;
}
.saxon-postsgrid6-block-wrapper .row {
  display: flex;
  flex-flow: row wrap;
}
.saxon-postsgrid6-block-wrapper .row:after,
.saxon-postsgrid6-block-wrapper .row:before {
  display: none;
}
.saxon-postsgrid6-block-wrapper
  .saxon-overlay-alt-post.saxon-post
  .saxon-post-details {
  min-height: 450px;
}
.saxon-postsgrid6-block-wrapper .saxon-post .post-author {
  display: none;
}
.saxon-postsgrid6-block-wrapper .container {
  width: 100%;
}
.saxon-postsgrid6-block-wrapper .col-md-3 {
  padding: 0;
}
.saxon-postsgrid6-block-wrapper .saxon-post .saxon-post-wrapper-inner,
.saxon-postsgrid6-block-wrapper .saxon-post .saxon-post-image {
  border-radius: 0 !important;
}
.saxon-postsgrid6-block-wrapper .saxon-post {
  margin-bottom: 0 !important;
}
.saxon-postsgrid6-block-wrapper.saxon-block .saxon-block-title h3 {
  text-align: center;
}
.saxon-postsgrid6-block-wrapper .saxon-block-button {
  margin-top: 60px;
}
.saxon-postsgrid6-block-wrapper.saxon-block .saxon-block-button .btn {
  margin-bottom: 0;
}

/*
* 14.2.7. Posts Grid 7 block
*/
.saxon-postsgrid7-block-wrapper {
  margin-bottom: 30px;
}
.saxon-postsgrid7-block-wrapper .row {
  display: flex;
  flex-flow: row wrap;
}
.saxon-postsgrid7-block-wrapper .row:after,
.saxon-postsgrid7-block-wrapper .row:before {
  display: none;
}
.saxon-postsgrid7-block-wrapper .saxon-post.saxon-list-small-post {
  margin-bottom: 30px;
}
.saxon-postsgrid7-block-wrapper .saxon-block-button {
  margin-top: 30px;
}
.saxon-postsgrid7-block-wrapper.saxon-block .saxon-block-button .btn {
  margin-bottom: 0;
}

/*
* 14.2.8. Posts Grid 8 block
*/
.saxon-postsgrid8-block-wrapper .row {
  display: flex;
  flex-flow: row wrap;
}
.saxon-postsgrid8-block-wrapper .col-md-6 {
  float: none;
}
.saxon-postsgrid8-block-wrapper .row:after,
.saxon-postsgrid8-block-wrapper .row:before {
  display: none;
}

/*
* 14.3.1. Posts Masonry 1
*/
.saxon-postsmasonry1-block-wrapper {
  margin-bottom: 60px;
}
.saxon-postsmasonry1-block-wrapper .col-md-7 {
  padding-right: 45px;
}

.saxon-postsmasonry1-block-wrapper
  .col-md-5:last-child
  .saxon-postsmasonry1_2-post.saxon-post {
  margin-bottom: 0;
}

/*
* 14.3.2. Posts Masonry 2 block
*/
.saxon-postsmasonry2-block-wrapper {
  margin-bottom: 60px;
}
.saxon-postsmasonry2-block-wrapper
  .col-md-4
  .saxon-postsmasonry2_2-post.saxon-post:last-child,
.saxon-postsmasonry2-block-wrapper
  .col-md-3
  .saxon-postsmasonry2_3-post.saxon-post:last-child {
  margin-bottom: 0;
}

/*
* 14.3.3. Posts Masonry 3 block
*/
.saxon-postsmasonry3-block-wrapper {
  margin-bottom: 60px;
}
.saxon-postsmasonry3-block-wrapper
  .col-md-7
  .saxon-list-post.saxon-list-medium-post.saxon-post {
  margin-bottom: 40px;
}
.saxon-postsmasonry3-block-wrapper
  .col-md-7
  .saxon-list-post.saxon-list-medium-post.saxon-post:last-child {
  margin-bottom: 0;
}

/*
* 14.4.1. Posts line carousel
*/
.saxon-postline-block-wrapper {
  margin-bottom: 60px;
}
.saxon-postline-block {
  border: 1px solid #e2e3e7;
  padding: 15px 0;
  margin-left: 15px;
  margin-right: 15px;
}
.saxon-postline-block.saxon-postline2-block .post-title {
  font-size: 14px;
}
.saxon-postline-block .saxon-post-image {
  width: 90px;
  height: 60px;
  margin-right: 30px;
  float: left;
}
.saxon-postline-block.saxon-block .saxon-post {
  clear: both;
  margin-bottom: 0;
}
.saxon-postline-block .saxon-block-title h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 2px;
}
.saxon-postline-block .post-title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.saxon-postline-block .saxon-postline-block-left {
  display: flex;
}
.saxon-postline-block .saxon-postline-block-left a {
  height: 100%;
  display: block;
}
.saxon-postline-block .saxon-postline-block-right {
  text-align: right;
}
.saxon-postline-block .saxon-postline-block-right .post-categories {
  justify-content: flex-end;
}
.saxon-postline-block .post-categories {
  margin-bottom: 9px;
}
.saxon-postline-block .saxon-post .post-author:after {
  margin-left: 5px;
}

/*
* 14.4.2. Large posts slider
*/
.saxon-largepostsslider-block-wrapper {
  overflow: hidden;
}
.saxon-largepostsslider-block-wrapper .saxon-largepostsslider-block {
  margin-left: 15px;
  margin-right: 15px;
}
.saxon-largepostsslider-block-wrapper .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

/*
* 14.4.3. Posts Carousel
*/
.saxon-carousel-block-wrapper {
  overflow: hidden;
}
.saxon-carousel-block-wrapper .saxon-carousel-block {
  margin-left: 15px;
  margin-right: 15px;
}
.saxon-carousel-block-wrapper .saxon-post .post-author {
  display: none;
}
.saxon-carousel-block-wrapper .saxon-grid-post.saxon-post .post-title {
  font-size: 18px;
}
.saxon-carousel-block-wrapper
  .saxon-post
  .saxon-post-image-wrapper
  .post-categories {
  padding: 20px;
}

/*
* 14.4.4. Fullwidth posts slider
*/
.saxon-fullwidthpostsslider-block-wrapper {
  overflow: hidden;
}
.saxon-fullwidthpostsslider-block-wrapper .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.saxon-fullwidthpostsslider-block-wrapper .saxon-post .saxon-post-image,
.saxon-fullwidthpostsslider-block-wrapper
  .saxon-post
  .saxon-post-wrapper-inner {
  border-radius: 0 !important;
}
.saxon-fullwidthpostsslider-block-wrapper
  .saxon-overlay-post.saxon-post
  .saxon-post-details {
  min-height: 550px;
}

/*
* 14.5.1. Posts Showcase 1
*/
.saxon-showcase1-block-wrapper {
  margin-bottom: 60px;
}
.saxon-showcase1-block-wrapper .saxon-post .post-author {
  display: none;
}
.saxon-showcase1-block-wrapper .col-md-5 .saxon-post {
  margin-bottom: 0;
}
.saxon-showcase1-block-wrapper .col-md-5 .saxon-post .saxon-post-details {
  min-height: 492px;
}
.saxon-showcase1-block-wrapper .col-md-7 {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}
.saxon-showcase1-block-wrapper .col-md-7 .saxon-post {
  width: 50%;
  margin-bottom: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.saxon-showcase1-block-wrapper .col-md-7 .saxon-post .post-title {
  font-size: 18px;
}
.saxon-showcase1-block-wrapper .col-md-7 .saxon-post:nth-child(n) {
  padding-right: 7px;
}
.saxon-showcase1-block-wrapper .col-md-7 .saxon-post:nth-child(2n) {
  padding-left: 7px;
  padding-right: 0;
}
.saxon-showcase1-block-wrapper .col-md-7 .saxon-post:nth-child(3),
.saxon-showcase1-block-wrapper .col-md-7 .saxon-post:nth-child(4) {
  margin-bottom: 0;
}
.saxon-showcase1-block-wrapper .col-md-7 .saxon-post .saxon-post-details {
  min-height: 236px;
}

/*
* 14.5.2. Posts Showcase 2
*/
body:not(.blog-style-corners-rounded):not(.blog-style-corners-rounded-large)
  .saxon-showcase2-block-wrapper {
  margin-bottom: 60px;
}
body:not(.blog-style-corners-rounded):not(.blog-style-corners-rounded-large)
  .saxon-showcase2-block-wrapper
  .container {
  padding-left: 30px;
  padding-right: 30px;
}
.saxon-showcase2-block-wrapper .col-md-12 .saxon-post .post-title {
  font-size: 36px;
  max-width: 50%;
}
body:not(.blog-style-corners-rounded):not(.blog-style-corners-rounded-large)
  .saxon-showcase2-block-wrapper
  .col-md-12
  .saxon-post,
body:not(.blog-style-corners-rounded):not(.blog-style-corners-rounded-large)
  .saxon-showcase2-block-wrapper
  .col-md-4
  .saxon-post {
  margin-bottom: 0;
}
body:not(.blog-style-corners-rounded):not(.blog-style-corners-rounded-large)
  .saxon-showcase2-block-wrapper
  .col-md-12,
body:not(.blog-style-corners-rounded):not(.blog-style-corners-rounded-large)
  .saxon-showcase2-block-wrapper
  .col-md-4 {
  padding: 0;
}
.saxon-showcase2-block-wrapper .col-md-12 .saxon-post .saxon-post-details {
  min-height: 450px;
}

/*
* 14.5.3. Posts Showcase 3
*/
.saxon-showcase3-block-wrapper
  .saxon-overlay-alt-post.saxon-post
  .saxon-post-details {
  min-height: 450px;
}
.saxon-showcase3-block-wrapper .saxon-post .post-author {
  display: none;
}

/*
* 14.5.4. Posts Showcase 4
*/
.saxon-showcase4-block-wrapper {
  margin-bottom: 60px;
}
.saxon-showcase4-block-wrapper .saxon-post .post-author {
  display: none;
}
.saxon-showcase4-block-wrapper .col-md-5 .saxon-post {
  margin-bottom: 0;
}
.saxon-showcase4-block-wrapper .col-md-5 .saxon-post .saxon-post-details {
  min-height: 492px;
}
.saxon-showcase4-block-wrapper .col-md-7 {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}
.saxon-showcase4-block-wrapper .col-md-7 .saxon-post {
  width: 50%;
  margin-bottom: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.saxon-showcase4-block-wrapper .col-md-7 .saxon-post:first-child {
  width: 100%;
}
.saxon-showcase4-block-wrapper .col-md-7 .saxon-post .post-title {
  font-size: 18px;
}
.saxon-showcase4-block-wrapper .col-md-7 .saxon-post:nth-child(2) {
  padding-right: 7px;
  padding-left: 0;
}
.saxon-showcase4-block-wrapper .col-md-7 .saxon-post:nth-child(3) {
  padding-left: 7px;
  padding-right: 0;
}
.saxon-showcase4-block-wrapper .col-md-7 .saxon-post:nth-child(2),
.saxon-showcase4-block-wrapper .col-md-7 .saxon-post:nth-child(3) {
  margin-bottom: 0;
}
.saxon-showcase4-block-wrapper .col-md-7 .saxon-post .saxon-post-details {
  min-height: 236px;
}

/*
* 14.5.5. Posts Showcase 5
*/
.saxon-showcase5-block-wrapper {
  padding-bottom: 20px;
}
.saxon-showcase5-block-wrapper .saxon-post {
  margin-bottom: 40px;
}
.saxon-showcase5-block-wrapper .saxon-post .post-author {
  display: none;
}

/*
* 15. Post templates
*
* [ Templates postfixes ]:
*
* -info - with additional icons and actions
* -short - without exrcept
* -alt - alternative version
* -large - large block/fonts
* -small - small block/fonts
* -medium - medium block/fonts
*
*/

/*
* 15.1. Posts Masonry 1 posts templates (used in homepage block Posts Masonry 1)
*/
.saxon-postsmasonry1-post.saxon-post {
  margin-bottom: 0;
}
.saxon-postsmasonry1-post.saxon-post .post-title,
.saxon-postsmasonry1-post.saxon-post .post-excerpt {
  padding-left: 50px;
  padding-right: 50px;
}
.saxon-postsmasonry1-post.saxon-post > .post-categories {
  justify-content: center;
}
.saxon-postsmasonry1-post.saxon-post .saxon-post-details,
.saxon-postsmasonry1-post.saxon-post .post-excerpt {
  text-align: center;
}
.saxon-postsmasonry1_1-post.saxon-post .saxon-post-image-wrapper {
  margin-bottom: 50px;
}
.saxon-postsmasonry1_1-post.saxon-post .post-title {
  font-size: 30px;
}
.saxon-postsmasonry1_2-post.saxon-post {
  margin-bottom: 40px;
}
.saxon-postsmasonry1_2-post.saxon-post .saxon-post-image-wrapper {
  padding-bottom: 50%;
}

/*
* 15.2. Posts Masonry 2 posts templates (used in homepage block Posts Masonry 2)
*/
.saxon-postsmasonry2-post.saxon-post .saxon-post-details,
.saxon-postsmasonry2-post.saxon-post .post-excerpt {
  text-align: center;
}
.saxon-postsmasonry2-post.saxon-post {
  margin-bottom: 0;
}
.saxon-postsmasonry2_1-post.saxon-post .saxon-post-image-wrapper {
  margin-bottom: 50px;
}
.saxon-postsmasonry2_1-post.saxon-post .post-title {
  padding-left: 50px;
  padding-right: 50px;
}
.saxon-postsmasonry2_1-post.saxon-post .post-excerpt {
  padding-left: 30px;
  padding-right: 30px;
}
.saxon-postsmasonry2_1-post.saxon-post .post-title {
  font-size: 30px;
}
.saxon-postsmasonry2_2-post.saxon-post {
  margin-bottom: 40px;
}
.saxon-postsmasonry2_2-post.saxon-post .saxon-post-details {
  text-align: left;
}
.saxon-postsmasonry2_2-post.saxon-post .post-title {
  padding-left: 0;
  padding-right: 0;
}
.saxon-postsmasonry2_3-post.saxon-post {
  margin-bottom: 30px;
}
.saxon-postsmasonry2_3-post.saxon-post .post-categories {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}
.saxon-postsmasonry2_3-post.saxon-post .saxon-post-details {
  text-align: left;
}
.saxon-postsmasonry2_3-post.saxon-post .post-title {
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}

/*
* 15.3. Posts Masonry 3 posts templates (used in homepage block Posts Masonry 3)
*/
.saxon-postsmasonry3-post.saxon-post .saxon-post-details,
.saxon-postsmasonry3-post.saxon-post .post-excerpt {
  text-align: left;
}
.saxon-postsmasonry3-post.saxon-post .post-excerpt {
  margin-bottom: 0;
}
.saxon-postsmasonry3-post.saxon-post {
  margin-bottom: 0;
}
.saxon-postsmasonry3_1-post.saxon-post .saxon-post-image-wrapper {
  margin-bottom: 50px;
}
.saxon-postsmasonry3_1-post.saxon-post .post-title {
  font-size: 30px;
}

/*
 * 15.3. Shortline post template (used in widgets, related posts)
*/
.saxon-shortline-post.saxon-post {
  display: flex;
}
.saxon-shortline-post.saxon-post .saxon-post-image-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  width: 110px;
  height: 90px;
}
.saxon-shortline-post.saxon-post .post-title {
  font-size: 17px;
}

/*
* 15.4. Grid post templates (used in blog layouts)
*/
.saxon-grid-post.saxon-post .saxon-post-image-wrapper {
  margin-bottom: 30px;
}
.saxon-grid-post.saxon-post .post-title {
  font-size: 24px;
}
.saxon-grid-post.saxon-grid-large-post.saxon-post .post-title {
  font-size: 30px;
}
.saxon-grid-post.saxon-post .post-excerpt {
  margin-bottom: 0;
}
.saxon-grid-post.saxon-grid-info-post.saxon-post .post-excerpt {
  margin-bottom: 20px;
}
.saxon-grid-post.saxon-standard-post .saxon-post-image-wrapper {
  padding: 0;
}
.saxon-grid-post.saxon-standard-post
  .saxon-post-image-wrapper
  .saxon-post-image {
  position: relative;
}

/*
* 15.5. Overlay post templates (used in blog layouts, large posts slider homepage block)
*/
.saxon-overlay-post.saxon-post .saxon-post-image {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.saxon-overlay-post.saxon-post .post-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.saxon-overlay-post.saxon-post .post-categories {
  margin-bottom: 30px;
}
.saxon-overlay-post.saxon-post .saxon-post-details {
  position: relative;
  height: 100%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 380px;
}
.saxon-overlay-post.saxon-post:not(.saxon-post-no-image):hover
  .saxon-post-details {
  background: rgba(0, 0, 0, 0.6);
}
.saxon-overlay-post.saxon-post .saxon-post-details-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.saxon-overlay-post.saxon-post.saxon-post-no-image .saxon-post-details {
  background-color: transparent;
}
.saxon-overlay-post.saxon-post .saxon-post-wrapper-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #eff0f4;
}
.saxon-overlay-post.saxon-overlay-short-post .saxon-post-details {
  text-align: center;
}
.saxon-overlay-post.saxon-overlay-short-post .post-title {
  text-align: center;
  font-size: 36px;
  padding-left: 25%;
  padding-right: 25%;
}
.saxon-overlay-post.saxon-overlay-short-post .post-categories {
  justify-content: center;
}
/*
* 15.6. Overlay alt post template (used in posts slider widget)
*/
.saxon-overlay-alt-post.saxon-post .saxon-post-image {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.saxon-overlay-alt-post.saxon-post .post-categories {
  position: relative;
  padding: 30px;
  padding-bottom: 0;
}
.saxon-overlay-alt-post.saxon-post .saxon-post-details {
  text-align: left;
  position: relative;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 380px;
}
.saxon-overlay-alt-post.saxon-post:not(.saxon-post-no-image):hover
  .saxon-post-details {
  background: rgba(0, 0, 0, 0.6);
}
.saxon-overlay-alt-post.saxon-post .saxon-post-details-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
.saxon-overlay-alt-post.saxon-post.saxon-post-no-image .saxon-post-details {
  background-color: transparent;
}
.saxon-overlay-alt-post.saxon-post .saxon-post-wrapper-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #eff0f4;
}

/*
* 15.7. List post template (used in blog layouts)
*/
.saxon-list-post.saxon-post {
  display: flex;
}
.saxon-list-post.saxon-post .saxon-post-image-wrapper {
  width: 330px;
  padding-bottom: 35%;
  margin-bottom: 0 !important;
  margin-right: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}
.saxon-list-post.saxon-post .saxon-post-image-wrapper {
  margin-bottom: 30px;
}
.saxon-list-post.saxon-post .post-title {
  font-size: 24px;
}
.saxon-list-post.saxon-post .post-excerpt {
  margin-bottom: 0;
}
.saxon-list-post.saxon-post.saxon-list-post-alt {
  flex-direction: row-reverse;
}
.saxon-list-post.saxon-post.saxon-post.saxon-list-post-alt .post-title {
  font-size: 36px;
}
.saxon-list-post.saxon-post.saxon-list-post-alt .saxon-post-image-wrapper {
  margin-right: 0;
  margin-left: 50px;
  width: 555px;
}
.saxon-list-post.saxon-post.saxon-list-post-alt .saxon-post-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.saxon-list-post.saxon-list-small-post.saxon-post .saxon-post-image-wrapper {
  width: 120px;
  height: 80px;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 30px;
}
.saxon-list-post.saxon-list-small-post.saxon-post .post-title {
  font-size: 16px;
  margin-bottom: 0;
}
.saxon-list-post.saxon-list-medium-post.saxon-post .saxon-post-image-wrapper {
  width: 250px;
  height: 166px;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 50px;
}
.saxon-list-post.saxon-list-medium-post.saxon-post .post-title {
  font-size: 18px;
}
.saxon-list-post.saxon-list-small-post .post-review-rating-badge {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

/*
* 15.8. Masonry post template
*/
.saxon-masonry-post.saxon-post .saxon-post-image-wrapper {
  padding-bottom: 0;
  height: auto;
}
.saxon-masonry-post.saxon-post .saxon-post-image-wrapper .saxon-post-image {
  width: auto;
  height: auto;
  position: relative;
}
.col-md-12
  .saxon-masonry-post.saxon-post
  .saxon-post-image-wrapper
  .saxon-post-image {
  width: 360px;
}

/*
* 16. Single blog post
*/
.single-post .blog-post-single {
  margin-bottom: 60px;
  padding-bottom: 0;
}

/* Content elements */
.single-post .blog-post-single iframe {
  max-width: 100%;
}
.blog-post-single .post-content img {
  max-width: 100%;
  height: auto;
}

/* Drop caps */
.single-post.blog-enable-dropcaps
  .blog-post-single
  .post-content
  .entry-content
  > p:first-child:first-letter {
  float: left;
  color: #000000;
  font-size: 78px;
  line-height: 60px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  font-weight: normal;
  font-style: normal;
}
.single-post.blog-enable-dropcaps
  .blog-post-single
  .format-quote
  .post-content
  .entry-content
  > p:first-child:first-letter,
.single-post.blog-enable-dropcaps
  .blog-post-single
  .format-link
  .post-content
  .entry-content
  > p:first-child:first-letter {
  float: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  font-style: inherit;
  font-weight: inherit;
}

/* Post formats content */
.blog-post-single .format-status .entry-content {
  font-style: italic;
  font-size: 20px;
}
.blog-post-single .format-link .entry-content a:not(.more-link) {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  background-color: #eff0f4;
}
.blog-post-single .format-link .entry-content a:not(.more-link):before {
  content: '';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 15px;
  color: #000000;
}

/* Single post thumb */
.blog-post-single .blog-post-thumb:not(.blog-post-thumb-media) {
  overflow: hidden;
}
.blog-post-single .blog-post-thumb + .post-content {
  background: #ffffff;
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
}
.blog-post-single .blog-post-thumb {
  margin-bottom: 40px;
  background: none !important;
  text-align: center;
}
.blog-post-single .blog-post-thumb img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* Author bio block */
.author-bio {
  margin-bottom: 60px;
  background: #eff0f4;
  padding: 0 70px 30px;
  text-align: center;
  margin-top: 125px;
}
.author-bio h5 {
  margin-top: 45px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.author-bio h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.author-bio h3 a {
  text-decoration: none;
  color: #000000;
}
.author-bio .author-info {
  margin-top: -85px;
}
.author-bio .author-description {
  margin-bottom: 20px;
}
.author-bio .author-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}
.author-bio .author-social-icons li {
  display: inline-block;
}
.author-bio .author-social-icons li a {
  text-align: center;
  font-size: 16px;
  margin-left: -1px;
  padding-top: 0;
  display: block;
  margin-left: 15px;
  color: #000000;
}
.author-bio .author-social-icons li:first-child a {
  margin-left: 0;
}
.author-bio .author-social-icons li a:hover {
  color: #1f5dea;
}
.author-bio .author-image {
  width: 170px;
  border-radius: 50%;
  overflow: hidden;
  display: table;
  margin: 0 auto;
  position: relative;
  top: -85px;
  margin-bottom: 35px;
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari fix */
}
.author-bio .author-image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Subscribe block */
.single-post .saxon-subscribe-block-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* Worth reading */
.single-post .post-worthreading-post-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 400px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  border-right: 0;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15),
    0px 5px 17px -2px rgba(0, 0, 0, 0.15);
}
.single-post .post-worthreading-post-wrapper .post-worthreading-post-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 10px 30px;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.single-post .post-worthreading-post-wrapper .post-worthreading-post-button a {
  text-decoration: none;
  color: #000000;
}
.single-post .post-worthreading-post-wrapper .post-worthreading-post-button i {
  margin-right: 10px;
}
.single-post
  .post-worthreading-post-wrapper:hover
  .post-worthreading-post-container {
  transform: translateY(0);
  opacity: 1;
}
.single-post .post-worthreading-post-container {
  position: fixed;
  border-right: 0;
  border-bottom: 0;
  padding-top: 50px;
  padding: 30px 30px 50px;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 400px;
  opacity: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15),
    0px 5px 17px -2px rgba(0, 0, 0, 0.15);
}
.single-post .post-worthreading-post-container .post-worthreading-post-title {
  line-height: 1.2;
  font-size: 20px;
}
.single-post .post-worthreading-post-container .post-worthreading-post-title a {
  text-decoration: none;
  color: #000000;
}
.single-post
  .post-worthreading-post-container
  .post-worthreading-post-title
  a:hover {
  color: #1f5dea;
}

/* Fixed social share */
.single-post .saxon-social-share-fixed {
  position: fixed;
  margin-left: -120px;
  width: 50px;
  opacity: 0;
}
.single-post .saxon-social-share-fixed.sidebar-position-left {
  display: none !important;
}
.single-post .saxon-social-share-fixed .post-social-wrapper .post-social a {
  background: #ffffff;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15),
    0px 3px 8px -2px rgba(0, 0, 0, 0.15);
}
.single-post
  .saxon-social-share-fixed
  .post-social-wrapper
  .post-social
  a.facebook-share {
  color: #3b5998;
}
.single-post
  .saxon-social-share-fixed
  .post-social-wrapper
  .post-social
  a.twitter-share {
  color: #00aced;
}
.single-post
  .saxon-social-share-fixed
  .post-social-wrapper
  .post-social
  a.googleplus-share {
  color: #dd4b39;
}
.single-post
  .saxon-social-share-fixed
  .post-social-wrapper
  .post-social
  a.pinterest-share {
  color: #cb2027;
}
.single-post
  .saxon-social-share-fixed
  .post-social-wrapper
  .post-social
  a.vk-share {
  color: #4c77a6;
}
.single-post
  .saxon-social-share-fixed
  .post-social-wrapper
  .post-social
  a.linkedin-share {
  color: #1178b3;
}
.single-post
  .saxon-social-share-fixed
  .post-social-wrapper
  .post-social
  a.linkedin-share {
  color: #1178b3;
}
.single-post
  .saxon-social-share-fixed
  .post-social-wrapper
  .post-social
  a:hover {
  color: #000000;
}

/* Related posts */
.blog-post-related-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.single-post .blog-post-related-wrapper {
  margin-top: 0;
}
.blog-post-related-wrapper > h5 {
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 30px;
}
.single-post .blog-post-related-wrapper > h5 {
  margin-top: 0;
}
.blog-post-related-wrapper .saxon-post {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}
.blog-post-related-wrapper .saxon-post:nth-of-type(2n + 1) {
  clear: both;
}
.blog-post-related-wrapper .saxon-post > .post-categories {
  justify-content: center;
}

/* Post review */
.post-review-block {
  background-color: #eff0f4;
  margin-top: 40px;
}
.post-review-block h4 {
  font-size: 26px;
}
.post-review-block .post-review-header {
  display: flex;
  padding: 40px 50px;
  border-bottom: 1px solid #e2e3e7;
}
.post-review-block .post-review-summary h3 {
  font-size: 30px;
}
.post-review-block .post-review-criteria-group {
  padding: 40px 50px;
  border-bottom: 1px solid #e2e3e7;
}
.post-review-block .post-review-criteria {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post-review-block .post-review-criteria:last-child {
  margin-bottom: 0;
}
.post-review-block .post-review-criteria .post-review-criteria-title {
  width: 270px;
}
.post-review-block .post-review-criteria .post-review-criteria-title h4 {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 10px;
}
.post-review-block .post-review-criteria .post-review-criteria-rating {
  font-size: 18px;
  font-weight: bold;
}
.post-review-block .post-review-criteria-progress {
  width: 100%;
  position: relative;
  height: 14px;
  background-color: #ffffff;
  overflow: hidden;
}
.post-review-block .post-review-criteria-value {
  left: 0;
  position: absolute;
  background-color: #48494b;
  height: 14px;
}
.post-review-block .post-review-details {
  display: flex;
  padding: 40px 50px;
  border-bottom: 1px solid #e2e3e7;
}
.post-review-block .post-review-details .post-review-details-column {
  width: 50%;
  padding-right: 20px;
}
.post-review-block
  .post-review-details
  .post-review-details-column.post-review-positives
  span {
  color: #12bc00;
}
.post-review-block
  .post-review-details
  .post-review-details-column.post-review-negatives
  span {
  color: #dd3333;
}
.post-review-block .post-review-details h4 {
  margin-bottom: 20px;
}
.post-review-block .post-review-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-review-block .post-review-details ul li {
  margin-bottom: 5px;
}
.post-review-block .post-review-details ul li span {
  margin-right: 10px;
}
.post-review-block .post-review-rating-total {
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #1f5dea;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  line-height: 150px;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-right: 50px;
}
.post-review-block .post-review-button-wrapper {
  text-align: center;
  padding: 40px 50px;
}
.post-review-block .post-review-button-wrapper h4 {
  margin-bottom: 30px;
}
.post-review-block .post-review-button-wrapper .post-review-button-icon {
  position: absolute;
  background-color: #1f5dea;
  padding: 14px;
  padding-left: 18px;
  top: -1px;
  left: -2px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 40px;
}
.post-review-block .post-review-button-wrapper .post-review-button-icon i {
  margin-right: 0;
  font-size: 19px;
  top: -4px;
  position: relative;
}
.post-review-block .post-review-button-wrapper .btn {
  position: relative;
  padding-left: 70px;
  height: 40px;
}

/* Tags */
.single-post .blog-post-single .tags {
  margin-top: -2px;
  margin-bottom: -2px;
}
.single-post .blog-post-single .tags a {
  background: #eff0f4;
  color: #000000;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 2px;
}
.single-post .blog-post-single .tags a:hover {
  background: #1f5dea;
  color: #ffffff;
}

/* Bottom details */
.single-post .saxon-post.saxon-post-bottom {
  margin-top: 40px;
}
.single-post .saxon-post .post-details-bottom {
  justify-content: flex-end;
}
.single-post .saxon-post .post-details-bottom .post-info-wrapper,
.single-post .saxon-post .post-details-bottom .post-info-share {
  width: auto;
}
.single-post .saxon-post .post-details-bottom .post-info-wrapper {
  flex-grow: 1;
}
.single-post .saxon-post .post-details-bottom .post-info-share {
  flex-grow: 0;
}
.single-post .saxon-post .post-details-bottom .post-info-tags {
  flex-grow: 0;
  max-width: 50%;
  overflow: hidden;
  position: relative;
}

/*
* 17. Social share and profiles
*/

/* Post social share */
.post-social-wrapper {
  display: inline-block;
}
.post-social-wrapper .post-social {
  display: inline-block;
}
.post-social-wrapper .post-social-title {
  display: inline-block;
  color: #b6b6b6;
  display: none;
}
.post-social-wrapper .post-social a {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 25px;
}
.post-social-wrapper .post-social a:hover {
  color: #1f5dea;
}

/* Social profiles icons */
.social-icons-wrapper a {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 5px;
  color: #000000;
}
.social-icons-wrapper a:hover {
  color: #1f5dea;
}
.social-icons-wrapper a:first-child {
  margin-left: 0;
}

/*
* 18. Navigation and paging
*/

/* Default blog navigation */
.navigation-paging {
  margin-bottom: 60px;
}
.navigation-paging .nav-post-prev,
.navigation-paging .nav-post-next {
  padding: 0;
}
.navigation-paging .nav-post-prev a,
.navigation-paging .nav-post-next a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #e2e3e7;
  padding: 15px 30px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.navigation-paging .nav-post-next {
  text-align: right;
}
.navigation-paging a:hover {
  color: #1f5dea;
}
.comments-area .navigation-paging {
  margin-top: 30px;
}
.comments-area .navigation-paging .nav-text {
  display: none;
}
.comments-area .navigation-paging .nav-previous,
.comments-area .navigation-paging .nav-next {
  width: 50%;
  padding: 0;
}
.comments-area .navigation-paging .nav-next {
  text-align: right;
}
.comments-area .navigation-paging .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.comments-area .navigation-paging .nav-previous a,
.comments-area .navigation-paging .nav-next a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #e2e3e7;
  padding: 15px 30px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.comments-area .navigation-paging .nav-previous a:hover,
.comments-area .navigation-paging .nav-next a:hover {
  color: #1f5dea;
}

/* WP-PageNavi plugin blog navigation */
.navigation-paging .wp-pagenavi {
  margin: 0 auto;
  border: 1px solid #e2e3e7;
  padding: 15px 30px;
  width: auto;
  display: table;
  text-align: center;
  min-width: 330px;
}
.navigation-paging .wp-pagenavi span.pages {
  display: none;
}
.navigation-paging .wp-pagenavi a {
  color: #000000;
}
.navigation-paging .wp-pagenavi a:hover {
  color: #1f5dea;
}
.navigation-paging .wp-pagenavi a,
.navigation-paging .wp-pagenavi span.current,
.navigation-paging .wp-pagenavi span.extend {
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  min-width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  border: none;
  font-weight: normal;
  font-weight: bold;
}
.navigation-paging .wp-pagenavi span.extend {
  color: #9c9c9c;
}
.navigation-paging .wp-pagenavi span.current {
  color: #1f5dea;
}
.navigation-paging .wp-pagenavi a.last,
.navigation-paging .wp-pagenavi a.first {
  width: 100px;
}

/* Single post navigation */
.navigation-post {
  position: relative;
  margin-bottom: 60px;
}
.navigation-post:before {
  content: ' ';
  left: 50%;
  border-right: 1px solid #e2e3e7;
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
}
.navigation-post .nav-post-name {
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
}
.navigation-post .nav-post-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold !important;
  font-size: 12px;
  color: #000000;
}
.navigation-post .nav-post-prev,
.navigation-post .nav-post-next {
  display: flex;
  align-items: center;
}
.navigation-post .nav-post-prev:hover .nav-post-name,
.navigation-post .nav-post-next:hover .nav-post-name {
  color: #1f5dea;
}
.navigation-post + .clear + .comments-area {
  margin-top: 40px;
}
.navigation-post a.nav-post-title-link {
  color: #000000;
  padding: 0 30px 0;
  text-align: left;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.navigation-post .nav-post-prev.no-image a.nav-post-title-link {
  margin-left: -15px;
}
.navigation-post .nav-post-next.no-image a.nav-post-title-link {
  margin-right: -15px;
}
.navigation-post .nav-post-prev a.nav-post-title-link,
.navigation-post .nav-post-next a.nav-post-title-link {
  flex-grow: 1;
}
.navigation-post .nav-post-prev a.nav-post-title-link {
  padding-left: 0;
  text-align: left;
  margin-left: 0;
}
.navigation-post .nav-post-next a.nav-post-title-link {
  padding-right: 0;
  text-align: right;
  margin-right: 0;
}
.navigation-post a.nav-post-title-link:hover {
  color: #000000;
}
.navigation-post a.nav-post-title-link,
.navigation-post a.nav-post-title-link:hover {
  text-decoration: none;
}
.navigation-post .saxon-post .saxon-post-image-wrapper {
  width: 88px;
  height: 88px;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  flex-shrink: 0;
}
.navigation-post .saxon-post.nav-post-prev .saxon-post-image-wrapper {
  margin-left: -15px;
  margin-right: 30px;
}
.navigation-post .saxon-post.nav-post-next .saxon-post-image-wrapper {
  margin-right: -15px;
  margin-left: 30px;
}

/* Pagination in single post/page */
.page-links {
  clear: both;
  padding: 10px 15px;
  background-color: #eff0f4;
}
.page-links a {
  text-decoration: none;
}

/*
* 19. Plugins and scripts styles overrides
*/

/*
* 19.1. OWL Carousel slider script
*/
body .owl-theme .owl-controls {
  text-align: center;
  margin-top: 0;
}
body .owl-theme .owl-controls .owl-nav div {
  background: transparent;
  position: absolute;
  top: 50%;
  opacity: 1;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
body .owl-theme .owl-controls .owl-nav div.owl-prev:after,
body .owl-theme .owl-controls .owl-nav div.owl-next:after {
  line-height: 50px;
  font-size: 14px;
  display: inline-block;
  font-family: 'fontawesome';
}
body .owl-theme .owl-controls .owl-nav div.owl-prev:after {
  content: '';
}
body .owl-theme .owl-controls .owl-nav div.owl-next:after {
  content: '';
}
body .owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 30px;
}
body .owl-theme .owl-controls .owl-nav div.owl-next {
  right: 30px;
}
body .owl-theme .owl-controls .owl-nav div.owl-prev:hover,
body .owl-theme .owl-controls .owl-nav div.owl-next:hover {
  color: #ffffff;
  background-color: #1f5dea;
}
body .owl-theme .owl-controls .owl-page span {
  background-color: #ffffff;
  opacity: 0.7;
  border-radius: 3px;
  border: none;
}
body .owl-theme .owl-controls .owl-page.active span,
body .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #1f5dea;
  opacity: 1;
}
body .owl-theme .owl-controls .owl-pagination {
  position: relative;
  top: -50px;
}
body .owl-theme .owl-controls {
  opacity: 0;
}
body .owl-theme:hover .owl-controls {
  opacity: 1;
}

/* OWL Pagination styles */
body .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  width: 20%;
  bottom: 17px;
  position: relative;
  opacity: 1;
}
body .owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
  display: block;
  height: 3px;
  transition: opacity 200ms ease 0s;
  width: 100%;
  border-right: 1px solid #fff;
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  background: #1f5dea;
}

/*
* 19.2. Select2 script
*/
body .select2-container .select2-choice {
  border-color: #e2e3e7;
  background: #ffffff;
  color: #000000;
  padding: 8px 10px 5px 15px;
  height: auto;
  font-weight: normal;
  height: 45px;
}
body .select2-container .select2-choice:hover {
  text-decoration: none;
}
body .select2-search {
  padding: 0;
}
body .select2-search input {
  border-color: #e2e3e7;
  color: #000000;
  background: #f5f5f5;
  font-size: 13px;
  padding: 14px 20px 14px 40px;
  line-height: 15px;
}
body .select2-search:before {
  content: '';
  display: inline-block;
  font-family: 'fontawesome';
  font-size: 15px;
  left: 15px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
body .select2-drop-active {
  border-color: #e2e3e7;
}
body .select2-results {
  background: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e2e3e7;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-drop.select2-drop-above.select2-drop-active {
  border: none;
  border-radius: 0 !important;
}
body .select2-results .select2-result-label {
  padding: 7px 14px;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px dotted #e2e3e7;
}
body .select2-results .select2-result:last-child .select2-result-label {
  border-bottom: 0;
}
body .select2-container .select2-choice .select2-arrow {
  width: 35px;
  background: none;
  border: none;
  text-align: left;
}
body .select2-container .select2-choice .select2-arrow b {
  display: none;
}
body .select2-container .select2-choice .select2-arrow:after {
  content: '';
  display: inline-block;
  font-family: 'fontawesome';
  margin-left: 15px;
  margin-top: 9px;
}
body .header-menu .select2-container .select2-choice .select2-arrow:after {
  margin-top: 2px;
}
body .search-bar .select2-container .select2-choice .select2-arrow:after {
  margin-top: 7px;
}
body .select2-drop {
  background-color: #ffffff;
  color: #989898;
}
body .select2-results .select2-highlighted {
  background: #ffffff;
  color: #1f5dea;
}
body .select2-drop-active {
  border: none;
}
body .select2-container-active .select2-choice,
body .select2-container-active .select2-choices {
  border-color: #e2e3e7;
}
body .select2-dropdown-open.select2-drop-above .select2-choice,
body .select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #e2e3e7;
  border-radius: 0 !important;
}
body .select2-dropdown-open.select2-drop-above .select2-results {
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-container-multi.select2-container-active .select2-choices {
  border: none;
}
body .select2-results .select2-no-results,
.select2-results .select2-searching,
body .select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #fff;
  font-size: 13px;
  padding: 14px;
}
body .select2-container--default .select2-selection--single {
  border-color: #e2e3e7;
  padding: 6px 10px 5px 15px;
  height: auto;
  font-weight: normal;
  height: 40px;
}

/*
* 19.3. Pretty Photo script
*/
.pp_pic_holder.pp_woocommerce .pp_description {
  display: none !important;
}
.pp_nav .currentTextHolder {
  position: relative;
  top: -6px;
}
a.pp_expand {
  transition: none;
  -webkit-transition: none;
}

/*
* 19.4. Contact form 7 plugin
*/
.wpcf7-form input[type='text'],
.wpcf7-form input[type='password'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea {
  width: 100%;
  margin-bottom: 30px;
}

/*
* 19.5. Instagram plugin
*/
#sb_instagram {
  position: relative;
}
#sb_instagram .sbi_photo_wrap {
  overflow: hidden;
}
#sb_instagram #sbi_load {
  margin: 0 !important;
  padding: 0 !important;
}
#sb_instagram .sbi_load_btn,
#sb_instagram .sbi_follow_btn {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
#sb_instagram .sbi_follow_btn a {
  margin-top: 0 !important;
}
#sb_instagram .sb_instagram_header {
  padding: 15px !important;
}
#sb_instagram img {
  width: 100%;
}

/*
* 19.6. IceGram popups plugin
*/
body .mfp-bg {
  opacity: 0.3;
}
body .ig_popup {
  width: 40%;
}
body .ig_popup.ig_inspire {
  background-size: cover;
  background-position: center center;
}
body .ig_form_container .ig_form_els input {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  height: 40px !important;
  border-radius: 1px;
}
body .ig_popup.ig_inspire .ig_button,
body .ig_popup.ig_inspire input[type='submit'],
body .ig_popup.ig_inspire input[type='button'] {
  background: #1f5dea;
  font-size: 10px !important;
  font-weight: normal;
  border-radius: 1px;
}
body .ig_popup.ig_inspire .ig_button:hover,
body .ig_popup.ig_inspire input[type='submit']:hover,
body .ig_popup.ig_inspire input[type='button']:hover {
  background: #000000;
  box-shadow: none;
}
body .ig_popup.ig_inspire .ig_close {
  opacity: 0.8;
  background: #000000;
  height: 40px;
  width: 40px;
}
body .ig_popup.ig_inspire .ig_close:after {
  color: #ffffff;
  content: '×';
  font-size: 30px;
  font-family: Arial;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

/*
* 19.7. Mailchimp plugin
*/
body .mc4wp-form .mc4wp-alert {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
}
body .mc4wp-form button[type='submit'] {
  display: inline-block !important;
  margin-left: 15px;
}
.widget .mc4wp-form {
  text-align: center;
}
.widget .mc4wp-form input[type='email'] {
  width: 100%;
}
.widget .mc4wp-form button[type='submit'] {
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-left: 0;
}

/*
* 19.8. Cookie Consent plugin
*/
body #catapult-cookie-bar {
  background: #eff0f4;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15),
    0px 5px 17px -2px rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  width: 310px;
  bottom: 20px;
  font-size: 14px;
  color: #3f3f3f;
  top: auto;
}
body #catapult-cookie-bar h3 {
  display: none;
}
body #catapult-cookie-bar button {
  padding: 13px 30px;
  margin-top: 15px;
  width: 100%;
}
body #catapult-cookie-bar a {
  color: #868686;
  display: block;
}

/*
* 20. WooCommerce styles
*/
/* Product listing */
.woocommerce-shop {
  margin-bottom: 30px;
  margin-top: 30px;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  display: inline-block;
  background: #ff5959;
  font-weight: normal;
  line-height: 50px;
  top: 30px;
  left: 30px;
  min-height: 0;
  min-width: 0;
  padding: 3px 8px;
  line-height: 1.75;
  right: auto;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  border-radius: 0px !important;
}
.woocommerce ul.products li.product .onsale {
  left: 20px;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button:hover {
  border: none;
}
.woocommerce .shop_table + header,
.woocommerce header.title {
  background: none;
  margin: 0 !important;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  display: inline-block;
}
.woocommerce table.shop_attributes td {
  padding: 5px;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.woocommerce table.shop_table,
#add_payment_method #payment,
.woocommerce-checkout #payment {
  border-radius: 0 !important;
  background: #eff0f4;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  color: #000000;
}
.woocommerce ul.products li.product .button {
  width: 100%;
}

/* Sale badge */
.woocommerce-page span.onsale {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* Cart, Checkout */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 150px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 10px;
}
.woocommerce #ship-to-different-address label {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce #ship-to-different-address-checkbox {
  position: absolute;
  bottom: 7px;
}
#ship-to-different-address {
  position: relative;
}
.woocommerce .order_details {
  background: #eff0f4;
  padding: 15px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  height: auto;
  margin-left: 0;
  margin-right: 30px;
  width: 100px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  margin-bottom: 5px;
  color: #000000;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
  color: #1f5dea;
}
.woocommerce table.shop_attributes td {
  padding: 5px;
}
.woocommerce .cart-empty {
  text-align: center;
}
.woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
}
.woocommerce ul.order_details {
  display: flex;
}

/* Messages */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #eff0f4;
}
.content-block > .woocommerce-notices-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  display: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}

/* Tabs */
body.woocommerce div.product .woocommerce-tabs ul.tabs *,
body.woocommerce div.product .woocommerce-tabs ul.tabs *:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs *:after {
  border-radius: 0;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0;
  background: #eff0f4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
}

/* Single product */
.single-product div.product p.price {
  font-size: 25px;
}
.woocommerce .product_meta > span {
  display: block;
}
.woocommerce div.product .product_title {
  font-size: 36px;
}
.woocommerce ul.products li.product .price {
  color: #000000;
  font-size: 1em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000000;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
}
.woocommerce .reset_variations {
  display: none !important;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce .quantity .qty {
  width: 70px;
}
.woocommerce .woocommerce-product-gallery__wrapper img {
  border-width: 1px !important;
  border-color: #e2e3e7 !important;
}
.woocommerce .woocommerce-product-gallery__wrapper .gallery-item {
  width: 33.33% !important;
}

/* Forms */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  line-height: 26px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
  border-radius: 0;
  padding: 0;
  border: 0;
}
.added_to_cart.wc-forward {
  margin-top: 15px;
  width: 100%;
}
.button.add_to_cart_button {
  width: 100%;
}
.woocommerce input.button,
.woocommerce a.button {
  font-weight: normal;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
  top: 0 !important;
}
.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
  border: none !important;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  right: 13px;
  top: 13px;
}
.woocommerce .button,
.woocommerce .button:hover {
  border: none !important;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding: 14px 30px;
  color: #ffffff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
  background-color: #cccccc;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}

/* Images */
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* My account */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #000000;
  text-decoration: none;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
  padding: 15px 30px;
  border: 1px solid #e2e3e7;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  font-size: 14px;
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span:focus {
  background: none;
  margin-right: 10px;
  font-weight: bold;
  padding: 5px;
  color: #000000;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #1f5dea;
}

/* Widgets */
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  width: 100%;
}
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
  text-decoration: none;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-top: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce a.remove:hover {
  color: #000000 !important;
  background: transparent;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #000000;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 11px;
}

/*
* 21. Gutenberg styles
*/
@media only screen and (min-width: 768px) {
  .col-md-12 .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .col-md-12 .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  .col-md-12 .alignwide img,
  .col-md-12 .alignfull img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .col-md-12 .alignwide iframe,
  .col-md-12 .alignfull iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-md-12 .alignwide iframe,
  .col-md-12 .alignfull iframe {
    width: auto;
    height: auto;
  }
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text figure {
    margin-bottom: 30px !important;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
p.has-drop-cap:not(:focus):first-letter {
  font-size: 6em;
  font-weight: normal;
}
.wp-block-embed:not(.is-type-video) > div {
  display: inline-block;
}
.wp-block-embed.is-type-video {
  text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 520px;
}
.wp-block-embed.wp-block-embed-facebook.alignleft,
.wp-block-embed.wp-block-embed-facebook.alignright {
  max-width: 350px;
}
.wp-block-embed.wp-block-embed-wordpress.alignleft,
.wp-block-embed.wp-block-embed-wordpress.alignright {
  max-width: 600px;
}
.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
  margin-bottom: 20px;
}
.wp-block-separator {
  border-top: 1px solid #e2e3e7;
  border-bottom: none;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}
.wp-block-separator.is-style-dots {
  border: none;
  width: 100%;
}
.wp-block-separator.is-style-wide {
  width: 100%;
}
.wp-block-categories {
  list-style: none;
  padding-left: 0;
}
.wp-block-categories li {
  list-style: none;
}
.wp-block-latest-posts {
  list-style: none;
  padding-left: 0;
}
.wp-block-latest-posts:not(.is-grid) li {
  margin-bottom: 16px;
}
.wp-block-latest-posts a {
  background: #eff0f4;
  padding: 5px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.wp-block-pullquote {
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.wp-block-pullquote p {
  font-size: 20px;
}
.wp-block-pullquote blockquote {
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.wp-block-pullquote blockquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.wp-block-pullquote blockquote:before {
  line-height: 84px;
  font-size: 100px;
  margin-bottom: -20px;
}
.wp-block-quote.is-large {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  text-align: center;
}
.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wp-block-pullquote.alignwide:before,
.wp-block-pullquote.alignfull:before {
  left: 50%;
  margin-left: -15px;
  margin-top: -65px;
}
.wp-block-button {
  margin-bottom: 30px;
}
.wp-block-button.download-button a.wp-block-button__link:before {
  content: '\f019';
  margin-right: 15px;
  display: inline-block;
  font-family: 'fontawesome';
}
.wp-block-button.download-button a.wp-block-button__link {
  font-size: 22px;
  padding: 15px 25px;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 5px;
}
.wp-block-columns .wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-columns .wp-block-column:first-child {
  padding-left: 0;
}
.wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
}
.wp-block-columns.has-2-columns.has-small-column .wp-block-column:nth-child(n) {
  flex-basis: 30%;
}
.wp-block-columns.has-2-columns.has-small-column
  .wp-block-column:nth-child(2n) {
  flex-basis: 70%;
}
.wp-block-media-text h1,
.wp-block-media-text h2,
.wp-block-media-text h3,
.wp-block-media-text h4,
.wp-block-media-text h5 {
  margin-top: 0 !important;
}
.wp-block-table {
  border: 1px solid #e2e3e7;
}
.wp-block-table td {
  border: none;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  margin-bottom: 25px;
}
.wp-block-table.aligncenter {
  width: 100%;
  text-align: left;
}
.wp-block-table.alignleft,
.wp-block-table.alignright {
  width: auto;
}
.wp-block-table tr td {
  border-color: #e2e3e7;
}
.wp-block-table tr:nth-child(2n + 1) td {
  background: #eff0f4;
}
.wp-block-table.is-style-stripes {
  border: 1px solid #e2e3e7;
}
.wp-block-table.is-style-stripes td {
  border: 1px solid #e2e3e7;
}

/*
* 22. Banners management
*/
.saxon-bb-block {
  overflow: hidden;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.saxon-bb-block img,
.saxon-bb-block iframe {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.saxon-bb-block p {
  margin: 0;
}
.saxon-bb-block.saxon-bb-block-posts_loop_middle {
  margin-bottom: 30px;
}
.saxon-bb-block.saxon-bb-block-below_header {
  margin-bottom: 30px;
  margin-top: 0;
}
.saxon-bb-block.saxon-bb-block-footer {
  margin-bottom: 40px;
}
.saxon-bb-block.saxon-bb-block-above_footer {
  margin-bottom: 50px;
}
.saxon-bb-block.saxon-bb-block-posts_loop_bottom {
  margin-bottom: 30px;
  padding: 0;
  overflow: visible;
}
.saxon-bb-block.saxon-bb-block-single_post_top {
  margin-bottom: 30px;
  padding: 0;
}
.saxon-bb-block.saxon-bb-block-single_post_bottom {
  margin-top: 30px;
  padding: 0;
}
.saxon-bb-block.saxon-bb-block-inside_header {
  padding: 0;
}
.saxon-bb-block.saxon-bb-block-404 {
  margin-bottom: 30px;
}

/*
* 23. Image animations
*/
.blog-enable-images-animations .saxon-post-image-wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.blog-enable-images-animations
  .saxon-post-image-wrapper:hover
  .saxon-post-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
[data-aos] {
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari fix */
}
.author-bio[data-aos] {
  -webkit-mask-image: none;
}

/*
* 24. Rounded corners
*/
.blog-style-corners-rounded input,
.blog-style-corners-rounded input.input-text,
.blog-style-corners-rounded select,
.blog-style-corners-rounded textarea,
.blog-style-corners-rounded .btn,
.blog-style-corners-rounded .btn:focus,
.blog-style-corners-rounded input[type='submit'],
.blog-style-corners-rounded.woocommerce #content input.button,
.blog-style-corners-rounded.woocommerce #respond input#submit,
.blog-style-corners-rounded.woocommerce a.button,
.blog-style-corners-rounded.woocommerce button.button,
.blog-style-corners-rounded.woocommerce input.button,
.blog-style-corners-rounded.woocommerce-page #content input.button,
.blog-style-corners-rounded.woocommerce-page #respond input#submit,
.blog-style-corners-rounded.woocommerce-page a.button,
.blog-style-corners-rounded.woocommerce-page button.button,
.blog-style-corners-rounded.woocommerce-page input.button,
.blog-style-corners-rounded.woocommerce a.added_to_cart,
.blog-style-corners-rounded.woocommerce-page a.added_to_cart,
.blog-style-corners-rounded.woocommerce ul.products li.product a img,
.blog-style-corners-rounded.woocommerce table.shop_table,
.blog-style-corners-rounded.woocommerce-checkout #payment,
.blog-style-corners-rounded.woocommerce .order_details,
.blog-style-corners-rounded.woocommerce ul.cart_list li img,
.blog-style-corners-rounded.woocommerce ul.product_list_widget li img,
.blog-style-corners-rounded.woocommerce .woocommerce-error,
.blog-style-corners-rounded.woocommerce .woocommerce-info,
.blog-style-corners-rounded.woocommerce .woocommerce-message,
.blog-style-corners-rounded.woocommerce ul.products li.product a img,
.blog-style-corners-rounded.woocommerce nav.woocommerce-pagination ul,
.blog-style-corners-rounded #add_payment_method #payment,
.blog-style-corners-rounded .wp-block-button a.wp-block-button__link,
.blog-style-corners-rounded .post-password-form,
.blog-style-corners-rounded .comment-meta .reply a,
.blog-style-corners-rounded .pingback .comment-body,
.blog-style-corners-rounded .nav > li .sub-menu,
.blog-style-corners-rounded .mainmenu-mobile-toggle i,
.blog-style-corners-rounded .container-page-item-title,
.blog-style-corners-rounded .container-page-item-title.with-bg .col-overlay,
.blog-style-corners-rounded .sidebar .widget_tag_cloud .tagcloud a,
.blog-style-corners-rounded .sidebar .widget_product_tag_cloud .tagcloud a,
.blog-style-corners-rounded .sidebar .widget .post-categories a,
.blog-style-corners-rounded .sidebar .widget.widget_saxon_social_icons a,
.blog-style-corners-rounded
  .sidebar
  .widget.widget_saxon_text
  .saxon-textwidget,
.blog-style-corners-rounded
  .saxon-featured-categories-wrapper
  .saxon-featured-category,
.blog-style-corners-rounded .saxon-post .saxon-post-image-wrapper,
.blog-style-corners-rounded .saxon-post .saxon-post-wrapper-inner,
.blog-style-corners-rounded .saxon-post .saxon-post-image,
.blog-style-corners-rounded .saxon-post .post-categories a,
.blog-style-corners-rounded .saxon-subscribe-block,
.blog-style-corners-rounded .saxon-postline-block,
.blog-style-corners-rounded
  .blog-post-single
  .format-link
  .entry-content
  a:not(.more-link),
.blog-style-corners-rounded .blog-post-single .blog-post-thumb,
.blog-style-corners-rounded .blog-post-single .blog-post-media,
.blog-style-corners-rounded
  .blog-post-single
  .blog-post-media.blog-post-media-gallery
  img,
.blog-style-corners-rounded .author-bio,
.blog-style-corners-rounded.single-post .post-worthreading-post-wrapper,
.blog-style-corners-rounded.single-post .post-worthreading-post-container,
.blog-style-corners-rounded.single-post .blog-post-single .tags a,
.blog-style-corners-rounded .navigation-paging .nav-post-prev a,
.blog-style-corners-rounded .navigation-paging .nav-post-next a,
.blog-style-corners-rounded .navigation-paging .wp-pagenavi,
.blog-style-corners-rounded .page-links,
body.blog-style-corners-rounded .owl-theme .owl-controls .owl-nav div,
body.blog-style-corners-rounded #catapult-cookie-bar,
.blog-style-corners-rounded .wp-block-latest-posts a,
.blog-style-corners-rounded .wp-block-image img,
.blog-style-corners-rounded .wp-block-gallery img,
.blog-style-corners-rounded .wp-block-cover,
.blog-style-corners-rounded .wp-block-cover.has-background-dim:before,
.blog-style-corners-rounded p.has-background,
body.blog-style-corners-rounded .select2-container .select2-choice,
body.blog-style-corners-rounded
  .select2-container--default
  .select2-selection--single,
.blog-style-corners-rounded .comments-area .navigation-paging .nav-previous a,
.blog-style-corners-rounded .comments-area .navigation-paging .nav-next a,
.blog-style-corners-rounded .post-review-block,
.blog-style-corners-rounded .post-review-block .post-review-criteria-progress,
.blog-style-corners-rounded
  .post-review-block
  .post-review-button-wrapper
  .post-review-button-icon {
  border-radius: 5px;
}
.blog-style-corners-rounded.woocommerce span.onsale,
.blog-style-corners-rounded.woocommerce ul.products li.product .onsale {
  border-radius: 5px !important;
}

.blog-style-corners-rounded-large input,
.blog-style-corners-rounded-large input.input-text,
.blog-style-corners-rounded-large select,
.blog-style-corners-rounded-large textarea,
.blog-style-corners-rounded-large .btn,
.blog-style-corners-rounded-large .btn:focus,
.blog-style-corners-rounded-large input[type='submit'],
.blog-style-corners-rounded-large.woocommerce #content input.button,
.blog-style-corners-rounded-large.woocommerce #respond input#submit,
.blog-style-corners-rounded-large.woocommerce a.button,
.blog-style-corners-rounded-large.woocommerce button.button,
.blog-style-corners-rounded-large.woocommerce input.button,
.blog-style-corners-rounded-large.woocommerce-page #content input.button,
.blog-style-corners-rounded-large.woocommerce-page #respond input#submit,
.blog-style-corners-rounded-large.woocommerce-page a.button,
.blog-style-corners-rounded-large.woocommerce-page button.button,
.blog-style-corners-rounded-large.woocommerce-page input.button,
.blog-style-corners-rounded-large.woocommerce a.added_to_cart,
.blog-style-corners-rounded-large.woocommerce-page a.added_to_cart,
.blog-style-corners-rounded-large.woocommerce ul.products li.product a img,
.blog-style-corners-rounded-large.woocommerce table.shop_table,
.blog-style-corners-rounded-large.woocommerce-checkout #payment,
.blog-style-corners-rounded-large.woocommerce .order_details,
.blog-style-corners-rounded-large.woocommerce ul.cart_list li img,
.blog-style-corners-rounded-large.woocommerce ul.product_list_widget li img,
.blog-style-corners-rounded-large.woocommerce .woocommerce-error,
.blog-style-corners-rounded-large.woocommerce .woocommerce-info,
.blog-style-corners-rounded-large.woocommerce .woocommerce-message,
.blog-style-corners-rounded-large.woocommerce ul.products li.product a img,
.blog-style-corners-rounded-large.woocommerce nav.woocommerce-pagination ul,
.blog-style-corners-rounded-large #add_payment_method #payment,
.blog-style-corners-rounded-large .wp-block-button a.wp-block-button__link,
.blog-style-corners-rounded-large .post-password-form,
.blog-style-corners-rounded-large .comment-meta .reply a,
.blog-style-corners-rounded-large .pingback .comment-body,
.blog-style-corners-rounded-large .nav > li .sub-menu,
.blog-style-corners-rounded-large .mainmenu-mobile-toggle i,
.blog-style-corners-rounded-large .container-page-item-title,
.blog-style-corners-rounded-large
  .container-page-item-title.with-bg
  .col-overlay,
.blog-style-corners-rounded-large .sidebar .widget_tag_cloud .tagcloud a,
.blog-style-corners-rounded-large
  .sidebar
  .widget_product_tag_cloud
  .tagcloud
  a,
.blog-style-corners-rounded-large .sidebar .widget .post-categories a,
.blog-style-corners-rounded-large .sidebar .widget.widget_saxon_social_icons a,
.blog-style-corners-rounded-large
  .sidebar
  .widget.widget_saxon_text
  .saxon-textwidget,
.blog-style-corners-rounded-large
  .saxon-featured-categories-wrapper
  .saxon-featured-category,
.blog-style-corners-rounded-large .saxon-post .saxon-post-image-wrapper,
.blog-style-corners-rounded-large .saxon-post .saxon-post-wrapper-inner,
.blog-style-corners-rounded-large .saxon-post .saxon-post-image,
.blog-style-corners-rounded-large .saxon-post .post-categories a,
.blog-style-corners-rounded-large .saxon-subscribe-block,
.blog-style-corners-rounded-large .saxon-postline-block,
.blog-style-corners-rounded-large
  .blog-post-single
  .format-link
  .entry-content
  a:not(.more-link),
.blog-style-corners-rounded-large .blog-post-single .blog-post-thumb,
.blog-style-corners-rounded-large .blog-post-single .blog-post-media,
.blog-style-corners-rounded-large
  .blog-post-single
  .blog-post-media.blog-post-media-gallery
  img,
.blog-style-corners-rounded-large .author-bio,
.blog-style-corners-rounded-large.single-post .post-worthreading-post-wrapper,
.blog-style-corners-rounded-large.single-post .post-worthreading-post-container,
.blog-style-corners-rounded-large.single-post .blog-post-single .tags a,
.blog-style-corners-rounded-large .navigation-paging .nav-post-prev a,
.blog-style-corners-rounded-large .navigation-paging .nav-post-next a,
.blog-style-corners-rounded-large .navigation-paging .wp-pagenavi,
.blog-style-corners-rounded-large .page-links,
body.blog-style-corners-rounded-large .owl-theme .owl-controls .owl-nav div,
body.blog-style-corners-rounded-large #catapult-cookie-bar,
.blog-style-corners-rounded-large .wp-block-latest-posts a,
.blog-style-corners-rounded-large .wp-block-image img,
.blog-style-corners-rounded-large .wp-block-gallery img,
.blog-style-corners-rounded-large .wp-block-cover,
.blog-style-corners-rounded-large .wp-block-cover.has-background-dim:before,
.blog-style-corners-rounded-large p.has-background,
body.blog-style-corners-rounded-large .select2-container .select2-choice,
body.blog-style-corners-rounded-large
  .select2-container--default
  .select2-selection--single,
.blog-style-corners-rounded-large
  .comments-area
  .navigation-paging
  .nav-previous
  a,
.blog-style-corners-rounded-large .comments-area .navigation-paging .nav-next a,
.blog-style-corners-rounded-large .post-review-block,
.blog-style-corners-rounded-large
  .post-review-block
  .post-review-criteria-progress,
.blog-style-corners-rounded-large
  .post-review-block
  .post-review-button-wrapper
  .post-review-button-icon {
  border-radius: 15px;
}
.blog-style-corners-rounded-large.woocommerce span.onsale,
.blog-style-corners-rounded-large.woocommerce ul.products li.product .onsale {
  border-radius: 15px !important;
}

/*
* 24. Predefined CSS classes for manual use
*/
.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-top-large {
  margin-top: 50px;
}
.margin-bottom-large {
  margin-bottom: 50px;
}
.text-color-grey {
  color: #acacac;
}

/*
* 25. Responsive oEmbed
*/
.blog-post-media:not(.blog-post-media-gallery) {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.blog-post-media:not(.blog-post-media-gallery) iframe,
.blog-post-media:not(.blog-post-media-gallery) object,
.blog-post-media:not(.blog-post-media-gallery) .embed .embed-container object,
.embed-container .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container {
  margin-bottom: 30px;
}
.post-excerpt .embed-container {
  height: auto;
  padding-bottom: 0;
}
/* Other */
body .kirki-customizer-loading-wrapper {
  background-image: none !important;
}
