@media only screen and (min-width: 768px) {
  body.single-post {
    overflow-y: unset !important;
  }
}

.post-img-header {
  /*background-image: url("/wp-content/themes/global/images/banner-header.jpg");
  height: 90px;
  background-size: cover;*/
  margin-top: 65px;
}

.post-breadcrumb {
  margin-top: 35px;
  margin-bottom: 15px;
}
.post-breadcrumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  padding-left: 0 !important;
}
.post-breadcrumb ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.post-breadcrumb ul li a {
  font-size: 14px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #00A1E4;
}
@media only screen and (min-width: 768px) {
  .post-breadcrumb ul li a {
    font-size: 19px;
  }
}
.post-breadcrumb ul li:after {
  content: ">";
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}
.post-breadcrumb ul li:last-child:after {
  display: none;
}

.post-main {
  display: flex;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  gap: 40px;
  font-family: "Lato";
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1220px) {
  .post-main {
    flex-wrap: unset;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.post-main .author-box-single {
  padding-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .post-main .author-box-single {
    padding-bottom: 2em;
  }
}

.column-content {
  max-width: 840px;
  color: #1a1a1a;
  font-size: 17px;
  order: 1;
  margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.column-content .exp-smart-read {
  max-width: 100%;
}
.column-content .exp-smart-read p:first-child {
  font-size: 24px;
  line-height: 1.5;
}
.column-content h1,
.column-content h2,
.column-content h3,
.column-content h4 {
  font-weight: 400;
  line-height: 1.2;
}
.column-content h2,
.column-content h3,
.column-content h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.column-content h1 {
  font-size: 38px;
}
.column-content h2 {
  font-size: 26px;
}
.column-content h3 {
  font-size: 22px;
}
.column-content h4 {
  font-size: 20px;
}
.column-content a {
    color: #1a1a1a;
    text-decoration: underline;
    text-decoration-color: #86d1f1;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.column-content ul li,
.column-content ol li {
  margin-bottom: 0px;
  line-height: 1.7;
}
.column-content li::marker {
  color: #00A1E4;
}
.column-content ul,
.column-content ol {
  padding-left: 50px;
  margin-bottom: 20px;
}
.column-content p {
  margin-bottom: 20px;
}
.column-content blockquote {
  background-color: #f3f3f3;
  font-size: 19px;
  padding: 43px 20px 43px 40px;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 40px;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .column-content blockquote {
    padding: 43px 20px 43px 50px;
  }
}
.column-content blockquote.blog-cta a {
  color: #ffffff;
  text-decoration: none;  
  padding: 19px 43px;
  font-size: 19px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
}
.column-content .author-description h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .column-content {
    order: 1;
    flex: 70%;
    padding-right: 50px;
    padding-left: 0;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .column-content {
    width: 100%;
    min-width: 0;
  }

  .post-main {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .column-content {
    order: 2;
  }
  .column-content h1 {
    font-size: 48px;
  }
  .column-content h2 {
    font-size: 32px;
  }
  .column-content h3 {
    font-size: 28px;
  }
  .column-content h4 {
    font-size: 24px;
  }
}

.post-details {
  margin-bottom: 25px;
}
.post-details ul {
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.post-details ul li {
  padding: 0;
  margin: 0;
  margin-right: 19px;
}
.post-details ul li a {
  color: #00A1E4;
  text-decoration: underline;
}
.post-details ul li.post-date, .post-details ul li.post-read {
  font-style: italic;
}
.post-details ul li.post-read svg {
  margin-top: -3px;
}
@media only screen and (min-width: 768px) {
  .post-details ul {
    font-size: 17px;
  }
}

.column-sidebar {
  display:none;
  margin-top: 35px;
  order: 3;
}
@media only screen and (min-width: 768px) {
  .column-sidebar {
    order: 2;
    flex: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .column-sidebar {
    order: 3;
    max-width: 350px;
  }
}
.column-sidebar .column-sidebar-inner {
  background-color: #f3f3f3;
  padding: 29px 25px 0px 25px;
}
@media only screen and (min-width: 768px) {
  .column-sidebar .column-sidebar-inner {
    position: sticky;
    position: -webkit-sticky;
    top: 112px;
  }
}
.column-sidebar .sidebar-post {
  padding-bottom: 28px;
}
.column-sidebar .sidebar-post img {
  width: 100%;
  height: 145px;
}
.column-sidebar .sidebar-post img.post-featured {
  object-fit: cover;
}
.column-sidebar .sidebar-post-cat {
  margin-top: 15px;
}
.column-sidebar .sidebar-post-cat a {
  font-size: 17px;
  line-height: 1.2;
  color: #00A1E4;
  font-family: "Lato";
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .column-sidebar .sidebar-post-cat a {
    font-size: 15px;
  }
}
.column-sidebar .sidebar-post-title {
  margin-top: 15px;
}
.column-sidebar .sidebar-post-title a {
  font-size: 17px;
  line-height: 1.2;
  color: #1a1a1a;
  font-family: "Lato";
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .column-sidebar .sidebar-post-title a {
    font-size: 15px;
  }
}

.column-social {
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .column-social {
    order: 3;
    flex: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .column-social {
    order: 1;
    max-width: 50px;
  }
}
.column-social .column-social-inner {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .column-social .column-social-inner {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .column-social .column-social-inner {
    position: sticky;
    top: 130px;
    text-align: center;
  }
}
.column-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0px;
}
.column-social ul li {
  margin-bottom: 20px;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.column-social ul li.column-social-linkedin svg {
  margin-left: 2px;
  margin-bottom: 2px;
}
.column-social ul li a {
  width: 38px;
  height: 38px;
  border: 1px solid #00A1E4;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .column-social ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .column-social ul {
    margin-top: 108px;
  }
  .column-social ul li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.exp-posts-nav {
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  border-top: none;
  border-bottom: none;
  padding: 29px 0 60px 0px !important;
  margin-top: 60px;
  justify-content: space-between;
}
.exp-posts-nav .exp-posts-nav-icon {
  display: none;
}
.exp-posts-nav .exp-posts-nav-link:hover .exp-posts-nav-next-post,
.exp-posts-nav .exp-posts-nav-link:hover .exp-posts-nav-prev-post {
  transform: none;
}
.exp-posts-nav .exp-posts-nav-home {
  display: none;
}
.exp-posts-nav > * {
  width: 40%;
}
.exp-posts-nav .exp-posts-nav-post-location {
  font-size: 13px;
  line-height: 1.3;
  color: #00A1E4;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Lato";
}
@media only screen and (max-width: 479px) {
  .exp-posts-nav .exp-posts-nav-post-location {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .exp-posts-nav .exp-posts-nav-post-location {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .exp-posts-nav .exp-posts-nav-post-location {
    font-size: 17px;
  }
}
.exp-posts-nav .exp-posts-nav-next-post {
  margin-right: 0;
}
.exp-posts-nav .posts-nav-post-img {
  display: inline;
}
.exp-posts-nav .posts-nav-post-img img {
  width: 56px;
  object-fit: cover;
  height: 34px;
}
@media only screen and (min-width: 768px) {
  .exp-posts-nav .posts-nav-post-img img {
    width: 112px;
    object-fit: cover;
    height: 67px;
  }
}
.exp-posts-nav .exp-posts-nav-post-title {
  display: inline;
  font-size: 14px !important;
  line-height: 1.2;
  font-weight: 400;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Lato";
}
@media only screen and (min-width: 768px) {
  .exp-posts-nav .exp-posts-nav-post-title {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .exp-posts-nav .exp-posts-nav-post-title {
    font-size: 28px !important;
  }
}
.exp-posts-nav .nav-to-post {
  display: flex;
}
.exp-posts-nav .nav-to-post.nav-to-next-post .exp-posts-nav-post-title {
  text-align: right;
  padding-right: 5px;
}
@media only screen and (min-width: 1200px) {
  .exp-posts-nav .nav-to-post.nav-to-next-post .exp-posts-nav-post-title {
    padding-right: 20px;
  }
}
.exp-posts-nav .nav-to-post.nav-to-prev-post .exp-posts-nav-post-title {
  text-align: left;
  padding-left: 5px;
}
@media only screen and (min-width: 1200px) {
  .exp-posts-nav .nav-to-post.nav-to-prev-post .exp-posts-nav-post-title {
    padding-left: 20px;
  }
}
.exp-posts-nav .exp-posts-nav-prev {
  padding-left: 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .exp-posts-nav .exp-posts-nav-prev {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1220px) {
  .exp-posts-nav .exp-posts-nav-prev {
    padding-left: 0;
  }
}
.exp-posts-nav .exp-posts-nav-next {
  padding-right: 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .exp-posts-nav .exp-posts-nav-next {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1220px) {
  .exp-posts-nav .exp-posts-nav-next {
    padding-right: 0;
  }
}

.nav-container {
  background-color: #f1f1f1;
}

.progress {
  background: #00A1E4;
  width: 0%;
  height: 5px;
  z-index: 1000;
  transition-duration: 0.3s;
  display: none;
}
.progress.progress-scrolled {
  position: fixed;
  top: 70px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .progress.progress-scrolled {
    top: 80px;
  }
}
.progress.progress-finished {
  top: -10px;
}

body.admin-bar .progress.progress-scrolled {
  top: 102px;
}
@media only screen and (min-width: 768px) {
  body.admin-bar .progress.progress-scrolled {
    top: 112px;
  }
}
body.admin-bar .progress.progress-finished {
  top: 22px;
}

.related-posts {
  text-align: center;
  font-family: "Lato";
  padding-bottom: 85px;
  /* padding-top: 57px; */
}
.related-posts .related-section-title {
  font-size: 32px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 27px;
  font-family: "Lato";
}
.related-posts .related-posts-inner {
  display: flex;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1095px) {
  .related-posts .related-posts-inner {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .related-posts .related-posts-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1208px) {
  .related-posts .related-posts-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.related-posts .related-box {
  max-width: 345px;
  text-align: center;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 30px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .related-posts .related-box {
    margin-left: unset;
    margin-right: unset;
    flex: 1 1 33.3333%;
  }
}
.related-posts .related-box:hover {
  background-color: #ffffff;
  box-shadow: 10px 10px 30px 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.related-posts .related-box img {
  width: 345px;
  object-fit: cover;
  height: 212px;
}
.related-posts .related-box .related-post-title {
  padding: 45px 30px;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Lato";
}

.blog-contact-form {
  background-color: #00A1E4;
  text-align: center;
  padding: 80px 15px;
}
.blog-contact-form .blog-form-title {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Lato";
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.blog-contact-form .blog-form-footer {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Lato";
  margin-top: 25px;
}
.blog-contact-form input {
  height: 60px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .blog-contact-form input {
    font-size: 20px;
    height: 70px;
  }
}
.blog-contact-form input[type=email] {
  width: 200px;
  padding-left: 20px;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (min-width: 768px) {
  .blog-contact-form input[type=email] {
    width: 511px;
    padding-left: 30px;
  }
}
.blog-contact-form input[type=email]::-webkit-input-placeholder {
  color: #979797;
}
.blog-contact-form input[type=submit] {
  width: 90px;
  border-radius: 0px 10px 10px 0px;
  background-color: #1a1a1a;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .blog-contact-form input[type=submit] {
    width: 225px;
  }
}
.blog-contact-form .form-content {
  display: flex;
  justify-content: center;
  position: relative;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.blog-contact-form .form-content .wpcf7-not-valid-tip {
  text-align: left;
}
.blog-contact-form .wpcf7-spinner {
  position: absolute;
  top: 20px;
  left: calc(50% - 168px);
  z-index: 99999;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 768px) {
  .blog-contact-form .wpcf7-spinner {
    left: calc(50% - 380px);
    top: 30px;
    width: 24px;
    height: 24px;
  }
}
.blog-contact-form .form-response .wpcf7-response-output {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  border: 2px solid #46b450;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog-contact-form .form-response .wpcf7-response-output {
    max-width: 640px;
  }
}

.blog-home-content {
  padding-top: 55px !important;
}
.blog-home-content .post-main {
  max-width: 1115px;
}
.blog-home-content .post-main .post-content {
  font-size: 24px;
  line-height: 1.5;
}
.blog-home-content .related-posts {
  padding-bottom: 0px;
}
.blog-home-content .related-posts .related-posts-inner {
  max-width: 1115px;
}
@media only screen and (min-width: 768px) {
  .blog-home-content .related-posts .related-posts-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-home-content .related-posts .related-posts-inner .related-box {
    margin-bottom: 85px;
  }
}
.blog-home-content .related-posts .related-section-title {
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .blog-home-content .related-posts .related-section-title {
    text-align: left;
    padding-left: 15px;
  }
}
.blog-home-content .column-sidebar {
  margin-top: 0;
}
.blog-home-content .post-read-more {
  text-transform: uppercase;
  color: #00A1E4;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-home-content .link-title {
  color: #1a1a1a;
}

.blog-home-pagination {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
}
.blog-home-pagination a.page-numbers:not(.prev):not(.next),
.blog-home-pagination span {
  margin: 0 2px;
  background: #ececec;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  color: #00A1E4;
}
.blog-home-pagination a.next,
.blog-home-pagination a.prev {
  color: #00A1E4;
}
.blog-home-pagination a.next {
  margin-left: 15px;
}
.blog-home-pagination a.prev {
  margin-right: 15px;
}
.blog-home-pagination a.page-numbers:not(.prev):not(.next):hover {
  background-color: #00A1E4;
  color: white;
}

.smart-content {
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .smart-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .smart-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.smart-content .smart-post-main {
  flex: 1 1 66.6666%;
}
.smart-content .smart-post-main .smart-post-main-inner {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .smart-content .smart-post-main .smart-post-main-inner {
    max-width: 660px;
  }
}
.smart-content .smart-post-main .smart-post-main-inner h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: #000000;
}
.smart-content .smart-post-main .smart-post-main-inner ol,
.smart-content .smart-post-main .smart-post-main-inner ul {
  padding-left: 35px;
}
.smart-content .smart-post-main .smart-post-main-inner ol li,
.smart-content .smart-post-main .smart-post-main-inner ul li {
  margin-bottom: 0;
}
.smart-content .smart-post-main .hidden-content {
  display: none;
}
.smart-content .smart-post-main .content-to-show {
  margin-bottom: 60px;
}
.smart-content .smart-post-main .smart-post-read-more {
  font-size: 20px;
  line-height: 1.3;
  text-decoration: underline;
  color: #0066FF;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
  margin-bottom: 60px;
}
.smart-content .optymyze-item {
  text-align: center;
  padding-bottom: 60px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .smart-content .optymyze-item {
    margin-left: unset;
    margin-right: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .smart-content .optymyze-item {
    flex: 1 1 33.3333%;
  }
}
.smart-content .optymyze-item .optymyze-item-img-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.smart-content .optymyze-item .optymyze-item-img-container .after-img {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  display: block;
  top: -30px;
  right: -30px;
  transform: rotate(45deg);
}
.smart-content .optymyze-item .optymyze-item-img {
  width: 320px;
  object-fit: cover;
  height: 200px;
  border-radius: 7px;
  position: relative;
}
.smart-content .optymyze-item .optymyze-item-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.smart-content .optymyze-item .optymyze-item-inner {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.smart-content .optymyze-item .optymyze-item-inner .optymyze-item-link {
  display: block;
  text-decoration: underline;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 900;
  color: #0066FF;
  margin-top: 20px;
  margin-bottom: 16px;
}
.smart-content .optymyze-item .optymyze-item-inner .optymyze-item-excerpt {
  font-size: 16px;
  line-height: 1.1;
}

/* ── Blog article tables ── */
.column-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  width: 100%;
}
.column-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left !important;
  table-layout: auto;
}
.column-content .wp-block-table th,
.column-content .wp-block-table td {
  text-align: left !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 80px;
}

.column-content .wp-block-table th:first-child,
.column-content .wp-block-table td:first-child {
  width: auto;
}

.column-content .wp-block-table table.has-fixed-layout th,
.column-content .wp-block-table table.has-fixed-layout td {
  text-align: left !important;
}


/*# sourceMappingURL=blog.css.map */
