/*!* Bootstrap (http://getbootstrap.com) * Copyright 2011-2023 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
/*!normalize.css | MIT License | github.com/necolas/normalize.css*/
html {
  -ms-text-size-adjust: 100%
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,th {
  padding: 0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

:after,:before {
  -moz-box-sizing: border-box
}

button,input,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
  font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
  font-size: 75%
}

.h1,h1 {
  font-size: 36px
}

.h2,h2 {
  font-size: 30px
}

.h3,h3 {
  font-size: 24px
}

.h4,h4 {
  font-size: 18px
}

.h5,h5 {
  font-size: 14px
}

.h6,h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ol,ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0
}

code,kbd,pre,samp {
  font-family: Menlo,Monaco,Consolas,courier new,monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 768px) {
  .container {
      width:750px
  }
}

@media(min-width: 992px) {
  .container {
      width:970px
  }
}

@media(min-width: 1200px) {
  .container {
      width:1170px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-md-12,.col-md-4,.col-md-6,.col-sm-12,.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media(min-width: 768px) {
  .col-sm-12,.col-sm-6 {
      float:left
  }

  .col-sm-12 {
      width: 100%
  }

  .col-sm-6 {
      width: 50%
  }
}

@media(min-width: 992px) {
  .col-md-12,.col-md-4,.col-md-6 {
      float:left
  }

  .col-md-12 {
      width: 100%
  }

  .col-md-6 {
      width: 50%
  }

  .col-md-4 {
      width: 33.33333333%
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-],table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
  background-color: #f2dede
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,.pager .next>span {
  float: right
}

.pager .previous>a,.pager .previous>span {
  float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:focus,a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
  border-color: #337ab7
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.nav:after,.nav:before,.pager:after,.pager:before,.row:after,.row:before {
  display: table;
  content: " "
}

.clearfix:after,.container-fluid:after,.container:after,.nav:after,.pager:after,.row:after {
  clear: both
}

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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline
}

body {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-family: lato,sans-serif;
  background: #f4f7f8;
  margin: 0
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 500
}

h1 {
  font-size: 32px
}

h2 {
  font-size: 24px
}

h3 {
  font-size: 20px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 12px
}

p {
  margin-bottom: 10px
}

img {
  border: none;
  max-width: 100%;
  height: auto
}

a {
  color: #373737
}

a:hover {
  color: #17b;
  text-decoration: underline
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none
}

a,button,input {
}

input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],input[type=search],textarea {
  border: 1px solid #d5d5d5;
  padding: 8px 15px;
  font-size: 14px;
  color: #757575;
  font-style: italic;
  border-radius: 0
}

button,input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus {
  outline: none
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
  border-color: #fcd998;
  border-right: 1px solid #fcd998;
  border-left: 1px solid #fcd998
}

.single .entry-content h1,.not-kc .entry-content h1,.comment-content h1,.single .entry-content h2,.not-kc .entry-content h2,.comment-content h2,.single .entry-content h3,.not-kc .entry-content h3,.comment-content h3,.single .entry-content h4,.not-kc .entry-content h4,.comment-content h4,.single .entry-content h5,.not-kc .entry-content h5,.comment-content h5,.single .entry-content h6,.not-kc .entry-content h6,.comment-content h6,.single .entry-content p,.not-kc .entry-content p,.comment-content p,.single .entry-content table,.not-kc .entry-content table,.comment-content table,.single .entry-content dl,.not-kc .entry-content dl,.comment-content dl,.single .entry-content pre,.not-kc .entry-content pre,.comment-content pre,.single .entry-content ul,.not-kc .entry-content ul,.comment-content ul,.single .entry-content ol,.not-kc .entry-content ol,.comment-content ol {
  margin-bottom: 20px
}

.single .entry-content ul,.not-kc .entry-content ul,.comment-content ul {
  list-style: none
}

.single .entry-content ul,.not-kc .entry-content ul {
  margin: 0 40px 20px
}

.single .entry-content ul li,.not-kc .entry-content ul li {
  font-size: 14px;
  margin-bottom: 10px!important
}

.comment-content ul li,.single .entry-content ol li,.not-kc .entry-content ol li,.comment-content ol li {
  font-size: 16px;
  line-height: 36px
}

.single .entry-content ul li:before,.not-kc .entry-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #5f5f5f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
  display: none
}

.comment-content ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  padding-bottom: 2px
}

.post-password-form input[type=password] {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #e9e9e9;
  margin-right: 10px
}

.post-password-form input[type=submit] {
  border: 1px solid #242627;
  background: 0 0;
  color: #242627;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  vertical-align: middle
}

.post-password-form input[type=submit]:hover {
  background: #242627;
  color: #fff
}

