@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");/*colors*/
/*colors*/
/* fonts */
/* fonts */
.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-wrap {
  flex-wrap: wrap; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-center {
  justify-content: center; }

.justify-content-end {
  justify-content: flex-end; }

.container {
  width: 100%;
  max-width: 1306px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  margin: 0 auto; }

.container--small {
  width: 100%;
  max-width: 1066px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  margin: 0 auto; }

.container--xxs {
  max-width: 650px; }

.row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.vh-100 {
  height: 100vh; }

.mw-100 {
  max-width: 100%; }

.grid1\/2 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid1\/3 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid2\/3 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid1\/4 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid3\/4 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid1\/6 {
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
  padding-left: 1rem;
  padding-right: 1rem; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.none {
  display: none; }

.font-title {
  font-family: "Lato", sans-serif; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.decoration-none {
  text-decoration: none; }

.title-h1 {
  color: #3CB1AC;
  font-size: 28px;
  font-family: "Lato", sans-serif;
  line-height: 34px;
  font-weight: 400; }

.title-h2 {
  color: #3CB1AC;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  line-height: 28px;
  font-weight: 400; }

.m-0 {
  margin: 0; }

.mb-05 {
  margin-bottom: .5rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.mb-10 {
  margin-bottom: 10rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.bg-white {
  background-color: #FFFFFF; }

.bg-primary {
  background-color: #3CB1AC; }

.bg-dark {
  background-color: #2b2b2b; }

.white {
  color: white; }

.primary {
  color: #3CB1AC; }

.secondary {
  color: #E55B42; }

.text {
  color: #3E4143; }

.cover {
  object-fit: cover; }

.show--mobile {
  display: none; }

@media (max-width: 1023px) {
  .grid1\/2--tablet {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .hidden--mobile {
    display: none; }
  .show--mobile {
    display: block; }
  .grid1--mobile {
    flex: 0 0 100%;
    max-width: 100%; }
  .order2--mobile {
    order: 2; }
  .order1--mobile {
    order: 2; }
  body {
    padding-top: 98px !important; } }

.text_post p {
  color: #3E4143;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 40px; }
  .text_post p a {
    color: #3CB1AC;
    text-decoration: none; }
    .text_post p a:hover {
      text-decoration: underline; }

.text_post h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 21px;
  line-height: 34px;
  color: #3CB1AC;
  font-weight: 400;
  text-transform: uppercase; }

.text_post h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #3CB1AC; }

.text_post img {
  width: 100% !important;
  height: auto !important; }

.addtoany_shortcode a span {
  background-color: transparent !important; }
  .addtoany_shortcode a span svg path {
    fill: #E55B42 !important; }

.back {
  position: relative; }
  .back a {
    color: #8E9397;
    text-decoration: none;
    font-weight: bold;
    padding-left: 24px; }
  .back:before {
    content: '';
    height: 16px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(//blog.manelservice.com/wp-content/themes/editwebtheme/assets/img/back.png);
    background-size: 100% 100%; }

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  color: #3E4143; }

body {
  margin: 0; }

.post__img {
  padding-bottom: 56%;
  height: 0; }

.post__img--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.post__content a {
  text-decoration: none; }

.post__content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 56px; }

.post__content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: lighter; }

.input-search {
  position: relative;
  padding-left: 30px; }
  .input-search input {
    color: #8E9397;
    text-transform: uppercase;
    font-size: 1rem;
    border: 0px;
    outline: none;
    border-bottom: 1px solid transparent; }
    .input-search input:focus {
      border-bottom: 1px solid #E55B42; }
  .input-search:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(//blog.manelservice.com/wp-content/themes/editwebtheme/assets/img/search.png);
    background-size: 100% 100%;
    top: 0;
    left: 0;
    position: absolute; }

.pagination h2 {
  display: none; }

.pagination .nav-links {
  text-align: center; }
  .pagination .nav-links span {
    color: #E55B42;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px; }
  .pagination .nav-links a {
    color: #E55B42;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
    text-decoration: none; }
    .pagination .nav-links a.next {
      display: inline-block;
      positon: relative; }
      .pagination .nav-links a.next span {
        display: none; }
      .pagination .nav-links a.next:after {
        content: '>';
        color: #3CB1AC;
        font-size: 18px; }
    .pagination .nav-links a.prev {
      display: inline-block;
      positon: relative; }
      .pagination .nav-links a.prev span {
        display: none; }
      .pagination .nav-links a.prev:after {
        content: '<';
        color: #3CB1AC;
        font-size: 18px; }


.claim {
  padding-top: 2rem;
  display: block;
}
.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}