.page-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#skins {
  height: 1200px;
  left: 50%;
  top: 0;
  right: 0;
  margin-left: -960px;
  position: fixed;
  width: 1920px;
}
#skins p {
  margin: 0;
}

#billboard {
  padding: 30px 20px 0 20px;
}
#billboard P {
  padding: 0;
  margin: 0;
}
#billboard P img {
  width: 100%;
}

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

.text-left {
  text-align: left !important;
}

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

.d-none {
  display: none !important;
}

.site-content .cm-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .site-content .cm-container {
    max-width: 100% !important;
  }
}

.vw-all {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding-left: 16px;
}
.vw-all a {
  font-size: 14px;
}

.wrapper-section .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .wrapper-section .row {
    margin: 0;
    gap: 20px;
  }
}
.wrapper-section .row .item-list {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .wrapper-section .row .item-list {
    padding: 0;
  }
}
.wrapper-section .post-item {
  height: 225px;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-section .post-item {
    height: 250px;
  }
}
.wrapper-section .post-item .post_thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .wrapper-section .post-item .post_thumb {
    margin: 0 !important;
  }
}
.wrapper-section .post-item .card_content {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.5)), to(black));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, black 100%);
  padding: 8px;
}
.wrapper-section .post-item .card_content .post-title {
  font-size: 16px;
  font-weight: 700;
}
.wrapper-section .post-item .card_content .post-title h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.wrapper-section .entry_cats ul.post-categories li {
  padding: 4px 10px;
  background-color: #007836;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
}
.wrapper-section .post-meta {
  margin-top: 0 !important;
}
.wrapper-section .post-meta p span {
  font-size: 10px;
  color: #666666;
}

.post-meta p {
  margin: 0;
}
.post-meta p span {
  font-size: 14px;
  margin-right: 16px;
}
.post-meta p span.author::before {
  content: "\e8e9";
  font-family: feather;
  margin-right: 5px;
}
.post-meta p span.date::before {
  content: "\e83a";
  font-family: feather;
  margin-right: 5px;
}

.head-ads {
  color: #474350;
  font-size: 12px;
}

button:hover {
  background-color: #c7cb00 !important;
}

.custom-button {
  font-family: "Montserrat";
}
.custom-button button {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
}

.cm-col,
.cm-col-1,
.cm-col-10,
.cm-col-11,
.cm-col-12,
.cm-col-2,
.cm-col-3,
.cm-col-4,
.cm-col-5,
.cm-col-6,
.cm-col-7,
.cm-col-8,
.cm-col-9,
.cm-col-auto,
.cm-col-lg,
.cm-col-lg-1,
.cm-col-lg-10,
.cm-col-lg-11,
.cm-col-lg-12,
.cm-col-lg-2,
.cm-col-lg-3,
.cm-col-lg-4,
.cm-col-lg-5,
.cm-col-lg-6,
.cm-col-lg-7,
.cm-col-lg-8,
.cm-col-lg-9,
.cm-col-lg-auto,
.cm-col-md,
.cm-col-md-1,
.cm-col-md-10,
.cm-col-md-11,
.cm-col-md-12,
.cm-col-md-2,
.cm-col-md-3,
.cm-col-md-4,
.cm-col-md-5,
.cm-col-md-6,
.cm-col-md-7,
.cm-col-md-8,
.cm-col-md-9,
.cm-col-md-auto,
.cm-col-sm,
.cm-col-sm-1,
.cm-col-sm-10,
.cm-col-sm-11,
.cm-col-sm-12,
.cm-col-sm-2,
.cm-col-sm-3,
.cm-col-sm-4,
.cm-col-sm-5,
.cm-col-sm-6,
.cm-col-sm-7,
.cm-col-sm-8,
.cm-col-sm-9,
.cm-col-sm-auto,
.cm-col-xl,
.cm-col-xl-1,
.cm-col-xl-10,
.cm-col-xl-11,
.cm-col-xl-12,
.cm-col-xl-2,
.cm-col-xl-3,
.cm-col-xl-4,
.cm-col-xl-5,
.cm-col-xl-6,
.cm-col-xl-7,
.cm-col-xl-8,
.cm-col-xl-9,
.cm-col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumb::after {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  h2 {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .post_meta li a {
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  .section-title h2,
  .widget-title h2 {
    font-size: 24px !important;
  }
}

header #media_image-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
header #media_image-2 .widget_title {
  width: 70px;
  text-align: left;
}
header #media_image-2 .widget_title h3 {
  font-size: 10px;
}
header #media_image-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (max-width: 992px) {
  header #media_image-3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header #media_image-3 .widget_title {
  width: 70px;
  text-align: left;
}
header #media_image-3 .widget_title h3 {
  font-size: 10px;
}
@media (max-width: 992px) {
  header #media_image-3 .widget_title h3 {
    font-size: 8px;
    margin-bottom: 0 !important;
  }
}
header .top-header .cm-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  header .top-header .cm-container {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  header .top-header .cm-container .top-header-social-links .social-icons {
    margin-top: 0 !important;
    text-align: right !important;
  }
}
header .cm-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  header .cm-container {
    max-width: 100% !important;
  }
  header .cm-container .logo-container .row .cm-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  header .cm-container .advertisement-area {
    display: block;
  }
}
header .primary-navigation {
  padding: 0 10px !important;
}
header .primary-navigation li a {
  padding: 15px 13px !important;
  font-size: 14px !important;
}

