/*
//////////////////////////////////////////////

STYLES

//////////////////////////////////////////////
*/
@font-face {
  font-family: "themify";
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane")
      format("embedded-opentype"),
    url("../fonts/themify/themify.woff?-fvbane") format("woff"),
    url("../fonts/themify/themify.ttf?-fvbane") format("truetype"),
    url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "PT Mono", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #7b7b7b;
  font-weight: 300;
  letter-spacing: 0.05em;
  transition: background-color 5s;
}

body.dark {
  background-color: #222;
}

::-webkit-selection {
  color: #ffffff;
  background: rgb(4, 218, 141);
}

::-moz-selection {
  color: #ffffff;
  background: rgb(4, 218, 141);
}

::selection {
  color: #ffffff;
  background: rgb(4, 218, 141);
}

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: rgb(4, 218, 141);
  border-bottom: 2px solid transparent;
}
a:hover,
a:active,
a:focus {
  color: rgb(4, 218, 141);
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #282828 !important;
  border-bottom: 2px solid rgb(4, 218, 141);
}
.dark a:hover {
  color: #eee !important;
  border-bottom: 2px solid rgb(4, 218, 141);
}
figure.abx-with-caption {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.abx-with-caption img {
  margin-bottom: 0 !important;
}
figure.abx-with-caption figcaption {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
  color: #7b7b7b;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "PT Mono", sans-serif;
  font-weight: 400;
  color: rgb(4, 218, 141);
}

h1,
.h1 {
  font-size: 60px;
  line-height: 72px;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 62px;
  }
}

h2,
.h2 {
  font-size: 50px;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 58px;
  }
}

h3,
.h3 {
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 42px;
  }
}

h4,
.h4 {
  font-size: 30px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 32px;
  }
}

h5,
.h5 {
  font-size: 20px;
  line-height: 34px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 24px;
}

ul,
ol {
  padding-left: 15px;
  line-height: 26px;
  margin-left: 15px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 25px;
}

p,
img {
  margin: 0 0 20px 0;
}

ul,
ol {
  padding-left: 15px;
  line-height: 24px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 25px;
}

.dark strong {
  color: #ccc;
}

strong {
  color: #373737;
  transition: all 5s ease;
}

pre {
  white-space: pre-wrap;
  /* CSS3 browsers  */
  white-space: -moz-pre-wrap !important;
  /* 1999+ Mozilla  */
  white-space: -pre-wrap;
  /* Opera 4 thru 6 */
  white-space: -o-pre-wrap;
  /* Opera 7 and up */
  word-wrap: break-word;
  /* IE 5.5+ and up */
  /* overflow-x: auto; */
  /* Firefox 2 only */
  /* width: 99%; */
  /* only if needed */
}

pre {
  width: 100%;
  overflow: auto;
  margin: 2rem 0;
  padding: 1rem 0.8rem 1rem 1.2rem;
  color: #3f3b36;
  border: 1px solid #ebebeb !important;
  font: lighter 1.2rem/2rem Monaco, "MonacoRegular", monospace;
  background: url(../images/pre.png) repeat 0 -0.9rem;
  background-size: 1px 4rem;
}

.dark pre {
  color: #eee;
}

#abx-header {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #abx-header {
    margin-top: 1em;
  }
}
#abx-header #abx-logo {
  float: left;
  position: relative;
  z-index: 102;
  display: block;
}
#abx-logo img {
  max-width: 80px;
}

#abx-main-nav {
  position: relative;
  margin-top: 24px;
}
#abx-main-nav #abx-nav {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #abx-main-nav {
    text-align: left;
    margin-top: unset;
  }
}
#abx-main-nav ul {
  padding: 0;
  margin: 0 0 7px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #abx-main-nav ul {
    text-align: left;
    width: 100%;
    margin-left: inherit;
    margin-right: inherit;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #abx-main-nav ul {
    text-align: right;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: 90px;
  }
}
#abx-main-nav ul > li {
  padding: 0;
  margin: 0 0 7px 0;
  list-style: none;
  display: inline-block;
}
#abx-main-nav ul > li.abx-active a {
  color: #7c7c7c;
  border-bottom: 2px solid rgb(4, 218, 141);
}
#abx-main-nav ul > li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #abx-main-nav ul > li {
    display: block;
  }
}
#abx-main-nav ul > li > a {
  padding: 5px 0;
  margin: 0 10px;
  color: #7c7c7c;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  #abx-main-nav ul > li > a {
    margin: 0 0px;
  }
}
#abx-main-nav ul > li > a:hover,
#abx-main-nav ul > li > a:active,
#abx-main-nav ul > li > a:focus {
  color: #7c7c7c;
  border-bottom: 2px solid rgb(4, 218, 141);
}
#abx-main-nav .abx-nav-call-to-action {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #abx-main-nav .abx-nav-call-to-action {
    position: relative;
    top: 0px;
    text-align: right;
    display: inline-block;
    float: right;
  }
}