.screen-reader-text {
  display: none
}

.gallery:after {
  content: "";
  display: block;
  clear: both;
  margin: 0 -5px 20px
}

.gallery-item {
  float: left;
  padding: 0 5px;
  margin-bottom: 15px
}

.wp-caption {
  max-width: 100%
}

.wp-caption-text {
  text-align: center;
  padding: 5px;
  font-style: italic
}

.gallery-caption {
  text-align: left;
  font-style: italic;
  padding: 5px 0
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0
}

.alignright {
  float: right;
  margin: 0 0 10px 20px
}

.aligncenter {
  display: block;
  margin: 0 auto 20px
}

.bypostauthor {
  display: block
}

.ads {
  text-align: center;
  margin: 0 auto;
  display: inherit
}

#wrapper {
  margin: auto
}

.search-form {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 20px
}

.search-form label {
  display: block
}

.search-form .search-field {
  background: url(images/assets/search.png) no-repeat scroll 4px 4px #fff;
  border-radius: 2px;
  border: 1px solid #a0a0a0;
  color: #7d7d7d;
  font-size: 11px;
  line-height: 18px;
  padding: 4px 8px 4px 25px;
  font-style: normal;
  font-weight: 400;
  width: 640px
}

.header2 .search-form .search-field {
  border-radius: 4px
}

.search-form .search-submit {
  display: none
}

.star-rating {
  font-family: FontAwesome;
  font-size: 13px;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 74px;
  letter-spacing: 3px
}

.star-rating:before {
  color: #b5b5b5;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  left: 0;
  position: absolute;
  top: 0
}

.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  left: 0;
  position: absolute;
  top: 0;
  color: #ffe931
}

.thumbnail {
  border-radius: 0
}

.socials {
  list-style: none;
  margin: 0;
  padding: 0
}

.socials li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px
}

.socials li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  display: block
}

.socials li a:hover {
  border-color: #e31e1e;
  color: #e31e1e
}

.socials li a span {
  display: none
}

.title-list,.headline,.main-menu {
}

.site-header {
  position: sticky;
  top: 0;
  border-bottom: 2px solid #c7c7c700;
  margin-top: 0;
  margin-bottom: 40px;
  background: #fff;
  width: 100%;
  height: 80px;
  box-shadow: 0 2px 12px rgb(45 75 162 / 3%), 0 12px 36px rgb(45 75 162 / 7%);
  transition: box-shadow .3s ease,background-color .3s ease;
  z-index: 10000;
}

.mid-header {
  box-shadow: 3px 6px 10px 0 #999;
  padding-bottom: 20px
}

.header2 .mid-header {
  padding-bottom: 0;
  box-shadow: none
}

.site-brand {
  text-align: center;
  position: relative;
  margin-top: 20px;
  line-height: 54px
}

.header2 .header-box {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header2 .site-brand {
  margin: 0;
  z-index: 9999;
}

.header2 .site-brand img {
  max-width: 48px;
}

.right-header {
  float: right
}

.main-menu .search-form {
  position: absolute;
  bottom: auto;
  top: 7px;
  right: 7px
}

.right-header .search-form {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 30px
}

.headline {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #000
}

.main-menu {
  padding: 8px 0 0 0;
  position: relative;
  z-index: 10
}

.main-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  float: right;
  margin-top: -7px
}

.main-menu ul li {
  float: left;
  position: relative
}

.main-menu ul.sub-menu li {
  float: none;
  display: block
}

.main-menu ul li a {
  color: #161616;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top
}

.main-menu ul.sub-menu li a {
  padding: 5px 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  display: block
}

.header2 .main-menu ul li a {
  font-size: 18px;
  line-height: 44px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  text-shadow: none;
  border-right: 1px solid rgb(255 255 255/0%);
  text-transform: none;
  font-weight: 400;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: 500
}

.main-menu ul li a i {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px
}

.header2 .main-menu ul li a i {
  display: none
}

.main-menu ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(0,0,0,.1)
}

.header2 .main-menu ul li a:hover {
  color: #000;
  background: #f3f3f361
}

.menu-main {
  display: inline-block;
  vertical-align: middle
}

.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  margin-top: 20px;
  box-shadow: 3px 6px 10px 0 rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e3e3e3;
  box-shadow: #a2b9ed 0 0 11px;
  transition: opacity .3s ease-in-out
}

.header2 .main-menu ul.sub-menu li {
  display: block
}

.header2 .main-menu ul.sub-menu li:nth-child(2n+1) {
  clear: left
}

.header2 .main-menu ul.sub-menu li a {
  font-size: 17px;
  line-height: 34px;
  padding: 5px 20px;
  text-shadow: none;
  border-right: 1px solid rgb(255 255 255/0%);
  text-transform: none;
  font-weight: 400;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: 600
}

