/* ============ VARIABLES ============ */
:root {
  --mailmechanic-white: #ffffff;
  --mailmechanic-black: #000000;
  --mailmechanic-dark: #13132b;
  --mailmechanic-gray: #666666;
  --mailmechanic-light-gray: #979797;
  --mailmechanic-dark-purple: #2b2a4c;
  --mailmechanic-seashell: #fbf6f0;
  --mailmechanic-turquoise: #51bbc9;
  --mailmechanic-copper: #c7b4a2;
  --mailmechanic-link-transition: all 0.3s ease-in-out;
}

/* ============ FONTS ============ */
@font-face {
  font-family: "Inconsolata SemiExpanded";
  src: url("../fonts/subset-InconsolataSemiExpanded-SemiBold.eot");
  src: url("../fonts/subset-InconsolataSemiExpanded-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-InconsolataSemiExpanded-SemiBold.woff2")
      format("woff2"),
    url("../fonts/subset-InconsolataSemiExpanded-SemiBold.woff") format("woff"),
    url("../fonts/subset-InconsolataSemiExpanded-SemiBold.ttf")
      format("truetype"),
    url("../fonts/subset-InconsolataSemiExpanded-SemiBold.svg#InconsolataSemiExpanded-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inconsolata";
  src: url("../fonts/subset-Inconsolata-SemiBold.eot");
  src: url("../fonts/subset-Inconsolata-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-Inconsolata-SemiBold.woff2") format("woff2"),
    url("../fonts/subset-Inconsolata-SemiBold.woff") format("woff"),
    url("../fonts/subset-Inconsolata-SemiBold.ttf") format("truetype"),
    url("../fonts/subset-Inconsolata-SemiBold.svg#Inconsolata-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inconsolata";
  src: url("../fonts/subset-Inconsolata-Bold.eot");
  src: url("../fonts/subset-Inconsolata-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-Inconsolata-Bold.woff2") format("woff2"),
    url("../fonts/subset-Inconsolata-Bold.woff") format("woff"),
    url("../fonts/subset-Inconsolata-Bold.ttf") format("truetype"),
    url("../fonts/subset-Inconsolata-Bold.svg#Inconsolata-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-Regular.eot");
  src: url("../fonts/subset-Inter-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-Inter-Regular.woff2") format("woff2"),
    url("../fonts/subset-Inter-Regular.woff") format("woff"),
    url("../fonts/subset-Inter-Regular.ttf") format("truetype"),
    url("../fonts/subset-Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-SemiBold.eot");
  src: url("../fonts/subset-Inter-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/subset-Inter-SemiBold.woff") format("woff"),
    url("../fonts/subset-Inter-SemiBold.ttf") format("truetype"),
    url("../fonts/subset-Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ================== RESET ================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100%;
  min-width: 340px;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Inconsolata", monospace;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

body,
select,
input,
textarea,
button {
  color: var(--mailmechanic-black);
  outline: none;
}
a {
  outline: none;
  color: var(--mailmechanic-black);
  text-decoration: none;
}
a img {
  border: 0 none;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

strong,
b {
  font-weight: 700;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* ================== TYPOGRAPHY ================== */
h1 {
  font-size: 23px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}

a {
  transition: all 0.3s ease;
}

/* ================== BASE ================== */
.tr,
.menu ul li a,
.login a,
.mt-form button,
.trial-left .trial-button a,
.subs-button button,
.price-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pb-back,
.pb-back-b,
.ctg-list ul li a,
.p-down,
.pagination .nav-links ul li a,
.o-list ul li a {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.header-wrap:after,
.main-top-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.main-wrap {
  padding-top: 256px;
}

@media only screen and (max-width: 1000px) {
  .main-wrap,
  .blog-wrap {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 840px) {
  .main-wrap,
  .blog-wrap {
    padding-top: 92px;
  }
}

/* ================== STRUCTURE ================== */
.x-site {
  overflow: hidden;
}
.x-centered {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.m-centered {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ================== HEADER ================== */
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.admin-bar .header {
  top: 32px;
}

.header-wrap {
  padding: 58px 0;
}
.header-wrap .logo {
  float: left;
}
.header-wrap .logo a {
  display: block;
  width: 140px;
  height: 140px;
}
.header-wrap .header-right {
  float: right;
  padding: 48px 0;
}
.header-right .menu {
  padding: 9px 0;
  overflow: hidden;
  float: left;
}
.header-right .menu ul li {
  float: left;
  margin-left: 42px;
}
.header-right .menu ul li a {
  font-family: "Inconsolata SemiExpanded", monospace;
  font-weight: 600;
  color: var(--mailmechanic-dark);
  font-size: 20px;
  line-height: 26px;
}
.header-right .menu ul li a:hover {
  color: var(--mailmechanic-turquoise);
}
.header-right .login {
  float: left;
  width: auto;
  margin-left: 50px;
}
.header-right .login a {
  display: block;
  color: var(--mailmechanic-copper);
  border: 2px solid var(--mailmechanic-copper);
  border-radius: 7px;
  font-size: 20px;
  line-height: 26px;
  padding: 7px 15px;
  text-align: center;
}
.header-right .login a:hover {
  background-color: var(--mailmechanic-copper);
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .header-wrap {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 840px) {
  .header {
    background-color: var(--mailmechanic-dark-purple);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 340px;
  }
  .header-wrap {
    padding: 12px 0;
  }
  .header-wrap .header-right {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    background-color: #e7f6f8;
    padding: 80px;
    min-width: 340px;
  }
  .header-right .menu {
    padding: 0;
    float: none;
  }
  .header-right .menu ul li {
    float: none;
    margin: 0 0 32px 0;
  }
  .header-right .login {
    margin-left: 0;
  }
  .header-wrap .logo a {
    background-image: url("../images/mobile-logo.svg");
    width: 68px;
    height: 68px;
    background-size: cover;
  }
  .header-wrap .logo a img {
    display: none;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

/* ================== MENU ================== */
.m-menu {
  display: none;
  float: right;
  width: 44px;
  height: 44px;
  margin: 12px 0;
  cursor: pointer;
  background-image: url("../images/menu.svg");
}
.menu-open {
  overflow: hidden;
  height: 100%;
}
.menu-open .header-wrap .header-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 1;
  visibility: visible;
}
#menu-close {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-image: url("../images/close.svg");
  cursor: pointer;
  top: 30px;
  right: 30px;
}

@media only screen and (max-width: 840px) {
  .m-menu {
    display: block;
  }
  #menu-close {
    display: block !important;
  }
}

/* ================== TEST DOMAIN FORM ================== */
.mt-form .mt-input {
  position: relative;
  margin-right: 20px;
  width: 460px;
}
.mt-form .mt-input:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../../assets/images/search.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
}
.mt-form .mt-input input {
  display: block;
  border-radius: 7px;
  border: 1px solid #666;
  padding: 15px 15px 15px 66px;
  font-family: "Inter", Arial, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
.mt-form button {
  display: block;
  background-color: #51bbc9;
  color: #fff;
  border: 0;
  border-radius: 3px;
  min-width: 216px;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  cursor: pointer;
  font-weight: bold;
}
.mt-form button:hover {
  background-color: #3b919d;
}

@media only screen and (max-width: 600px) {
  .mt-form .mt-input {
    width: 100%;
    margin: 0 0 22px 0;
  }
  .mt-form button {
    height: 56px;
  }
}

/* ================== PROCESS FOOTER ================== */
.process {
  overflow: hidden;
  margin-bottom: -3px;
}
.process svg {
  display: block;
  margin: 0 auto;
  width: 1930px;
  position: relative;
  margin-left: 50%;
  left: -930px;
}
.ml-a {
  animation: maila 9s linear infinite;
}
.sec-a {
  animation: mailsa 9s linear infinite;
}
.sec-b {
  animation: mailsb 9s linear infinite;
}
.sec-c {
  animation: mailsc 9s linear infinite;
}
.ml-a.ml-second,
.ml-a.ml-second .sec-a,
.ml-a.ml-second .sec-b,
.ml-a.ml-second .sec-c {
  animation-delay: -3s;
}
.ml-a.ml-third,
.ml-a.ml-third .sec-a,
.ml-a.ml-third .sec-b,
.ml-a.ml-third .sec-c {
  animation-delay: -6s;
}
.ml-e {
  animation: maile 9s linear infinite;
}
.ml-e.m-sec {
  animation-delay: -3s;
}
.ml-e.m-th {
  animation-delay: -6s;
}
.shn {
  animation: shn 1s linear infinite;
}
.sn-a {
  transform-origin: center;
  transform-box: fill-box;
  animation: rotate360 5s linear infinite reverse;
}
.sn-b {
  transform-origin: center;
  transform-box: fill-box;
  animation: rotate360 5s linear infinite;
}

@keyframes maila {
  0% {
    transform: translateX(-85px);
  }
  100% {
    transform: translateX(900px);
  }
}

@keyframes mailsa {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mailsb {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mailsc {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes maile {
  0% {
    transform: translateX(-120px);
  }
  100% {
    transform: translateX(865px);
  }
}

@keyframes shn {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

/* ================== BLOG ================== */
.blog-wrap {
  padding-top: 256px;
}
.blog-wrap:before {
  content: "";
  height: 256px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fbf6f0;
}

.admin-bar .blog-wrap:before {
  top: 32px;
}

.blog-top {
  padding-top: 10px;
  padding-bottom: 108px;
  background-color: #fbf6f0;
  position: relative;
}
.blog-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bt-left .blog-top-title {
  font-size: 84px;
  line-height: 88px;
  color: #2b2a4c;
  font-weight: bold;
}
.bt-left .blog-top-title .b-nn {
  color: #51bbc9;
}
.bt-right img {
  margin-right: -30px;
  display: block;
}

/* 404 */
.error404 .process {
  background: #fbf6f0;
}
.blog-top-wrap.notfound-wrap {
  justify-content: center;
}
.blog-top-wrap.notfound-wrap .bt-left {
  width: 100%;
}
.blog-top-wrap.notfound-wrap .bt-left .blog-top-title {
  text-align: center;
}
.blog-top-wrap.notfound-wrap .bt-left h1 {
  color: #51bbc9;
}
.blog-top-wrap.notfound-wrap .bt-left h2 {
  font-size: 60px;
  color: #2b2a4c;
  font-weight: bold;
  text-align: center;
}
.blog-top-wrap.notfound-wrap .bt-left p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 40px 0;
}
.blog-top-wrap.notfound-wrap .bt-left > a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  background-color: #51bbc9;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  padding: 15px 0;
  border-radius: 7px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.blog-top-wrap.notfound-wrap .bt-left > a:hover {
  background-color: #3b919d;
}

@media only screen and (max-width: 782px) {
  .admin-bar .blog-wrap:before {
    top: 46px;
  }
}

/* First post */
.first-post {
  position: relative;
  margin-bottom: 102px;
}
.first-post:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fbf6f0;
  z-index: -1;
}
.first-post-wrap {
  overflow: hidden;
}
.first-post-wrap .first-post-left {
  float: left;
  padding-right: 108px;
}
.first-post-left {
  max-width: 643px;
}
.first-post-left .first-post-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.first-post-left .first-post-image a {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/11;
}
.first-post-left .first-post-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.first-post-wrap .first-post-right {
  overflow: hidden;
  padding-top: 24px;
}
.first-post-right .fp-category {
  font-size: 18px;
  line-height: 22px;
  color: #51bbc9;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.first-post-right .fp-title {
  font-size: 52px;
  line-height: 62px;
  font-weight: bold;
  color: var(--mailmechanic-dark);
  margin-bottom: 18px;
}
.first-post-right .fp-title a {
  color: var(--mailmechanic-dark);
}
.first-post-right .fp-desc {
  font-size: 16px;
  line-height: 22px;
  color: var(--mailmechanic-gray);
  margin-bottom: 18px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Inter", Arial, Tahoma, sans-serif;
}
.tms {
  overflow: hidden;
  font-family: "Inter", Arial, Tahoma, sans-serif;
}
.tms .tms-date {
  background-color: #f0e8df;
  color: var(--mailmechanic-gray);
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  padding: 4px 15px;
  float: left;
  font-weight: bold;
  margin-right: 18px;
}
.tms .tms-mn {
  color: #51bbc9;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 0;
  float: left;
  font-weight: bold;
}

/* Category posts */
.blog.category-posts-wrap {
  border-top: 2px solid #b8a797;
}
.category-posts-wrap {
  padding-top: 68px;
}
.category-posts-wrap .category-list {
  position: relative;
  padding-right: 40px;
  display: flex;
}
.category-posts-wrap .category-list:after {
  content: "";
  display: block;
  clear: both;
}
.category-list .ctg-text {
  float: left;
  color: #2b2a4c;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  padding: 2px 0;
  margin-right: 30px;
}
.category-list .ctg-list:after {
  content: "";
  display: block;
  clear: both;
}
.category-list .ctg-list.for-mob {
  display: none;
}
.ctg-list > ul > li {
  float: left;
  padding: 0 24px 24px 0;
}
.ctg-list > ul > li > a {
  display: block;
  background-color: #faf5f0;
  border-radius: 3px;
  color: #51bbc9;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 6px 16px;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  position: relative;
}
.ctg-list > ul > li.active > a,
.ctg-list > ul > li > a:hover {
  background-color: #51bbc9;
  color: #fff;
}
.ctg-list > ul > li.other-c {
  position: relative;
}
.ctg-list > ul > li.other-c > a {
  padding-right: 40px;
}
.ctg-list > ul > li.other-c > a > span {
  display: block;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
}
.ctg-list > ul > li.other-c > a > span > svg {
  transform: rotate(90deg) translateX(-2px);
}
.ctg-list > ul > li > a:hover > span .p-down,
.ctg-list > ul > li.active > a > span .p-down {
  fill: #fff;
}
.category-search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 0;
}
.category-search .cs-button {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/search-g.svg);
  cursor: pointer;
}
.category-post-list {
  padding-top: 95px;
  padding-bottom: 40px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.category-post-item a {
  display: block;
}
.category-post-item .category-post-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
}
.category-post-item .category-post-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.category-post-info .cp-category {
  font-size: 18px;
  line-height: 22px;
  color: #51bbc9;
  margin-bottom: 20px;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-weight: bold;
}
.category-post-info .cp-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 29px;
  color: var(--mailmechanic-dark);
  margin-bottom: 16px;
}
.category-post-info .cp-title a:hover {
  color: var(--mailmechanic-turquoise);
}
.category-post-info .cp-desc {
  font-size: 16px;
  line-height: 22px;
  color: var(--mailmechanic-gray);
  font-weight: 400;
  margin-bottom: 18px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Inter", Arial, Tahoma, sans-serif;
}
.o-list {
  position: absolute;
  left: 0;
  width: 200px;
  box-shadow: 0 0 4px 4px #0a0a0a0d;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
.o-list ul li a {
  display: block;
  border-radius: 3px;
  color: var(--mailmechanic-gray);
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 6px 16px;
  font-weight: bold;
}
.o-list ul li a:hover {
  background-color: #faf5f0;
}
.category-search-panel {
  display: none;
  position: absolute;
  top: -16px;
  right: 0;
  width: 362px;
}
.category-search-panel input {
  width: 100%;
  display: block;
  border: 1px solid var(--mailmechanic-gray) 666;
  border-radius: 7px;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 56px 20px 60px;
}
.category-search-panel button {
  display: block;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/search-g.svg);
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  left: 18px;
  padding: 0;
}
.category-search-panel .close-s {
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  background-image: url(../images/close-s.svg);
  position: absolute;
  cursor: pointer;
  background-size: cover;
}

/* Pagination */
.pagination .nav-links {
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-links .page-numbers {
  border-radius: 3px;
  display: block;
  height: 100%;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 5px;
  text-align: center;
  color: #979797;
  position: relative;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
.pagination .nav-links .page-numbers:hover {
  color: #51bbc9;
}
.pagination .nav-links .page-numbers.current {
  background-color: #faf5f0;
  color: #51bbc9;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  background-color: #51bbc9;
  width: 36px;
}
.pagination .nav-links .prev:before,
.pagination .nav-links .next:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.pagination .nav-links .prev {
  margin-right: 12px;
}
.pagination .nav-links .prev:before {
  background-image: url(../images/p-prev.svg);
}
.pagination .nav-links .next:before {
  background-image: url(../images/p-next.svg);
}
.pagination .nav-links .next {
  margin-left: 12px;
}

/* Blog view */
.blog-view {
  position: relative;
}
.blog-view-top {
  background-color: #fbf6f0;
  padding-top: 80px;
}
.blog-view-top .bv-category {
  display: flex;
  font-size: 18px;
  line-height: 22px;
  color: #51bbc9;
  font-weight: bold;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  margin-bottom: 35px;
}
.bv-category a {
  color: #51bbc9;
}
.bv-category div:after {
  content: "/";
  padding: 0 5px;
}
.bv-category div:last-child:after {
  content: none;
}
.blog-view-top .bv-title {
  font-size: 64px;
  line-height: 74px;
  color: var(--mailmechanic-dark);
  font-weight: bold;
  padding-bottom: 52px;
}
.blog-view-image {
  position: relative;
  margin-bottom: 40px;
}
.blog-view-image:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 50%;
  background-color: #fbf6f0;
  z-index: -1;
}
.blog-view-image .blog-view-image-a {
  border-radius: 10px;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-view-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-view-info .blog-view-text {
  padding: 90px 50px;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--mailmechanic-gray);
}
.blog-view-text p {
  margin-bottom: 15px;
}
.blog-view-text h2 {
  font-size: 52px;
  line-height: 58px;
  color: var(--mailmechanic-dark);
  font-weight: bold;
  margin-bottom: 25px;
  font-family: "Inconsolata", Arial, Tahoma, sans-serif;
}
.blog-view-text h3 {
  font-size: 36px;
  line-height: 41px;
  color: var(--mailmechanic-dark);
  font-weight: bold;
  margin-bottom: 25px;
  font-family: "Inconsolata", Arial, Tahoma, sans-serif;
}
.blog-view-text h4 {
  font-size: 26px;
  line-height: 30px;
  color: var(--mailmechanic-dark);
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Inconsolata", Arial, Tahoma, sans-serif;
}
.blog-view-text h5 {
  font-size: 16px;
  line-height: 20px;
  color: var(--mailmechanic-dark);
  font-weight: bold;
  margin-bottom: 15px;
}

.blog-view-text blockquote {
  padding: 40px 40px 40px 60px;
  font-size: 22px;
  position: relative;
}

.blog-view-text blockquote:before {
  content: '"';
  position: absolute;
  display: block;
  width: 100%;
  font-size: 120px;
  left: 0px;
  top: 50px;
  z-index: -1;
  opacity: 0.2;
  font-family: "Inconsolata", Arial, Tahoma, sans-serif;
}

.blog-view-text blockquote cite {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: var(--mailmechanic-dark);
  font-weight: bold;
  margin-top: 20px;
}

.blog-view-text ul {
  padding-left: 40px;
  margin: 20px 0;
  list-style-type: disc;
}

.blog-view-text ol {
  padding-left: 40px;
  margin: 20px 0;
  list-style-type: decimal;
}

.blog-view-text ul li,
.blog-view-text ol li {
  margin-bottom: 10px;
}

/* Related posts */
.related-posts {
  padding: 68px 0 200px;
  background-color: #fbf6f0;
  margin-bottom: -128px;
}
.rl-title {
  font-size: 52px;
  line-height: 52px;
  font-weight: bold;
  color: var(--mailmechanic-dark);
  margin-bottom: 66px;
}
.related-posts .category-post-list {
  padding-top: 0;
  padding-bottom: 0;
}

.category-post-item .category-post-image {
  overflow: hidden;
  aspect-ratio: 16/10;
  width: 100%;
}

.category-post-item .category-post-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1260px) {
  .first-post-wrap .first-post-left {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1160px) {
  .bt-right img {
    width: 600px;
  }
  .bt-left .blog-top-title {
    font-size: 70px;
    line-height: 78px;
  }
  .category-post-list {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1060px) {
  .blog-top-wrap {
    flex-wrap: wrap;
  }
  .bt-left {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .bt-right {
    width: 100%;
  }
  .bt-right img {
    margin: 0 auto;
    max-width: 100%;
  }
  .first-post-wrap .first-post-left {
    float: none;
    padding-right: 0;
    margin: 0 0 40px;
  }
  .first-post .x-centered {
    padding: 0;
  }
  .first-post:before {
    content: none;
  }
  .first-post-left .first-post-image {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    border-radius: 0;
  }
  .first-post-left .first-post-image a {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
  }
  .first-post-left .first-post-image:before {
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fbf6f0;
    position: absolute;
    height: 50%;
  }
  .first-post-left .first-post-image img {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
  }
  .first-post-wrap .first-post-right {
    max-width: 590px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .first-post {
    margin-bottom: 80px;
  }
  .category-posts-wrap {
    padding-top: 50px;
  }
  .blog-view-top {
    padding-top: 60px;
  }
  .blog-view-top .bv-category {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  .blog-top {
    padding-bottom: 80px;
  }
  .related-posts {
    padding: 50px 0 180px;
  }
  .rl-title {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .blog-top {
    padding-top: 46px;
  }
  .first-post {
    margin-bottom: 70px;
  }
  .category-list .ctg-list.for-dest {
    display: none;
  }
  .category-list .ctg-list.for-mob {
    display: block;
  }
  .ctg-list > ul > li {
    padding: 0;
  }
  .category-post-list {
    padding-top: 60px;
  }
  .pagination .nav-links {
    padding-bottom: 100px;
  }
  .blog-view-top .bv-title {
    font-size: 52px;
    line-height: 60px;
    padding-bottom: 40px;
  }
  .blog-view-image {
    margin-bottom: 30px;
  }
  .blog-view-info .blog-view-text {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 760px) {
  .bt-left .blog-top-title {
    font-size: 60px;
    line-height: 66px;
  }
}

@media only screen and (max-width: 600px) {
  .blog-top {
    padding-top: 36px;
  }
  .bt-left .blog-top-title {
    font-size: 48px;
    line-height: 52px;
  }
  .bt-left {
    text-align: left;
  }
  .blog-top {
    padding-bottom: 60px;
  }
  .first-post-wrap .first-post-left {
    margin-bottom: 24px;
  }
  .first-post-right .fp-category {
    margin-bottom: 12px;
  }
  .first-post-right .fp-title {
    font-size: 40px;
    line-height: 48px;
  }
  .first-post {
    margin-bottom: 60px;
  }
  .category-posts-wrap {
    padding-top: 40px;
  }
  .category-list .ctg-text {
    font-size: 20px;
    margin-right: 15px;
  }
  .category-post-list {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .category-post-item .category-post-image {
    margin-bottom: 20px;
  }
  .pagination .nav-links {
    padding-bottom: 90px;
  }
  .blog-view-top {
    padding-top: 40px;
  }
  .blog-view-top .bv-category {
    margin-bottom: 15px;
  }
  .blog-view-top .bv-title {
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 30px;
  }
  .blog-view-image {
    margin-bottom: 26px;
  }
  .blog-view-info .blog-view-text {
    padding: 40px 0;
  }
  .w-tz {
    font-size: 40px !important;
    line-height: 48px !important;
    margin: 20px 0 !important;
  }
  .related-posts {
    padding: 40px 0 160px;
  }
  .rl-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .blog-top {
    padding-bottom: 50px;
  }
  .first-post-right .fp-title {
    font-size: 30px;
    line-height: 36px;
  }
  .first-post {
    margin-bottom: 40px;
  }
  .category-search-panel {
    width: 300px;
    top: -11px;
  }
  .category-search-panel input {
    padding: 15px 56px 15px 60px;
  }
  .category-post-info .cp-title {
    font-size: 24px;
    line-height: 27px;
  }
  .category-post-info .cp-category {
    margin-bottom: 10px;
  }
  .blog-view-top .bv-title {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
  }
  .blog-view-info .blog-view-text {
    padding: 30px 0;
  }
  .rl-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

/* ================== STANDARD PAGE ================== */
.standard-page__title {
  font-size: 64px;
  line-height: 74px;
  color: var(--mailmechanic-dark);
  font-weight: bold;
  padding-bottom: 52px;
}

.standard-page__content .blog-view-text {
  padding: 0 0 90px;
}

@media only screen and (max-width: 840px) {
  .page-template-page-standard .main-wrap {
    padding-top: 140px;
  }
}

/* ================== FOOTER ================== */
.footer {
  padding: 120px 0 90px;
  background-color: var(--mailmechanic-dark-purple);
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
}
.footer-left .footer-logo {
  margin-bottom: 40px;
}
.footer-left .footer-logo a {
  display: block;
  width: 158px;
  height: 187px;
}
.social {
  overflow: hidden;
}
.social ul li {
  float: left;
  margin-right: 20px;
}
.social ul li a {
  display: block;
  width: 30px;
  height: 30px;
}
.social ul li.fb a {
  background-image: url("../images/fb.svg");
}
.social ul li.ins a {
  background-image: url("../images/ins.svg");
}
.social ul li.ln a {
  background-image: url("../images/ln.svg");
}
.footer-right .cn-image {
  margin-bottom: 50px;
}
.footer-right .cn-image img {
  display: block;
}
.footer-right .cp {
  text-align: center;
  color: #fff;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.footer-m {
  padding: 0 20px;
}
.footer-menu {
  display: flex;
  width: 380px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-menu ul li {
  margin-bottom: 20px;
}
.footer-menu ul li a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.footer-extra ul {
  display: flex;
}
.footer-extra ul li.f-line,
.footer-extra ul li a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.footer-extra > ul > li:after {
  padding: 0 10px;
  content: "|";
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.footer-extra > ul > li:last-child:after {
  display: none;
}

.vel-a {
  transform-origin: center;
  transform-box: fill-box;
  animation: rotate360 2.1s linear infinite;
}
.vel-b {
  transform-origin: 33px 18px;
  transform-box: fill-box;
  animation: velb 2.1s linear infinite;
}
.vel-c {
  transform-origin: 36px 36px;
  transform-box: fill-box;
  animation: velb 2.1s linear infinite;
}
.arn {
  transform-origin: 0 120px;
  transform-box: fill-box;
  animation: arn 3s linear infinite;
}
.vel-s {
  transform-box: fill-box;
  animation: vels 2.1s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes arn {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(52deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes velb {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes vels {
  0% {
    transform: rotate(356);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(356);
  }
}

@media only screen and (max-width: 1000px) {
  .footer {
    padding: 100px 0 80px;
  }
  .footer .footer-wrap {
    flex-wrap: wrap;
  }
  .footer-wrap .footer-left {
    width: 30%;
  }
  .footer-wrap .footer-m {
    width: 420px;
  }
  .footer-wrap .footer-right {
    width: 420px;
    padding: 0 20px;
    margin-top: 40px;
    margin-left: auto;
  }
  .footer-right .cp {
    width: 250px;
  }
}

@media only screen and (max-width: 840px) {
  .footer {
    padding: 80px 0 60px;
  }
}

@media only screen and (max-width: 760px) {
  .footer-wrap .footer-left {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .footer-left .footer-logo {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .social {
    text-align: center;
  }
  .social ul {
    display: inline-block;
    vertical-align: top;
  }
  .social ul li {
    margin: 0 10px;
  }
  .footer-wrap .footer-m {
    width: 100%;
  }
  .footer-menu {
    margin: 0 auto;
    max-width: 380px;
    width: auto;
  }
  .footer-extra {
    width: 380px;
    margin: 20px auto 0;
  }
  .footer-wrap .footer-right {
    width: 100%;
    margin: 40px 0 0;
  }
  .footer-right .cn-image {
    margin: 0 auto 50px;
    width: 250px;
  }
  .footer-right .cp {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    padding: 70px 0 50px;
  }
}

/* ================== OWL CAROUSEL ================== */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  font: inherit;
  padding: 0;
  background-color: transparent;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
