body, * {
  font-family: "Fira Sans";
}

.main-content {
  margin: 16px 0;
}

a {
  color: #5D6F5A;
  text-decoration: none;
}

a:hover {
  color: #414042;
  text-decoration: none;
}

.other-content a {
  color: #5D6F5A;
  text-decoration: none;
}

.other-content a:hover {
  color: #414042;
}

.gray-back {
  padding: 16px 32px !important;
  background-color: #d1d2d4;
  border-radius: 30px;
}

.gray-back textarea, .gray-back input {
  background: inherit;
  border-radius: 30px;
  padding: 10px 20px;
}

.btn-green {
  color: white;
  background-color: #5D6F5A;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
  color: white;
  background-color: #2F4C48;
}

.btn-green:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #5D6F5A !important;
          box-shadow: 0 0 0 0.2rem #5D6F5A !important;
}

.btn-register {
  color: white;
  background-color: #8D9A8B;
  padding: 5px 20px;
  border-radius: 6px;
}

.btn-register:hover, .btn-register:active, .btn-register:focus {
  color: white;
  background-color: #2F4C48;
}

.btn-register:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #5D6F5A !important;
          box-shadow: 0 0 0 0.2rem #5D6F5A !important;
}

@media screen and (max-width: 768px) {
  .main-content {
    margin: 32px 0;
  }
}

.last5posts {
  margin-bottom: 16px !important;
  border-top: 0;
}

.last5posts .container-top-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.last5posts .container-top-1 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border: 1px solid #5d6f58;
  border-bottom: unset;
}

.last5posts .container-top-1 .top1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.last5posts .container-top-1 .top1 .data {
  background: #2F4C48;
  padding: 10px 20px;
  width: 100%;
  color: white;
}

.last5posts .container-top-1 .top1 .data .category_type_icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #2F4C48;
}