.header2 .main-menu ul.sub-menu li a:hover {
  color: #000;
  background: #f3f3f361
}

.main-menu li:hover>.sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
  overflow: auto
}

.mobile-menu {
  display: none;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  cursor: pointer
}

.main-menu .arrow {
  position: absolute;
  top: 18px;
  right: 96px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #fff;
  display: none;
  border-color: rgb(39 39 39) transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0
}

.site-main {
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 51px
}

.breadcrumbs {
  margin-bottom: 20px
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle
}

.breadcrumbs li:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  content: " \203A ";
  font-family: Arial,sans-serif;
  margin-top: -3px
}

.breadcrumbs li:last-child:after {
  display: none
}

.site-content {
  line-height: 24px
}

.site-main .widget {
  margin-bottom: 15px
}

.site-main .widget>ul {
  padding-left: 13px
}

.site-main .widget-title {
  font-size: 16px
}

.widget_nav_menu .menu {
  padding: 0;
  margin: 0;
  list-style: none
}

.widget_nav_menu .menu li {
  padding: 7px 0;
  border-bottom: 1px dashed rgba(0,0,0,.05)
}

.widget_nav_menu .menu li:last-child {
  border-bottom: none
}

.widget .searchform {
  display: block
}

.widget .searchform>div {
  width: auto
}

.widget .searchform #s {
  border: 1px solid rgba(0,0,0,.1)
}

.intro-text {
  margin-bottom: 30px
}

article.post {
  margin-bottom: 30px
}

.post-thumb {
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  background: 0 0
}

.post-thumb a {
  display: block
}

.post-thumb img {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  width: auto;
  background: #fff;
}

.post-thumb a:hover img {
  opacity: .8
}

.post-meta {
  list-style: none
}

.post-meta i {
  margin-right: 5px
}

.home .entry-header {
  display: none
}

.blog-list {
  margin: 20px 0;
  box-shadow: 1px 1px 10px 0 #d0d1cb;
  border-radius: 10px;
  border: 1px solid #d0d1cb;
  background: #fff
}

.title-list,.site-bottom .site-bottom-ct .widget-title {
  padding: 12px 0;
  overflow: hidden;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin: 0;
  position: relative;
  font-weight: 600;
  height: 47px;
  line-height: 47px;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-family: monospace
}

.site-bottom .site-bottom-ct .widget {
  box-shadow: 3px 6px 10px 0 #999
}

.site-bottom .site-bottom-ct .widget ul {
  padding: 0 20px 20px 34px
}

.site-bottom .site-bottom-ct .widget li {
  list-style: square;
  text-align: left;
  color: #9f9f9f;
  padding-left: 10px;
  margin-top: 10px
}

.site-bottom .site-bottom-ct .widget li a {
  color: #444
}

.not-kc .entry-content .title-list {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0
}

.title-list a {
  color: #d6e313;
  text-decoration: none;
  display: inline-block;
  vertical-align: top
}

.title-list a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  margin-right: 5px
}

.link-list {
  background: #fff;
  color: #9f9f9f;
  overflow-y: auto;
  padding-top: 10px;
  position: relative;
  max-height: 314px;
  border-radius: 10px
}

.link-list ol {
  padding-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px
}

.link-list ol li {
  margin-bottom: 5px;
  margin-left: -10px;
  position: relative
}

.not-kc .entry-content .link-list ol li {
  font-size: 16px;
  line-height: inherit;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif
}

.link-list .site-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 4px;
  margin-right: 4px
}

.grid-list {
  padding-top: 20px
}

.grid-item {
  width: 25%;
  padding: 10px 15px
}

.grid-item .blog-list {
  margin: 0 0 20px
}

.post-info {
  text-align: center
}

.post-info .rating {
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.entry-header .page-title a {
  color: #fff
}

.entry-header .page-title a i {
  margin-left: 8px
}

article.post {
  margin-bottom: 30px
}

h1.post-title,.post-title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px
}

.post-title a {
  font-size: 36px;
  font-weight: 700;
  position: relative
}

.post-title,
.post-title a {
  font-size: 24px
}

.post-ct {
  padding-top: 30px;
  margin-top: 20px;
  text-align: justify;
  border-top: 12px solid #c93535
}

.kk-star-ratings .kksr-star.gray {
  width: 120px;
  display: inline-block;
  float: left;
  margin-right: 10px
}

.kk-star-ratings .kksr-legend {
  float: left
}

div.wpcf7 {
  margin: 10px auto;
  padding: 20px;
  background: #f4f7f8;
  border-radius: 8px;
  border: 1px solid #e8eeef;
  box-shadow: 1px 1px 20px 2px #b5b5b5;
  font-family: Georgia,times new roman,Times,serif
}