footer.footer .footer_inner {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
footer.footer .footer_inner .cm-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 64px;
}
@media (max-width: 768px) {
  footer.footer .footer_inner .cm-container {
    max-width: 100% !important;
    padding: 20px;
  }
}
footer.footer .custom-footer {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
footer.footer .custom-footer .custom-footer-wrapper {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer.footer .custom-footer .custom-footer-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: left;
}
@media (max-width: 768px) {
  footer.footer .custom-footer .custom-footer-1 {
    text-align: center;
    float: none;
    width: 100%;
  }
}
footer.footer .custom-footer .custom-footer-1 .widget_media_image img {
  width: 78px;
}
footer.footer .custom-footer .custom-footer-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: right;
  padding-top: 2%;
}
@media (max-width: 768px) {
  footer.footer .custom-footer .custom-footer-2 {
    float: none;
    padding-top: 24px;
    text-align: center;
    width: 100%;
  }
}
footer.footer .custom-footer .custom-footer-2 .footer-social ul.social {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  footer.footer .custom-footer .custom-footer-2 .footer-social ul.social {
    margin-left: 0;
    margin-bottom: 0 !important;
  }
}
footer.footer .custom-footer .custom-footer-2 .footer-social ul.social li {
  display: inline-block;
  margin-left: 24px;
}
@media (max-width: 768px) {
  footer.footer .custom-footer .custom-footer-2 .footer-social ul.social li:first-child {
    margin-left: 0;
  }
}
footer.footer .custom-footer .custom-footer-2 .footer-social ul.social li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 24px;
}
footer.footer .custom-footer .custom-footer-2 .footer-social ul.social li a.facebook {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
footer.footer .custom-footer .custom-footer-2 .footer-social ul.social li a.facebook:hover {
  background-color: #007836;
}
footer.footer .custom-footer .custom-footer-3 {
  float: left;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
  margin-top: 32px;
  margin-bottom: 24px;
  border-top: 1px solid #007836;
  border-bottom: 1px solid #007836;
}
footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu h3.widget-title {
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu h3.widget-title {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 24px;
  }
}
footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu div.menu-footer-quick-links-container {
  float: left;
}
@media (max-width: 768px) {
  footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu div.menu-footer-quick-links-container {
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu div.menu-footer-quick-links-container ul {
  line-height: 1.3;
}
@media (max-width: 768px) {
  footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu div.menu-footer-quick-links-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu div.menu-footer-quick-links-container ul li {
  display: inline;
  margin-right: 32px;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu div.menu-footer-quick-links-container ul li {
    margin-right: 0;
  }
}
footer.footer .custom-footer .custom-footer-3 aside.widget_nav_menu div.menu-footer-quick-links-container ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
footer.footer .copyright_section {
  padding-top: 0;
}
footer.footer .copyright_section .row {
  line-height: 1em;
}
footer.footer .copyright_section .row .cp-item {
  line-height: 1em;
}
footer.footer .copyright_section .row .cp-item p {
  font-size: 14px;
}
footer.footer .copyright_section .row .text-right p, footer.footer .copyright_section .row .text-right a, footer.footer .copyright_section .row .copyrights p, footer.footer .copyright_section .row .copyrights a {
  font-size: 14px !important;
}
@media (max-width: 768px) {
  footer.footer .copyright_section .row .text-right, footer.footer .copyright_section .row .copyrights {
    text-align: center !important;
    line-height: 1.4;
  }
}

#secondary.sidebar-widget-area .widget {
  margin-bottom: 24px;
}
#secondary.sidebar-widget-area .widget p {
  margin-bottom: 0;
}
#secondary.sidebar-widget-area .widget ul li {
  margin: 0 0 6px;
}
#secondary.sidebar-widget-area .widget ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#secondary.sidebar-widget-area .widget ul li a {
  font-size: 14px;
}
#secondary.sidebar-widget-area .widget-title h2 {
  font-size: 24px;
  color: #007836;
}
#secondary.sidebar-widget-area .widget-title h2::after {
  display: none;
}
#secondary.sidebar-widget-area .jetpack_top_posts_widget .widgets-list-layout li a {
  float: left;
  width: 22%;
  height: 57px;
  display: block;
}
#secondary.sidebar-widget-area .jetpack_top_posts_widget .widgets-list-layout li a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#secondary.sidebar-widget-area .jetpack_top_posts_widget .widgets-list-layout li .widgets-list-layout-links a {
  width: 100%;
}

