body {
  position: relative;
}

body:before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

body.show-sidebar {
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 992px) {
  body.show-sidebar {
    height: auto;
  }
}

body.show-sidebar:before {
  opacity: 1;
  visibility: visible;
}

.site-section {
  padding: 7rem 0;
}

aside {
  font-family: "Oxygen", sans-serif;
  max-width: 80vw;
  width: 400px;
  left: 0;
  top: 0;
  z-index: 1001;
  position: fixed;
  transform: translateX(-100%);
  background-color: #fff;
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
}
aside h3 {
  font-family: "Bebas Neue", sans-serif;
}
aside ul.primary-menu li a {
  color: #fff;
  font-size: x-large;
}
aside .list-social {
  margin-top: 6vh;
  display: flex;
  justify-content: center;
}

.show-sidebar aside {
  transform: translateX(0%);
}

aside .toggle {
  padding-left: 30px;
  padding-top: 30px;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}

.show-sidebar aside .toggle .burger:before, .show-sidebar aside .toggle .burger span, .show-sidebar aside .toggle .burger:after {
  background: #000;
}

aside .side-inner {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

aside .side-inner .sidebar-content {
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

aside .side-inner .sidebar-content .bio {
  margin-bottom: 40px;
}

aside .side-inner .sidebar-content h3 {
  font-size: 3rem;
  color: #fff;
}

aside .side-inner .sidebar-content p {
  color: #fff;
  line-height: 1.8;
}

aside .side-inner .sidebar-content .main-nav {
  margin-bottom: 40px;
}

aside .side-inner .sidebar-content .main-nav li a {
  color: #fff;
}

aside .side-inner .sidebar-content .social li {
  display: inline-block;
}

aside .side-inner .sidebar-content .social li a {
  width: 50px;
  height: 50px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 50%;
}

aside .side-inner .sidebar-content .social li a span {
  position: absolute;
  color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

aside .side-inner .sidebar-content .social li a:hover {
  background: #fff;
}

main.slide-right {
  width: 100%;
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
}

.show-sidebar main.slide-right {
  transform: translateX(400px);
}

main .post-entry {
  margin-bottom: 30px;
}

main .post-entry .custom-thumbnail {
  flex: 0 0 80px;
  margin-right: 30px;
}

main .post-content h3 {
  font-size: 18px;
}

main .post-content .post-meta {
  font-size: 15px;
  color: #ccc;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before, .burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

#search::-moz-placeholder {
  font-size: 17px;
  font-family: Courier New;
}

#search:-ms-input-placeholder {
  font-size: 17px;
  font-family: Courier New;
}

#search::placeholder {
  font-size: 17px;
  font-family: Courier New;
}

.w-searchform .input-help {
  font-size: 11px;
  color: #00ccc9;
  text-decoration: underline;
}

#customer-rating {
  margin-top: 15vh !important;
  margin-bottom: 15vh !important;
}
#customer-rating h2 {
  font-weight: bold;
  border-bottom: 12px solid #c3d7b1;
  width: 100%;
  max-width: 420px;
  margin: auto;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(#444, #c3d7b1);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer {
  padding-top: 24px;
}
footer .container {
  font-size: 14px;
  margin-top: 64px;
  line-height: 1.5rem;
  margin-bottom: 64px;
}
footer .container h4 {
  font-weight: 700;
  letter-spacing: -0.5px;
}
footer .container h4:after {
  width: 50%;
  bottom: 0;
  height: 3px;
  background: #81c1aa;
  content: "";
  display: block;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li:before {
  content: "";
  display: block;
}
footer ul.s-1 {
  list-style: none;
  font-family: "Oxygen", sans-serif;
  padding-left: 16px;
}
@media (min-width: 768px) {
  footer ul.s-1 {
    list-style: initial;
    list-style: square;
  }
}
footer .w-logo img {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  footer .w-logo img {
    margin: initial;
  }
}
footer .w-logo figcaption {
  margin-top: 6px;
  font-size: 10px;
}
footer .w-logo-mobile {
  background: #fff;
  display: none;
}
footer .small-link {
  font-size: 10px;
}
@media (min-width: 768px) {
  footer .small-link {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  footer ul.s-1 {
    list-style: initial;
    list-style: square;
  }
}
@media (min-width: 768px) {
  footer .w-logo img {
    margin: initial;
  }
}
@media (min-width: 768px) {
  footer .small-link {
    font-size: 12px;
  }
}
#footer-column-3 .primary-menu li:first-child a {
  display: inline-block;
  list-style: none;
  background: #dbffd9;
  padding: 5px 18px;
  margin-left: -17px;
}

#fixed-sidebar-whatsapp-cta {
  cursor: pointer;
  margin-right: 6px;
  transform: scale(1.05) translate(-87px, -8px);
  background: green;
  position: absolute;
  padding: 6px;
  border: 2px solid aliceblue;
  border-radius: 10px;
}