.wpcf7-form label,.wpcf7-form-control-wrap {
  position: relative;
  display: block
}

.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select,.wpcf7-form-control-wrap textarea {
  display: block;
  font-family: Georgia,times new roman,Times,serif;
  background: rgba(255,255,255,.1);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  outline: 0;
  padding: 7px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.03) inset;
  box-shadow: 0 1px 0 rgba(0,0,0,.03) inset;
  margin-bottom: 30px;
  font-style: normal
}

.wpcf7-form-control-wrap input:focus,.wpcf7-form-control-wrap select:focus,.wpcf7-form-control-wrap textarea:focus {
  background: #d2d9dd
}

.wpcf7-form-control-wrap textarea {
  resize: none;
  height: 260px
}

.wpcf7-form input[type=submit],.wpcf7-form input[type=button] {
  position: relative;
  display: block;
  padding: 19px 39px 18px;
  color: #fff;
  margin: 0 auto 10px;
  background: #1abc9c;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 1px solid #16a085;
  border-width: 1px 1px 3px;
  border-radius: 12px
}

.wpcf7-form input[type=submit]:hover,.wpcf7-form input[type=button]:hover {
  background: #109177
}

.page-navigation {
  margin: 20px 0;
  text-align: center
}

.page-navigation .page-numbers {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  line-height: 33px;
  text-align: center;
  margin-right: 5px
}

.page-navigation .page-numbers:hover {
  background: #f3f2f2;
  text-decoration: none;
  color: #000
}

.page-navigation .page-numbers.current {
  border-color: transparent;
  background: #2f464e;
  color: #fff
}

.site-bottom {
  margin: 10px 0 32px;
  text-align: center
}

.site-bottom-ct {
}

.site-bottom .widget-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.1;
  color: #f0f
}

.site-footer {
  background: #06223b;
  padding: 5px 0;
  font-size: 16px;
  color: #999;
  width: 100%;
  border-top: 2px solid #a9a9a9;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: system-ui
}

.footer-col-txt {
  color: #38393a;
  padding-left: 13px;
  margin-bottom: 20px;
  display: inline-flex
}

.footer-col-txt:hover {
  color: #9f005e;
  text-decoration: none
}

.footer-box {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-main {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-main li {
  margin: 0 10px;
}

.footer-main li a {
  color: 14px;
  color: #999;
}

.notice-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.6);
  color: #444;
  z-index: 999
}

.notice-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 3px rgba(0,0,0,.1);
  box-shadow: 0 4px 10px 3px rgba(0,0,0,.1)
}

.notice-text a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #444;
  border-radius: 5px;
  font-weight: 700;
  margin-top: 10px
}

.notice-text a:hover {
  background-color: #f9f9f9;
  text-decoration: none
}

.site-bottom .col-md-4:nth-child(3n+1),.site-bottom .col-md-6:nth-child(2n+1) {
  clear: both
}

.stop-wordy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
  display: inline-flex
}

.menu-item-image {
  margin-right: 5px;
  margin-top: -4px;
  filter: invert(1) hue-rotate(180deg)
}

.main-menu .language-switcher img {
  vertical-align: middle
}

.main-menu .language-switcher {
  line-height: 1;
  margin-top: -9px
}

.ash1-p {
  font-size: 32px;
  background: #02596c00;
  padding: 16px;
  border-bottom: 9px solid #7a7a7a;
  color: #2a2b2c;
  margin-bottom: 44px!important;
  text-shadow: .1em .1em .2em #0c285c00
}

.wpml-ls-flag {
  width: 24px!important;
  height: 16px!important
}

.wp-block-columns {
  align-items: normal!important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap!important;
  margin-bottom: 1.75em
}