.last5posts .container-top-1 .top1 .data .category_type_name {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.last5posts .container-top-1 .top1 .data .category_type_name label {
  padding: 0 4px;
  background: #5d6f58;
  color: white;
}

.last5posts .container-top-1 .top1 .data .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.last5posts .container-top-1 .top1 .data .title a {
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.last5posts .container-top-1 .top1 .data .title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.last5posts .container-top-1 .top1 .data .type_name {
  font-size: 12px;
  margin: 0;
}

.last5posts .container-top-1 .top1 .data time {
  font-size: 10px;
  margin: 0;
}

.last5posts .container-top-1 .top1 .read_more {
  margin: 10px 0px !important;
}

.last5posts .container-top-1 .top1 .read_more a {
  font-size: 19px;
  text-decoration: none;
  color: #231f20;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 10px;
}

.last5posts .container-top-1 .top1 .read_more a:hover {
  background-color: #414042;
  color: #ffffff;
}

.last5posts .container-top-4 {
  background: #5D6F5A;
  color: #ffffff;
}

.last5posts .container-top-4 .top4 {
  height: 100%;
}

.last5posts .container-top-4 .data {
  padding: 25px 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.last5posts .container-top-4 .data a {
  color: #ffffff !important;
  text-decoration: none;
}

.last5posts .container-top-4 .data .single_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.last5posts .container-top-4 .data .single_post:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.last5posts .container-top-4 .data .single_post .category_type_icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.last5posts .container-top-4 .data .single_post .category_type_name {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.last5posts .container-top-4 .data .single_post .category_type_name label {
  padding: 0 4px;
  background: #5d6f58;
  color: white;
}

.last5posts .container-top-4 .data .single_post .title {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.last5posts .container-top-4 .data .single_post .title p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.last5posts .container-top-4 .data .single_post .image {
  max-width: 250px;
  text-align: center;
  overflow: hidden;
}

.last5posts .container-top-4 .data .single_post .image img {
  width: 100%;
}

.last5posts .container-top-4 .data .single_post .type_name {
  font-size: 14px;
  margin: 0px;
}

.last5posts .container-top-4 .data .single_post time {
  font-size: 12px;
  margin: 0;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi * {
  text-decoration: none !important;
}

.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  padding: 5px 10px;
  border: 1px solid #5D6F5A;
  border-radius: 5px;
  margin: 4px;
  color: #5D6F5A;
}

.wp-pagenavi .page:hover, .wp-pagenavi .current:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
  background: #5D6F5A;
  color: #ffffff;
}

.wp-pagenavi .current {
  background: #5D6F5A;
  color: #ffffff;
}

.home-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1199px) {
  .last5posts .container-top-1 {
    min-height: unset;
  }
  .last5posts .container-top-1 > img {
    height: unset;
  }
  .last5posts .container-top-1 .top1 .data {
    position: unset;
    max-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .last5posts {
    margin-top: -32px !important;
  }
  .last5posts img {
    border: unset;
  }
}

.custom_sidebar {
  float: right;
  max-width: 300px;
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.custom_sidebar > div {
  margin-bottom: 20px;
}

.custom_sidebar img {
  max-width: 100% !important;
  height: auto;
}

.custom_sidebar :last-child {
  margin-bottom: 0 !important;
}

.sticky-side {
  position: -webkit-sticky;
  position: sticky;
  -ms-flex-item-align: end;
      align-self: flex-end;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .custom_sidebar {
    max-width: unset;
  }
  .sticky-side {
    position: unset;
  }
}

.blog_posts .single_post {
  margin: 16px 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_posts .single_post:first-child {
  margin-top: 0 !important;
}

.blog_posts .single_post .image-container {
  max-width: 234px;
  padding-left: 0 !important;
}

.blog_posts .single_post .image-container .image {
  max-height: 165px;
  overflow: hidden;
  text-align: center;
}

.blog_posts .single_post .image-container .image a {
  width: 100%;
  display: block;
}

.blog_posts .single_post .image-container .image img {
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_posts .single_post .image-container-full {
  max-width: 100%;
}

.blog_posts .single_post .image-container-full .image {
  overflow: hidden;
  text-align: center;
}

.blog_posts .single_post .image-container-full .image a {
  display: block;
}

.blog_posts .single_post .image-container-full .image img {
  width: 100%;
}

.blog_posts .single_post .full-width-desc {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
  max-width: unset !important;
}

.blog_posts .single_post .data {
  margin: 0px;
}

.blog_posts .single_post .data a {
  text-decoration: none;
}

.blog_posts .single_post .data .post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
}

.blog_posts .single_post .data .post-title h5 {
  margin: 0;
}

.blog_posts .single_post .data p {
  margin-bottom: 0 !important;
}

.blog_posts .single_post .data .title {
  color: #5D6F5A;
  font-family: "Fira Sans";
  font-weight: bold;
  font-size: 19px;
  cursor: pointer;
}

.blog_posts .single_post .data .category_type_icon {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.blog_posts .single_post .data .category_type_name {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  white-space: nowrap;
}

.blog_posts .single_post .data .category_type_name a {
  font-size: 12px;
  margin: 5px 0;
  padding: 4px;
  background: #5d6f58;
  color: white;
  white-space: nowrap;
}

.blog_posts .single_post .data .category_type_name .author {
  font-size: 12px;
  white-space: nowrap;
  background-color: #d1d2d4;
  padding: 4px;
}

.blog_posts .single_post .data .date {
  display: none;
  color: #414042;
  font-family: "Fira Sans";
  border-bottom: 2px solid #5D6F5A;
  padding-bottom: 3px;
  font-size: 12px;
  margin-bottom: 10px;
}

.blog_posts .single_post .data .author {
  font-size: 12px;
}

.blog_posts .single_post .data p {
  font-size: 14px;
}

.blog_posts .single_post .data p a {
  color: #5D6F5A;
}

.blog_posts .single_post .data p a:hover {
  color: #414042;
}

@media screen and (max-width: 768px) {
  .blog_posts .single_post p {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .blog_posts .single_post {
    margin: 0 !important;
  }
  .blog_posts .single_post [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .blog_posts .single_post .image-container {
    width: 100%;
    max-width: unset;
    position: relative;
  }
  .blog_posts .single_post .image-container .image {
    max-height: 500px;
  }
  .blog_posts .single_post .data {
    margin: 32px 0px;
    margin-top: 16px;
    bottom: 10%;
    border-bottom: 2px solid #5d6f58;
    padding: 0 12px;
  }
  .blog_posts .single_post .data .post-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .blog_posts .single_post .data .category_type_icon {
    display: none;
  }
  .blog_posts .single_post .data .category_type_name {
    display: block;
  }
  .blog_posts .single_post .data .category_type_name a {
    display: none;
  }
}

.header {
  background: #2F4C48;
}

.header .header-items {
  min-height: 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header .logo-container {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header #logo {
  width: 222px;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header #social {
  position: relative;
  color: white;
  padding-bottom: 15px;
}

.header #social a {
  border: 1px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  text-align: center;
  margin: 0px 3px;
  color: white;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header #social a:hover {
  background: #ffffff;
  color: #2F4C48;
  cursor: pointer;
}

.header #social i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  font-size: 22px;
  padding: 5px;
  border-radius: 50%;
}

.header #social i:hover {
  background: #ffffff;
  color: #2F4C48;
  cursor: pointer;
}

#search-place {
  display: none;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  top: -3px;
  right: 33px;
  width: 250px;
  max-width: 250px;
  background-color: #ffffff;
  border: 2px solid black;
  border-radius: 10px;
}

#search-place label {
  margin: 0;
}

#search-place > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  cursor: pointer;
}

#search-place #searchform {
  margin: 0;
}

#search-place .screen-reader-text {
  display: block;
  font-size: 28px;
  color: #2F4C48;
  text-align: center;
}

#search-place .btn-close {
  float: right;
  font-size: 36px;
  margin-top: 30px;
  margin-right: 30px;
}

#search-place .btn-close:hover {
  color: #5D6F5A;
  cursor: pointer;
}