.sidebar-widget-area .widget.mrec-ads {
  background-color: #fff;
  padding: 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sidebar-widget-area .widget {
    padding: 24px 16px;
  }
}
.sidebar-widget-area .featured-magazine-section .magazine-cover {
  margin-bottom: 16px;
}
.sidebar-widget-area .featured-magazine-section .magazine-buttons .custom-button {
  margin-bottom: 16px;
}
.sidebar-widget-area .featured-magazine-section .magazine-buttons .custom-button:last-child {
  margin-bottom: 0;
}

#secondary .widget_bloomwidget {
  padding: 0;
}
#secondary .widget_bloomwidget .et_bloom_header_outer {
  background-color: #ededed !important;
}
#secondary .widget_bloomwidget .et_bloom_form_header {
  background-color: #ededed;
  padding-bottom: 9px !important;
}
#secondary .widget_bloomwidget .et_bloom_form_text h2 {
  font-size: 24px;
  color: #007836;
  font-family: "Montserrat";
  line-height: 1.2 !important;
}
#secondary .widget_bloomwidget .et_bloom_form_text p {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#secondary .widget_bloomwidget .et_bloom_form_content {
  padding-top: 0;
  background-color: #ededed !important;
}
#secondary .widget_bloomwidget .et_bloom_form_content form p {
  margin-bottom: 16px;
}
#secondary .widget_bloomwidget .et_bloom_form_content form p input {
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 14px;
  color: #848171;
}
#secondary .widget_bloomwidget .et_bloom_form_content form button {
  margin-top: 8px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 10px;
}
#secondary .widget_bloomwidget .et_bloom_form_content form button:hover {
  background-color: #c7cb00 !important;
}

.archive .row,
.single .row,
.search .row {
  margin-left: -10px;
  margin-right: -10px;
}
.archive .cm-col-md-6.cm-col-12,
.single .cm-col-md-6.cm-col-12,
.search .cm-col-md-6.cm-col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.archive .card,
.single .card,
.search .card {
  margin-bottom: 40px;
}
.archive .card_content,
.single .card_content,
.search .card_content {
  padding: 15px;
}
.archive .card_content .entry_cats .post-categories li a,
.single .card_content .entry_cats .post-categories li a,
.search .card_content .entry_cats .post-categories li a {
  padding: 8px;
}
.archive .card_content .post_title h2 a,
.single .card_content .post_title h2 a,
.search .card_content .post_title h2 a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans";
}
.archive .card_content .cm-post-meta .post_meta li a,
.single .card_content .cm-post-meta .post_meta li a,
.search .card_content .cm-post-meta .post_meta li a {
  font-size: 10px;
}
.archive .pagination .nav-links,
.single .pagination .nav-links,
.search .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive .pagination .page-numbers,
.single .pagination .page-numbers,
.search .pagination .page-numbers {
  font-size: 14px;
  font-family: "Open Sans";
  height: 36px;
  width: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.magazine-archive .cm-col-md-6.cm-col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.magazine-archive .cm-col-md-6.cm-col-12 article .card_content {
  display: none;
}

.latest-mag-posts {
  margin-bottom: 24px;
}

.single .the_title h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Open Sans";
}
.single .row {
  margin-left: -10px;
  margin-right: -10px;
}
.single .cm-col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.single .content-entry article .post_thumb {
  margin-bottom: 32px;
}
.single .content-entry article .the_content p {
  font-size: 14px;
  font-family: "Montserrat";
  line-height: 1.5;
}

body.single-magazine .issuu-embed {
  margin-bottom: 24px;
}
body.single-magazine .the_title h1 {
  font-size: 24px !important;
}
body.single-magazine .post_thumb {
  display: none;
}

.members-wrapper {
  margin-bottom: 32px;
}
.members-wrapper p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.members-wrapper .position {
  font-weight: 700;
  margin-bottom: 16px;
}
.members-wrapper .email a {
  color: #007836;
}

.top-news-area.news-area {
  margin-bottom: 0;
  display: none;
}

