/**
 * Theme Name: HTML5 Blank-child
 * Template:   html5blank
 */
html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  word-wrap: break-word;
  margin-top: 25px;
}

a {
  color: black;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
}
ul,
ol {
  list-style: none;
}
b,
strong {
  font-weight: bold;
}
td,
th {
  padding: 5px 10px;
}
table {
  width: 100%;
  margin-bottom: 1.25rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mob-nav-button {
  display: none;
}
.trns {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.outer-container {
  margin: 25px auto;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
  -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
}

.clearfix {
  display: block;
}

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.mob-menu-hidden {
  display: none;
}
.preheader {
  background: #af0000;
}

.preheader-top-left {
  width: 65.83%;
  float: left;
}

.preheader-top-right {
  float: right;
  margin-left: 2.5%;
}

.social-nav {
  float: left;
}

.social-nav ul {
  text-align: right;
}

.social-nav ul li {
  display: inline-block;
}

.social-nav li a {
  display: block;
  min-width: 35px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}
.social-nav li a:hover {
  background-color: #2a2a2a;
}

.social-fa {
  color: #fff;
}

.top-right-btn {
  float: right;
  font-size: 12px;
  margin: 6px 10px 0;
}

.top-bar-btn {
  background: #ffcd00;
  border-radius: 2px;
  padding: 3px 23px;
  margin-right: 7px;
}
.top-bar-btn:hover {
  background-color: #e9bb00;
  color: #2a2a2a;
}

.language-switcher {
  width: 100%;
  max-width: 60px;
  position: relative;
  display: inline-block;
}

.language-container {
  width: 60px;
  position: relative;
  vertical-align: top;
  margin-top: -5px;
}

.lang-arrow {
  background: url("../.././uploads/2024/04/arr-up-down.png") no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
}

/*header */
.zdc-header {
  background-color: #af0000;
}

.header-left {
  margin: 0;
  width: 31.66%;
  float: left;
  overflow: hidden;
}

.header-right {
  width: 65.83%;
  float: left;
  overflow: hidden;
  margin-left: 2.5%;
}

.site-logo {
  padding: 20px;
}

.banner-right {
  margin: 20px 20px 20px 20px;
  text-align: right;
  overflow: hidden;
}

.main-menu-container {
  background-color: #2a2a2a;
}

.main-menu-container li {
  float: left;
}

.main-menu-nav {
  text-transform: uppercase;
}

.main-menu-nav li {
  float: left;
  position: relative;
  font-weight: 700;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.main-menu-nav li:hover {
  background-color: #af0000;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  font-size: 12px;
}

.main-menu-nav li a {
  display: block;
  color: white;
  padding: 10px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.subheader {
  background-color: #f5f5f5;
}

.news-ticker {
  width: 65.83%;
  margin: 0;
  overflow: visible;
  float: left;
  font-size: 12px;
}
.news-ticker-title {
  float: left;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
  background-color: #af0000;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
}
.news-ticker-title .social-fa {
  margin-left: 10px;
}
#zdc-ticker {
  height: 35px;
  overflow: hidden;
}
.ticker-item {
  line-height: 34px;
  padding: 0 20px;
}

.zdc-footer {
  font-size: 0.8125rem;
  color: #fff;
  padding: 25px 25px 0;
  background: #2a2a2a;
}
.zdc-footer-inner {
  width: 23.12%;
  float: left;
  margin-left: 2.5%;
  overflow: hidden;
}
.zdc-footer-left {
  margin: 0;
}
.zdc-footer-content {
  margin-bottom: 25px;
  overflow: hidden;
}
.zdc-footer-center li {
  border-bottom: 1px dotted #ebebeb;
}
.zdc-footer-center li a {
  display: block;
  padding-block: 5px;
  color: #fff;
}
.zdc-footer-content li:first-child a {
  padding-top: 0;
}
.zdc-footer-title {
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 3px solid #af0000;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.zdc-footer-social {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 5px 5px 15px;
}
.zdc-footer-social ul {
  text-align: center;
}
.zdc-footer-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.zdc-footer-social li a {
  background: #af0000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  display: block;
}

.zdc-footer li:hover a {
  background-color: #fff;
}
.zdc-footer li:hover a i {
  color: #2a2a2a;
}
#archive_date {
  background-color: #af0000;
  background-attachment: fixed;
  border: medium none;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 8px;
}
#archive_date select {
  max-width: 100%;
}
.zdc-footer-nav {
  background-color: #af0000;
  text-transform: uppercase;
}
.zdc-footer-nav ul {
  float: right;
}
.zdc-footer-nav li {
  float: left;
  position: relative;
  font-size: 11px;
}
.zdc-footer-nav li:hover {
  background-color: #2a2a2a;
}

.zdc-footer-nav a {
  display: block;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
}
.zdc-copyright-container {
  padding: 10px 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  background-color: #2a2a2a;
}
.copyright-text {
  font-size: 0.75rem;
  color: #999;
}
/* Home page CSS */
.main-wrapper {
  padding: 25px;
}
/* Homepage Slider */
.home-slider-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.home-slider-item img {
  width: 100%;
}
.slider-post-category {
  position: absolute;
  top: 0;
  background-color: #af0000;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 5px 10px;
  font-weight: 700;
  color: #fff;
}
.slider-post-title {
  position: absolute;
  bottom: 0;
  background-color: rgba(42, 42, 42, 0.8);
  padding: 25px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.slider-post-title h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
}
.home-slider-wrapper .bx-custom-pager {
  display: flex;
  height: 15px;
  background: #666;
}
.home-slider-wrapper .bx-pager-item {
  width: 20%;
}
.home-slider-wrapper .bx-pager-link {
  width: 100%;
  display: flex;
  height: 15px;
}
.home-slider-wrapper .bx-pager-link:hover {
  background-color: #aaaaaa;
}
.home-slider-wrapper .active {
  background-color: #af0000;
}
/* homepage post list */
.posts-list,
.post-wrapper {
  margin-top: 25px;
  width: 65.83%;
  float: left;
}
.post-list-item {
  padding-bottom: 25px;
  display: inline-block;
}
.post-list-thumb {
  float: left;
  margin-right: 20px;
  max-width: 235px;
  width: 100%;
  height: 176px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-list-content {
  overflow: hidden;
}
.post-list-thumb img {
  max-width: 235px;
}
.post-list-title {
  margin-bottom: 10px;
}
.post-list-title a:hover {
  color: #e64946;
}
.post-list-title h3 {
  font-size: 1.3rem;
}
.post-list-date {
  color: #979797;
}
.home-page-content .post-list-date p:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 8px;
}
/* main sidebar */
.main-sidebar {
  width: 31.66%;
  float: right;
}
.sidebar_item {
  margin: 0 0 20px 0;
  text-align: center;
}
/* page-articles */
.page-header {
  font-size: 1.5rem;
  padding: 10px 20px;
  background: #f5f5f5;
  margin-bottom: 1.25rem;
}
.article-content {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.article-cat {
  position: absolute;
  top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  background: #af0000;
  text-transform: uppercase;
}
.article-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
  font-size: 1.25rem;
}
.article-title:hover {
  color: #e64946;
}
.article-info {
  color: #979797;
  margin-top: 5px;
  margin-bottom: 0.625rem;
}
.article-date {
  display: inline-block;
  margin-right: 10px;
}
.article-date::before {
  content: "\f017";
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.article-author {
  display: inline-block;
}
.article-author::before {
  content: "\f007";
  /* font-family: "Font Awesome 5 Free";
  font-weight: 400; */
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.article_attachment {
  margin-bottom: 1.125rem;
  max-width: 678px;
  width: 100%;
}
/* pagination */
.pagination .page-numbers {
  display: inline-block;
  font-weight: 700;
  color: #000;
  padding: 10px 15px;
  background: #f5f5f5;
}
.pagination .current {
  background-color: #af0000;
  color: #fff;
}
.page-content .posts-list {
  margin-top: 0;
}
/* breadcrump */
.breadcrump {
  padding: 5px 10px;
  font-size: 0.8125rem;
  color: #979797;
  margin-bottom: 1.25rem;
}
.delimiter {
  margin: 0 15px;
  font-size: 8px;
}
.breadcrump a {
  font-weight: 700;
  color: #979797;
}
/* individual post */
.post-title h1 {
  font-size: 2rem;
  padding-bottom: 0.625rem;
}
.post-title {
  margin-bottom: 1.25rem;
}
.post-wrapper .article-info {
  margin-top: 0.625rem;
  padding: 5px 10px;
}

.post-wrapper .article-info a {
  color: #979797;
  font-weight: 700;
}
.post-wrapper .article-info a:hover {
  color: #e64946;
}
.post-thumb {
  max-width: 1030px;
  margin-bottom: 1.25rem;
}
.post-wrapper p {
  margin-bottom: 1.25rem;
}
.post-nav-wrapper {
  padding: 10px 20px;
  margin-bottom: 1.25rem;
  background: #f5f5f5;
  text-transform: uppercase;
}
.post-nav-prev {
  float: left;
  margin-right: 2.5%;
  width: 47%;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}
.post-nav-next {
  float: right;
  margin-right: 2.5%;
  width: 47%;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-align: right;
}
.post-content a {
  font-weight: 600;
  color: #e64946;
}
.post-content a:hover {
  text-decoration: underline;
}
.after-post-banner {
  margin: 0 0 20px 0;
  text-align: center;
}

.share-buttons {
  width: 100%;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}
.share-text h2 {
  text-align: center;
}
.share-text a {
  display: block;
  margin-bottom: 13px;
}
.share-text img {
  width: 35px;
}
/* media queries */
@media screen and (max-width: 1475px) {
  .outer-container {
    width: 95%;
  }
}
@media screen and (max-width: 900px) {
  body {
    margin-top: 0;
  }
  .outer-container {
    margin: 0 auto;
    width: 100%;
  }
  .main-menu-nav li a {
    padding: 10px 15px;
  }
  .zdc-footer {
    padding: 20px 20px 0;
  }
  .zdc-footer-inner {
    width: 31.66%;
  }
  .zdc-footer-content {
    margin-bottom: 20px;
  }
  .copyright-text {
    text-align: center;
  }
  /* homepage slider*/
  .slider-post-title {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .preheader-top-left {
    display: none;
    float: none;
    width: 100%;
  }
  .preheader-top-right {
    float: none;
    width: 100%;
    margin: 0;
  }
  .social-nav {
    width: 100%;
  }
  .social-nav ul {
    text-align: center;
  }
  .header-left {
    float: none;
    width: 100%;
  }
  .site-logo {
    text-align: center;
  }
  .header-right {
    width: 100%;
    float: none;
    margin: 0;
  }
  .banner-right {
    text-align: center;
  }
  .main-menu-nav {
    display: none;
  }
  .news-ticker {
    display: none;
  }
  .zdc-footer-inner {
    float: none;
    margin: 0;
    width: 100%;
  }
  .zdc-footer-nav {
    display: none;
  }
  .mob-nav-menu {
    display: block;
    background-color: #af0000;
    padding: 0;
    border-bottom: 1px SOLID #2a2a2a;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .mob-nav-menu::before {
    content: " ";
    display: table;
  }
  .mob-nav-menu::after {
    content: " ";
    display: table;
    clear: both;
  }
  .mob-nav-menu * {
    box-sizing: border-box;
  }
  .mob-nav-button {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  }
  .mob-menu-text {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: bold;
  }
  .mob-menu-icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
  }
  .bar-mob-menu {
    display: block;
    width: 1.125em;
    height: 0.125em;
    background-color: #fff;
    border-radius: 1px;
  }
  .mob-nav-button .bar-mob-menu + .bar-mob-menu {
    margin-top: 0.188em;
  }
  .mob-nav-main-menu {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    clear: both;
    color: #fff;
    padding: 0;
  }
  .mob-nav-main-menu ul {
    padding: 20px 0 0 15px;
    margin: 0;
    border-top: 1px solid #2a2a2a;
    display: block;
    overflow: hidden;
  }
  .mob-nav-main-menu li {
    display: block;
  }
  .mob-nav-main-menu a {
    display: block;
    padding: 5px 10px;
    margin: 2px 5px;
    color: #fff;
  }
  /* post list */
  .posts-list,
  .post-wrapper {
    float: none;
    width: 100%;
  }
  /* sidebar */
  .main-sidebar {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  /* main slider */
  .slider-post-title h2 {
    font-size: 1.2rem;
  }
  /* post list */
  .post-list-thumb {
    background-size: contain;
    max-width: 80px;
    height: 60px;
  }
  .post-list-title {
    margin-bottom: 5px;
  }
  .post-list-title h3 {
    font-size: 0.875rem;
  }
  .post-list-date {
    font-size: 0.6875rem;
  }
  .home-page-content .post-list-excerpt {
    display: none;
  }
}
