/*
Theme Name: SEO Buddy 2026
Author: SEOBuddy Team
Author URI:
Version: 1
Description: The Official SEOBuddy Blog
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seobuddy2
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('css/banners.css');

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.share-blog, .category-drop, .share-blog-inner, .sidebar-list, .aw-head-right ul, .header-nav, .over-footer .menu, .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .social-networks:after {
  content: '';
  display: block;
  clear: both; }

.flex, .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

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

.c-full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tdn, .post-category > a, .categories-select a, .header-nav a {
  text-decoration: none !important; }

.after, .post-text-wrap h1:after, .post-text-wrap .h1:after,
.post-text-wrap h2:after, .post-text-wrap .h2:after,
.post-text-wrap h3:after, .post-text-wrap .h3:after,
.post-text-wrap h4:after, .post-text-wrap .h4:after,
.post-text-wrap h5:after, .post-text-wrap .h5:after,
.post-text-wrap h6:after, .post-text-wrap .h6:after,
.post-text-wrap .h:after, .active-category:after, .sidebar-list a:after, .header-nav > li:after, .burger-btn > div:after, .burger-btn > div:before, .close-menu:after, .close-menu:before {
  content: '';
  display: block;
  position: absolute; }

.tr2, .post-category > a, .share-blog > li > a, .active-category, .header-nav a {
  -webkit-transition: .2s;
  transition: .2s; }

.tr3, .categories-select a {
  -webkit-transition: .3s;
  transition: .3s; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #404a5c;
  background: #fff;
  font: 20px/1.3 "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 479px) {
    body {
      font-size: 18px; } }

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

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.3em; }

blockquote {
  border-left: 4px solid #bcc3d0;
  padding-left: .5em;
  margin-left: 1.3em; }

th, td {
  border: 1px solid #bcc3d0;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #bcc3d0;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #404a5c; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #bcc3d0; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #bcc3d0; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #bcc3d0; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #bcc3d0; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #bcc3d0; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.3em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 210px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #404a5c;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.3em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.3em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.3em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.3em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #404a5c;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px 7px;
    text-decoration: none;
    font-size: 16px; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.3em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      background: #404a5c;
      display: block;
      color: #fff;
      border-radius: 3px;
      color: #fff;
      padding: 5px 10px 7px;
      text-decoration: none;
      font-size: 16px;
      border-radius: 3px; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #bcc3d0;
  padding: .4em;
  margin-bottom: 1.3em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.3em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.3em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.3em; }

.mejs-container {
  margin-bottom: 1.3em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #bcc3d0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: 'Nunito';
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #404a5c; }

.post-text-wrap h1, .post-text-wrap .h1,
.post-text-wrap h2, .post-text-wrap .h2,
.post-text-wrap h3, .post-text-wrap .h3,
.post-text-wrap h4, .post-text-wrap .h4,
.post-text-wrap h5, .post-text-wrap .h5,
.post-text-wrap h6, .post-text-wrap .h6,
.post-text-wrap .h {
  margin-top: 10px;
  font-weight: 900;
  position: relative;
  padding-top: 22px;
  word-break: break-word;
  margin-bottom: 20px; }
  .post-text-wrap h1:after, .post-text-wrap .h1:after,
  .post-text-wrap h2:after, .post-text-wrap .h2:after,
  .post-text-wrap h3:after, .post-text-wrap .h3:after,
  .post-text-wrap h4:after, .post-text-wrap .h4:after,
  .post-text-wrap h5:after, .post-text-wrap .h5:after,
  .post-text-wrap h6:after, .post-text-wrap .h6:after,
  .post-text-wrap .h:after {
    top: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #bcc3d0; }

.post-text-wrap h1:after, .post-text-wrap .h1:after {
  background-color: #f6651e;
  width: 64px;
  height: 4px; }

.post-text-wrap h2, .post-text-wrap .h2 {
  margin-bottom: 38px;
}

.post-text-wrap h2:after, .post-text-wrap .h2:after {
  width: 37px;
  height: 4px;
  border-radius: 4px;
  top: auto;
  bottom: -10px;
  background:#ff691f;
}

.post-text-wrap h3 {
  padding-left: 50px;
}

.post-text-wrap h3:after, .post-text-wrap .h3:after {
  width: 4px;
  height: 30px;
  border-radius: 4px;
  top: 24px;
  left: 30px;
  bottom: auto;
  background: #4078dd;
}

h1, .h1 {
  font-size: 25px; }
  @media (min-width: 480px) {
    h1, .h1 {
      font-size: 40px; } }

h2, .h2 {
  font-size: 22px; }
  @media (min-width: 480px) {
    h2, .h2 {
      font-size: 30px; } }

h3, .h3 {
  font-size: 20px; }
  @media (min-width: 480px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #4078dd;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

.home-text-block {
  text-align: center;
  background-color: #f8fafc;
  padding: 76px 0 80px; }

.home-text {
  padding-bottom: 38px; }

div.posts-wrap {
  padding-bottom: 25px; }

.post-wrap {
  padding: 0 16px;
  margin-bottom: 58px; }
  @media (min-width: 768px) {
    .post-wrap {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 70px;
      letter-spacing: normal;
      font-size: 20px; } }

.post-block {
  position: relative;
  overflow: hidden;
  box-shadow: 0 33px 38px -27px rgba(100, 159, 227, 0.32); }
  @media (min-width: 1024px) {
    .post-block {
      padding-bottom: 189px; } }

@media (min-width: 1024px) {
  .desktop .post-block:hover {
    box-shadow: 0 33px 38px -27px rgba(246, 101, 30, 0.33); } }

.post-min-title {
  margin-bottom: 3px;
  font-weight: bold;
  display: inline-block; }
  @media (min-width: 1024px) {
    .post-min-title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
  }
  @media (min-width: 768px) {
    .post-min-title {
      margin-top: -3px;
      line-height: 1.2;
      min-height: 48px;
      overflow: hidden;
      position: relative; } }

.post-image-wrap {
  display: block;
  padding-bottom: 61%;
  overflow: hidden;
  position: relative;
  border-radius: 3px 3px 0 0;
  background-color: #404a5c; }

.post-hidden-descr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 5; }
  @media (max-width: 1023px) {
    .post-hidden-descr {
      display: none; } }

.post-image {
  position: absolute;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
.author-avatar img {
  width: 80px;
}
.post-descr-wrap {
  padding: 15px 17px 5px;
  background-color: #fff; }
  @media (min-width: 560px) {
    .post-descr-wrap {
      padding: 20px 20px 5px; } }
  @media (min-width: 1024px) {
    .post-descr-wrap {
      padding: 28px 30px 10px;
      bottom: 0;
      left: 0;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      position: absolute;
      width: 100%; } }
  .post-descr-wrap .meta-left {
    font-size: 13px;
    color: #81868d;
    margin: 10px;
    margin-left: 0;
    float: none; }
  .post-descr-wrap .meta-author {
    margin-bottom: -2px; }
  .post-descr-wrap .author-avatar > img {
    width: 36px;
    margin-right: 8px; }

.post-category {
  margin-bottom: 16px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-category > a {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    color: #fff;
    background-color: #f6651e;
    padding: 4px 11px;
    border-radius: 12px;
    font-size: 12px; }
    .post-category > a:hover {
      background-color: #e95107; }

.to-post-link {
  position: absolute;
  bottom: -4px;
  right: 0;
  display: block;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  .to-post-link > img {
    -webkit-transition: .2s;
    transition: .2s; }
  .to-post-link:hover > img {
    opacity: .7; }

.short-text {
  font-size: 14px;
  height: 36px;
  overflow: hidden;
  padding: 0 32px 58px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px); }

.share-blog {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding-left: 23px;
  padding-bottom: 12px; }
  .share-blog > li {
    padding: 8px;
    display: inline-block; }
    .share-blog > li > a:hover {
      opacity: .7; }

.pager-wrap .pagination {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center; }

.posts-loader {
  text-align: center;
  opacity: 0;
  visibility: hidden; }
  .posts-loader.active {
    opacity: 1;
    visibility: visible; }

.loader-gif {
  display: inline-block;
  margin-bottom: 20px; }

.navigation .page-numbers {
  background-color: #f6651e;
  color: #fff;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  min-width: 28px;
  transition: .2s;
}
.navigation .page-numbers.dots {
  background-color: transparent !important;
  color: #000;
  padding: 6px 2px;
  min-width: 10px;
}
.navigation .page-numbers.prev,
.navigation .page-numbers.next {
  background-color: #f6651e;
}
.navigation .page-numbers.prev:hover,
.navigation .page-numbers.next:hover {
  background-color: #be4104;
  opacity: 1;
  text-decoration: none;
}
.navigation .page-numbers.current {
  background-color: #be4104;
  cursor: default;
}
.navigation .page-numbers:hover {
  background-color: #be4104;
  text-decoration: none;
}

.new-posts-blocks.active .post-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.new-posts-blocks .post-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: .9s;
  transition: .9s; }

div.categories-select-wrap {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 28px;
  position: relative;
  z-index: 50; }
  @media (min-width: 1024px) {
    div.categories-select-wrap {
      padding-top: 62px;
      padding-bottom: 42px; } }

.select-text {
  display: inline-block;
  text-align: left;
  font-size: 23px; }
  .select-text > * {
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 1024px) {
    .select-text {
      font-size: 40px; } }
  @media (max-width: 559px) {
    .select-text > span {
      display: block;
      text-align: center;
      margin-bottom: 2px; }
    .select-text .categories-select {
      position: relative;
      left: 7px; } }

.active-category {
  padding: 0 62px 5px 0;
  position: relative;
  cursor: pointer; }
  .active-category:hover {
    opacity: .8; }
  .active-category:after {
    width: 40px;
    height: 40px;
    background: url(images/Select-1.svg) center/contain no-repeat;
    right: 22px;
    top: 50%;
    margin-top: -24px; }
    @media (min-width: 1024px) {
      .active-category:after {
        margin-top: -34px;
        width: 63px;
        height: 63px;
        right: 0; } }

.categories-select {
  max-width: 100%;
  color: #f6651e;
  position: relative; }
  .categories-select a {
    color: #767b83;
    font-size: 18px;
    display: block;
    padding: 9px 13px; }
    @media (min-width: 1024px) {
      .categories-select a {
        font-size: 21px;
        padding: 11px 18px; } }
    .categories-select a:hover {
      color: #f6651e;
      background-color: #f8fafc; }

.category-drop {
  width: 250px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: .15s;
  transition: .15s;
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.25); }
  @media (min-width: 1024px) {
    .category-drop {
      width: 282px; } }
  .category-drop.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: .4s;
    transition: .4s; }

@media (min-width: 1600px) {
  .socs-sidebar {
    position: relative;
    left: -120px; } }

.share-blog-inner > li {
  margin-bottom: 8px; }

  .share-blog-inner > li:last-of-type {
    margin-bottom: 0;
  }

.share-blog-inner {
  display: flex;
  flex-direction: column;
}

.share-blog-inner .share-li {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.share-blog-inner .share-li span {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: 0px;
  color: #272727;
}

.share-blog-inner .share-btn {
  width: 50px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-blog-inner .share-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.share-blog-inner .share-btn a:hover svg {
  fill: #000;
}
.share-blog-inner .share-btn.share-fb {
  background-color: #6686cb;
}
.share-blog-inner .share-btn.share-fb svg {
  width: 12px;
  height: 21px;
  transition: all.2s ease;
  fill: #fff;
}
.share-blog-inner .share-btn.share-twitter svg {
  width: 18px;
  height: 15px;
  fill: #fff;
}
.share-blog-inner .share-btn.share-in svg {
  width: 13px;
  height: 12px;
  fill: #fff;
}
.share-blog-inner .share-btn.share-twitter {
  background-color: #28c5f6;
}
.share-blog-inner .share-btn.share-in {
  background-color: #3a9bdc;
}

@media (min-width: 1024px) {
  .share-blog-inner {
    position: fixed;
    } }

@media (max-width: 1023px) {
  .share-blog-inner {
    flex-direction: row;
  }
    .share-blog-inner > li {
      display: inline-block;
      vertical-align: top;
      margin-left: 8px;
      }
    .share-blog-inner .share-li {
      margin-right: 15px;
    }

    }

.post-left-block h1 {
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 17px; }

@media (min-width: 1024px) {
  .post-left-block {
    width: calc(100% - 330px);
    float: left;
    padding-left: 50px; } }

@media (min-width: 1600px) {
  .post-left-block {
    /*width: calc(100% - 448px);*/
    width: calc(100% - 397px);
    padding-left: 0; } }