#search-place #s {
  border-radius: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  border: none;
  padding: 5px 15px;
  outline: none;
}

#search-place #searchsubmit {
  display: none;
}

#looking-for {
  margin-bottom: 20px;
  border-bottom: 2px solid #5D6F5A;
  padding-bottom: 10px;
}

#mobile-menu-toggle {
  font-size: 22px;
  color: #ffffff;
  margin: auto;
  margin-left: 20px;
}

#menu-location-ea-news-mobile {
  display: none;
}

.mm-menu .dashicons-format-image:before {
  content: "\f12d" !important;
}

@media screen and (max-width: 1042px) {
  .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .navigation-main-menu {
    display: none !important;
  }
  .header #mobile-menu-toggle {
    display: block !important;
  }
  .header .social {
    padding: 0 !important;
    margin-right: 20px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .header #social {
    padding: 0 !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 575px) {
  .header-items .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header #social {
    position: unset;
  }
  .header #social .search {
    width: 100%;
  }
  .header #social a {
    display: none !important;
  }
  #search-place {
    top: 100px;
    right: 0px;
    max-width: unset;
    width: 100%;
  }
}

ins {
  min-height: 50px;
  width: 100% !important;
}

ins iframe {
  width: 100% !important;
}

#footer {
  background: #2F4C48;
  padding-top: 20px !important;
  color: white;
}

#footer .footer-widget {
  color: white;
}

#footer .footer-widget h1 {
  font-size: 19px;
  font-weight: bold;
}

#footer .footer-widget a {
  color: white;
  text-decoration: none;
}

#footer .footer-widget a:hover {
  color: #95979A;
}

#footer .footer-widget ul, #footer .footer-widget ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer .footer-widget ul li, #footer .footer-widget ol li {
  padding: 5px 0;
  margin: 0 !important;
  border-bottom: 1px solid #5d6f58;
}

#footer .footer-widget ul li p, #footer .footer-widget ol li p {
  margin: 0;
}

#footer .footer-widget ul li img, #footer .footer-widget ol li img {
  display: none;
}

#footer .footer-widget .scrollbar {
  display: none !important;
}

#footer .footer-info {
  text-align: right;
}

#menu-footer-menu {
  list-style: none;
  margin: 20px 0px;
  padding: 0px;
}

#menu-footer-menu a {
  text-decoration: none;
  color: white;
}

#menu-footer-menu a:hover {
  color: #95979A;
}

#menu-footer-menu li {
  display: inline-block;
}

#menu-footer-menu li:not(:last-child):after {
  content: "|";
  padding-left: 4px;
  padding-right: 2px;
}

.logo-footer {
  width: 100%;
  max-width: 300px !important;
  margin: 20px 0px;
}

.copyright {
  font-size: 12px;
  margin: 20px 0px;
}

.copyright a {
  text-decoration: none !important;
  color: white;
  display: inline-block;
}

.copyright a:hover {
  color: #95979A;
}

@media screen and (max-width: 767px) {
  #footer .footer-info {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  #footer .footer-widget {
    padding-top: 32px;
  }
  #footer .copyright span {
    display: block;
    width: 100%;
  }
}

#cookie-notice {
  background-color: #5D6F5A !important;
  -webkit-box-shadow: -2px 0px 5px #2F4C48;
          box-shadow: -2px 0px 5px #2F4C48;
}

#cookie-notice .cn-button.bootstrap {
  background-image: none;
  background-color: #2F4C48 !important;
}

.post_single {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post_single .post_data a {
  color: #1589ff;
}

.post_single .post_data a:hover, .post_single .post_data a:visited, .post_single .post_data a:active {
  color: #551a8b;
}

.post_single img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border: unset !important;
}

.post_single figcaption {
  text-align: center;
}

.post_single blockquote {
  background-color: #efefef;
  padding: 60px 35px 50px;
  margin: 40px 0 30px;
  position: relative;
}

.post_single blockquote:before {
  content: "\f10e";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -30px;
  margin-left: -40px;
  font-size: 30px;
  font-family: FontAwesome;
  color: #444;
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  line-height: 91px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 5px #efefef;
          box-shadow: 0 0 5px #efefef;
}

.post_single .is-provider-facebook {
  text-align: center;
}

.post_single .thumbnail_image {
  text-align: center;
  margin-bottom: 20px;
}

.post_single .date {
  color: #414042;
  font-family: "Fira Sans";
  border-bottom: 2px solid #5D6F5A;
  padding-bottom: 5px;
  font-size: 16px;
}

.post_single .date * {
  font-size: 16px;
  margin: 0;
}

.post_single .comment-count {
  margin-left: 16px;
}

