.btn svg,
.search-btn:hover svg {
  fill: #fff;
}
html *,
html ::after,
html ::before {
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.container {
  display: flex;
  flex-wrap: wrap;
}
[class^="span-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  float: right;
}
.span-xs-1 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}
.span-xs-2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.span-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.span-xs-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.span-xs-5 {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}
.span-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.span-xs-7 {
  flex: 0 0 58.33%;
  max-width: 58.33%;
}
.span-xs-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
.span-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.span-xs-10 {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}
.span-xs-11 {
  flex: 0 0 91.66%;
  max-width: 91.66%;
}
.post iframe,
.post img,
.span-xs-12,
img {
  max-width: 100%;
}
.span-xs-12 {
  flex: 0 0 100%;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs,
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm,
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md,
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg,
  .visible-lg-block {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
.btn,
.btn-outside {
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
p b,
p strong {
  font-weight: 400;
  color: #4d4d4d;
}
.btn {
  padding: 0 10px;
}
.btn-red {
  background: #af7171;
}
.btn-red:hover {
  background: #875858;
}
.btn-warning:hover {
  background: #d4990f;
}
.btn-red::selection {
  background: #af7171;
}
.btn-warning::selection {
  background: #f5ae16;
}
.btn-white::selection {
  background: #fff;
  color: #2f8fce;
}
.btn-outside {
  justify-content: space-evenly;
  color: #3b9fdd;
  background: #3b9fdd10;
  border: 1px solid #3b9fdd50;
}
.big-input,
.btn-big,
.post-item .post-item-title a,
.services-introduction-image img {
  width: 100%;
}
.blog-menu {
  transition: transform 0.4s;
}
.btn-outside svg {
  left: 0;
  transition: left 0.4s 0.2s;
}
.btn-outside:hover {
  background: #3b9fdd25;
  border: 1px solid #3b9fdd65;
  box-shadow: 5px 5px 20px #3b9fdd10;
}
.btn-outside::selection {
  background: 0 0;
}
.btn-outside:hover svg {
  left: 5px;
}
.nice-input,
.select2-container--default .select2-selection--multiple {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  background: #f1f5f8;
  border: 1px solid #e1e5e8;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
  outline: 0 !important;
}
.danger-input::after,
.success-input::after,
.warning-input::after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  font-size: 14px;
  display: flex;
  font-weight: 300;
}
.danger-input input,
.danger-input textarea {
  border: 1px solid #f15d5e;
}
.warning-input input {
  border: 1px solid #f5ae16;
}
.warning-input::after {
  color: #f5ae16;
}
.blog-header .container,
.form-element,
.form-element > .half-container,
.services-introduction-box {
  position: relative;
}
.danger-input input,
.danger-input textarea,
.success-input input,
.success-input textarea,
.warning-input textarea,
warning-input input {
  padding-right: 48px;
}
.danger-input.number::after,
.owl-nav,
.tags {
  display: none;
}
.textarea-box {
  height: 200px;
}
textarea.nice-input {
  height: 200px !important;
  padding: 10px 15px;
}
.additional-explanations {
  margin: 5px 0;
  color: #f15d5e;
}
.form-element.has-btn {
  margin-top: 35px;
}
.form-element.has-btn .btn:first-child {
  margin-right: 10px;
}
.form-element label {
  font-size: 15px;
  display: block;
  margin-bottom: 2px;
  color: #545454;
}
.form-input-desc {
  font-size: 16px;
}
article ul li a,
p a {
  color: #3b9fdd;
  font-weight: 400;
  transition: 0.4s;
}
article ul li a:hover,
p a:hover {
  color: #2f8fce;
}
.alert {
  font-size: 14px;
  width: 100%;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  align-items: center;
  gap: 10px !important;
  margin: 0 0 20px;
  position: relative;
  border-radius: 5px;
  font-weight: 300;
}
.close-blog-menu {
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.close-alert {
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.danger-alert {
  background: #f15d5e20;
  color: #e04c4d;
}
.danger-alert svg {
  fill: #f15d5e;
}
.danger-alert .link-simple:hover {
  border-bottom: 1px solid #f15d5e;
}
.warning-alert {
  background: #f5ae1625;
  color: #d4990f;
}
.warning-alert svg {
  fill: #d4990f;
}
.warning-alert .link-simple:hover {
  border-bottom: 1px solid #f5ae16;
}
.success-alert {
  background: #4fc23a20;
  color: #43ad32;
}
.share a:hover svg,
.success-alert svg {
  fill: #4fc23a;
}
.success-alert .link-simple:hover {
  border-bottom: 1px solid #4fc23a;
}
.info-alert {
  background: #3b9fdd20;
  color: #2f8fce;
}
.info-alert svg {
  fill: #3b9fdd;
}
.info-alert .link-simple:hover {
  border-bottom: 1px solid #3b9fdd;
}
.alert-comment {
  background: #d0161230;
  border: 1px solid #d01612;
  color: #d01612;
}
.success-comment {
  background: #3b9fdd30;
  border: 1px solid #3b9fdd;
  color: #2f8fce;
}
.blog-header,
.blog-menu {
  background: #3b9fdd;
}
.blog-menu ul li a,
.search-btn {
  display: flex;
  align-items: center;
}
.toggle-blog-menu {
  width: 30px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  left: 35px;
}
.toggle-blog-menu span {
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 6px;
  background: #fff;
}
.blog-header {
  width: 100%;
  height: 60px;
}
.blog-menu {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 1000;
  transform: translateX(-300px);
}
.blog-menu.show {
  transform: translateX(0);
}
.close-blog-menu {
  color: #eaeaea;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 0;
}
.blog-menu ul li a {
  margin: 10px 20px;
  font-size: 15px;
  height: 40px;
  color: #f1f1f1;
  padding-left: 20px;
  border-radius: 3px;
  transition: 0.4s;
}
.blog-menu ul li a:hover {
  padding-left: 30px;
  color: #fff;
}
.blog-menu ul li.active a {
  background: #fff;
  color: #3b9fdd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.blog-menu ul li.active a:hover,
.comment-reply .name,
.table-of-content-h2 > a:hover {
  color: #3b9fdd;
}
.blog-search {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
}
.search-box {
  width: 60px;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  background: #2f8fce;
}
.search-btn {
  height: 50px;
}
.search-box input {
  width: 170px;
  height: 60px;
  color: #fff;
  border: none;
  background: #2f8fce;
  position: absolute;
  top: 0;
  right: 60px;
  outline: 0 !important;
  padding-left: 20px;
  font: 300 16px Inter;
}
.search-box input::placeholder {
  color: #ffffff60;
}
.search-btn {
  width: 50px;
  cursor: pointer;
  justify-content: center;
}
.search-btn svg {
  fill: #ffffff80;
  transition: 0.4s;
}
.breadcrumb ul a:hover,
.last-posts-info a:hover,
.post .post-info a:hover,
.post-item .post-item-info a:hover {
  color: #4fc23a;
}
.aside-title,
.category-info,
.last-posts-aside,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.page-numbers a,
.post-item,
.services-item {
  background: #fff;
}
main {
  background: #f1f5f8;
}
.main-page-title {
  font-size: 26px;
  font-weight: 600;
  margin: 50px 0 20px;
  color: #333;
}
.category-info {
  padding: 15px 15px 30px;
  margin: 0 0 25px;
  border-radius: 5px;
}
.page-numbers,
.post-item {
  border-radius: 3px;
  transition: 0.4s;
}
.category-info-name {
  background: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
  color: #333;
}
.category-info-desc {
  font: 300 16px/2 Inter;
  color: #767676;
  padding: 0 5px;
}
.category-info-desc p:not(:last-child) {
  margin-bottom: 15px;
}
.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.index-posts .post-item:first-child {
  flex: 0 0 100%;
}
.post-item {
  width: 100%;
  margin-bottom: 24px;
}
.post-item:hover,
.services-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.post-item .post-item-img {
  width: 100%;
  border-radius: 3px 3px 0 0;
  object-fit: cover;
}
.index-posts .post-item:first-child .post-item-img {
  max-height: 600px;
  height: auto;
}
.index-posts .post-item:first-child p {
  max-height: 105px;
  overflow: hidden;
  margin-bottom: 35px;
}
.post-item .post-item-title {
  max-height: 64px;
  margin: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #4d4d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.last-posts-title:hover,
.post-item .post-item-title:hover {
  color: #212121;
}
.post-item .post-item-info {
  margin: 10px 20px;
  font-size: 15px;
  color: #767676;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-item .post-item-info address {
  margin: -5px 0 5px;
  color: #bdbdbd;
}
.post-item .post-item-info a {
  color: #a0a0a0;
  transition: 0.4s;
}
.post-item p {
  max-height: 105px;
  font-size: 16px;
  color: #999;
  padding: 0 20px;
  line-height: 1.7;
  margin-bottom: 30px;
  overflow: hidden;
}
.pagination {
  font-size: 15px;
  color: #767676;
  margin: 15px 15px 30px;
  text-align: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 60px;
}
.page-numbers {
  cursor: pointer;
}
.page-numbers a,
.page-numbers.current span {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-numbers:hover {
  background: #fafafa;
}
.page-numbers.current {
  background: #3b9fdd;
  color: #fff;
  cursor: default;
}
.page-numbers.dots {
  background: 0 0;
}
.last-posts-aside {
  padding: 15px 20px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.aside-title {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0 20px;
  color: #333;
}
.last-posts-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d5d8;
}
.last-posts-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.last-posts-img {
  width: 110px;
  height: 80px;
  flex: 0 0 110px;
  margin-right: 10px;
  font-size: 13px;
  border-radius: 3px;
}
.last-posts-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #4d4d4d;
  transition: 0.4s;
}
.last-posts-info {
  font-size: 14px;
  font-weight: 300;
  color: #767676;
  margin-top: 7px;
}
.last-posts-date {
  margin-top: 2px;
}
.last-posts-info a {
  transition: 0.4s;
}
.services-item {
  text-align: center;
  padding: 35px 50px 45px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  transition: 0.4s;
}
.services-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.services-img {
  max-width: 360px;
  filter: grayscale(0.5);
  transition: 0.4s;
}
.services-btn {
  margin-top: 30px;
  padding: 0 50px;
}
.services-item:hover .services-img {
  filter: grayscale(0);
}
.owl-theme .owl-dots .owl-dot span {
  background: #ccc;
}
.blog-articles {
  padding: 70px 0 30px;
}
.blog-articles .title-articles h3 {
  font-size: 22px;
  font-weight: 500;
}
.blog-articles .title-articles a {
  color: #999;
  font-size: 16px;
}
.blog-articles .title-articles a svg {
  margin-left: 10px;
  fill: #999;
  position: relative;
  left: 0;
  transition: 0.4s 0.2s;
}
.blog-articles .title-articles a:hover svg {
  left: 10px;
  fill: #767676;
}
.box-article {
  margin: 30px 0 0;
  gap: 0 25px;
}
.box-article .item {
  margin-bottom: 40px;
}
.box-article .item a {
  background: #fff;
  transition: 0.4s;
}
.box-article .item a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.box-article-img::before {
  background: linear-gradient(to top, #ffff 0, #ffff 20%, #fff0 100%);
}
.box-article .box-article-p {
  width: calc(100% - 40px);
  height: 90px;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: #4d4d4d;
  margin: 0 20px;
  overflow: hidden;
}
.box-article .box-article-date {
  font-size: 14px;
  color: #767676;
  display: flex;
  align-items: center;
  gap: 6px;
  fill: #999;
}
.breadcrumb ul {
  display: flex;
  margin: 68px 0 15px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
}
.breadcrumb ul li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}
.breadcrumb ul a {
  color: #4d4d4d;
  transition: 0.4s;
}
.breadcrumb .left-arrow {
  fill: #999;
  margin: 0 8px;
}
.breadcrumb .left-arrow:before {
  content: url(../images/left-arrow.svg);
  width: 5px;
  display: inline-block;
}
.section-box {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 25px;
  border-radius: 3px;
}
.section-box-title {
  font: 500 20px Inter;
  margin: 10px 0 20px;
}
.section-box-title span {
  color: #3b9fdd;
  font-size: 18px;
  font-weight: 500;
}
.post article {
  padding: 5px;
}
.post article * {
  max-width: 100%;
}
.post article,
.post blockquote,
.post ol,
.post p,
.post ul {
  font: 300 15px/2 Inter;
  color: #545454;
  margin-bottom: 15px;
}
.comment-info .name,
.post b,
.post h1,
.post strong {
  font-weight: 500;
}
.post blockquote {
  padding: 20px 30px 10px;
  background: #3b9fdd20;
  border-left: 4px solid #3b9fdd;
  border-radius: 3px;
}
.post article ol {
  list-style: normal;
  padding-left: 35px;
}
.post article ul {
  list-style: disc;
}
.post article ul ul {
  list-style: circle;
}
.post article ul ul ul {
  list-style: square;
}
.post h1 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  -webkit-text-stroke: 0.2px currentColor;
}
.post h2,
.post h3 {
  margin: 30px 0 10px;
  color: #333;
}
.post h2 {
  font: 700 20px/1.5 Inter;
}
.post h3 {
  font: 500 18px/1.5 Inter;
}
.post h4,
.post h5,
.post h6 {
  font: 500 15px Inter;
  margin: 25px 0 10px;
  color: #333;
}
.post iframe {
  width: 100%;
  margin: 20px 0;
}
.post .post-info {
  margin: 0 0 15px;
  font-size: 15px;
  color: #767676;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post .post-info address {
  margin-bottom: 5px;
}
.post .post-info a {
  color: #888;
  transition: 0.4s;
}
.post img {
  height: unset;
  margin: auto;
  display: block;
  border-radius: 2px;
}
.post img:first-child {
  width: 100%;
}
.table-of-content {
  margin: 15px 0 25px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
}
.table-of-content-header {
  display: flex;
  padding: 20px 25px;
  fill: #a0a0a0;
  gap: 10px;
  position: relative;
  cursor: pointer;
  font: 400 15px Inter;
  color: #545454;
  align-items: center;
}
.share > svg,
.table-of-content-icon {
  width: 35px;
  height: 35px;
  padding: 8px;
}
.table-of-content-icon {
  background: #3b9fdd15;
  fill: #3b9fdd;
  border-radius: 5px;
}
.table-of-content-header span::selection {
  background: #fff;
  color: #545454;
}
.table-of-content-arrow {
  position: absolute;
  right: 15px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.table-of-content-arrow svg {
  transition: transform 0.4s;
}
.table-of-content-arrow.open svg {
  transform: rotate(180deg);
}
.table-of-content-body {
  display: none;
  padding: 0 25px 10px;
  border-top: 1px solid #f1f1f1;
}
.table-of-content-h2 {
  font: 500 15px/2.5 Inter !important;
  color: #4d4d4d;
  margin: 8px 0;
}
.table-of-content-h2 ul {
  margin: 2px 5px 5px;
}
.table-of-content-h3 {
  font: 300 14px/2.5 Inter !important;
  padding-right: 10px;
}
.table-of-content-h2 a {
  color: #545454;
  cursor: pointer;
  transition: 0.4s;
}
.table-of-content-h2 > a {
  color: #333;
  font-weight: 500;
}
.table-of-content-h3 a:hover {
  color: #000;
}
.excerpt {
  background: #f1f5f9;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.excerpt p {
  margin-bottom: 0;
}
.share,
.tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}
.share svg,
.tags svg {
  fill: #3b9fdd;
  flex: 0 0 30px;
  transition: 0.4s;
}
.share-items,
.share > svg {
  align-items: center;
  display: flex;
}
.share > svg {
  justify-content: center;
  background: #54545415;
  border-radius: 3px;
  flex: 0 0 35px;
}
.share li svg {
  fill: #999;
}
.share span,
.tags span {
  font-size: 16px;
  color: #545454;
  white-space: nowrap;
}
.tags a {
  font-size: 16px;
  color: #4fc23a;
  transition: 0.4s;
}
.tags a:hover {
  color: #43ad32;
}
.share ul {
  display: flex;
  gap: 15px;
  margin: 0 10px;
  padding-left: 0 !important;
}
.share ul li {
  margin-right: 5px;
}
.share a {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0 !important;
}
.comment-box {
  margin: 10px 10px 30px;
  border-bottom: 1px solid #fafafa;
}
.comment-box:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.comment-box .comment-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fafafa;
}
.comment-box .comment-body:last-child {
  border: none;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.comment-box .comment-body img {
  width: 75px;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #f1f1f1;
}
.comment-content {
  margin-top: 10px;
}
.comment-content p {
  font: 300 16px/2 Inter;
  text-align: left;
  color: #4d4d4d;
  margin-top: 5px;
  overflow-wrap: anywhere;
  min-height: 80px;
}
.comment-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  font-size: 17px;
}
.comment-info .date {
  font: 300 15px Inter;
  color: #a0a0a0;
}
.related-post-inline {
  width: 100% !important;
  margin: 15px 0;
  display: flex !important;
  padding: 15px !important;
  background: #f1f5f9 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 5px;
  position: relative;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.related-post-inline::before {
  content: url(https://seovisitor.net/wp-content/themes/seovisitor/images/lamp.png);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8;
  border-radius: 50%;
  margin-right: 15px;
}
.related-post-inline .ctaText {
  font: 500 16px Inter !important;
  color: #3b9fdd !important;
  white-space: nowrap;
}
.related-link-inline {
  color: #767676 !important;
  text-align: center;
  transition: 0.4s;
}
.related-link-inline:hover {
  color: #333 !important;
}
.services-introduction-box::before {
  content: "";
  display: block;
  width: calc(100%);
  height: calc(100%);
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 10px;
  transform-origin: center center;
  transform: translateX(-50%) rotate(-5deg);
}
.services-introduction {
  display: flex;
  box-shadow: 0 5px 30px rgba(70, 72, 77, 0.08);
  padding: 30px 40px;
  gap: 15px 30px;
  margin: 70px 0 50px;
  position: relative;
  background: #fff;
  border-radius: 3px;
}
.services-introduction-image {
  display: none;
  position: absolute;
  left: 5px;
  top: -30px;
  max-width: 170px;
}
.services-introduction-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.services-introduction-title {
  font: 500 20px Inter;
}
.services-introduction-text {
  font: 300 14.5px/2.2 Inter;
  color: #767676;
}
.services-introduction-btn {
  width: 100%;
  align-self: flex-start;
}
.highlight-blog {
  position: fixed;
  width: 100vw;
  height: 0;
  background: #00000065;
  top: 0;
  z-index: 100;
  transition: width 0.4s;
}
.services-introduction-btn .btn {
  height: 45px !important;
  font-size: 15px;
  padding: 0 25px !important;
  margin-top: 5px;
}
.pink-services.services-introduction-box::before {
  background: #f6a6cd90;
}
.pink-services .services-introduction {
  background: url(https://seovisitor.net/wp-content/themes/seovisitor/images/pink-service-bg.png)
    repeat-x #fff;
}
.pink-services .services-introduction-title {
  color: #e868a8;
  margin: 0;
}
.pink-services .services-introduction-btn .btn {
  background: #e868a8;
  box-shadow: 5px 5px 20px #e868a825;
}
.pink-services .services-introduction-btn .btn:hover {
  background: #c54686;
}
.highlight-blog.show {
  width: calc(100vw - 300px);
  height: 100vh;
}
.highlight-blog {
  right: 0;
}
@media only screen and (min-width: 500px) {
  .btn-big {
    width: 400px;
    font-size: 22px;
  }
  .section-box {
    padding: 20px;
  }
  .post blockquote,
  .post ol,
  .post ul {
    padding-left: 15px;
  }
  .share span,
  .tags span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .span-sm-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }
  .span-sm-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .span-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .span-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .span-sm-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .span-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .span-sm-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .span-sm-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .span-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .span-sm-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
  .span-sm-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }
  .span-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-item {
    width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
  .post-item .post-item-img {
    height: 250px;
  }
  .post h1 {
    margin-top: 15px;
    font-size: 22px;
  }
  .form-element .half-container {
    width: calc(50% - 4px);
  }
  .form-element .half-container:first-child {
    padding-right: 20px;
  }
  .comment-box .comment-body {
    align-items: flex-start;
  }
  .comment-info {
    flex-direction: row;
    align-items: flex-end;
    font-size: 17px;
  }
  .comment-box .comment-body img {
    margin: 25px 15px 0 0;
  }
  .comment-box .comment-body,
  .post .post-info,
  .post-item .post-item-info,
  .related-post-inline {
    flex-direction: row;
  }
  .comment-content {
    margin-top: 30px;
    flex: 0 0 calc(100% - 110px);
  }
  .comment-reply {
    padding-left: 50px;
  }
  .blog-articles .title-articles h3 {
    font-size: 24px;
  }
  .blog-articles .title-articles a {
    font-size: 20px;
  }
  .related-link-inline {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .span-md-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }
  .span-md-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .span-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .span-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .span-md-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .span-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .span-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .span-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .span-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .span-md-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
  .span-md-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }
  .span-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-menu {
    position: static;
    transform: none;
  }
  .blog-menu ul {
    display: flex;
    font-size: 18px;
  }
  .blog-header,
  .blog-menu,
  .blog-search {
    height: 70px;
  }
  .search-box {
    width: 100%;
    justify-content: flex-end;
    margin-left: 25px;
  }
  .blog-menu,
  .services-introduction-btn {
    width: unset;
  }
  .search-box input {
    width: calc(100% - 60px);
    height: 70px;
    color: #fff;
  }
  .blog-menu ul {
    height: 70px;
    align-items: center;
    color: #fff;
  }
  .blog-menu ul li a {
    padding: 0 10px;
    margin: 0 3px;
    white-space: nowrap;
  }
  .blog-menu ul li a:hover {
    padding: 0 10px;
    color: #fff;
  }
  .post-item .post-item-img {
    height: 210px;
  }
  .post-item .post-item-title {
    font-size: 20px;
  }
  .blog-articles .title-articles h3 {
    font-size: 26px;
  }
  .box-article .item {
    max-width: calc(33.33% - 16.66px);
    padding: 0;
  }
  .box-article .box-article-p {
    font-size: 16px;
  }
  .services-introduction-box::before {
    transform: translateX(-50%) rotate(-2deg) skew(4deg);
  }
  .services-introduction {
    padding: 30px 30px 40px 180px;
  }
  .services-introduction-image {
    display: block;
  }
  .services-introduction-content {
    text-align: left;
  }
  aside {
    margin-top: 100px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1240px) {
  .span-lg-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }
  .span-lg-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .span-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .span-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .span-lg-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .span-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .span-lg-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .span-lg-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .span-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .span-lg-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
  .span-lg-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }
  .span-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container {
    width: 1240px;
  }
  .alert {
    flex-direction: row;
    padding: 20px 50px 20px 15px;
  }
  .post-item .post-item-img {
    height: 275px;
  }
}