@media (min-width: 1024px) {
  .post-right-block {
    float: right;
    position: relative;
    width: 280px; } }

@media (min-width: 1600px) {
  .post-right-block {
    width: 304px; } }

.post-side-banner-wrap {
  margin-bottom: 95px;
}
@media (max-width: 1023px) {
  .post-side-banner-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 95px;
  }
}
.post-side-banner-wrap img {
  width: 100%;
}

.sidebar-blocks {
  margin-bottom: 70px; }
  @media (min-width: 1024px) {
    .sidebar-blocks.fixed-blocks .subscribe-block-wrap,
    .sidebar-blocks.fixed-blocks .post-side-banner-wrap,
    .sidebar-blocks.fixed-blocks .trial-block-wrap {
      width: 280px;
    }
    .sidebar-blocks {
      position: fixed;
      width: 280px;
      margin-bottom: 0; } }
  @media (min-width: 1600px) {
    .sidebar-blocks.fixed-blocks .subscribe-block-wrap,
    .sidebar-blocks.fixed-blocks .trial-block-wrap,
    .sidebar-blocks.fixed-blocks .post-side-banner-wrap,
    .sidebar-blocks {
      width: 304px; }
  }
  .blog-inner-sidebar > span {
    font-size: 16px;
    color: #f6651e;
    margin-bottom: 20px;
    display: block; }