@media (max-width: 768px) {
  .banner-area .cm_banner-five .row {
    margin: 0;
  }
}
.banner-area .cm_banner-five .gutter-left {
  padding-right: 20px;
  height: 520px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  max-width: 68%;
}
@media (max-width: 768px) {
  .banner-area .cm_banner-five .gutter-left {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 250px;
  }
}
.banner-area .cm_banner-five .gutter-left .card {
  height: 100%;
}
@media (max-width: 768px) {
  .banner-area .cm_banner-five .gutter-left .card {
    margin-right: 0;
  }
}
.banner-area .cm_banner-five .gutter-left .card .owl-carousel.owl-loaded {
  height: 100%;
}
.banner-area .cm_banner-five .gutter-left .card .owl-carousel.owl-loaded .owl-stage-outer {
  height: 100%;
}
.banner-area .cm_banner-five .gutter-left .card .owl-carousel.owl-loaded .owl-stage-outer .owl-stage {
  height: 100%;
}
.banner-area .cm_banner-five .gutter-left .card .owl-carousel.owl-loaded .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.banner-area .cm_banner-five .gutter-left .card .owl-carousel.owl-loaded .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.banner-area .cm_banner-five .gutter-left .card .owl-carousel.owl-loaded .owl-stage-outer .owl-stage .owl-item .item .post_thumb {
  height: 100%;
}
.banner-area .cm_banner-five .gutter-right {
  padding-left: 10px;
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.304%;
          flex: 0 0 30.304%;
  max-width: 30.304%;
}
@media (max-width: 768px) {
  .banner-area .cm_banner-five .gutter-right {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-area .cm_banner-five .gutter-right .custom_row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-area .cm_banner-five .gutter-right .custom_row .small_posts {
  width: 100%;
}
@media (max-width: 768px) {
  .banner-area .cm_banner-five .gutter-right .custom_row .small_posts {
    padding: 0 !important;
    margin-top: 0 !important;
  }
}
.banner-area .cm_banner-five .gutter-right .custom_row .small_posts:first-child {
  width: 100%;
  padding-left: 5px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.banner-area .cm_banner-five .gutter-right .custom_row .small_posts:nth-child(3) {
  display: none;
}
.banner-area .cm_banner-five .gutter-right .custom_row .small_posts:last-child {
  display: none;
}
.banner-area .cm_banner-five .gutter-right .custom_row .small_posts .card .post_thumb {
  height: 250px;
}

.video-section {
  position: relative;
}
.video-section .row {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video-section .video-prev {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-section .video-prev .wistia_responsive_padding {
  width: 100%;
  position: relative;
  padding: 0;
}
.video-section .video-prev .wistia_responsive_padding .wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.video-section .video-prev .video-title {
  margin-top: 16px;
}
.video-section .video-prev .video-title h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.video-section .video-prev .video-meta p {
  margin: 0;
}
.video-section .video-prev .video-meta p span {
  color: #666666;
  font-size: 14px;
  margin-right: 16px;
}
.video-section .video-prev .video-meta p span.author::before {
  content: "\e8e9";
  font-family: feather;
  margin-right: 5px;
}
.video-section .video-prev .video-meta p span.date::before {
  content: "\e83a";
  font-family: feather;
  margin-right: 5px;
}
.video-section .video-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}
.video-section .video-list ul.list-videos-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 768px) {
  .video-section .video-list ul.list-videos-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.video-section .video-list ul.list-videos-img li {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .video-section .video-list ul.list-videos-img li {
    margin-bottom: 0;
  }
  .video-section .video-list ul.list-videos-img li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .video-section .video-list ul.list-videos-img li a .section-left {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.video-section .video-list .section-right {
  font-size: 12px;
  font-weight: 700;
}

.wrapper-section.home-bottom-news .post-item {
  height: 350px;
}
@media (max-width: 768px) {
  .wrapper-section.home-bottom-news .post-item {
    height: 250px;
  }
}
.wrapper-section.home-bottom-news .post-item .card_content .post-title h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wrapper-section.home-bottom-news .post-item .card_content .post-title h3 {
    font-size: 16px !important;
  }
}
.wrapper-section.home-bottom-news .entry_cats ul.post-categories li {
  font-size: 14px;
}
@media (max-width: 768px) {
  .wrapper-section.home-bottom-news .entry_cats ul.post-categories li {
    font-size: 12px !important;
  }
}
.wrapper-section.home-bottom-news .post-meta p span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .wrapper-section.home-bottom-news .post-meta p span {
    font-size: 12px !important;
  }
}

.home-bottom-news.columns-3 .card .post_thumb {
  height: 230px;
}
.home-bottom-news.columns-3 .card .post_thumb figure.imghover {
  height: 100%;
}
.home-bottom-news.columns-3 .card .post_thumb figure.imghover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bottom-news.columns-3 .card .post_title h2 {
  font-size: 16px;
  font-weight: 700;
}
.home-bottom-news.columns-3 .card .cm-post-meta ul.post_meta {
  line-height: 1;
}
.home-bottom-news.columns-3 .card .cm-post-meta ul.post_meta li {
  line-height: 1;
}
.home-bottom-news.columns-3 .card .cm-post-meta ul.post_meta li a {
  font-size: 10px !important;
  line-height: 1;
}