@media(min-width: 782px) {
  .wp-block-columns {
      flex-wrap:nowrap!important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

@media(max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis:100%!important
  }
}

@media(min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis:0;
      flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
      flex-grow: 0
  }
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.mobile-dk {
  filter: invert(1) hue-rotate(180deg);
  opacity: .7
}

.listbg {
  background: #fbfbfb;
  border: 1px solid #ededed;
  padding-top: 13px
}

.is-form-style button.is-search-submit {
  cursor: pointer
}

.site-header:hover {
  box-shadow: #9caed7 0 0 7px;
  background-color: rgba(255,255,255,.9)
}

::selection {
  background-color: #d4f7ff;
  color: #062e43
}

::-moz-selection {
  background-color: #d4f7ff;
  color: #062e43
}

.bread-home {
  width: 13px;
  height: auto;
  display: inline-block;
  margin-top: -3px;
  margin-right: 9px
}

.button-plus2,
.button-plus2:focus {
  position: relative;
  top: 0;
  margin: 0 auto;
  border: none;
  padding: 10px 30px;
  width: 100%;
  display: block;
  max-width: 320px;
  height: auto;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 32px;
  color: rgba(255,255,255,0.9);
  border-radius: 50px;
  background: linear-gradient(-45deg, #f6bd00, #ec5853, #e442c7, #8316ff,#7060ff);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
  cursor: pointer;
  z-index: 1;
  transition: .3s ease-in-out;
}

.button-plus2:hover {
  top:- 5px;
  color: #ffffff;
  text-decoration: none;
  background-position: right center;
}

.button-plus2:hover,
button:focus {
	color: #ffffff;
	text-decoration: none;
}

.button-plus2:before {
  content: "";
  position: absolute;
  margin-top: -70px;
  z-index: -1;
  filter: blur(30px);
  opacity: 0.8;
  z-index: -1;
}

.button-plus2 img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -2px;
}

.alternate-container {
  box-shadow: 0 2px 12px rgb(45 75 162 / 3%), 0 12px 36px rgb(45 75 162 / 7%);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 40px 30px;
  background: white;
  border-radius: 16px;
  margin-top: 30px;
}

.alternate-item {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.alternate-item>div:not(.text-container):first-child {
  flex: 0 0 300px;
  width: 300px;
}

.alternate-item img {
  border-radius: 16px;
}

.alternate-item .thank-you {
  margin: 0;
}

#go-to-top {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #3c3b36;
  color: #fff;
  font-size: 24px;
  line-height: 0px;
  text-align: center;
  position: fixed;
  bottom: 60px;
  right: 30px;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#go-to-top:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  transform: rotate(0deg);
  margin-top: 0px;
}


@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.categories-grid {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 20px;
  width: 100%;
}

.category-item {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 2px 9px rgb(45 75 162 / 3%), 0 8px 26px rgb(45 75 162 / 7%);
  transition: .3s ease;
}

.category-item:hover {
  top: -5px;
  box-shadow: 0 2px 12px rgb(45 75 162 / 3%), 0 12px 36px rgb(45 75 162 / 7%);
}

.category-item img {
  width: 100%;
  height: auto;
}

.category-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #ffffff;
}