@media (min-width: 1024px) {
  .sidebar-blocks.near-footer {
    position: absolute;
    bottom: 20px;
  }
  .sidebar-blocks,
  .sidebar-blocks.sidebar-notfixed {
    position: relative !important;
    top: 0;
    left: 0;
  }
  .sidebar-blocks.fixed-blocks .trial-block-wrap {
    position: fixed;
    z-index: 10;
  }
  .sidebar-blocks.fixed-blocks .subscribe-block-wrap {
  }

}

.sidebar-list a {
  display: block;
  border: 1px solid #e3e7ef;
  color: #404a5c;
  border-left: 4px solid #bcc3d0;
  padding: 13px 50px 13px 20px;
  font-size: 16px;
  margin-bottom: 8px;
  position: relative; }
  .sidebar-list a:hover {
    border-left-color: #f6651e; }
  .sidebar-list a:after {
    width: 6px;
    height: 8px;
    background: url(images/min-arrow.svg) center/contain no-repeat;
    right: 20px;
    top: 50%;
    margin-top: -4px; }

@media (min-width: 560px) {
  .meta-left {
    float: left;
    margin-right: 20px; } }

@media (min-width: 1024px) {
  .meta-left {
    margin-bottom: 26px; } }

.meta-right {
  margin-top: 4px; }
  @media (min-width: 560px) {
    .meta-right {
      float: right;
      margin-top: 15px; } }

.meta-info-wrap {
  font-size: 14px;
  color: #767b84; }
  .meta-info-wrap a {
    color: #404a5c; }
  @media (max-width: 1023px) {
    .meta-info-wrap {
      margin-bottom: 21px; } }

.author-avatar > img {
  margin-right: 16px;
  border-radius: 50%; }

.post-text-wrap p {
  line-height: 1.5;
  margin: 0 0 1.4em; }

.wp-block-pullquote {
  margin-top: 10px;
  padding: 0;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 40px;
  text-align: left; }
  .wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0; }
  .wp-block-pullquote p {
    line-height: 40px; }
  @media (max-width: 479px) {
    .wp-block-pullquote {
      margin-bottom: 0; }
      .wp-block-pullquote p {
        line-height: 1.5;
        font-size: 22px; } }

@media (max-width: 479px) {
  .wp-block-image .alignleft {
    float: none;
    margin: 0 auto 20px; } }

.wp-block-quote {
  font-style: italic;
  border-left: 4px solid #3a3a3a;
  margin-left: 0;
  padding-left: .8em; }

.sub {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  color: #f6651e; }
  @media (min-width: 480px) {
    .sub {
      font-size: 24px; } }

.navigation-single {
  margin: 68px 0 60px; }

.wp-block-media-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 24px; }
    @media (max-width: 479px) {
      .wp-block-media-text .wp-block-media-text__content {
        margin-top: 20px; } }
  @media (max-width: 479px) {
    .wp-block-media-text {
      display: block; } }

.author-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "PT Sans";
  margin: 45px 0 70px; }

.aw-left-col {
  width: 104px;
  min-width: 104px; }

.aw-right-col {
  width: 100%; }

.aw-head-left {
  margin-right: 10px;
  margin-bottom: 1.4em; }

.aw-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 559px) {
    .aw-head {
      min-height: 90px; } }
  @media (max-width: 459px) {
    .aw-head {
      display: block; } }