#abx-intro {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #abx-intro {
    margin-bottom: 1em;
  }
}

#abx-intro .container {
  padding-left: 20px;
}

#abx-intro h1 {
  font-size: 72px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #abx-intro h1 {
    font-size: 40px;
  }
}
#abx-intro .abx-intro-sub {
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  #abx-intro .abx-intro-sub {
    margin: 1em 0;
  }
}

#abx-work .abx-work-wrap {
  position: relative;
  margin-bottom: 30px;
}
#abx-work .abx-work-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border-bottom: none !important;
}
#abx-work .abx-work-item img {
  float: left;
  margin: 0;
  padding: 0;
}
#abx-work .abx-work-item:hover,
#abx-work .abx-work-item:focus,
#abx-work .abx-work-item:active {
  border-bottom: none !important;
}
#abx-work .abx-work-item .abx-overlay-text,
#abx-work .abx-work-item .abx-overlay-bg {
  position: absolute;
  opacity: 0;
}
#abx-work .abx-work-item .abx-overlay-bg {
  background: rgba(255, 255, 255, 0.9);
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 55;
}
#abx-work .abx-work-item .abx-overlay-text {
  text-align: center;
  top: 50%;
  margin-top: -36px;
  z-index: 56;
  width: 100%;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#abx-work .abx-work-item .abx-overlay-text h2 {
  padding: 0 !important;
  margin: 0 !important;
  color: #000000;
  font-size: 18px !important;
  line-height: 20px !important;
}
#abx-work .abx-work-item .abx-overlay-text .abx-categories {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
#abx-work .abx-work-item .abx-overlay-text .abx-categories li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-size: 11px;
  color: #7b7b7b;
}
#abx-work .abx-work-item .abx-overlay-text .abx-categories li::after {
  content: ",";
}
#abx-work
  .abx-work-item
  .abx-overlay-text
  .abx-categories
  li:last-child::after {
  content: "";
}

.abx-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.abx-nav-toggle.active i::before,
.abx-nav-toggle.active i::after {
  background: #2e2e2e;
}
.abx-nav-toggle:hover,
.abx-nav-toggle:focus,
.abx-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.abx-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.abx-nav-toggle i::before,
.abx-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
.dark .abx-nav-toggle i,
.dark .abx-nav-toggle i::before,
.dark .abx-nav-toggle i::after {
  background: #848484;
}

.abx-nav-toggle.abx-nav-white > i {
  color: #ffffff;
  background: #ffffff;
}
.abx-nav-toggle.abx-nav-white > i::before,
.abx-nav-toggle.abx-nav-white > i::after {
  background: #ffffff;
}

.abx-nav-toggle i::before {
  top: -7px;
}

.abx-nav-toggle i::after {
  bottom: -7px;
}

.abx-nav-toggle:hover i::before {
  top: -10px;
}

.abx-nav-toggle:hover i::after {
  bottom: -10px;
}

.abx-nav-toggle.active i {
  background: transparent;
}

.abx-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.abx-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.abx-nav-toggle {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 21;
  display: block;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .abx-nav-toggle {
    display: block;
  }
}

.abx-sidebar-nav ul {
  padding: 0;
  margin: 0;
}
.abx-sidebar-nav ul li {
  padding: 0;
  margin: 0 0 0.5em 0;
  line-height: 24px;
  list-style: none;
}
.abx-sidebar-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.abx-sidebar-nav .abx-sidebar-nav-desc {
  font-size: 14px;
  color: #ccc !important;
  line-height: 20px;
  display: block;
  cursor: pointer;
}
.abx-sidebar-nav a:hover .abx-sidebar-nav-desc {
  color: #2e2e2e !important;
}