.category-item img {
  width: 100%;
  height: auto;
}
.category-item__name {
  position: absolute;
  bottom: 0;
  padding: 70px 20px 20px;
  width: 100%;
  text-align: center;
  color: white;
  background-image: linear-gradient(0deg, rgba(0,0,0,.63), transparent);
  letter-spacing: 0.36px;
}
.category-item__count {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}
.category-item__count span {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  background: #3c3c3c;
  color: white;
  border-radius: 50%;
  padding: 0;
  width: 28px;
  height: 28px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header {
  border-bottom: 10px solid #0d2e3b00;
  padding-top: 0px;
  margin-top: 0px;
  text-align: center;
  padding-bottom: 29px;
  margin-bottom: 26px;
  Font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.page-header h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
}

input::placeholder {
  color: #a19a9a;
}

.is-form-style input.is-search-input {
  text-align: center;
  font-weight: 500;
  font-size: 18px !important;
  height: 55px;
  Font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  border-radius: 5px 0px 0px 5px;
}

.is-form-style button.is-search-submit {
  height: 55px;
}

.is-form-style input.is-search-submit, .is-search-icon {
  height: 55px;
}

.is-search-icon {
  padding-top: 15px!important;
}

#color-title-liscat {
  font-size: 40px;
  font-weight: 1000;
  color: #416a78;
  background: linear-gradient(88deg,#0b4765 .66%,#0d2e3b 28.1%,#0a293d 61.1%,#163d4f 100%);
  -o-border-image: linear-gradient(88deg,#0f6a97 .66%,#9679fa 28.1%,#3287bb 61.1%,#03A9F4 100%) 1;
  border-image: linear-gradient(89deg, #a0dbfd 1%, #947bed 26%, #fb81b5 51%, #ffbd75 98%) 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00749700;
  border-bottom: 2px solid;
  display: inline-block;
}

.slog-write {
  font-size: 19px;
  margin-top: -7px;
  display: block;
}

.mascoot-aix {
  width: 105px;
  height: 105px;
  margin-top: -8px;
}

.right-header {
  width: 100%;
  margin-top: 59px;
}

@media only screen and (max-width: 1200px) {
  .categories-grid {
      grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .categories-grid {
      grid-template-columns: repeat(4, 1fr);
  }

  .right-header {
      margin-top: 0px !important;
  }

  #right-header2 {
      margin-top: 17px !important;
  }
}

@media only screen and (max-width: 780px) {
  .categories-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
      margin-bottom: 40px;
  }

  .categories-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  #right-header2 {
      margin-top: 51px !important;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .category-item {
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
  }

  .categories-grid {
      grid-template-columns: repeat(1, 1fr);
  }

  .slog-write {
      margin-top: 14px;
  }
}

@media only screen and (max-width: 336px) {
  .categories-grid {
      grid-template-columns: repeat(1, 1fr);
  }
}

/** Category **/
.category h1 {
  margin-top: 0;
  font-size: 42px!important;
  color: #516064!important;
  background: linear-gradient(88deg,#0b4765 .66%,#115067 28.1%,#0b3f5f 61.1%,#163d4f 100%);
  -o-border-image: linear-gradient(88deg,#0f6a97 .66%,#9679fa 28.1%,#3287bb 61.1%,#03A9F4 100%) 1;
  border-image: linear-gradient(89deg,#a0dbfd 1%,#947bed 26%,#fb81b5 51%,#ffbd75 98%) 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00749700;
  border-bottom: 2px solid
}

.breadcrumbs {
  margin-bottom: 0;
  margin-top: 0
}

.category h2 {
  margin-top: 20px
}

.payment-icon {
  margin-right: 3px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.payment-free .payment-icon {
  background-color: green;
}

.payment-freemium .payment-icon {
  background-color: orange;
}

.payment-paid .payment-icon {
  background-color: red;
}

.website-type {
  position: absolute;
  top: 11px;
  right: 0;
  left: 0;
  padding: 0 10px;
  border-radius: 30px;
  margin: auto;
  color: #1a1a19;
  font-size: 12px;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 3px;
  background: #fff;
  z-index: 10;
}


.post-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  z-index: 993;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
}

.rank-gold {
  background: #fff5be;
  font-size: 0;
}

.rank-silver {
  background: #f8faff;
  font-size: 0;
}

.rank-bronze {
  background: #ffe5bedb;
  font-size: 0;
}

.rank-regular {
  background: #fff;
}

.post-rank-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
}

.post-views {
  width: 12px;
  height: 12px;
  background-size: contain;
  /*animation: clignoter 1.3s infinite;*/
}

.views-box {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 0 10px;
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  font-size: 12px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: 3px;
  z-index: 99;
}

.visit-site-button {
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  background-color: #4772a7;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600
}

.visit-site-button:hover {
  text-decoration: none;
  background-color: #557cad
}

.post-category {
  margin-top: 15px;
  color: #097697;
  font-weight: 600;
  line-height: 20px;
  min-height: 48px;
  height: auto;
}

.latest-posts {
  margin-bottom: 40px;
  justify-content: space-between;
  padding-top: 33px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 36px 25px;
  width: 100%
}

.post-item {
  position: relative;
  top: 0;
  box-shadow: 0 2px 12px rgb(45 75 162 / 3%), 0 12px 36px rgb(45 75 162 / 7%);
  border-radius: 16px;
  overflow: hidden;
  background-color: white;
  transition: .3s ease-in-out;
}

.post-item:hover {
  top: -5px;
  box-shadow: 0 2px 8px rgb(45 75 162 / 3%), 0 8px 20px rgb(45 75 162 / 7%);
}

.post-item article,
.post-item .inner-post {
  height: 100%;
}

.inner-post-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 135px);
}

.category .post-item h2,
.single .post-item h2 {
  margin-top: 0;
}

.post-thumbnail {
  width: 100%;
  height: 112px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  position: relative
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.post-thumbnail a:hover img {
}

.post-info {
  background-color: #fff;
  position: relative
}

.post-title {
  font-size: 22px!important;
  margin-bottom: 10px;
  color: #333;
  text-decoration-color: #538ac6;
  font-weight: 700;
  margin-top: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 93%;
  display: inline-flex
}

.post-title a {
  font-size: 26px!important;
  color: #3f4a4f;
  padding-bottom: 5px
}

.post-title a:hover {
  color: #000;
  text-decoration: none
}

.post-title a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(89deg,#a0dbfd 1%,#947bed 26%,#fb81b5 51%,#ffbd75 98%)
}

.post-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px
}

.post-excerpt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.pagination-container {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}

.page-numbers {
  margin: 0 10px;
  font-size: 16px;
  background-color: white;
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  display: flex;
  justify-content: center;
  transition: .3s ease-in-out;
}

.page-numbers.current {
  background-color: #eeeeee;
}

.page-numbers:not(.current):not(.dots):hover {
  background-color: #4477b8;
  color: white;
  text-decoration: none;
}

form {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 10px 0
}

select {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer
}

input[type=submit] {
  width: 100px;
  padding: 10px;
  margin-left: 10px;
  font-size: 16px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer
}

.selcat {
  text-align: center
}

select#cat {
  padding: 10px;
  font-size: 19px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0/10%);
  transition: all .3s ease-out;
  width: 280px
}