.about-the-author {
  color: #818ca1;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.aw-author {
  color: #404a5c;
  font-size: 21px;
  font-weight: 700; }

.aw-team {
  display: inline-block;
  color: #fd6820;
  font-size: 14px; }
  .aw-team:before {
    content: '|';
    font-size: 19px;
    color: #333;
    margin: 0 8px 0 3px; }

.job-position {
  font-size: 17px; }
  .job-position p {
    margin-bottom: 0; }

.aw-author-bio {
  color: #818ca1;
  font-size: 17px;
  line-height: 25px; }
  @media (max-width: 459px) {
    .aw-author-bio {
      margin-left: -104px; } }
  .aw-author-bio a {
    font-weight: 700;
    color: #4078dd;
    text-decoration: underline; }
    .aw-author-bio a:hover {
      text-decoration: none; }

.aw-head-right {
  color: #818ca1;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media (max-width: 459px) {
    .aw-head-right {
      margin-top: -10px; } }
  .aw-head-right ul {
    text-align: right;
    margin-top: 5px; }
    @media (max-width: 459px) {
      .aw-head-right ul {
        text-align: left; } }
    .aw-head-right ul > li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 1px; }
      @media (max-width: 459px) {
        .aw-head-right ul > li {
          margin-left: 0;
          margin-right: 2px; } }
      .aw-head-right ul > li a {
        display: block; }
        .aw-head-right ul > li a:hover img {
          -webkit-transform: translateY(-2px);
              -ms-transform: translateY(-2px);
                  transform: translateY(-2px); }
  .aw-head-right img {
    width: 24px;
    -webkit-transition: .2s;
    transition: .2s; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100; }
  .header .container-big {
    height: 56px; }

@media (min-width: 782px) {
  .admin-bar .header {
    top: 32px; } }

.custom-logo-link img {
  max-width: 187px; }

.show-menu .header-nav-wrap {
  -webkit-transform: translateX(350px);
      -ms-transform: translateX(350px);
          transform: translateX(350px); }

.show-menu .menu-overlay {
  opacity: 1;
  visibility: visible; }

.show-menu.mobile body, .show-menu.tablet body {
  overflow: hidden; }

.show-menu.iphone body, .show-menu.ipad body {
  position: fixed;
  left: 0;
  width: 100%; }

@media (max-width: 767px) {
  .header-nav-wrap {
    position: fixed;
    background-color: #fff;
    z-index: 30;
    left: -350px;
    top: 0;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.15);
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    padding: 28px 60px 70px 25px; }
    .header-nav-wrap .header-nav a {
      font-size: 20px;
      display: inline-block;
      margin-bottom: 7px; } }

.menu-overlay {
  position: fixed;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden; }