#abx-footer {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #abx-footer {
    padding-bottom: 1em;
  }
}
#abx-footer .abx-footer-social {
  padding: 0;
  margin: 0 0 2em 0;
}
#abx-footer .abx-footer-social li {
  display: inline;
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #abx-footer .abx-footer-social li {
    display: block;
    margin-bottom: 10px;
  }
}
#abx-footer .abx-footer-social li a {
  color: #7c7c7c;
  padding: 4px 0;
  margin: 0 10px 0 0;
}
#abx-footer .abx-copyright {
  color: #7b7b7b;
  font-size: 15px;
}

.abx-more-works {
  display: none;
}

.abx-view {
  text-align: center;
}
.abx-view .abx-icon-view {
  line-height: 0;
  margin-bottom: 10px;
  display: block;
  color: #7b7b7b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.abx-view .abx-icon-view i {
  font-size: 30px;
}
.abx-view.active .abx-icon-view {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.abx-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.abx-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.abx-light-arrow
  .owl-controls
  .owl-nav
  .owl-next:hover
  i,
.owl-carousel-fullwidth.abx-light-arrow
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid rgb(4, 218, 141);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid rgb(4, 218, 141);
}

.quote {
  width: 75%;
  margin: 0 auto;
  font-size: 28px;
  line-height: 38px;
}
.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 20px;
    width: 100%;
  }
}

#map {
  width: 100%;
  height: 400px;
}

/* Buttons */
.btn {
  font-family: "PT Mono", sans-serif;
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
}
.dark .btn {
  color: #eee;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.abx-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}
.btn.btn-lg {
  padding: 30px;
}
.btn.btn-md {
  padding: 15px;
}
.btn.btn-sm {
  padding: 12px;
}
.btn.btn-xs {
  padding: 10px;
}

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  border: 2px solid #282e3c !important;
  background: #282e3c;
  color: #ffffff;
}

.btn-primary {
  background: rgb(4, 218, 141);
  border: 2px solid rgb(4, 218, 141);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #000;
}
.dark .btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #fff;
  color: #000;
}

.btn-success {
  background: #00e195;
  border: 2px solid #00e195;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #00bd7d;
}

.btn-danger {
  background: #e02745;
  border: 2px solid #e02745;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #c71d38;
}

.btn-info {
  background: #0bbff2;
  border: 2px solid #0bbff2;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: #09a4d0;
}

.btn-warning {
  background: #ffd042;
  border: 2px solid #ffd042;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background: #ffc71e;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.dark .wp-block-button.is-style-outline a {
  color: #ddd !important;
}

.dark .wp-block-button.is-style-outline:hover a {
  color: rgb(4, 218, 141) !important;
}

.wp-block-button.is-style-outline:hover a {
  color: #282828 !important;
}

.wp-block-column {
  margin: 10px;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
  background-color: transparent;
}
.dark .form-control {
  color: rgb(147, 147, 147);
}
.form-control:hover,
.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid rgb(4, 218, 141);
}

.abx-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.abx-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .abx-spacer-xlg {
    height: 80px;
  }
}

.abx-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .abx-spacer-lg {
    height: 70px;
  }
}

.abx-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .abx-spacer-md {
    height: 50px;
  }
}

.abx-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .abx-spacer-sm {
    height: 20px;
  }
}

.abx-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .abx-spacer-xs {
    height: 20px;
  }
}

.abx-spacer-xxs {
  height: 30px;
}

.abx-letter-spacing {
  letter-spacing: 1px;
}

.abx-no-margin-bottom {
  margin-bottom: 0 !important;
}

.abx-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
}
.abx-uppercase-heading-sm.with-border {
  position: relative;
  padding-bottom: 10px;
}
.abx-uppercase-heading-sm.with-border .abx-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: rgb(4, 218, 141);
}

.form-group {
  margin-bottom: 20px;
}

.image-popup:hover {
  opacity: 0.7;
}