.post_single .pttl-author {
  margin-bottom: 1rem !important;
  border-radius: 30px;
  border: 2px solid #5D6F5A;
  -webkit-box-shadow: 1px 1px 5px 1px #414042;
          box-shadow: 1px 1px 5px 1px #414042;
  overflow: hidden;
  margin-top: 20px;
}

.post_single .pttl-author .card-body {
  padding-left: 0;
}

.post_single .pttl-author .card-img {
  border-radius: 20px;
  padding: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.post_single .pttl-author .card-title {
  font-weight: bold;
}

.post_single .pttl-author .author-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_single .pttl-author .author-footer .social-icons {
  margin: 0 20px;
}

.post_single .pttl-author a.btn.posts {
  background: #5D6F5A;
  color: white;
}

.post_single .pttl-author a.btn.posts:hover {
  background: white;
  color: #5D6F5A;
  border: 1px solid #5D6F5A;
}

.post_single .after-author {
  padding: 16px 32px;
  background-color: #d1d2d4;
  border-radius: 30px;
}

.post_single .wp-block-button {
  margin: 8px 0;
}

.comment-notes {
  margin-top: 0.5rem;
  line-height: 24px;
}

.comment-form .comment-form-comment #comment {
  display: block;
  width: 100%;
}

.comment-form .comment-form-author #author {
  display: block;
}

.comment-form .comment-form-email #email {
  display: block;
}

.comment-form .comment-form-url #url {
  display: block;
}

.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin: 0px 5px;
}

.comment-form .comment-form-cookies-consent label {
  max-width: unset;
  display: inline;
}

.comment-author.vcard {
  font-size: 18px;
}

.commentlist,
.comwrap {
  padding-top: 20px;
  list-style: none;
}

.commentlist .comtext,
.comwrap .comtext {
  width: 100%;
  padding-left: 16px;
}

.commentlist .comment-body,
.comwrap .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commentlist .comment-body .replylink,
.commentlist .comment-body .editlink,
.comwrap .comment-body .replylink,
.comwrap .comment-body .editlink {
  float: right;
  margin: 0 5px;
}

.commentlist .comment-body .comment-author.vcard,
.comwrap .comment-body .comment-author.vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.commentlist .comment-body .comment-author.vcard .comnum,
.comwrap .comment-body .comment-author.vcard .comnum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(149, 151, 154, 0.5);
}

.commentlist .comment-body p,
.comwrap .comment-body p {
  margin-bottom: 2px;
}

.commentlist .comment,
.comwrap .comment {
  position: relative;
}

.commentlist .children,
.comwrap .children {
  list-style: none;
}

.commentlist .children .comment,
.comwrap .children .comment {
  position: unset;
}

.commentlist .comment-body,
.comwrap .comment-body {
  margin-top: 30px;
}

.commentlist .comment-body:before,
.comwrap .comment-body:before {
  content: "";
  border-top: 1px solid rgba(149, 151, 154, 0.5);
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.commentlist .comment-meta.commentmetadata,
.commentlist p,
.comwrap .comment-meta.commentmetadata,
.comwrap p {
  padding-left: 10px;
}

#commentform {
  position: relative;
  margin-top: 30px;
}

#commentform:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(149, 151, 154, 0.5);
}

#commentform .comment-form-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#commentform .field {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#commentform #submit {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: #5d6f58;
  color: white;
  padding: 10px;
}

#commentform .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#commentform .comment-form-cookies-consent label {
  margin: 0 !important;
}

#commentform .comment-form-cookies-consent input {
  margin-right: 10px;
}

.social-bar {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-bar .social-icon {
  font-size: 16px;
  cursor: pointer;
  color: #5D6F5A;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.social-bar .social-icon:hover {
  color: #2F4C48;
}

.social-bar.bigger.social-icons i {
  width: 35px;
  height: 35px;
  font-size: 22px;
}

.social-bar > * {
  margin: 0 5px;
}

.social-icons {
  margin-top: 0.8rem;
}

.social-icons .fa {
  width: 30px;
  height: 30px;
  border: 1px solid #5d6f58;
  border-radius: 100%;
  font-size: 20px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-icons .fa:hover {
  color: white;
  background-color: #5d6f58;
}

.tags > * {
  margin: 1px;
  text-align: left;
}

.boxed {
  padding: 0.5rem;
  border: 2px solid #5D6F5A;
  border-radius: 8px;
  background-color: whitesmoke;
  -webkit-box-shadow: 2px 2px 2px gray;
          box-shadow: 2px 2px 2px gray;
}

.next-link {
  float: right;
}

.alignleft figcaption {
  text-align: left;
}

.alignright figcaption {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #commentform .field {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  #commentform * {
    width: 100%;
  }
  #commentform .replylink,
  #commentform .editlink {
    width: unset !important;
  }
  #commentform .comment-form-cookies-consent > input {
    width: unset !important;
  }
  .comment-author.vcard {
    width: unset !important;
  }
  .single-content {
    padding: 0;
  }
  .post-sm-pad {
    padding: 0 15px;
  }
  .post_single .pttl-author .card-body {
    padding-left: 1.25rem;
  }
  .post_single .pttl-author .card-img {
    max-width: 200px;
  }
  .post_single .pttl-author .author-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post_single .pttl-author .author-footer .social-icons {
    margin: 16px 0;
  }
}