#ctaModalTemplate {
  background: rgba(0, 0, 0, 0.5);
}
#ctaModalTemplate .modal-dialog {
  width: 500px;
  max-width: 90vw;
  margin: auto;
}
#ctaModalTemplate .modal-content {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat, conic-gradient(#ff00d7 0%, #ffffff 16.67%, #00927c 34%, #00ffff 50%, #353541 66.67%, #fab5f1 83.33%, #e201ff 100%);
  border-radius: 8px;
  padding: 9px;
  box-sizing: border-box;
}
#ctaModalTemplate .modal-content input, #ctaModalTemplate .modal-content textarea {
  border: 2px solid #444;
}
#ctaModalTemplate .modal-content input:placeholder, #ctaModalTemplate .modal-content textarea:placeholder {
  font-size: 11px;
}
#ctaModalTemplate .modal-content button {
  font-weight: bold;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxygen", sans-serif;
  word-break: inherit;
  white-space: initial;
}
@media (min-width: 1024px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    scroll-margin-top: 200px;
  }
}
h1.s-1,
h2.s-1,
h3.s-1,
h4.s-1,
h5.s-1,
h6.s-1 {
  border-left: 2px solid #FF5E5B;
  padding-left: 12px;
  padding-bottom: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}

body {
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

.alert *,
.alert {
  font-family: sans-serif;
  font-size: 0.85rem;
}

@media all and (max-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}
h6 {
  font-weight: bold;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  letter-spacing: -0.5px;
  font-weight: bold;
  line-height: 1.5em;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #FF5E5B;
}
article p,
article figcaption,
article .card {
  text-indent: 1rem;
}
article p,
article ol,
article ul,
article .card,
article figcaption {
  font-family: "Oxygen", sans-serif;
  font-size: 1.2rem;
}
article p a,
article ol a,
article ul a,
article .card a,
article figcaption a {
  color: #008F5B;
  background: #ECF4F1;
}
article figcaption {
  padding: 1rem;
  color: #808080;
  font-size: 0.85rem;
  text-align: justify;
}
article .card {
  margin: 1.5rem auto;
}

.toptile {
  display: none;
}

.toptile,
.bottomtile {
  font-size: 12px;
  background-color: #FF5E5B;
}
.toptile *,
.bottomtile * {
  color: #fafafa;
}
.toptile *:hover,
.bottomtile *:hover {
  color: #fafafa;
}

@media all and (min-width: 1300px) {
  #single-container {
    width: 1250px;
  }
}

#faq-accordion {
  font-size: 12px;
}
#faq-accordion .collapsing {
  transition: none;
  display: none;
}
#faq-accordion .card-header {
  padding: 3px;
}
#faq-accordion .card-header button {
  white-space: normal;
  color: #202020;
  font-size: 13px;
  width: 100%;
  text-align: left;
}
#faq-accordion .card-body {
  padding: 12px 9px;
}

main {
  min-height: 75vh;
  max-width: 1280px;
  margin: auto;
}

section {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.section-search {
  border-bottom: 1px dotted #202020;
}
.section-search input[type=search] {
  height: 50px;
}

.section-social {
  border-top: 2px solid #1ADB96;
  border-bottom: 2px solid #1ADB96;
  background-image: url("/wp-content/themes/ok/images/email-pattern.png");
  background-blend-mode: multiply;
  background-color: #FF5E5B;
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-social ul {
  margin-bottom: 0;
}
.section-social figure {
  margin: 0;
}

.wp-singular {
  padding-top: 8vh;
}

#load-more-posts {
  font-family: "Lucida Sans";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 9px 36px;
  font-weight: bold;
  background: transparent;
  border: 1px solid #FF5E5B;
  color: #FF5E5B;
}
#load-more-posts:hover {
  background-color: #FF5E5B;
  color: #fafafa;
}

.btn-search {
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #8F2109;
  height: 50px;
}

.btn-search:active {
  position: relative;
  top: 1px;
}