select#cat:focus {
  border-color: #888;
  box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

select#cat:focus-visible {
  border-color: #888;
  box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

option {
  padding: 10px;
  font-size: 19px;
  background-color: #f2f2f2
}

* {
  box-sizing: border-box
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 83px
}

.columnb {
  float: left;
  padding: 10px;
  height: 83px
}

.columnc {
  float: left;
  width: 50%;
  padding: 16px;
  height: 83px
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.right-header {
  display: none
}

.site-main {
  margin-top: -39px
}

.is-form-style {
  width: 317px
}

.intro-cat {
  padding-top: 0;
  margin-top: 35px;
  margin-bottom: 40px;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif
}

.aeration {
  float: left;
  display: inline-block;
  padding: 9px;
  background: #58626e;
  height: 81px;
  color: #fff
}

.intro-titre {
  padding: 9px;
  color: #585858;
  display: block;
  margin-bottom: 24px;
  font-size: 17px;
  height: auto;
  max-height: fit-content;
  text-align: center;
  margin-left: 33px
}

ul.custom-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

ul.custom-categories li {
  margin-right: 10px;
  margin-bottom: 10px
}

ul.custom-categories li:last-child {
  margin-right: 0
}

ul.custom-categories li a {
  display: inline-flex!important;
  background: #fff;
  color: #1a1a1a;
  padding: 5px 16px;
  margin-right: 10px;
  border-radius: 30px;
  font-size: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  box-shadow: 0 2px 12px rgb(45 75 162 / 3%), 0 12px 36px rgb(45 75 162 / 7%);
}

ul.custom-categories li a:hover {
  background: #bdf1fd;
  text-decoration: none;
  color: #000
}

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

.custom-categories-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

input::placeholder {
  color: #a19a9a;
  font-weight: 500
}

.visit-site-button4 {
  position: relative;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  justify-content: center;
  flex: 0 0 44px;
  gap: 10px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #337ab7;
  transition: .3s ease all;
  z-index: 1;
}

.visit-site-button4:before {
  transition: .5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-radius: 30px;
  opacity: 0;
  content: '';
  background-color: #4187c3;
  z-index: -1
}

.visit-site-button4:hover,button:focus {
  color: #fff;
  text-decoration: none
}

.visit-site-button4:hover:before,button:focus:before {
  transition: .5s all ease;
  left: 0;
  right: 0;
  opacity: 1
}

.visit-site-button4:focus {
  color: #fff
}

.share-buttons {
  position: absolute;
  right: 19px;
  top: 212px;
  z-index: 999
}

.share-button {
  color: #fff;
  border: none;
  opacity: .5;
  border-radius: 5px;
  cursor: pointer
}

.share-button:hover {
  opacity: .9
}

.share-modal-content {
  margin-top: 9px
}

.share-modal {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
  z-index: 99
}

.share-modal a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #333;
  width: 32px;
  height: 32px
}

.share-modal a i {
  margin-right: 5px
}

.image-light {
  opacity: .9
}

.image-light:hover {
  opacity: 1
}

.no-underline-link:hover {
  text-decoration: none
}

.category-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.category-icon {
  filter: invert(100%);
  margin-right: 10px
}

.category-icony {
  filter: invert(100%);
  width: 21px;
  height: 21px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 0
}

.magic-category {
  position: absolute;
  top: 20px;
  right: 234px
}

.magic-filter {
  display: inline-flex;
  justify-items: center;
  align-content: center;
  flex-wrap: wrap;
  right: 17px;
  top: 23px
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 300px
}

.dropdown-label {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  font-size: 19px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0/10%);
  transition: all .3s ease-out
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
  max-height: 300px;
  overflow-y: auto;
  padding-left: 9px!important;
  z-index: 999
}

.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-right: 3px;
  padding-top: 10px
}

.dropdown-menu li {
  padding: 5px 10px;
  padding-right: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 24px
}

.dropdown-menu li:hover {
  background-color: #f1f1f1
}

.search-input {
  width: 88%;
  box-sizing: border-box;
  padding: 4px 15px!important;
  text-align: center
}

.arrow-cat {
  position: absolute;
  right: 7px;
  top: 14px;
  opacity: .6
}

.category-icon-title {
  position: absolute;
  right: -25px;
  top: -15px;
  filter: invert(100%);
  background-color: black;
  padding: 5px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgb(45 75 162 / 7%), 0 6px 16px rgb(45 75 162 / 12%);
}

#bar-menu-category {
  border: 1px solid #e1e1e1;
  margin-right: -1px;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  height: 75px;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center
}

