/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}
/* Custom Widgets Styles */
.post-preview-one-main {
  text-decoration: none;
}

.card-wrapper.post-item-three {
  margin-bottom: 8px;
  padding-bottom: 16px;
}

.posts-preview-one-list {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-preview-two-tag {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: 0.3s;
}

.post-preview-two-tag:hover {
  opacity: 0.6;
  transform: scaleX(1.01);
}

.post-preview-two-link {
  display: flex;
  text-decoration: none;
}

.post-preview-two-text {
  margin-bottom: 20px;
}

.posts-preview-two-title {
  margin: 0px;
}

.post-preview-one-content-three {
  height: auto;
  width: 200px;
  min-width: 200px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.post-preview-one-card-wrapper:hover {
  transform: scale(1.01);
  opacity: 0.7;
}

ul.posts-preview-one-list li {
  list-style: none;
  display: flex;
  align-items: center;
}

.post-item-three {
  margin-bottom: 0px;
}

.post-link {
  margin-top: 10px;
}

.post-preview-one-card-wrapper {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: transform 0.5s;
  transition: 0.3s;
  gap: 30px;
  padding-right: 20px;
}

.show-more-button {
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-bottom: 3px !important;
  padding-top: 3px !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  background-color: #013268;
  color: white;
  font-weight: 600;
  font-size: 14px;
  width: fit-content !important;
}

.show-more-button:hover {
  background-color: #3B5673;
  color: white;
}

.post-preview-one-author-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  gap: 5px;
}

.post-preview-one-author-three a {
  text-decoration: none !important;
}

.post-author-image {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 40px;
}

.post-preview-one-title-wrapper {
  display: flex;
}

.post-preview-one-author-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.post-preview-one-author-name {
  font-size: 16px;
  font-weight: normal !important;
  font-family: "Bebas Neue", sans-serif !important;
}

.post-preview-one-date {
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 12px;
  line-height: 14px;
  font-family: "Poppins", sans-serif !important;
}

.post-text {
  padding-bottom: 0px;
  white-space: pre-line;
}

.post-text a {
  color: black;
}

.post-text p {
  margin: 0px !important;
}

.post-preview-one-title {
  margin: 0px !important;
  font-weight: normal !important;
  color: black !important;
  text-decoration: none !important;
}

.post-preview-one-title h2 {
  font-size: 30px;
  text-decoration: none;
}

.post-preview-one-title a {
  text-decoration: none !important;
}

.post-preview-one-image-three {
  display: block;
  height: 100%;
  width: 100%;
  margin-right: 20px;
  margin-left: auto;
  padding-bottom: 0px;
  object-fit: cover;
}

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

.post-attachment {
  border: 2px solid #dde3ea;
  border-radius: 7px;
  padding: 15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.post-attachment-icon {
  display: inline-block;
  background-color: black;
  padding: 5px 15px;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  color: #fff !important;
  font-size: 30px;
}

.post-attachment-text {
  display: inline-block;
  color: black;
  float: left;
  font-weight: bold;
  margin-right: 20px;
}

.post-attachment-text p {
  margin-bottom: 0px;
}

.post-attachment-download {
  display: inline-block;
  color: black;
  float: right;
  font-size: 30px;
}

.post-attachment-text,
.post-attachment-download {
  color: black;
}

@media screen and (max-width: 767px) {
  ul.posts-preview-one-list li {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-preview-one-image-three {
    width: 100%;
    margin-bottom: 15px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
  .post-preview-one-author-three {
    padding: 20px;
    gap: 10px;
  }
  .post-author-three {
    padding: 10px !important;
  }
  .post-preview-one-content-three {
    width: 100%;
    clip-path: unset;
    height: auto;
  }
  .post-preview-one-card-wrapper {
    gap: 0px;
    padding-right: 0px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500;600&family=Roboto:wght@400;500&display=swap");
.poweredby-container {
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 25px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.poweredby-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.poweredby-image {
  max-width: 40px;
}

.poweredby-text {
  color: white;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.poweredby-text p {
  margin: 0px;
  display: flex;
  justify-content: left;
}

.poweredby-text-copy {
  margin: 0px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", cursive;
}

.poweredby-text-app {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
}

@media screen and (max-width: 767px) {
  .poweredby-container {
    /*background-color: #231D4F;*/
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 25px;
    text-decoration: none;
  }
}

.tag-one-link {
  display: flex;
  text-decoration: none;
}

.page-title-one-one-title-container {
  display: flex;
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%) !important;
  transition: 0.3s;
  align-items: center;
}

.page-title-one-one-title-container:hover {
  opacity: 0.6;
  transform: scaleX(1.01);
}

.page-title-one-one-tag-title h1 {
  margin: 0px !important;
}

.page-title-one-one-tag-title {
  font-size: 14px;
  margin: 0px !important;
}