.sidebar-fixed.bottom {
  display: none;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px;
}
.sidebar-fixed.bottom.show {
  display: flex;
}
.sidebar-fixed.bottom .btn-search {
  height: 50px;
  width: 50px;
}
.sidebar-fixed.bottom .btn-toggle-menu {
  margin-right: 3px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  color: #777777;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  width: 50px;
  height: 50px;
  padding: 0;
}
.sidebar-fixed.bottom .btn-top-scroll {
  margin-right: 3px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  color: #777777;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
.sidebar-fixed.bottom .btn-top-scroll:active {
  position: relative;
  top: 1px;
}

.section-search {
  min-height: 150px;
  display: grid;
}
.section-search > .row {
  margin-top: auto;
  margin-bottom: auto;
}
.section-search .btn-search {
  background-color: #808080;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 6px;
}

#w-load-more {
  margin-bottom: 4vh;
}

#header-php {
  top: initial;
  bottom: 0;
}
#header-php.scrolling .w-logo-mobile img {
  display: none;
  opacity: 0;
}
#header-php button.menu-button {
  display: block;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  content: "";
  float: none;
  padding: 0;
  font-size: 1.1rem;
  font-family: "Oxygen";
  font-weight: 400;
}
#header-php button.menu-button:before, #header-php button.menu-button.toggled-on:before {
  margin-right: 5px;
}
#header-php .w-logo-mobile {
  background: #fff;
  display: block;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 3vh 1vw;
}
@media all and (min-width: 768px) {
  #header-php {
    top: 0;
    bottom: initial;
  }
  #header-php .w-logo-mobile {
    padding: 0;
  }
}

#blog-header {
  min-height: 200px;
  background-image: url("https://www.matteus.dev/wp-content/uploads/cacapalavras.jpg");
  background-size: cover;
  align-content: center;
}
#blog-header h1 {
  word-break: break-word;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media all and (min-width: 768px) {
  #blog-header h1 {
    font-size: 3.5rem;
  }
}

a {
  color: #202020;
}
a:hover {
  color: #FF5E5B;
  text-transform: none;
}

.m-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.pt44 {
  padding-top: 44px;
}

.news-grid {
  position: relative;
  overflow: hidden;
  margin: 6px;
}
.news-grid > .row {
  position: relative;
  margin: 0;
  width: 100%;
}
.news-grid > .row > div {
  height: 100%;
  padding: 0;
}
.news-grid .grid-category-badge {
  opacity: 0.3;
}

.grid-categories {
  margin-top: 6px;
  margin-bottom: 12px;
}

.grid-category-badge {
  background: #eaeaea;
  border: 1px solid #c0c0c0;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 60%;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.1rem;
  margin-right: 2px;
}
.grid-category-badge:hover {
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase !important;
}
.grid-category-badge:hover a {
  text-transform: uppercase !important;
  text-decoration: none;
}

.thumbnail {
  padding: 6px;
  background: #f9f9f9;
  margin: 3px;
  height: 150px;
  border: 1px dotted #cacaca;
  border-radius: 8px;
  box-shadow: 0 4px 42px rgba(0, 143, 91, 0.14);
  justify-content: center;
  align-items: center;
}
.thumbnail h6 {
  margin: 0;
}
.thumbnail p {
  font-size: 12px;
}
.thumbnail .post-card-text {
  font-size: 14px;
  letter-spacing: -0.5px;
}
.thumbnail .card-img {
  height: 100%;
  width: auto !important;
}