.tag-category-dk {
  padding-right: 8px;
  font-size: 14px;
  letter-spacing: .3px;
  color: #097697;
  white-space: nowrap;
}

.hide {
  display: none
}

#message {
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 999;
  display: none
}

.overlay.show {
  display: block!important
}

.show {
  display: block!important
}

.share-dialog h3 {
  margin-top: 0
}

.share-dialog {
  margin-top: 35px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: #a2b9ed 0 0 11px;
  z-index: 9999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.share-dialog ul li {
  margin: 0;
  display: inline-block
}

.share-dialog ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer
}

#close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer
}

.share-btn {
  margin-left: 20px;
  width: 21px;
  cursor: pointer;
  margin-top: -4px;
  position: absolute;
  right: 22px
}

.image-light-a {
  opacity: .6
}

.image-light-a:hover {
  opacity: .9
}

.image-light:hover {
  opacity: .9
}

#copy-btn {
  cursor: pointer;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600
}

.share-buttons {
  position: absolute;
  right: 19px;
  top: 212px;
  z-index: 999
}

.share-button {
  border: none;
  opacity: .5;
  border-radius: 5px;
  cursor: pointer
}

.share-button:hover {
  opacity: .9
}

.social-share-article {
  display: none
}

.ulshary {
  display: flex;
  justify-content: center
}

.intro-text {
  margin-bottom: 0
}

.magic-header {
  background-color: #fff;
  height: 338px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

html.dark-mode .magic-header {
  background-color: #7399bf00!important
}

.like-button {
  opacity: .8;
  color: #2a4a59;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #365bad00;
  background: #276ab000;
  padding-left: 5px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 10px
}

.like-button:hover {
  opacity: 1;
  filter: invert(0) hue-rotate(292deg) drop-shadow(0px 0px 10px #03A9F4)
}

.like-button.liked {
  color: #511212fa
}

.numbers-upvote {
  display: none;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #021e43;
  font-family: system-ui
}

@keyframes clignoter {
  0%,100% {
      opacity: 1
  }

  50% {
      opacity: 0
  }
}

.page-nav {
  display: flex!important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 0;
  font-family: system-ui
}

@media only screen and (max-width: 1200px) {
  .post-excerpt {
      height:99px!important
  }

  .post-item {
      float: none;
      display: block
  }

  .latest-posts {
      grid-template-columns: repeat(3,1fr)
  }
}

@media only screen and (max-width: 992px) {
  .post-item {
  }

  .magic-category {
      position: inherit!important
  }

  .magic-filter {
      display: none!important
  }
}

@media only screen and (max-width: 910px) {
  .latest-posts {
      grid-template-columns:repeat(2,1fr)
  }
}

@media only screen and (max-width: 768px) {
  .container {
      padding-right:9px;
      padding-left: 9px
  }

  .intro-text {
      margin-bottom: 0!important
  }

  html.dark-mode .intro-titre {
      border: 1px solid #dfdfdf00;
      box-shadow: #e1e1e100 0 0 11px
  }

  #posit-info-absolut {
  }

  .post-item {
      width: 100%!important
  }

  form {
      justify-content: center!important
  }

  .intro-titre {
      max-height: 171px!important
  }

  .site-main {
      padding-top: 7px!important
  }

  .column {
      float: left;
      width: 33.33%;
      padding: 10px;
      height: 83px;
      display: none!important
  }

  .columnc {
      width: 100%!important
  }

  .breadcrumbs {
  }

  .intro-cat {
      margin-top: 42px!important
  }

  .post-title {
      white-space: normal!important;
      max-width: none!important
  }

  .share-modal a {
      margin-bottom: 17px!important
  }

  ul.custom-categories li a {
      margin-bottom: 0!important
  }
}

@media only screen and (max-width: 650px) {
  .latest-posts {
      grid-template-columns:repeat(1,1fr)
  }
}

@media screen and (max-width: 600px) {
  .column {
      width:100%
  }
}

@media only screen and (max-width: 500px) {
  .intro-titre {
      max-height:208px!important
  }

  h1 {
      font-size: 37px!important
  }

  .post-thumbnail {
      height: auto
  }

  .custom-categories-wrapper {
      display: none
  }
}

@media only screen and (max-width: 468px) {
  .post-excerpt {
      height:auto!important
  }
}

@media only screen and (max-width: 391px) {
  .intro-titre {
      max-height:258px!important;
      margin-left: 0
  }

  h1 {
      font-size: 37px!important
  }

  .post-thumbnail {
      height: auto
  }
}

@media only screen and (max-width: 318px) {
  .intro-titre {
      max-height:287px!important
  }

  .custom-categories-wrapper {
      margin-top: 22px
  }
}