.pttl-sidebar-item {
  background: #d1d2d4;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 20px;
}

.pttl-sidebar-item.green-bg {
  background-color: #5D6F5A;
}

.pttl-sidebar-item h3 {
  background: #5D6F5A;
  color: #ffffff;
  text-align: center;
  padding: 10px 10px;
}

.pttl-sidebar-item h3 a {
  color: inherit !important;
}

.pttl-sidebar-item .image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pttl-sidebar-item .image-link img {
  margin: 0 auto;
  padding: 16px;
}

.pttl-sidebar-item p {
  padding: 10px 25px;
}

.pttl-sidebar-item ul {
  list-style: none;
  margin: 0px;
  text-align: center;
  padding: 10px;
}

.pttl-sidebar-item ul a {
  text-decoration: none;
  color: #414042;
}

.pttl-sidebar-item ul a:hover {
  color: #231f20;
}

.pttl-sidebar-item .sidebar-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
  color: white;
}

.pttl-sidebar-item .sidebar-newsletter img {
  width: 120px;
}

.pttl-sidebar-item .sidebar-newsletter h3 {
  font-weight: bold;
  margin: 10px;
}

.pttl-sidebar-item .sidebar-newsletter .newsletter-text {
  padding: 0;
  font-size: 14.5px;
  margin-bottom: 20px;
}

.pttl-sidebar-item .sidebar-newsletter .newsletter-email {
  text-align: center;
  width: 100%;
  padding: 8px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 5px;
}

.pttl-sidebar-item .sidebar-newsletter .newsletter-email:focus, .pttl-sidebar-item .sidebar-newsletter .newsletter-email:active {
  -webkit-box-shadow: 0 0 0 0.2rem #8D9A8B !important;
          box-shadow: 0 0 0 0.2rem #8D9A8B !important;
}

.pttl-sidebar-item .tribe-list-widget {
  text-align: center;
}

.pttl-sidebar-item .tribe-list-widget .tribe-event-title {
  font-size: 22px;
  border: none;
  background-color: unset;
}

.pttl-sidebar-item .tribe-list-widget .tribe-event-title a {
  color: #5D6F5A !important;
}

.pttl-sidebar-item .tribe-list-widget .tribe-event-title a:hover {
  color: #414042 !important;
}

.pttl-sidebar-item .tribe-list-widget .tribe-event-duration {
  color: #5d6f58;
}

.pttl-sidebar-item .wp-polls {
  text-align: center;
  border-bottom: 2px solid #5D6F5A;
  padding-left: 25px;
  padding-right: 25px;
}

.pttl-sidebar-item .wp-polls .wp-polls-ul {
  margin-bottom: 10px;
}

.pttl-sidebar-item .wp-polls p a {
  color: #414042;
}

.pttl-sidebar-item .wp-polls p a:hover {
  color: #231f20;
}

.pttl-sidebar-item .wp-polls .Buttons {
  color: #ffffff;
  background-color: #5D6F5A;
}

.pttl-sidebar-item .wp-polls .Buttons:hover {
  background-color: #ffffff;
  color: #5D6F5A;
  border: 1px solid #5D6F5A;
}

.pttl-sidebar-item .wp-polls ul {
  list-style: none;
  margin: 0px;
  text-align: center;
}

.pttl-sidebar-item .wp-polls ul a {
  text-decoration: none;
}

.pttl-sidebar-item ol {
  list-style: none;
  padding: 15px;
  margin: 0 auto;
}

.pttl-sidebar-item .tribe-events-widget-link {
  text-align: center;
}

.pttl-sidebar-item .tribe-events-widget-link a {
  color: #414042;
}

.pttl-sidebar-item .pttl-trend-posts {
  max-height: 600px;
  overflow-y: hidden;
  padding: 0px;
  padding-right: 40px;
  padding-left: 20px;
  margin: 30px auto;
  -ms-overflow-style: none;
}

.pttl-sidebar-item .pttl-trend-posts::-webkit-scrollbar {
  display: none;
}

.pttl-sidebar-item .pttl-trend-posts .wpp-list {
  width: 100%;
}

.pttl-sidebar-item .pttl-trend-posts ol {
  padding: 0px 10px;
}

.pttl-sidebar-item .pttl-trend-posts ol li {
  border-bottom: 2px solid #5D6F5A;
  margin-bottom: 30px;
}

.pttl-sidebar-item .pttl-trend-posts ol li .entry-title {
  font-size: 14px;
  color: #2F4C48;
  margin: 20px 0px;
  padding: 0;
  font-weight: bold;
}