.wrap-cell {
  padding: 1px !important;
}
.wrap-cell .cell {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.wrap-cell .cell figure {
  margin: initial;
}
.wrap-cell .cell figure:hover img {
  transform: scale(1.05);
}
.wrap-cell .cell .wrap-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrap-cell .cell .wrap-content .wrap-img,
.wrap-cell .cell .wrap-content .wrap-text {
  overflow: hidden;
  position: relative;
}
.wrap-cell .cell .wrap-content .wrap-img.size-1,
.wrap-cell .cell .wrap-content .wrap-text.size-1 {
  height: 300px;
}
.wrap-cell .cell .wrap-content .wrap-img.size-4,
.wrap-cell .cell .wrap-content .wrap-text.size-4 {
  height: 149px;
}
.wrap-cell .cell .wrap-content .wrap-img.size-6,
.wrap-cell .cell .wrap-content .wrap-text.size-6 {
  height: 100px;
}
.wrap-cell .cell .wrap-content .wrap-img .thumbnail,
.wrap-cell .cell .wrap-content .wrap-text .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  min-width: 100%;
  height: auto;
  transition-duration: 0.75s;
}
.wrap-cell .cell .wrap-content .wrap-img .thumbnail.hover,
.wrap-cell .cell .wrap-content .wrap-text .thumbnail.hover {
  scale: 1.2;
}
.wrap-cell .cell .wrap-content .wrap-text {
  font-family: "Arial", sans-serif;
  display: flex;
}
.wrap-cell .cell .wrap-content .wrap-text .text {
  margin: auto;
  word-break: break-word;
}
.wrap-cell .cell .wrap-content .wrap-text .text .excerpt {
  margin-bottom: 0;
  color: #808080;
  font-family: "Arial", sans-serif;
}
.wrap-cell .cell .wrap-content .fixed-tile.top {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25);
  background-blend-mode: multiply;
  background-repeat: repeat;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1;
}
.wrap-cell .cell .wrap-content .fixed-tile.top ul {
  margin: 0;
  margin-left: auto;
}
.wrap-cell .cell.cover .wrap-content .wrap-img {
  min-width: 100%;
}
.wrap-cell .cell.cover .wrap-content .wrap-img .thumbnail {
  z-index: 0;
}
.wrap-cell .cell.cover .wrap-content .wrap-text {
  min-width: 100%;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-1 .text {
  font-size: 3.5rem;
  font-weight: 300;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-1 .text .title {
  font-size: 3rem;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-1 .text .excerpt {
  font-size: 11px;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-4 .text .title {
  font-size: 1rem;
}
.wrap-cell .cell.cover .wrap-content .wrap-text.size-4 .text .excerpt {
  display: none;
}
.wrap-cell .cell.cover .wrap-content .wrap-text .text {
  display: block;
  margin: auto;
  text-align: center;
  color: #fafafa;
  font-weight: bold;
}
.wrap-cell .cell.bottom {
  margin-bottom: 18px;
}
.wrap-cell .cell.bottom .wrap-content {
  height: 100%;
  display: grid;
  justify-content: initial;
}
.wrap-cell .cell.bottom .wrap-content .wrap-text {
  height: auto;
  display: block;
  width: 100%;
  clear: both;
}
.wrap-cell .cell.bottom .wrap-content .wrap-text .text {
  width: 100%;
  text-align: right;
}
.wrap-cell .cell.bottom .wrap-content .wrap-text .text .title {
  font-size: 24px;
}
.wrap-cell .cell.bottom .wrap-content .wrap-text .text .excerpt {
  font-size: 14px;
}
.wrap-cell .cell.bottom .wrap-content .wrap-text .wrap-categories {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
@media (max-width: 768px) {
  .wrap-cell .cell.bottom .wrap-content .wrap-text {
    height: 100px;
    display: block;
    width: 100%;
    clear: both;
    max-height: 149px;
    overflow: hidden;
    border: 4px solid #fff;
  }
  .wrap-cell .cell.bottom .wrap-content .wrap-text > .text > .excerpt {
    font-size: 10px;
  }
}
.wrap-cell .cell.bottom .wrap-content .wrap-img {
  display: block;
}
.wrap-cell .cell.bottom .wrap-content .wrap-img .thumbnail {
  -o-object-fit: initial;
     object-fit: initial;
  width: 100%;
  height: 100%;
}
.wrap-cell .cell.top .wrap-img {
  float: left;
  width: 100%;
}
.wrap-cell .cell.top .wrap-content {
  height: 100%;
  display: inline-block;
  justify-content: initial;
}
.wrap-cell .cell.top .wrap-content .wrap-text {
  float: right;
  width: 100%;
}
.wrap-cell .cell.top .wrap-content .wrap-text .text {
  font-size: 11px;
  width: 100%;
  text-align: right;
}
.wrap-cell .cell.right .wrap-img {
  float: right;
  width: 35%;
}
.wrap-cell .cell.right .wrap-content {
  height: 100%;
  display: inline-block;
  justify-content: initial;
}
.wrap-cell .cell.right .wrap-content .wrap-text {
  float: left;
  width: 65%;
}
.wrap-cell .cell.right .wrap-content .wrap-text.size-1 .text {
  font-size: 3rem;
}
.wrap-cell .cell.right .wrap-content .wrap-text .text {
  padding: 6px;
  width: 100%;
  text-align: right;
}
.wrap-cell .cell.right .wrap-content .wrap-text .text .title {
  font-size: 14px;
}
.wrap-cell .cell.right .wrap-content .wrap-text .text .excerpt {
  font-size: 11px;
}
.wrap-cell .cell.left .wrap-img {
  float: left;
  width: 35%;
}
.wrap-cell .cell.left .wrap-content {
  height: 100%;
  display: inline-block;
  justify-content: initial;
}
.wrap-cell .cell.left .wrap-content .wrap-text {
  float: right;
  width: 65%;
}
.wrap-cell .cell.left .wrap-content .wrap-text .text {
  margin-left: 6px;
  font-size: 11px;
  width: 100%;
  text-align: left;
}

.input-help {
  color: #808080;
}

.cats-tags .badge-title {
  float: left;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .cats-tags .badge-title {
    float: right;
  }
}

.btn-action.btn-wp {
  font-weight: bold;
  font-family: Oxygen;
}

.w-post-featured-image {
  height: 600px;
  overflow: hidden;
  margin-bottom: 24px;
  border-right: 4px solid #1ADB96;
}
@media (min-width: 1200px) {
  .w-post-featured-image {
    margin-left: -4vw;
  }
}
.w-post-featured-image .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-template-page-posts article h6 {
  font-family: sans-serif;
  font-weight: 100;
  font-size: 0.9rem;
  letter-spacing: -1px;
  color: #202020;
}

#lhc_need_help_image img {
  width: 60px;
  height: auto;
}

.row.customer {
  padding: 2vh 0;
  border-bottom: 1px dashed #ccc;
}

#archive-index .row {
  justify-content: center;
  align-items: center;
}
#archive-index .row h3 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  background: #FF5E5B;
  font-size: 1rem;
  color: #fafafa;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #archive-index .row h3 {
    height: 80px;
    width: 80px;
    font-size: 2rem;
  }
}

#pede-pix p {
  margin: 0;
  padding: 0;
}