.header-nav a {
  color: #404a5c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700; }
  .header-nav a:hover {
    color: #f6651e; }

@media (min-width: 768px) {
  .header-nav {
    padding-bottom: 3px;
    padding-right: 27px;
    text-align: right; }
    .header-nav > li {
      display: inline-block;
      vertical-align: top;
      margin-left: 49px;
      position: relative; }
      .header-nav > li:first-child {
        margin-left: 20px; }
        .header-nav > li:first-child:after {
          display: none; }
      .header-nav > li:after {
        width: 1px;
        height: 24px;
        background-color: #e3e7ef;
        top: 3px;
        left: -27px; } }

.burger-btn {
  width: 32px;
  height: 30px; }
  .burger-btn > div {
    width: 90%;
    height: 2px;
    position: relative;
    margin-top: 7px;
    margin-left: 5%;
    background-color: #404a5c; }
    .burger-btn > div:after, .burger-btn > div:before {
      background-color: inherit;
      height: inherit;
      width: 100%;
      top: 7px; }
    .burger-btn > div:before {
      top: 14px; }
  @media (min-width: 768px) {
    .burger-btn {
      display: none; } }

.close-menu {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3; }
  .close-menu:after, .close-menu:before {
    width: 3px;
    height: 20px;
    background-color: #404a5c;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-menu:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .close-menu {
      display: none; } }

.footer-modul {
  background-color: #fff;
  color: #455360; }
  .footer-modul a {
    color: #455360; }
  .footer-modul .container-big {
    width: 1600px; }

.footer-inner {
  padding: 53px 0;
  border-top: 1px solid #a1a1a1; }

.over-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 41px; }
  @media (max-width: 1199px) {
    .over-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .over-footer .over-left, .over-footer .over-right {
    width: calc(50% - 110px); }
    @media (max-width: 1199px) {
      .over-footer .over-left, .over-footer .over-right {
        width: 100%; } }
  .over-footer .over-right {
    overflow: hidden;
    padding-left: 40px; }
    @media (max-width: 1299px) {
      .over-footer .over-right {
        padding-left: 0; } }
    @media (max-width: 1199px) {
      .over-footer .over-right {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (min-width: 1500px) {
      .over-footer .over-right {
        padding-left: 130px; } }
  .over-footer .over-left {
    padding-right: 80px; }
    @media (max-width: 1299px) {
      .over-footer .over-left {
        padding-right: 0; } }
    @media (max-width: 1199px) {
      .over-footer .over-left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        text-align: center;
        margin: 0 0 30px; } }
  .over-footer .col {
    float: left;
    width: 33.33333%;
    padding-left: 10px; }
    @media (max-width: 1199px) {
      .over-footer .col {
        padding: 0 8px;
        text-align: center; } }
    @media (max-width: 767px) {
      .over-footer .col {
        width: 100%;
        margin-bottom: 36px;
         } }
  .over-footer h2 {
    margin: 0 0 14px;
    font-family: "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (max-width: 1199px) {
      .over-footer h2 {
        font-size: 36px; } }
    @media (max-width: 1199px) {
      .over-footer h2 {
        font-size: 28px; } }
  .over-footer .btn {
    min-width: 216px;
    margin: 0 0 22px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 24px;
    border-radius: 8px;
    box-shadow: none; }
    @media (max-width: 1199px) {
      .over-footer .btn {
        min-width: 188px; } }
  .over-footer .info-footer {
    display: block;
    font-size: 16px; }
    .over-footer .info-footer span {
      font-weight: 700;
      font-family: 'Nunito'; }
    .over-footer .info-footer a {
      color: #50c5dc;
      margin-left: 7px;
      font-family: "Poppins", "Arial", "Helvetica Neue"; }
      .over-footer .info-footer a:hover {
        color: #4078dd;
        text-decoration: none; }
  .over-footer .title-menu {
    font: 12px/12px "Poppins", "Arial", "Helvetica Neue";
    text-transform: uppercase;
    margin: 11px 0 27px;
    display: block; }
  .over-footer .menu li {
    margin: 0 0 8px; }
  .over-footer .menu a {
    color: #455360;
    text-decoration: none;
    font-size: 16px;
    font-family: "Poppins", "Arial", "Helvetica Neue"; }
    .over-footer .menu a:hover {
      color: #999; }

.logo-footer {
  width: 178px;
  padding: 0 10px; }
  @media (max-width: 1199px) {
    .logo-footer {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin: 0 0 20px; } }
  .logo-footer a {
    display: block; }
  .logo-footer img {
    width: 100%; }

.over-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .over-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.over-bottom:after {
  content: '';
  width: 340px;
}
.social-networks {
  text-align: center;
   }
  @media (max-width: 1023px) {
   /* .social-networks {
      margin: 0 0 25px;
      width: 100%;
      text-align: center; }*/
      .social-networks > li {
        float: none !important;
        display: inline-block;
        vertical-align: top; } }
  .social-networks li {
    float: left;
    margin: 2px; }
  .social-networks a {
    text-decoration: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #d8d8d8;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s; }
    .social-networks a:hover {
      background: #455360; }

.copyright {
  font: 300 14px/25px "Poppins", "Arial", "Helvetica Neue";
  display: block;
  padding-right: 10px;
   }
  @media (max-width: 767px) {
    .copyright {
      margin-bottom: 23px;
      padding-right: 0;
    }
  }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.main-content-wrap {
  background: url(images/main-bg-min.png) top center repeat-x; }

.container,
.container-big {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 100%; }

.container {
  width: 1122px; }

.container-big {
  width: 1344px; }

.row {
  margin: 0 -16px; }
  @media (min-width: 768px) {
    .row {
      letter-spacing: -.36em;
      font-size: 0; } }

.main-content-wrap {
  border-top: 8px solid #f6651e;
  margin-top: 56px; }

.btn {
  border-radius: 3px;
  background-color: #f6651e;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 24px;
  min-width: 160px;
  text-align: center;
  box-shadow: 0 11px 34px -8px rgba(255, 105, 31, 0.5); }
  .btn:hover {
    background-color: #e95107;
    box-shadow: 0 2px 34px -8px rgba(255, 105, 31, 0.5); }

.breadcrumbs {
  font-size: 14px;
  color: #767b84;
  padding: 31px 0; }
  .breadcrumbs a {
    color: #767b84; }

.simple-page {
  margin-bottom: 40px; }
  @media (min-width: 560px) {
    .simple-page {
      margin-bottom: 70px; } }

#spa {
  -webkit-transition: .5s;
  transition: .5s; }

.start-anim #spa {
  opacity: 0;
  visibility: hidden; }

.socs-sidebar,
.categories-select-wrap {
  -webkit-transition: .4s;
  transition: .4s; }

.post-right-block,
.post-left-block {
  -webkit-transition: .6s;
  transition: .6s; }

.desktop .start-anim .hide-spa .socs-sidebar {
  -webkit-transform: translateY(-140px);
      -ms-transform: translateY(-140px);
          transform: translateY(-140px); }

.desktop .start-anim .hide-spa .categories-select-wrap {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px); }

.desktop .start-anim .hide-spa .post-left-block {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.desktop .start-anim .hide-spa .post-right-block {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

@media print {
  body {
    overflow: visible; }
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.sidebar-block {
  border-radius: 8px;
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  padding: 40px 22px 24px;
}
.sidebar-block-wrap {
  padding: 30px 13px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 12px;
}
.trial-block .sidebar-img {
  position: relative;
  left: 14px;
}
.trial-block-wrap:before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 120%;
  left: -10%;
  top: -47px;
  height: 100%;
}
.sidebar-block-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 206px;
  border-radius: 8px;
  background-color: #f8fafc;
}
.sidebar-img {
  text-align: center;
  margin-top: -141px;
}
.sidebar-title {
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  text-align: center;
  line-height: 1.2;
  padding-top: 9px;
  margin-bottom: 20px;
}
.trial-list {
  padding-left: 0;
  font-size: 12px;
  list-style: none;
  margin-bottom: 20px;
}
.trial-list>li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 9px;
}
.trial-list>li:after {
  content:'';
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000 url(images/check.svg) 2px 2px / 6px no-repeat;
  background-color: #4078dd;
}
.subscribe-block-wrap {
  margin-top: 87px;
  margin-bottom: 40px;
}
.subscribe-block .sidebar-img {
  margin-top: -118px;
}
.sidebar-block-wrap .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  text-transform: none;
  border-radius: 8px;
  width: 100%;
}
.sidebar-sub-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 13px;
}
.sidebar-block-wrap .btn:hover {
  text-decoration: none;
}
.subscribe-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #4078dd;
  margin-bottom: 13px;
}
.trial-block-wrap {
  margin-top: 58px;
}
.subscribe-title.sidebar-title {
  padding-top: 13px;
  margin-bottom: 13px;
}
.trial-block .btn {
  transition: all .5s;
    background-image: linear-gradient(to right,#FF512F 0,#F09819 51%,#FF512F 100%);
    background-size: 200% auto;
    background-color: transparent;
}
.trial-block .btn:hover {
  background-position: right center;
  box-shadow: 0 11px 22px -8px rgba(255, 105, 31, 0.3);
}
.subscribe-block .btn {
  background-image: linear-gradient(259deg, #4078dd 50%, #50c5dc);
  box-shadow: 0 11px 24px -8px rgba(72, 160, 220, 0.5);
  background-size: 170% auto;
  transition: .5s;
}
.subscribe-block .btn:focus {
  outline: none;
}
.subscribe-block .btn:hover {
  /*background-image: linear-gradient(259deg, #50c5dc, #4078dd);*/
  background-size: 340% auto;
  box-shadow: 0 6px 24px -8px rgba(72, 160, 220, 0.3);
}
.subscribe-block input {
  color: #272727;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  height: 60px;
  border-radius: 8px;
  border: solid 1px #979797;
  margin-bottom: 10px;
  width: 100%;
}
.subscribe-block input:focus {
  outline: none;
  border-color: #000;
}
.blog-inner-sidebar {
  padding-left: 13px;
}
.send-process {
  position: relative;
}
.send-process:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url(images/loader.gif) center no-repeat;
  z-index: 10;
}
.subscribe-success>* {
  opacity: 0;
  visibility: hidden;
}
.subscribe-thanks {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
    font-weight: 700;
    color: #0e9f19;
}
.subscribe-success>.subscribe-thanks {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .trial-block-wrap {
    margin-top: 40px;
  }
  .post-right-block {
    height: auto !important;
  }
  .subscribe-block-wrap,
  .trial-block-wrap,
  .blog-inner-sidebar {
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  .sidebar-blocks {
    max-width: 400px;
    margin: 0 auto;
  }
  .post-left-block.post-text-wrap {
    position: relative;
    z-index: 10;
  }
}

/* post custom blocks */
.custom-text-and-image-block {
  background-color: #f5fbff;
  font-family: 'Nunito';
  color: #414a5c;
  padding: 32px 30px;
  margin: 30px 0;
}
.custom-text-and-image-block:first-child {
  margin-top: 0;
}

.custom_sub_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.custom-text-and-image-block h2 {
  font-family: 'Nunito';
  color: #414a5c;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}
.custom-text-and-image-block h2:after {
  display: none;
}
.custom-text ol {
  padding-left: 21px;
  padding-top: 3px;
}
.custom-text ol>li {
  margin-bottom: 5px;
}
.custom-cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-image-col {
  width: 94%;
  text-align: right;
  padding-left: 10px;
}
.chapters-block-title:after {
  display: none;
  font-weight: bold;
}
.chapters-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px -20px 30px;
  list-style: none;
  padding-left: 0;
}
.chapters-list a {
  text-decoration: none;
  color: #414a5c;
  font-size: 13px;
  font-weight: normal;
}
.list-text {
  font-size: 17px;
  font-weight: bold;
}
.list-image {
  height: 170px;
  position: relative;
  margin-bottom: 20px;
}
.list-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -84px;
  width: 168px;
  height: 168px;
  background-color: #f5fbff;
  border-radius: 50%;
}
.list-image img {
  max-height: 170px;
  position: relative;
  z-index: 5;
}
.custom-text ul {
  font-size: 17px;
  padding-left: 15px;
}
.text-col-content h2 {
  padding-right: 20px;
}
.custom-text p {
  padding-right: 30px;
}
.custom-text ul>li {
  margin-bottom: 11px;
}
.custom-text-col {
  display: flex;
  align-items: center;
}
.text-col-content h2 {
  padding-top: 16px;
}
.chapters-block-title.h2 {
  font-weight: bold;
}
.chapters-block-title.h2:after {
  display: none;
}
.chapters-list>li {
  width: 33.33333%;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 41px;
}
audio, canvas, progress, video {
  max-width: 100%;
}
@media (min-width: 1360px) {
  .custom-text ul {
    min-width: 416px;
  }
  .custom-text-col {
    min-width: 48%;
  }
  .block-padding-50px {
    padding: 32px 30px 32px 50px;
  }
  .chapters-list {
    margin: 32px -30px 30px;
  }
}
@media (max-width: 768px) {
  .custom-cols {
    display: block;
  }
  .custom-image-col {
    text-align: center;
    margin:  20px 0 0;
  }
  .chapters-list>li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .chapters-list>li {
    width: 100%;
  }
  .chapters-block-title.h2 {
    text-align: center;
  }
  .custom-text-and-image-block {
    padding: 28px 20px;
  }
  .custom_sub_title {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */

.section.comments {
  font-family: 'Open Sans', sans-serif;
}
.section.comments .holder h2 {
  padding: 0;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #191919;
}

.section.comments .holder h2::after {
  width: 100%;
  height: 1px;
  background-color: #a2aab9;
}

.section.comments .holder h2 span {
  font-size: 24px;
 font-weight: bold;
 letter-spacing: 0px;
 color: #ff6e00;
}

.section.comments .holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section.comments .holder .share-blog-inner {
  padding-top: 25px;
  padding-bottom: 32px;
  position: static;
  flex-direction: row;
}

.section.comments .holder .share-blog-inner li {
  margin: 0;
  margin-right: 8px;
}

.section.comments .holder .share-blog-inner li:last-of-type {
  margin-right: 0;
}

.section.comments .avatar-holder {
  margin: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}

.section.comments .avatar-holder img {
  object-fit: cover;
  width: 100%;
}

.section.comments .name-date-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.section.comments .name-date-holder .author-name {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #191919;
}

.section.comments .name-date-holder .author-name a {
  color: #191919;
}

.section.comments .name-date-holder .date{
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #a1a1a1;
}

.section.comments .comment-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #191919;
  margin-bottom: 16px;
}

.section.comments .comment-text p {
  margin-bottom: 15px;
}

.section.comments .comment-text p:last-of-type {
  margin-bottom: 0;
}

.section.comments .reply-delete-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.section.comments .reply-delete-holder {

}

.section.comments .reply-link a, .section.comments .delete-btn {
  padding: 3px 9px;
  border-radius: 5px;
  border: solid 1px #4078dd;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none !important;
  color: #4078dd;
  transition: all.2s ease;
}

.section.comments .reply-link a {
  margin-right: 10px;
}

.section.comments .reply-link a:hover {
  color: #fff;
  background-color: #4078dd;
}

.section.comments .delete-btn {
  color: #eb5635;
  border-color: #eb5635;
}

.section.comments .delete-btn:hover {
  background-color: #eb5635;
  color: #fff;
}

.section.comments .comment + .commentlist-item .comment {
  border-left: 2px solid #e9e8ed;
  padding-left: 16px;
}

.commentlist-item .commentlist-item {
  padding-top: 32px;
  padding-left: 82px;
}

@media screen and (max-width: 768px) {
  .commentlist-item .commentlist-item {
    padding-left: 15px;
  }
}

.commentlist {
  margin: 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #e9e8ed;
}

.commentlist > .commentlist-item > .commentlist-item {
  padding-top: 52px !important;
  padding-left: 68px !important;
}

@media screen and (max-width: 768px) {
  .commentlist > .commentlist-item > .commentlist-item {
    padding-left: 15px !important;
  }
}

.commentlist > .commentlist-item:not(:first-of-type) {
  padding-top: 47px !important;
}

.section.respond {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.section.respond h3, .comment-respond h3 {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #191919;
  margin-bottom: 8px;
}

.comment-respond h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 10px;
}

.comment-respond h3 small {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: right;
}

.comment-respond h3 small a {
  color: #ff6e00;
  border-bottom: 1px solid #ff6e00;
  text-decoration: none !important;
  transition: all.2s ease;
}

.comment-respond h3 small a:hover {
  border-bottom-color: rgba(0,0,0,0);
}

.comment-respond {
  padding-top: 47px;
}

.section.respond h3::after, .comment-respond h3::after {
  display: none;
}

.comment-form .logged-in-as, .comment-form .comment-notes, .comment-form .comment-form-cookies-consent label{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #272727;
  margin-bottom: 24px;
}

.comment-form .logged-in-as a{
  color: #272727;
}

.comment-form p {
  margin: 0;
}

.comment-form input {
  padding: 12px 16px;
}

.comment-form textarea, .comment-form input[type='text'] {
  margin: 0;
  max-width: 100%;
}

.comment-form textarea, .comment-form input {
  margin: 0;
  border-radius: 5px;
  border: solid 1px #d4d4d4;
  background-color: #ffffff;
  outline: none;
  width: 100%;
  max-width: 100%;
  transition: all.2s ease;
  font-size: 15px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

.comment-form textarea {
  resize: none;
  height: 199px;
  margin-bottom: 21px;
  padding: 14px 16px;
}

@media screen and (max-width: 768px) {
  .comment-form textarea {
    margin-bottom: 10px;
  }
}

.comment-form textarea::placeholder, .comment-form input::placeholder {
  color: #a1a1a1;
}

.comment-form textarea:focus, .comment-form input:focus, .comment-form textarea:hover, .comment-form input:hover {
  border-color: #4078dd;
}

.comment-form input {
  margin-bottom: 24px !important;
}

@media screen and (max-width: 768px) {
  .comment-form input {
    margin-bottom: 10px !important;
  }
}

.comment-form .comment-form-url input {
  margin-bottom: 21px;
}

.comment-form .holder {
  display: flex;
  align-items: flex-start;
}

.comment-form .holder p {
  width: 100%;
  margin-right: 19px;
}

@media screen and (max-width: 768px) {
  .comment-form .holder p {
    margin-right: 10px;
  }
}

.comment-form .holder p:last-of-type {
  margin-right: 0;
}

.comment-form .form-submit input[type="submit"] {
  border-radius: 5px;
  background-color: #4078dd;
  text-align: center;
  width: 100%;
  width: 158px;
  transition: all.2s ease;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  height: auto;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .comment-form .form-submit input[type="submit"] {
    font-size: 16px;
  }
}

.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 21px;
}

.comment-form .comment-form-cookies-consent input {
  margin: 0;
  margin-right: 19px;
  width: auto;
  margin-top: 4px;
}

.comment-form .comment-form-cookies-consent label {
  margin: 0;
  padding: 0;
}

.commentlist > .commentlist-item .comment-awaiting-moderation {
  opacity: 0.5;
}

.commentlist > .commentlist-item .comment-awaiting-moderation .comment-text {
  border-radius: 5px;
  background-color: rgba(255, 153, 75, 0.1);
  padding: 15px 18px;

  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #ff6e00;
}
.author-name-link,
.avatar-link {
  cursor: pointer;
}
.author-name-link:hover {
  color: #000 !important;
}

.post-side-banner-wrap {
  z-index: 7;
}
/*===========*/
#toc_container {
  width: 100%;
  background: #F8FAFC 0% 0% no-repeat padding-box;
  border: 1px solid #E5E8F0;
  border-radius: 16px;
  padding: 32px 32px 10px;
}
#toc_container p.toc_title {
  font-size: 0;
  text-align: left;
}
#toc_container .toc_title span {
  display: none;
}
#toc_container p.toc_title:before {
  content: 'Table of Contents:';
  color: var(--unnamed-color-8cadea);
  text-align: left;
  font: normal normal bold 24px/39px Nunito;
  letter-spacing: 0px;
  color: #8CADEA;
}
#toc_container ul.toc_list a {
  color: #404A5C;
  transition: .2s;
  display: inline-block;
  margin-bottom: 10px;
}
#toc_container ul {
  margin-bottom: 7px;
}
#toc_container ul ul {
  margin-top: 7px;
}
#toc_container ul.toc_list ul ul a {
  margin-bottom: 15px;
}
#toc_container ul.toc_list a span {
  color: #FF691F;
}
#toc_container ul.toc_list a:hover {
  text-decoration: none;
  color: #8CADEA;
}
#toc_container ul.toc_list a.toc_number {
  color: #FF691F;
}
#toc_container ul.toc_list>li>a>span:after {
  content: '.';
}
#toc_container p.toc_title+ul.toc_list {
  margin-top: 1.2em;
}
/*h2*/
#toc_container ul.toc_list>li>a {
  font: normal normal bold 20px/36px Nunito;
  margin-bottom: 8px;
}
/*h3*/
#toc_container ul.toc_list>li>ul>li>a {
  font: normal normal bold 18px/28px Nunito;
  margin-bottom: 4px;
}
/*h4*/
#toc_container ul.toc_list>li>ul>li>ul>li>a {
  font: normal normal bold 16px/0px Nunito;
}
/*h5*/
#toc_container ul.toc_list>li>ul>li>ul>li>ul>li>a {
  font: normal normal bold 16px/20px Nunito;
}
/*h6*/
#toc_container ul.toc_list>li>ul>li>ul>li>ul>li>ul>li>a {
  font: normal normal bold 16px/20px Nunito;
}
@media (max-width: 768px) {
  #toc_container {
    padding: 10px 16px 10px;
  }
  /*h2*/
  #toc_container ul.toc_list>li>a {
    font: normal normal bold 20px/26px Nunito;
    margin-bottom: 9px;
  }
  /*h3*/
  #toc_container ul.toc_list>li>ul>li>a {
    font: normal normal bold 18px/21px Nunito;
    margin-bottom: 4px;
  }
  /*h4*/
  #toc_container ul.toc_list>li>ul>li>ul>li>a {
    font: normal normal bold 16px/0px Nunito;
  }
  /*h5*/
  #toc_container ul.toc_list>li>ul>li>ul>li>ul>li>a {
    font: normal normal bold 16px/19px Nunito;
  }
  /*h6*/
  #toc_container ul.toc_list>li>ul>li>ul>li>ul>li>ul>li>a {
    font: normal normal bold 16px/19px Nunito;
  }
}
/*==================*/
.pb-block-1.promotion-banner .title:after {
  content: '🔗';
  color: #04004D;
  margin-left: 4px;
}
.pb-block-1.promotion-banner .text {
  font-size: 17px;
  width: 100%;
  max-width: 866px;
  margin: 38px auto 33px;
  font-weight: 600;
  font-family: 'Open Sans';
  letter-spacing: -.2px;
}
.pb-block-1.promotion-banner .btn-big {
  max-width: 340px;
}
.pb-block-1.promotion-banner .pb-person-block {
  margin: 47px auto 33px;
  max-width: 576px;
  position: relative;
}
.pb-block-1.promotion-banner .pb-person-block .text {
  margin: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  text-align: left;
  color: #204479;
  font-size: 13px;
  padding-bottom: 17px;
}
.pb-block-1.promotion-banner .pb-person-block .text p {
  line-height: 20px;
}
.pb-block-1.promotion-banner .pb-person-block .text-title {
  padding-left: 27px;
  font-weight: 700;
  color: #204479;
  margin-bottom: 10px;
  font-size: 13px;
  padding-top: 9px;
  min-height: 25px;
}
.pb-block-1.promotion-banner .like-amount {
  padding: 4px 10px 5px 33px;
  font-weight: 700;
  color: #204479;
  right: 16px;
}
.pb-block-1.promotion-banner .like-amount:after {
  background: url(images/heart.svg) center / contain no-repeat;
  width: 12px;
  height: 12px;
  z-index: 3;
  left: 7px;
  top: 5px;
}
.pb-block-1.promotion-banner .like-amount:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-color: #FE5251;
  border-radius: 50%;
}
.pb-block-1.promotion-banner .pb-person-block>img {
  position: absolute;
  box-shadow: 0px 8px 16px #0000000F;
  border: 2px solid #F8FAFC;
  width: 48px;
  height: 48px;
  left: -17px;
  top: -20px;
  z-index: 4;
  margin-right: 0;
}
@media (max-width: 700px) {
  .pb-block-1.promotion-banner .pb-person-block>img {
    left: 0px;
    top: -8px;
  }
}
.wp-block-image.border-image{
  border: 4px solid #cccccc;
}
.wp-block-image.border-image figure{
  margin: 0 auto;
  padding: 20px 40px;
}
.wp-block-image.border-image-nospace figure{
  margin: 0 auto;
}
.wp-block-image.border-image-nospace figure img{
  border: 4px solid #cccccc;
}
.aw-team-link a{
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
.aw-team-link a:hover{
  text-decoration: none;
}