.pttl-sidebar-item .pttl-trend-posts .scrollbar {
  margin: 0px;
}

.pttl-sidebar-item .pttl-trend-posts .scrollbar .scroll-top {
  position: absolute;
  top: -10px !important;
  margin: 0px auto;
  width: 30px;
  font-size: 50px;
  color: #5D6F5A;
}

.pttl-sidebar-item .pttl-trend-posts .scrollbar .scroll-top:hover {
  color: white;
  cursor: pointer;
}

.pttl-sidebar-item .pttl-trend-posts .scrollbar .scroll-down {
  position: absolute;
  bottom: 30px !important;
  margin: 0px auto;
  height: 20px;
  font-size: 50px;
  color: #5D6F5A;
}

.pttl-sidebar-item .pttl-trend-posts .scrollbar .scroll-down:hover {
  color: white;
  cursor: pointer;
}

.pttl-related-posts {
  margin-top: 20px;
}

.pttl-related-posts .blog_posts .single_post .data .post-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pttl-related-posts .blog_posts .single_post .data .category_type_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pttl-related-posts h3 {
  overflow: hidden;
  padding: 0 16px;
  width: calc(100% - 16px);
}

.pttl-related-posts h3:after {
  content: '';
  display: inline-block;
  width: calc(100% - 16px);
  margin-right: -100%;
  border-bottom: 2px solid #95979A;
  vertical-align: middle;
}

.bg-white {
  background: #ffffff !important;
}

.adv {
  margin: 16px !important;
}

.adv + .main-content {
  margin-top: 0 !important;
}

.adv + .main-content .last5posts {
  margin-top: 16px !important;
}

.custom_sidebar .widget-content:not(.pttl-sidebar-item) {
  text-align: center;
}

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

.advads-widget img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .widget-content {
    margin: 0 10px;
    max-width: 350px;
  }
}

.ea-container {
  padding: 0 !important;
  max-width: 1500px;
  width: auto !important;
  margin: auto !important;
}

.ea-container .row {
  margin: 0;
}

.ea-container-small {
  max-width: 1200px;
  margin: 0 auto !important;
}

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

.search-searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid black;
  border-radius: 10px;
  position: relative;
  margin-bottom: 8px;
}

.search-searchform .search {
  width: 100%;
}

.search-searchform label {
  margin: 0;
}

.search-searchform > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.search-searchform #searchform {
  margin: 0;
}

.search-searchform .screen-reader-text {
  display: block;
  font-size: 28px;
  color: #2F4C48;
  text-align: center;
}

.search-searchform .btn-close {
  float: right;
  font-size: 36px;
  margin-top: 30px;
  margin-right: 30px;
}

.search-searchform .btn-close:hover {
  color: #5D6F5A;
  cursor: pointer;
}

.search-searchform #s {
  border-radius: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  border: none;
  padding: 5px 15px;
  outline: none;
}