.abx-call-to-action {
  background-color: rgb(4, 218, 141);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.abx-call-to-action h3 {
  color: #ffffff !important;
}
.abx-call-to-action .abx-call-to-action-text {
  font-size: 50px;
  line-height: 60px;
  font-family: "PT Mono", sans-serif;
  text-transform: uppercase;
}
.abx-call-to-action .btn {
  margin-bottom: 0 !important;
  padding-left: 50px;
  padding-right: 50px;
  color: #ffffff !important;
}
.abx-call-to-action > .abx-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.abx-call-to-action .abx-call-to-action-wrap {
  position: relative;
  padding: 50px 0;
  display: table;
  width: 100%;
}
.abx-call-to-action .abx-call-to-action-wrap .abx-call-to-action-inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  line-height: 62px;
  color: #ffffff;
  width: 100%;
}

/* Accordions */
.abx-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.abx-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.abx-accordion .panel-heading .accordion-toggle {
  color: rgb(4, 218, 141);
}
.abx-accordion .panel-heading .accordion-toggle:after {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.abx-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.abx-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

.dark .abx-accordion .panel {
  background-color: #222;
}

.dark .abx-accordion .panel-heading.collapsed .accordion-toggle {
  color: #eee !important;
}

/* Progress Bars */
.progress {
  height: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  box-shadow: none;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: rgb(4, 218, 141);
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

img.abx-align-right {
  float: right;
  margin: 0 0 0.5em 1em;
}
@media screen and (max-width: 480px) {
  img.abx-align-right {
    width: 100%;
    margin: 0 0 0.5em 0;
  }
}
img.abx-align-left {
  float: left;
  margin: 0 1em 0.5em 0;
}
@media screen and (max-width: 480px) {
  img.abx-align-left {
    width: 100%;
    margin: 0 0 0.5em 0;
  }
}
img.abx-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.abx-align-right {
  float: right;
  margin: 0 0 0.5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.abx-align-right {
    width: 100%;
    margin: 0 0 0.5em 0;
  }
}
a > img.abx-align-left {
  float: left;
  margin: 0 1em 0.5em 0;
}
@media screen and (max-width: 480px) {
  a > img.abx-align-left {
    width: 100%;
    margin: 0 0 0.5em 0;
  }
}
a > img.abx-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.abx-gotop {
  position: fixed;
  bottom: 100px;
  right: 40px;
  display: none;
  color: #7c7c7c !important;
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 10px;
  border-radius: 30px;
  z-index: 18;
  border: 1px solid #7c7c7c;
}

.dark .abx-gotop {
  color: #eee;
}
.abx-gotop > i {
  position: relative;
  display: block;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Easy Rsponsive Tabs */
.abx-tab {
  clear: both;
  display: block;
}

.abx-tab h2 {
  line-height: 3 !important;
}

@media screen and (max-width: 768px) {
  .abx-tab h2 {
    line-height: 43px !important;
  }
}

.resp-tab-active {
  color: rgb(4, 218, 141);
  background-color: transparent !important;
}

.resp-tabs-container {
  background-color: transparent;
}

.resp-tabs-list li {
  font-family: "PT Mono", sans-serif;
}

.resp-tab-item * {
  transition: all 0.5s;
}

.dark .resp-tab-item:hover i,
.dark .resp-tab-item:hover span {
  color: #eee;
}

.resp-tab-item:hover i,
.resp-tab-item:hover span {
  color: #282828;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.abx-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .abx-tab-menu-icon {
    margin-top: 6px;
    font-size: 26px;
  }
}

/* Pricing Tables */
.abx-pricing-table-1 {
  font-family: "PT Mono", sans-serif;
}
@media screen and (max-width: 992px) {
  .abx-pricing-table-1 .abx-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .abx-pricing-table-1 .abx-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.abx-pricing-table-1 .abx-pricing-table-item .abx-pricing-table-item-body,
.abx-pricing-table-1 .abx-pricing-table-item .abx-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.abx-pricing-table-1 .abx-pricing-table-item .abx-pricing-table-item-heading {
  background: rgb(4, 218, 141);
}
.abx-pricing-table-1
  .abx-pricing-table-item
  .abx-pricing-table-item-heading
  h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
  color: #ffffff !important;
}
.abx-pricing-table-1
  .abx-pricing-table-item
  .abx-pricing-table-item-heading
  h3
  sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.abx-pricing-table-1
  .abx-pricing-table-item
  .abx-pricing-table-item-heading
  h3
  sup,
.abx-pricing-table-1
  .abx-pricing-table-item
  .abx-pricing-table-item-heading
  h3
  span {
  font-size: 14px;
  text-transform: uppercase;
}
.abx-pricing-table-1 .abx-pricing-table-item .abx-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.abx-pricing-table-1
  .abx-pricing-table-item.abx-best-offer
  .abx-pricing-table-item-heading {
  background: rgb(4, 218, 141);
  color: #ffffff;
}
.abx-pricing-table-1 .abx-pricing-table-item .abx-pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.abx-pricing-table-1 .abx-pricing-table-item .abx-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.abx-pricing-table-1
  .abx-pricing-table-item
  .abx-pricing-table-item-body
  ul
  li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.abx-pricing-table-1
  .abx-pricing-table-item.abx-best-offer
  .abx-pricing-table-item-body {
  border: 2px solid rgb(4, 218, 141);
  border-top: none;
}

.abx-no-margin-bottom {
  margin-bottom: 0 !important;
}

.abx-letter-space {
  letter-spacing: 4px;
}

.abx-link {
  font-family: "PT Mono", sans-serif;
}
.abx-link > i {
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.abx-link:hover > i {
  margin-right: 15px;
}

.abx-btn-other-option {
  float: left;
  margin-right: 10px;
}

.abx-other-option {
  margin-top: 12px;
  display: inline-block;
  float: left;
}
.abx-other-option .abx-or {
  margin-left: 10px;
  margin-right: 10px;
}

.abx-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7b7b7b;
}

.ab-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 60px;
}

.ab-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ab-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transition: 0.4s;
  transition: background-color 0.5s;
}