#w-posts .card-content .row {
  align-items: center;
  padding: 0;
  margin: 1rem 0;
}
#w-posts .card-content .col-4 {
  height: 100%;
  max-height: 140px;
  overflow: hidden;
  padding: 0;
}
#w-posts .card-content .col-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
  width: auto;
}

.mejs-container {
  background: transparent !important;
}
.mejs-container .mejs-controls {
  margin: 1vh 0;
  background-color: #10494e !important;
  background-image: url("../images/stripes-light.png") !important;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  border-radius: 8px;
}
.mejs-container .mejs-controls .mejs-time, .mejs-container .mejs-controls .mejs-duration {
  font-family: Oxygen, sans-serif;
  font-size: 20px;
}
.mejs-container .mejs-controls a.mejs-horizontal-volume-slider {
  background-color: transparent !important;
}

ol {
  padding: 0;
  list-style-type: none;
}

ol li {
  padding: 5px;
  padding-left: 9px;
  counter-increment: step-counter;
}
ol li:hover::before {
  background-color: #000;
  color: #fff;
}
ol li::before {
  content: counter(step-counter);
  font-size: 14px;
  background-color: #00cecb;
  color: #000;
  border: #202020;
  font-weight: bold;
  padding: 4px 7px;
  min-width: 15px;
  text-align: center;
  border-radius: 10%;
  font-family: Consolas, Helvetica, sans-serif;
}

.wrap-carousel {
  position: relative;
  height: 1050px;
}
.wrap-carousel .carousel {
  position: absolute;
  left: 5vw;
  width: 100%;
  max-width: 1024px;
  height: 1024px;
}
.wrap-carousel .carousel .carousel-control-next, .wrap-carousel .carousel .carousel-control-prev {
  height: 850px;
}
.wrap-carousel .carousel .carousel-indicators li {
  margin-right: 15px;
}
.wrap-carousel .carousel .carousel-indicators li:before {
  border-radius: 30%;
}
.wrap-carousel .carousel .carousel-indicators li.active:before {
  background-color: #c8ce0b !important;
}

#accordion .cm-s-blackboard.CodeMirror {
  min-height: 800px;
}
#accordion .code-block {
  display: block;
  height: 100%;
  min-height: 700px;
}

.sidebar-1 .tnp-form input.tnp-submit {
  margin: 12px 0 0 auto;
  width: 160px !important;
  margin-left: auto;
  display: block;
}

.reading-time {
  font-size: 12px;
  background: rgba(0, 204, 201, 0.1490196078);
  padding: 6px 15px;
  margin: 12px auto;
  font-family: "Tahoma", sans-serif;
  font-weight: bold;
  color: #005191;
  width: 240px;
}

.archive .card-post > div:first-child {
  padding: 0;
}
.archive .card-post > div:first-child figure {
  height: 100%;
  margin: 0;
}
.archive .card-post > div:first-child figure .img-post {
  padding: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .card-post > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive .card-post > div h6 {
  font-size: 1.1rem;
}

article .crp_related.crp-thumbs-grid ul li img {
  max-width: 100%;
  height: 150px;
  display: block;
  margin: 0 auto;
  min-width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

article h1, article h2, article h3 {
  font-family: "Bebas Neue", sans-serif;
}
article p, article li, article a {
  font-family: "Manrope", sans-serif;
}/*# sourceMappingURL=theme.css.map */