.search-searchform #searchsubmit {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .ea-container {
    margin: 0 20px !important;
  }
  .top4 .data {
    padding: 20px 0px !important;
  }
  .blog_posts .single_post .data .date {
    padding-bottom: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .ea-container {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 400px) {
  .last5posts .container-top-4 .data .single_post .image {
    width: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .custom_sidebar {
    margin: 30px auto;
    float: none;
  }
}

@media only screen and (max-width: 575px) {
  .software-data {
    border-right: none !important;
  }
  .characteristics {
    display: block !important;
  }
  .characteristics .download_link {
    float: none;
    margin: 10px auto;
  }
}

.category_page h3 {
  border-bottom: 2px solid #95979A;
  width: auto;
  color: #414042;
  padding-bottom: 10px;
  margin-bottom: 16px;
  font-weight: 600;
  margin: 0 -15px;
}

ol.snap_nav {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-left: 0px;
  clear: both;
  list-style: none;
  margin-bottom: 30px;
}

ol.snap_nav li {
  background-color: #5d6f58;
  color: #c4c4c4;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin: 3px;
  -webkit-box-shadow: 0px 2px 0px #d7d7d7;
          box-shadow: 0px 2px 0px #d7d7d7;
  border-radius: 5px;
  padding: 8px;
  width: auto;
}

ol.snap_nav li .snap_selected {
  color: #000;
  font-size: 13px;
  display: inline-block;
  font-weight: 300;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 2px 0px #d7d7d7;
          box-shadow: 0px 2px 0px #d7d7d7;
  margin: 0px 2px;
  border-radius: 5px;
  padding: 0px 3px;
  background-color: #ffde00;
}

ol.snap_nav li a {
  color: white;
  font-weight: bold;
  /*cursor: text; */
}

ol.snap_nav .snap_titles {
  clear: both;
  display: block;
  border: 0;
  list-style: none;
}

.category_type_icon {
  background: #5d6f58;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 0px;
  padding: 5px;
}

.category_type_icon > * {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}

.category_type_icon > *.category-videography-articles {
  background: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/video-icon.svg");
}

.category_type_icon > *.category-photography-articles {
  background: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/photo-icon.svg");
}

.category_type_icon > *.category-software-articles {
  background: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/software-icon.svg");
}

.category_type_icon > *.category-how-to-articles {
  background: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/how-to-icon.svg");
}

.category_type_icon > *.category-small-news-articles {
  background: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/small-news-icon.svg");
}

.category_type_icon > *.tribe_events, .category_type_icon > *.category-events-articles {
  background: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/calendar-icon.svg");
}

.category_type_icon > *.category-android, .category_type_icon > *.category-ios, .category_type_icon > *.category-windows-phone, .category_type_icon > *.category-apple-mac-os, .category_type_icon > *.category-online-apps, .category_type_icon > *.category-windows {
  background: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/download-icon.svg");
}

.category_type_icon_top_5 {
  min-width: 23px;
  width: 23px;
  height: 23px;
}

.navigation-main-menu .menu-header-menu-container ul {
  list-style: none;
  padding: 0px;
}

.navigation-main-menu .menu-header-menu-container ul li {
  display: inline-block;
  border-bottom: 1px solid white;
  margin: 0px 5px;
  padding-bottom: 2px;
}

.navigation-main-menu .menu-header-menu-container ul li:hover {
  border-bottom: none;
}

.navigation-main-menu .menu-header-menu-container ul li a {
  color: white;
  text-decoration: none !important;
}

.files-categories {
  margin-bottom: 40px;
}

.files-categories * {
  text-decoration: none !important;
}

.files-categories a {
  color: #231f20;
}

.files-categories a:hover {
  color: #2F4C48;
}

.files-categories .files {
  padding: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.files-categories .files.software {
  background-color: #92a989;
  -webkit-box-shadow: -2px 0px 8px 0.5px #95979A;
          box-shadow: -2px 0px 8px 0.5px #95979A;
}

.files-categories .files #software {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/software.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  min-height: 100px;
  height: 300px;
}

.files-categories .files.apps {
  background-color: #2F4C48;
  -webkit-box-shadow: 2px 0px 8px 0.5px #95979A;
          box-shadow: 2px 0px 8px 0.5px #95979A;
}

.files-categories .files #apps {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/apps.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  min-height: 100px;
  height: 300px;
}

.files-categories p {
  max-width: 450px;
  margin: 10px auto;
}

.software-data {
  border-right: 1px solid #5D6F5A;
}

.soft-apps {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
  width: 300px;
  margin: 30px auto;
}

.soft-win {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/windowsBlack.png");
  background-size: contain;
}

.soft-win:hover {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/windows.png");
}

.soft-mac {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/appleBlack.png");
  background-size: contain;
}

.soft-mac:hover {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/apple.png");
}

.soft-app {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/onAppsB.png");
  background-size: 1.2em;
}

.soft-app:hover {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/onApps.png");
}

.app-and {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/androidBlack.png");
  background-size: contain;
}

.app-and:hover {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/android.png");
}

.app-ios {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/appleBlack.png");
  background-size: contain;
}

.app-ios:hover {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/apple.png");
}

.app-win {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/winPhoneBlack.png");
  background-size: contain;
}

.app-win:hover {
  background-image: url("https://www.pttl.gr/wp-content/themes/ea-news/assets/images/winPhone.png");
}

@media screen and (max-width: 991px) {
  .files-categories .categories h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .files-categories .categories {
    overflow: hidden;
  }
  .files-categories .categories h1 {
    font-size: 20px;
  }
}

.characteristics {
  background: #5d6f58;
  min-height: 100px;
  width: 100%;
  margin-bottom: 20px;
  color: #ffffff;
  padding: 20px 10px;
}

.characteristics p {
  margin: 0px;
  font-size: 19px;
}

.characteristics .download_link img {
  max-width: 80px;
}

.characteristics .download_link img:hover {
  border: 2px solid white !important;
  padding: 10px;
}

.characteristics .download_link.trial img {
  max-width: 50px;
}

.characteristics a {
  color: white;
}

.characteristics a:hover {
  color: #2F4C48;
}

@media screen and (max-width: 575px) {
  .characteristics .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .characteristics .downloads .download_link {
    padding: 0 20px;
  }
}

.pttl-youtube-tag h3 {
  overflow: hidden;
  width: calc(100% - 16px);
  margin: 0;
}

.pttl-youtube-tag h3 img {
  width: 200px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pttl-youtube-tag h3:after {
  content: '';
  display: inline-block;
  width: calc(100% - 16px);
  margin-right: -100%;
  border-bottom: 2px solid #95979A;
  vertical-align: middle;
}

.yt-lists .title {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 16px;
}

.yt-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yt-nav .nav-link.active {
  background-color: #5d6f58;
  color: white;
}

.yt-gallery .yt-thumb {
  position: relative;
  margin: 16px 0;
}

.yt-gallery .yt-thumb a {
  cursor: pointer;
  position: relative;
  height: auto !important;
  display: block;
}

.yt-gallery .yt-thumb a span {
  position: absolute;
  font-size: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: 2;
}

.yt-gallery .yt-thumb a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.yt-gallery .yt-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.yt-gallery .yt-page {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yt-gallery .yt-active-page {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yt-gallery .yt-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yt-gallery .yt-pagination a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yt-gallery .yt-pagination .active {
  background-color: #5d6f58;
  color: white;
}

.modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal.show:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.modal-dialog {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-backdrop {
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .yt-gallery [class*="col-"] {
    width: 45% !important;
  }
}

.carousel-widget {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-widget .owl-btn {
  background-color: #d1d2d4;
  border-radius: 10px;
  padding: 9px;
  position: relative;
}

.carousel-widget .owl-btn span {
  background-color: #d1d2d4;
  position: absolute;
  padding: 35px 20px;
  top: calc( 50% - 58px);
  font-size: 30px;
}

.carousel-widget .owl-btn.owl-prev {
  margin-right: 16px;
}

.carousel-widget .owl-btn.owl-prev span {
  right: 0;
  border-radius: 60px 0 0 60px;
}

.carousel-widget .owl-btn.owl-next {
  margin-left: 16px;
}

.carousel-widget .owl-btn.owl-next span {
  left: 0;
  border-radius: 0 60px 60px 0;
}

.carousel-widget .embed-carousel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel-widget .embed-carousel.owl-carousel {
  max-width: 900px;
  width: 85%;
  min-height: 150px;
}

.carousel-widget .embed-carousel.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-widget .embed-carousel h4 {
  font-size: 14px;
  color: white;
  padding: 16px;
  text-align: center;
}

.carousel-widget .embed-carousel .embed-carousel-item {
  padding: 32px 0;
  border-radius: 16px;
  max-width: 440px;
}

.carousel-widget .embed-carousel .embed-carousel-item img {
  height: 70%;
  width: 100%;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-widget .embed-carousel .owl-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
  max-height: 500px;
}

.carousel-widget .embed-carousel .owl-item:nth-child(2n + 1) .embed-carousel-item {
  background-color: #5d6f58;
  border: 2px solid #5d6f58;
}

.carousel-widget .embed-carousel .owl-item:nth-child(2n) .embed-carousel-item {
  background-color: #2F4C48;
  border: 2px solid #2F4C48;
}

@media screen and (max-width: 575px) {
  .carousel-widget {
    margin: 20px 0 !important;
  }
  .carousel-widget .embed-carousel.owl-carousel {
    width: 50%;
  }
  .carousel-widget .owl-btn.owl-prev {
    margin-right: 6px;
  }
  .carousel-widget .owl-btn.owl-next {
    margin-left: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .carousel-widget .embed-carousel.owl-carousel {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .carousel-widget .embed-carousel.owl-carousel {
    width: 65%;
  }
}

.pttl-rss {
  background: rgba(93, 111, 88, 0.6);
  margin-top: 16px;
  margin-bottom: -16px;
  padding: 16px 0;
}

.pttl-rss .title {
  text-align: center;
  margin: 16px;
  margin-top: 15px;
}

.pttl-rss .rss-title {
  margin: 0;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 5px;
  position: relative;
}

.pttl-rss .rss-img {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pttl-rss .rss-img-container .rss-img {
  height: 300px;
}

.pttl-rss .rss-desc {
  margin-top: 10px;
  color: white;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}

.pttl-rss a:hover .rss-desc {
  color: #414042;
}

@media screen and (max-width: 1199px) {
  .pttl-rss .rss-img {
    height: 130px;
  }
  .pttl-rss .rss-img-container .rss-img {
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .pttl-rss .title {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 575px) {
  .pttl-rss .rss-title {
    font-size: 16px;
  }
  .modal-title {
    font-size: 16px;
  }
}

.club-desc .club-field td {
  border-top: 1px solid #f2f2f2;
}

.club-desc .club-field td:nth-child(2n + 1) {
  padding: 10px;
  padding-right: 50px;
}

.club-desc .club-field :nth-child(2n + 1) {
  text-transform: uppercase;
}

.single-club {
  margin: 16px 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-club .image-container .image {
  overflow: hidden;
  text-align: center;
}

.single-club .image-container .image a {
  display: block;
}

.single-club .image-container .image img {
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-club .social > * {
  font-size: 23px;
  padding: 0 10px;
}

.single-club .list {
  position: relative;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

.single-club .list > * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.single-club .list .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.single-club .list:hover > .desc {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.single-club .list:hover > .image-container {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media screen and (max-width: 992px) {
  .single-club .list > * {
    -webkit-transform: unset !important;
            transform: unset !important;
  }
  .single-club .list .desc {
    position: unset;
  }
}

.tribe-events-schedule__datetime {
  display: none !important;
}
/*# sourceMappingURL=pttl.css.map */