.ab-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #7b7b7b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* input:checked + .ab-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
} */

/* Rounded sliders */
.ab-slider.round {
  border-radius: 34px;
}

.dark .ab-slider.round:before {
  position: absolute;
  margin: auto;
  top: -13px;
  right: 0;
  bottom: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 16px 6px 0px -5px #7c7c7c;
}

.ab-slider.round:before {
  position: absolute;
  margin: auto;
  top: -13px;
  right: 0;
  bottom: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid;
  box-shadow: 37px 6px 0px -5px #7c7c7c;
}

.ab-slider.round:hover:before {
  border-color: rgb(4, 218, 141);
}

@-webkit-keyframes blinking {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.blinking:after {
  -webkit-animation-name: blinking;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 0.7s;
}

.h2.blinking {
  width: fit-content;
}
.h2.blinking::after {
  background-color: #04da8d;
  width: 20px;
  content: "";
  display: block;
  float: right;
  height: 40px;
  margin: 12px;
}

@media screen and (max-width: 768px) {
  .ab-switch {
    margin-top: 30px;
  }
}

.sls {
  letter-spacing: -20px;
}
.var-highlight {
  color: #c0ad60;
}

.string-highlight {
  color: rgba(253, 149, 90, 0.8);
}

.entry-meta span {
  display: inline-block;
}

.entry-thumbnail {
  height: 60rem;
  background-repeat: no-repeat;
  background-size: 60rem;
  background-position: -10rem -6rem;
}

@media screen and (max-width: 768px) {
  .entry-thumbnail {
    height: 33rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
  }
  .sls {
    letter-spacing: -10px;
  }
  .h2.blinking::after {
    width: 14px;
    height: 32px;
  }
}

.archive-content article {
  padding-left: 11px;
}
/* #typewriter {
  font-size: 2em;
  margin: 0;
  font-family: "Courier New";
} */
/* #typewriter:after {
  content: "|";
  -webkit-animation: blink 500ms linear infinite alternate;
          animation: blink 500ms linear infinite alternate;
} */

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */

.hover-image-container {
  position: relative;
  width: 100%;
  max-width: 400px; /* Adjust as necessary */
  height: auto;
}

.hover-image-container figure {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-image-container figure img {
  width: 100%;
  height: auto;
}

/* First image animation */
.hover-image-container figure:first-child {
  animation: imageFade 15s infinite;
}


@keyframes imageFade {
  0%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}


.wp-block-image img {
  width: 100%;
  height: auto;
}

.wp-block-heading {
  margin-top: 70px;
}
