.oxide-menu {
  position: fixed;
  height: 3.5rem;
  padding: 0.5rem 1rem;
  background: white;
  -webkit-box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: background 0.3s, height 0.65s, padding 0.65s, color 0.3s,
    -webkit-box-shadow 0.5s;
  transition: background 0.3s, height 0.65s, padding 0.65s, color 0.3s,
    -webkit-box-shadow 0.5s;
  -o-transition: background 0.3s, height 0.65s, padding 0.65s, box-shadow 0.5s,
    color 0.3s;
  transition: background 0.3s, height 0.65s, padding 0.65s, box-shadow 0.5s,
    color 0.3s;
  transition: background 0.3s, height 0.65s, padding 0.65s, box-shadow 0.5s,
    color 0.3s, -webkit-box-shadow 0.5s;
  width: 100%;
  color: black;
  z-index: 9999;
  line-height: 2.5rem;
}

.oxide-menu * {
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
}
span.oxide-article-header__info__date {
  border-left: 1px #ffcb05 solid;

  padding-left: 0.5rem;
}
span.oxide-article-header__info__view {
  border-left: 1px #ffcb05 solid;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
blockquote.oxide-paragraph-only:before {
  content: " ";
  display: block;
  position: relative;
  width: 0.35rem;
  height: 1.5rem;
  white-space: nowrap;
  background-color: #2ea3f2;
}

/*blockquote.oxide-paragraph-only{
    border-left: #2EA3F2 5px solid;
    padding-left: 2rem;

}*/
blockquote.oxide-paragraph-only p {
  padding: 0rem;
  padding-left: 5%;
}
.oxide-article-content__inner blockquote.oxide-paragraph-only {
  max-width: 40.5rem;
  display: flex;
  padding: 0rem;
}

a.oxide-player-view-count {
  display: none;
}
.oxide-menu__inner {
  position: relative;
  width: 100%;
}
.oxide-menu__inner img {
  max-width: none;
}
.oxide-scroll-top .oxide-menu {
  color: white;
  height: 5rem;
  padding: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.oxide-menu-logo-wrapper--light {
  opacity: 0;
}

.clv_indent_on .oxide-article-content__inner .oxide-paragraph-only {
  text-indent: 0rem;
}
.clv_indent_on .oxide-article-content__inner h6.oxide-paragraph-only {
  text-indent: 0rem;
}
.clv_indent_off .oxide-article-content__inner .oxide-paragraph-only {
  text-indent: 0rem;
}
.oxide-scroll-top .oxide-menu .oxide-menu-logo-wrapper--dark {
  opacity: 0;
}
.oxide-scroll-top .oxide-menu .oxide-menu-logo-wrapper--light {
  opacity: 1;
  position: relative;
  width: 3rem;
}
.oxide-scroll-leave .oxide-menu .oxide-menu-logo-wrapper--dark {
  opacity: 1;
  position: relative;
  width: 3rem;
}

.oxide-menu-logo-container {
  display: inline-block;
  position: relative;
  width: 5rem;
  margin-left: 0.5rem;
}
.oxide-menu-logo-wrapper--dark,
.oxide-menu-logo-wrapper--light {
  position: absolute;
  width: auto;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.oxide-menu-current-page-info__container {
  height: 100%;
  position: absolute;
  left: 7rem;
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-transition: left 1s, -webkit-transform 1s;
  transition: left 1s, -webkit-transform 1s;
  -o-transition: left 1s, transform 1s;
  transition: left 1s, transform 1s;
  transition: left 1s, transform 1s, -webkit-transform 1s;
}
.oxide-menu-current-page-info__container.active {
  left: 6rem;
}
.oxide-scroll-top .oxide-menu .oxide-menu-current-page-info__container {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.oxide-menu-current-page-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  box-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oxide-menu-current-page-info__label {
  margin-right: 0.5rem;
  font-weight: 400;
}

.oxide-menu-current-page-info__current-reading {
  font-weight: 800;
  letter-spacing: 0.025em;
  max-width: 15rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.oxide-menu-current-page-info__current-author {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  opacity: 1;
  position: absolute;
  height: 100%;
  left: 100%;
  top: 0%;
  display: inline-block;
  padding-left: 1rem;
}
.oxide-scroll-top .oxide-menu .oxide-menu-current-page-info__current-author {
  opacity: 0;
}
.oxide-menu-current-page-info__current-author__inner {
  height: 100%;
  display: flex;
  justify-content: center;
}
.oxide-menu-current-page-info__current-author__avatar .oxide-player-avatar {
  margin-left: 0.5rem;
  height: 2rem;
  width: 2rem;
  max-width: none;
}

.oxide-menu-item {
  /* float: right; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* height: 100%; */
  position: absolute;
  right: 0px;
  top: 0px;
}
.oxide-menu-item > *,
.oxide-menu-item__next-prev-container > * {
  margin-left: 0.5rem;
  line-height: 1.5rem;
}
.oxide-scroll-top .oxide-menu .oxide-menu-item__next-prev-container {
  display: none;
}
.oxide-menu-item__next-prev-container--for-mobile-only {
  display: none;
}
.oxide-menu-item__next-prev-container--for-mobile-only__label {
  margin-right: 0.25rem;
}
.oxide-menu-item__latest,
.oxide-menu-item__ourpicks,
.oxide-menu-item__hot {
  font-weight: bold;
  line-height: 1.5rem;
  display: none;
}

.oxide-menu-item__next-prev-container {
  margin-right: 1rem;
  line-height: 2.5rem;
  position: fixed;
  right: 0rem;
  bottom: 96px;
  display: inline-grid;
}
.oxide__mobile {
  bottom: 42px;
}
.oxide-menu-item__next-prev-container__next,
.oxide-menu-item__next-prev-container__prev {
  cursor: pointer;
  background-color: #d8d8d8;
  width: 3rem;
  color: #101010;
  line-height: 0.75rem;
  height: 3rem;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 50rem;
  text-align: center;
  border-radius: 50rem;
}
.oxide-menu-item__next-prev-container__prev:before,
.oxide-menu-item__next-prev-container__next:before {
  vertical-align: middle;
  display: inline-block;
}
.oxide-menu-item__next-prev-container__next {
  margin-top: 0.5rem;
}

.oxide-menu-progress-bar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  height: 0.25rem;
  right: 0px;
  /*background: #dadada;*/
  -webkit-box-shadow: 0px 0px 0;
  box-shadow: 0px 0px 0;
}
/*banner-pic*/
.oxide-card-container {
  max-width: 65rem;
  width: 80%;
}
.oxide-card-container .oxide-image img {
  width: 100%;
}
.oxide-card__img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.oxide-image {
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.oxide-scroll-leave .oxide-menu-progress-bar {
  display: block;
}

.oxide-menu-progress-bar__progress {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background: #00dddf;
}

.oxide-article {
  display: inline;
}

.oxide-article-is-empty-content-1 .oxide-article-content {
  height: 0px !important;
  overflow: hidden;
}
.oxide-article-is-empty-content-1 .oxide-footer-sponser-zone {
  margin-top: 2rem;
}

.oxide-article-header {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  min-height: 100%;
  background: black;
  height: auto;
}
.oxide-article-header__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: relative;
}
.oxide-article-header__overlay {
  /* position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: -webkit-linear-gradient(
    91deg,
    rgba(0, 0, 0, 0.75) 6%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -o-linear-gradient(
    91deg,
    rgba(0, 0, 0, 0.75) 6%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: linear-gradient(
    -1deg,
    rgba(0, 0, 0, 0.75) 6%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.4) 100%
  ); */
}
.oxide-article-header-info__current-author__name b {
  font-weight: bold;
}

.oxide-article-header__container {
  height: auto;
  width: 100%;
  padding-bottom: 3rem;
  padding-top: 3rem;
  z-index: 1;
  background-color: #212121;
}

.oxide-article-header__category a {
  background-color: #ffcb05;
  line-height: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #212121;
  /* margin-bottom: 0.75rem; */
  display: inline-block;
  font-weight: 600;
}
.oxide-article-header * {
  color: white;
}
.oxide-article-header__title a {
  font-size: 3.653rem;
  line-height: 4rem;
  max-height: 12rem;
  overflow: hidden;
  font-weight: 800;
  letter-spacing: 0em;
  text-shadow: 0px 0px 0.25em rgba(0, 0, 0, 0.8);
  word-break: break-word;
}
.oxide-article-header__info {
  /* white-space: nowrap; */
  height: 2rem;
  overflow: hidden;
}
.oxide-article-header__info * {
  font-size: 1.333rem;
  line-height: 2rem;
}
.oxide-article-header__info > a {
  margin-right: 2rem;
}
.oxide-article-header__info i {
  margin-right: 0.5rem;
}
.oxide-article-header__info * {
  display: inline-block;
}

.oxide-article-header-info__current-author {
  margin-top: 1rem;
}

.oxide-article-header-info__current-author__name u {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  font-weight: 800;
}

.oxide-article-header-info__current-author__avatar .oxide-player-avatar {
  height: 2rem;
  width: 2rem;
  background-color: white;
}

.oxide-article-header__info *,
.oxide-article-header-info__current-author * {
  display: inline-block;
  vertical-align: middle;
}
.oxide-article-content {
  position: relative;
  width: 100%;
  display: block;
  overflow: auto;
}
.oxide_loading--next-article {
  width: 100%;
  display: block;
  text-align: center;
  padding: 2rem;
  font-size: 1.424rem;
  font-weight: 500;
  background: #3b5f5f;
  color: white;
}

.oxide-article-sharing {
  z-index: 99;
  text-align: center;
  position: absolute;
  left: 0rem;
  width: 11.25%;
  max-width: 7rem;
  /* padding-left: 1rem; */
  /* padding-right: 1rem; */
  /* padding-top: 2rem; */
  padding-bottom: 10rem;
  top: 10rem;
  /* margin-top: 10rem; */
}
.oxide__mobile .oxide-article-sharing.is_stuck {
  top: 0rem !important;
}
.oxide__mobile .oxide-article-sharing.is_stuck.stuck_bottom {
  top: auto !important;
}
.oxide-article-sharing,
.oxide-article-sharing * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.oxide-article-sharing__header {
  line-height: 3rem;
  font-weight: 800;
  opacity: 0.3;
  /* margin-top: 2rem; */
}

.oxide-article-sharing__item:not(:first-child) {
  margin-top: 2rem;
}

.oxide-article-sharing a {
  display: block;
  margin-top: 1rem;
  position: relative;
  width: 5px;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.oxide-article-sharing i {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
  left: 50%;
}
.oxide-article-content__inner {
  padding-top: 5rem;
  padding-bottom: 3rem;
  min-height: 55rem;
  width: 100%;
  word-break: break-word;
}

/*
    Margin
*/

.et_pb_text_inner .imgCenter img,
.et_pb_text_inner img.size-large[class*="wp-image"],
.et_pb_text_inner img.size-full[class*="wp-image"],
.et_pb_text_inner iframe,
.et_pb_text_inner embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.et_pb_text_inner .imgCenter img,
.et_pb_text_inner img.size-large[class*="wp-image"],
.et_pb_text_inner img.size-full[class*="wp-image"],
.et_pb_text_inner .embed-responsive,
.et_pb_text_inner .imgCenter,
.et_pb_text_inner .v-space,
.et_pb_text_inner>.wp-caption,
.et_pb_text_inner>.et_post_video,
/* Obsolete */
.et_pb_text_inner>p>iframe,
.et_pb_text_inner>.embed-responsive,
.et_pb_text_inner>p>embed,
.et_pb_text_inner>.oxide-responsive-embed-aspect,
.et_pb_text_inner>.oxide-responsive-embed-facebook,
.et_pb_text_inner>.oxide-responsive-embed-youtube,
.et_pb_text_inner>.oxide-responsive-embed-twitter,
.et_pb_text_inner>.oxide-responsive-embed-instagram {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}
.oxide-responsive-embed-instagram > iframe {
  width: 100%;
  position: relative !important;
}
.et_pb_bg_layout_light .et_pb_counter_title {
  font-size: 1.125rem;
  /*font-family: initial;*/
}
.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
  font-size: 1.125rem;
}
.et_pb_text_inner > .wp-caption > img.size-large[class*="wp-image"],
.et_pb_text_inner > .wp-caption > img.size-full[class*="wp-image"] {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.et_pb_text_inner p,
.et_pb_text_inner ol,
.et_pb_text_inner ul {
  margin-bottom: 1rem;
}
.et_pb_text_inner * + .oxide-content__full_bg-image {
  margin-top: 4rem;
}
.oxide-article-content__inner h1.oxide-paragraph-only strong {
  font-size: 1.602rem;
  line-height: 2.5rem;
  letter-spacing: 0.005rem;
  text-indent: 0rem;
}
.oxide-article-content__inner h2.oxide-paragraph-only strong {
  font-size: 1.424rem;
  line-height: 2rem;
  letter-spacing: 0.005rem;
  text-indent: 0rem;
}
.oxide-article-content__inner h3.oxide-paragraph-only strong {
  font-size: 1.266rem;
  line-height: 2rem;
  letter-spacing: 0.005rem;
  text-indent: 0rem;
}
.oxide-article-content__inner h4.oxide-paragraph-only strong {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.005rem;
  text-indent: 0rem;
}
.clv_indent_on .oxide-article-content__inner p .oxide-paragraph-only strong {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.005rem;
  text-indent: 2rem;
}
.clv_indent_off .oxide-article-content__inner p .oxide-paragraph-only strong {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.005rem;
  text-indent: 0rem;
}
.oxide-article-content__inner h5.oxide-paragraph-only {
  font-size: 0.889rem;
  line-height: 1rem;
  letter-spacing: 0.005rem;
  text-indent: 0rem;
}
.oxide-article-content__inner h6.oxide-paragraph-only {
  font-size: 0.79rem;
  line-height: 1rem;
  letter-spacing: 0.005rem;
  text-indent: 0rem;
}
/*Player Special*/

.et_pb_countdown_timer .et_pb_countdown_timer_container {
  color: #101010;
  background-color: #f4f4f4 !important;
}
.et_pb_module .et_pb_countdown_timer {
  background-color: #f4f4f4 !important;
}

.et_pb_testimonial.et_pb_testimonial_0.et_pb_testimonial_no_image.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.clearfix {
  font-family: initial;
  font-size: 0.79rem;
  line-height: 1.25rem;
}

.et_right_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section p.value,
.et_right_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section.sep,
.et_left_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section p.value,
.et_left_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section.sep {
  color: #101010;
}

.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
  display: none;
}
.et_overlay:before {
  color: #00dddf;
}

.et_pb_column_1_2 .et_pb_team_member_description,
.et_pb_column_3_8 .et_pb_team_member_description,
.et_pb_column_1_3 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description {
  text-align: center;
}
.et_pb_number_counter_0.et_pb_number_counter .percent p {
  color: #00dddf !important;
}
ul.et_pb_member_social_links {
  margin-top: 1rem;
}
.et_pb_post h2 {
  font-weight: 500;
  font-size: 2rem;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.et_pb_toggle_content p:last-of-type {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}
.et_pb_member_position {
  margin-bottom: 1rem;
}
.et_pb_team_member_description h4 {
  margin-bottom: 0.5rem;
}
.et_pb_member_social_links a:hover {
  color: #050067;
}
a.et_pb_button.et_pb_button_0.et_pb_module.et_pb_bg_layout_light {
  display: inline-block;
  line-height: 3rem;
  border: 1px solid #bebee0;
  width: auto;
  max-width: 50rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #020025;
  font-family: inherit;
  cursor: pointer;
}
button.et_pb_contact_submit.et_pb_button {
  display: inline-block;
  line-height: 3rem;
  border: 1px solid #bebee0;
  /* min-width: 50%; */
  width: auto;
  /* max-width: 50rem; */
  font-weight: 700;
  /* margin-bottom: 2rem; */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #020025;
}
.et_pb_contact_submit,
.et_pb_contact_reset {
  margin: 0 0 0 0.25rem;
}
.et_pb_contact p textarea {
  font-family: "thongterm", sans-serif;
}
.et_pb_contact p input,
.et_pb_contact p textarea {
  border: none;
  border-bottom: 1px solid #020025;
  background-color: transparent;
  font-size: 0.555rem;
  margin-left: 1rem;
}
.et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
  padding: 0.3em 2em 0.3em 1em;
  border: 2px solid transparent;
}

@media (min-width: 975px) {
  .oxide-article-content__inner .oxide-paragraph-only {
    max-width: 44.5rem;
  }
  .oxide-paragraph-only,
  .oxide-article-content__inner--divi
    .et_pb_row
    .et_pb_column.et-last-child
    .et_pb_text_inner
    p,
  .oxide-article-content__inner--divi
    .et_pb_row
    .et_pb_column.et-last-child
    .et_pb_text_inner
    ul,
  .oxide-article-content__inner--divi
    .et_pb_row
    .et_pb_column.et-last-child
    .et_pb_text_inner
    ol {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
/*
    Sizing
*/
.et_pb_text_inner img.size-small[class*="wp-image"],
.et_pb_text_inner img.size-medium[class*="wp-image"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.et_pb_text_inner .imgCenter img,
.et_pb_text_inner img.size-large[class*="wp-image"],
.et_pb_text_inner img.size-full[class*="wp-image"] {
  width: 100%;
}
.et_pb_text_inner > .wp-caption > .wp-caption-text {
  width: 90% !important;
}
.oxide-article-content__inner--normal > *,
#oxideContainer #oxidePlayerPostContainer .et_pb_row,
.oxide-content__container-row {
  max-width: 41rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.et_pb_text_inner img.size-large[class*="wp-image"] + em,
.et_pb_text_inner img.size-full[class*="wp-image"] + em {
  line-height: 2rem;
  font-size: 0.875rem;
}

.oxide-content__full-row {
  background-color: white;
}

.oxide-content__full-row,
.oxide-content__full_bg-image {
  position: relative;
  z-index: 998;
}

.oxide-content__full-row,
.oxide-content__container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.oxide-content-normal__image {
  width: 100%;
  height: auto;
  display: block;
}
.oxide-absolute-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.oxide-aspect-ratio--1-1 {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.oxide-aspect-ratio--16-9 {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.oxide-col-full {
  width: 100%;
}
.oxide-col-six {
  width: 66.66666%;
}
.oxide-col-half {
  width: 50%;
}
.oxide-col-third {
  width: 33.3333%;
}
.oxide-col-four {
  width: 25%;
}

.oxide-col-pading {
  padding: 2rem;
  width: 100% !important;
}

.et_pb_text_inner ol,
.et_pb_text_inner ul {
  display: block;
  -webkit-padding-start: 1em;
}
.et_pb_text_inner ol {
  list-style-type: decimal;
}
.et_pb_text_inner ul {
  list-style-type: circle;
}
.et_pb_text_inner ul ul {
  list-style-type: disc;
}
.et_pb_text_inner li {
  display: list-item;
  text-align: -webkit-match-parent;
  padding-left: 0.25em;
  margin-bottom: 0.25rem;
}

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

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

.oxide-content__image {
  height: auto;
}

/* .et_pb_text_inner h2 {
  font-size: 3.157rem;
  line-height: 3.25rem;
  letter-spacing: 0em;
  font-weight: 800;
} */

.imgCenter {
  text-align: center;
}

.et_pb_text_inner > .wp-caption p.wp-caption-text {
  line-height: 1.3em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
.et_pb_text_inner .wp-caption {
  border: none;
  background-color: transparent;
}
.et_pb_text_inner * {
  font-size: 1rem;
  line-height: 1.85rem;
  letter-spacing: 0.005em;
  /* padding-left: 3rem; */
  /* padding-right: 3rem; */
}
.oxide-content__full_bg-image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.oxide__desktop .oxide-content__full_bg-image,
.oxide__desktop .oxide-article-header__bg {
  /* background-attachment: fixed; */
}

.justify {
  text-align: justify;
}

.oxide-author-footer {
  background: #1d1d1d;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  position: relative;
  z-index: 999;
}
.oxide-author-footer * {
  color: white;
}
.oxide-author-footer:after {
  content: "";
  display: block;
  clear: both;
}

.oxide-author-footer__author-zone {
  max-width: 68rem;
  margin: auto;

  flex: 0 0 13rem;
  vertical-align: top;

  text-align: center;
  /* background-color: #1e2b33; */
  position: relative;
}
.oxide-author-footer__author-zone__social i:before {
  font-size: 0.889rem;
}
.oxide-author-footer__author-zone:after {
  display: block;
  clear: both;
  content: "";
}
.oxide-author-footer__author-zone__current-author__name {
  display: inline-block;
  border-bottom: 1px solid #577f7f;
  margin-bottom: 0.5rem;
}
.oxide-author-footer__author-zone__description {
  margin-top: 0.5rem;
  max-width: 10rem;
  margin-left: auto;
  opacity: 0.8;
  margin-right: auto;
}
.oxide-author-footer__author-zone u {
  font-weight: bold;
  text-decoration: none;
}
.oxide-author-footer__author-zone .oxide-player-avatar {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  margin-bottom: 1rem;
  margin-right: auto;
  /* margin-bottom: 1rem; */
}
.oxide-author-footer__author-zone__flex {
  display: flex;
  flex-direction: column;
}
.oxide-author-footer__author-related-zone {
  /* margin-left: 2rem; */
  margin: auto;
  /* max-width: 68rem; */
  vertical-align: top;
  /* padding:2rem; */
}
.oxide-author-footer__author-related-zone__header {
  /* width: auto; */
  /* margin-left: -1.5rem; */
  /* margin-right: -1.5rem; */
}
.oxide-author-footer__author-related-zone__header i {
  padding-right: 0.5rem;
  width: 1.5rem;
  text-align: left;
}

.oxide-author-footer__author-related-zone__header,
.oxide-author-footer__author-related-zone__header * {
  vertical-align: middle;
}
.oxide-author-footer__author-related-zone__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* width: auto; */
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -1rem;
}
.oxide-author-footer__author-related-zone__card {
  width: 33.3333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oxide-author-footer__author-related-zone__card:after {
  content: "";
  display: block;
  clear: both;
}
.oxide-author-footer__author-related-zone__card__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.oxide-author-footer__author-related-zone__card__image {
  width: 40%;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  /* float: left; */
}

.oxide-author-footer__author-related-zone__card__text-zone {
  float: right;
  width: 60%;
  padding-left: 0.5rem;
}

.oxide-author-footer__author-related-zone__card__text-zone__title {
  font-weight: 400;
  letter-spacing: 0.03em;
  max-height: 2rem;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1rem;
  max-height: 3.65rem;
  margin-bottom: 0.5rem;
}

.oxide-author-footer__author-related-zone__card__text-zone__title__date {
  font-size: 0.75rem;
  opacity: 0.5;
}
.oxide-author-footer__author-related-zone {
  position: relative;
  padding: 1.5rem;
  flex: 1;
}
.oxide-author-footer__show-more {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  opacity: 0.5;
}
.oxide-author-footer__show-more {
  vertical-align: middle;
  display: none;
}
.oxide-author-footer__show-more i {
  margin-right: 1rem;
  line-height: 1rem;
  vertical-align: middle;
}
.oxide-fb-comments-zone {
  display: block;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.oxide-fb-comments-content:before {
  content: "Loading comment..";
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.89);
  /* letter-spacing: 0.25em; */
  font-weight: bold;
  background: rgb(195, 214, 214);
  border-top: 1px solid transparent;
  line-height: 5rem;
}
.oxide-fb-comments-content[fb-xfbml-state="rendered"]:before {
  content: "Comment";
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.11);
  letter-spacing: 0rem;
  border-top: 1px solid #e4e4e4;
  font-weight: bold;
  font-size: 1.802rem;
  background: transparent;
  line-height: 5rem;
  margin-bottom: 1rem;
  display: none;
}

.oxide-author-footer__author-zone__social {
  margin-top: 3rem;
  position: absolute;
  width: 100%;
  white-space: nowrap;
  height: 2.5rem;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.oxide-author-footer__author-zone__social a:not(:first-child) {
  margin-left: 1rem;
}

.oxide-related-article {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.oxide-related-article__header__wrapper {
  overflow: visible;
  position: relative;
}
.oxide-related-article__header {
  width: 90%;
  max-width: 1024px;
  width: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.oxide-related-article__header__text {
  font-size: 3.157rem;
  line-height: 3.5rem;
  font-weight: bold;
  background: white;
  z-index: 1;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  margin-left: -3rem;
  margin-right: -3rem;
}
.oxide-related-article__header__white-panel {
  top: 0px;
}
.oxide-related-article__header__blue-line {
  position: absolute;
  height: 1.5rem;
  left: 0px;
  width: 50%;
  background-color: #00dddf;
}

.oxide-related-article__header__yellow-line {
  position: absolute;
  height: 1.5rem;
  width: 100%;
  background-color: #fef700;
  bottom: 0px;
  left: 0px;
}
.oxide-related-article__header__left-line-wrapper,
.oxide-related-article__header__right-line-wrapper {
  /* width: 0rem; */
  display: inline;
  position: static;
}

.oxide-related-article__cards {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  margin-top: 3rem;
}
.oxide-related-article__cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -2rem;
}

.oxide-related-article__card {
  width: 33.333%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
}
.oxide-related-article__card:after {
  content: "";
  display: block;
  clear: both;
}

.oxide-related-article__card__image {
  width: 50%;
  padding-bottom: 33.3333%;
  background-size: cover;
  background-repeat: repeat;
  float: left;
}

.oxide-related-article__card__text-zone {
  float: right;
  width: 50%;
  padding-left: 1rem;
}

.oxide-related-article__card__text-zone__title {
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 0.01em;
  max-height: 2rem;
}

.oxide-related-article__card__text-zone__title__date {
  font-size: 0.75rem;
  opacity: 0.5;
}

.oxide-related-article__card__text-zone__category {
  display: inline-block;
  margin-bottom: 0.25rem;
  background-color: #fef700;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: black;
}

/*
    Embed responsively styling 
*/
.oxide-responsive-embed-aspect > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px !important;
}
.oxide-responsive-embed-aspect {
  position: relative;
  height: auto;
  overflow: hidden;
}
.oxide-responsive-embed-aspect:before {
  content: "";
  display: block;
  width: 100%;
}
.oxide-responsive-embed-aspect-mode--landscape:before {
  padding-bottom: 56.2%;
}
.oxide-responsive-embed-aspect-mode--square:before {
  padding-bottom: 100%;
}
.oxide-responsive-embed-aspect-mode--portrait:before {
  padding-bottom: 177.9%;
}
.oxide-responsive-embed-aspect-mode--50:before {
  padding-bottom: 50%;
}

/*
    Embed Facebook styling
*/
.et_pb_text_inner .oxide-fie-video-player .oxide-fie-loading .oxide-fie-aspect {
  background: #c7c7c8;
}
.et_post_video .fb_iframe_widget .fb-post span {
  max-width: 100%;
}

/*
    Embed Twitter
*/
.oxide-responsive-embed-twitter .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

/*
    Embed Instagram styling
*/
.instagram-media {
  margin: auto !important;
  display: block;
}

/* Live Blog Styling */

.oxide-live-blog-container__header {
  /* font-family: "Chonburi", cursive; */
  font-size: 2.125rem;
  line-height: 2rem;
  display: flex;
  letter-spacing: 0.05rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #00dddf;
}

.oxide-live-blog-container__username {
  margin-left: auto;
}
.oxide-live-blog-container__date {
  padding-left: 0.25rem;
}

.oxide-live-blog-container__content p {
  font-size: 1.266rem;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
}

.oxide-live-blog-container_user-date__wrapper {
  display: flex;
  padding-bottom: 1rem;
  font-weight: 800;
  color: #c7c7c8;
  font-size: 1.125rem;
}
.oxide-live-blog-container__wrapper {
  margin-bottom: 2.5rem;
}
.oxide-live-blog-container__img_header {
  margin: auto;
  margin-bottom: 1rem;
}
.oxide-live-blog-container__img_header img {
  width: 100%;
}
.oxide-live-blog-container__wrapper::before {
  content: "";
  width: 100%;
  height: 0.25rem;
  display: block;
  background: #00dddf;
  margin-bottom: 1rem;
}

/*
    Embed youtube styling
*/

.oxide-responsive-embed-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px !important;
}
.oxide-responsive-embed-youtube {
  position: relative;
  height: auto;
  overflow: hidden;
}
.oxide-responsive-embed-youtube:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.2%;
  margin: 10px 0;
}

/*
    Embed From old system styling
*/
.collapsing,
.embed-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
}
.embed-responsive {
  display: block;
  padding: 0;
}

.embed-responsive-16by9 {
  height: auto;
}
.embed-responsive-16by9:before {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/*
 End Embed
*/

.et_pb_text_inner * {
  font-family: "thongterm", sans-serif;
}

.oxide-player-avatar {
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.oxide-stripe-banner-container {
  display: none !important;
}
.et_pb_text_inner em {
  font-style: italic;
}
.et_pb_text_inner a {
  color: #2279ba;
  /* word-wrap: break-word; */
  /*text-decoration: underline;*/
}
.main-sponser-container {
  display: none;
}

.oxide-article-header__info *,
.oxide-article-header-info__current-author * {
  margin-left: 0.1rem;
}

/*
    Header video player
*/

.oxide-article-header-is-video-cover-1 .oxide-article-header__container {
  width: 100%;
  display: flex;
  max-width: none;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 0;
  justify-content: center;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  align-items: center;
  z-index: 1 !important;
  position: relative !important;
  background: transparent !important;
}
.oxide-article-header.oxide-article-header-is-video-cover-1 {
  background: #0d1218;
  height: auto;
  padding-top: 0px;
  min-height: auto;
  z-index: 1;
}

.oxide-article-header-is-video-cover-1 .oxide-article-header__bg,
.oxide-article-header-is-video-cover-1 .oxide-article-header__overlay {
  display: none;
}
.oxide-article-header-is-video-cover-1 .oxide-responsive-embed-aspect {
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
  /*box-shadow: 0px 1rem 2rem #00060e7d;*/
}
.oxide-article-header-is-video-cover-1 .oxide-post-video-player {
  flex: 1;
  /*padding-top: 2rem;
    padding-bottom: 2rem;*/
  display: flex;
  flex-direction: row;
  align-items: center;
}
.oxide-article-header-is-video-cover-1 .oxide-post-video-player > div {
  width: 100%;
  background: #000000;
  position: relative;
}
.oxide-article-header-is-video-cover-1 .oxide-post-video-player > div:after {
  content: "กำลังโหลดวีดีโอ ...";
  display: block;
  position: absolute;
  white-space: nowrap;
  right: 2rem;
  bottom: 2rem;
  background: #2d3332;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  line-height: 1rem;
  color: white;
  font-weight: bold;
}
.oxide-article-header-is-video-cover-1
  .resize-completed
  .oxide-post-video-player
  > div:after {
  display: none;
}
.oxide-article-header-is-video-cover-1 .oxide-post-video-player.loaded > div {
  background: transparent;
}
.oxide-article-header-is-video-cover-1 .oxide-article-header--video__info-zone {
  flex: 0 0 17rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  /* padding-right: 3rem; */
  position: relative;
}
.oxide-article-header-is-video-cover-1 .oxide-article-header__title {
  margin-bottom: 1rem;
}
.oxide-article-header-is-video-cover-1 .oxide-article-header__title * {
  font-size: 2rem;
  line-height: 2rem;
  color: #f5fffe;
  text-shadow: none;
  transition: all 1s;
  transition-delay: 0.8s;
  font-weight: 700;
}
.oxide-article-header-is-video-cover-1
  .resize-completed
  .oxide-article-header__title
  * {
  color: #a9fff5;
}

.oxide-article-header-is-video-cover-1
  .oxide-responsive-embed-aspect.fb_iframe_widget
  span,
.oxide-article-header-is-video-cover-1
  .oxide-responsive-embed-aspect.fb_iframe_widget
  span
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
}
.oxide-article-header-is-video-cover-1 i {
  font-size: 1.424rem;
  color: #e3fff1;
  margin-right: 0.5rem;
}
.oxide-article-header-is-video-cover-1 .oxide-article-header__info {
  height: auto;
  display: none;
}
.oxide-article-header-is-video-cover-1 .oxide-article-header-info__tags {
  margin-left: 0px;
  line-height: 1.5rem;
  margin-bottom: 0.1rem;
}
.oxide-article-header-is-video-cover-1 .oxide-card__tags-wrapper {
  font-weight: bold;
  line-height: 1rem;
  margin-left: 0px;
  /*display: none;*/
}
.oxide-article-header-is-video-cover-1 .oxide-card__tags-wrapper a {
  margin-right: 0.25rem;
  color: #e3fff1;
  line-height: 1rem;
  margin-left: 0px;
}
.oxide-article-header-is-video-cover-1 .oxide-article-header-info__date {
  display: none;
}
.oxide-article-is-video-cover-1 .oxide-article-sharing {
  display: none;
}
.oxide-article-header-is-video-cover-1 .oxide-article-header__short-logo {
  opacity: 0;
  margin-top: 3rem;
  position: absolute;
  bottom: 3rem;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.5s;
}
.oxide-article-header-is-video-cover-1
  .resize-completed
  .oxide-article-header__short-logo {
  opacity: 1;
  transform: translate(0, 0);
}
.oxide-article-header-is-video-cover-1 .oxide-article-header__short-logo img {
  max-width: 6.5rem;
  display: block;
}
.oxide-article-header-is-video-cover-1 .oxide-article-header__subscript {
  margin-bottom: 0.5rem;
  display: block;
  color: #c0c7d0;
  opacity: 0.5;
}
/* Slider Module style */
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
  font-size: 1.266rem;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1023px) {
  .et_pb_slider.et_pb_module
    .et_pb_slide_0.et_pb_slide
    .et_pb_slide_description
    .et_pb_slide_content {
    letter-spacing: 0.025rem;
  }

  .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
    font-size: 1.266rem;
    line-height: 1.5rem;
  }

  .et_pb_gallery .et-pb-arrow-prev,
  .et_pb_gallery .et-pb-arrow-next {
    opacity: 1;
  }

  .et_pb_slider .et-pb-arrow-prev,
  .et_pb_slider .et-pb-arrow-next {
    opacity: 1;
  }
  .et_pb_slider .et-pb-arrow-prev {
    left: 0px;
    top: 0px;
    bottom: 0px;
    /* padding-top: 50%; */
    /* margin-top: auto; */
    position: absolute;
    height: 100%;
  }
  .et_pb_slider .et-pb-arrow-next {
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    /*width: 5%;*/
    height: 100%;
  }
  .et_pb_gallery .et-pb-arrow-prev:before,
  .et_pb_gallery .et-pb-arrow-next:before {
    color: white;
    opacity: 0.6;
    background-color: #000000bf;
  }

  .et_pb_slider .et-pb-arrow-prev:before {
    position: relative;
    /* margin-top: 50%; */
    top: 50%;
    transform: translateY(-50%);
    /*color: white;*/
  }
  .et_pb_slider .et-pb-arrow-next:before {
    position: relative;
    /* margin-top: 50%; */
    top: 50%;
    transform: translateY(-50%);
    /*color: white;*/
  }
  .et_pb_slider:hover .et-pb-arrow-prev {
    left: 0px;
  }
  .et_pb_slider:hover .et-pb-arrow-next {
    right: 0px;
  }
  .et-pb-arrow-prev,
  .et-pb-arrow-next {
    margin-top: 0px;
  }
}

.et_pb_gallery .et-pb-arrow-prev {
  left: 0px;
  padding: 0.5rem;
  padding-left: 0rem;
}
.et_pb_gallery .et-pb-arrow-next {
  right: 0px;
  padding: 0.5rem;
  padding-right: 0rem;
}
@import url("https://fonts.googleapis.com/css?family=Chonburi");
/* Oxide Live Blog Style */
.oxide_live_blog_wrapper .et_pb_text_inner h1 {
  color: #101010;
  font-family: "Chonburi", cursive;
  font-size: 1.424rem;
}
.oxide_live_blog_wrapper .et_pb_text_inner p {
  color: #101010;
  font-size: 1.266rem;
  line-height: 1.5rem;
}

@media (max-width: 1024px) {
  .et_pb_slide_description,
  .et_pb_slider_fullwidth_off .et_pb_slide_description,
  .et_pb_slide_with_image .et_pb_slide_description {
    text-align: initial !important;
  }
  .oxide-article-header {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    min-height: 100%;
    background: black;
    height: auto;
  }
  .et_pb_gallery .et-pb-arrow-prev:before,
  .et_pb_gallery .et-pb-arrow-next:before {
    color: white;
    opacity: 0.6;
    background-color: #000000bf;
  }
  .et_pb_slider .et-pb-arrow-prev,
  .et_pb_slider .et-pb-arrow-next {
    top: auto;
    bottom: 0.5rem;
    height: auto;
  }
  .et_pb_gallery .et-pb-arrow-prev,
  .et_pb_gallery .et-pb-arrow-next {
    top: auto;
    bottom: 0rem;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .et_pb_gallery .et-pb-arrow-prev,
  .et_pb_gallery .et-pb-arrow-next {
    top: 50%;
  }
}

/*
    Responsive min width
*/

/*
    Responsive max width
*/

@media (max-width: 1366px) {
  .oxide-author-footer__author-related-zone__card {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .oxide-menu-item__next-prev-container__prev,
  .oxide-menu-item__next-prev-container__next {
    cursor: pointer;
    background-color: #d8d8d8;
    width: 2.5rem;
    color: #101010;
    line-height: 0.75rem;
    height: 2.5rem;
    padding: 0.75rem;
    font-size: 0.875rem;
    border-radius: 50rem;
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .oxide-article-header-is-video-cover-1 .oxide-post-video-player {
    display: block;
    flex: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    background: black;
    padding-top: 4.5rem;
  }

  .oxide-article-group:not(:first-child)
    .oxide-article-header-is-video-cover-1
    .oxide-post-video-player {
    display: flex;
    padding-top: 2rem;
  }
  .oxide-article-header-is-video-cover-1
    .oxide-article-header--video__info-zone {
    padding-right: 3rem;
    width: 100%;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
    height: auto !important;
    flex-direction: row-reverse;
  }
  .oxide-article-header--video__info-zone {
    display: block;
    flex: none;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #0d1218; /* padding-top: 0px; */
  }
  .oxide-article-header-is-video-cover-1 .oxide-article-header__container {
    /* display: block;
    padding-top: 0px;
    padding-bottom: 0rem;
    background: #0d1218;
    min-height: initial !important;
    padding-left: 0rem;
    padding-right: 0rem; */
  }

  .oxide-article-header-is-video-cover-1 .oxide-article-header__title a {
    max-width: 18rem;
    display: block;
    word-break: break-word;
  }

  .oxide-article-header-is-video-cover-1 .oxide-article-header__short-logo {
    margin-top: 0px;
    padding-left: 0rem;
    margin-top: 1.5rem; /* right: 2rem; */
    opacity: 0.25;
    position: relative;
    margin-right: 2rem;
    padding-right: 1rem;
    bottom: 0rem;
    border-right: 1px solid #4a5159;
  }
  .oxide-article-header-is-video-cover-1 .oxide-article-header__subscript {
    font-size: 0.8rem;
  }
  .oxide-article-header-is-video-cover-1 .oxide-article-header__short-logo img {
    max-width: 5rem;
  }
}

@media (max-width: 1024px) {
  .oxide-article-content__inner--normal > *,
  #oxideContainer #oxidePlayerPostContainer .et_pb_row,
  .oxide-content__container-row {
    width: 70%;
  }
  .oxide-author-footer__author-zone .oxide-player-avatar {
    margin-bottom: 0rem;
  }
  .oxide-article-content__inner {
    padding-top: 4rem;
  }
  .oxide-author-footer__author-related-zone__card__text-zone__title {
    /* max-height: none; */
    font-size: 1rem;
    /* line-height: 1.25rem; */
  }
  .oxide-article-sharing__header__label {
    width: 1px;
    height: 2rem;
    display: inline-block;
    position: relative;
    /* margin-bottom: 7rem; */
  }
  .oxide-article-sharing__header
    .oxide-article-sharing__header__label
    .oxide-article-sharing__header__label__inner {
    border-bottom: 0.25rem #ffcb05 solid;
  }
  .oxide-article-sharing__header__label__inner {
    position: absolute;
    top: 50%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .oxide-author-footer__author-zone {
    min-height: initial;
    flex: none;
    text-align: left;
    padding: 1rem;
  }
  .oxide-author-footer__author-related-zone {
    margin-left: 0px;
    padding-bottom: 4rem;
  }
  .oxide-author-footer {
    display: block;
  }
  .oxide-author-footer__author-related-zone__card {
    width: 33.33%;
    /* margin-bottom: 2rem; */
    display: block;
  }
  .oxide-author-footer__author-related-zone__header {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 3rem;
    font-size: 1rem;
  }
  .oxide-author-footer__author-zone__social {
    /* right: 2rem; */
    /* top: 1rem; */
    /* bottom: auto; */
    /* width: auto; */
    /* display: block; */
    /* position: relative; */
    /* left: auto; */
    /* float: right; */
    /* margin-top: 0px; */
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    /* margin-top: 1rem; */
    /* position: relative; */
    /* display: block; */
    /* text-align: right; */
    /* clear: both; */
    top: 3rem;
    right: 1rem;
    bottom: auto;
    left: auto;
    margin-top: 0px;
    text-align: right;
    display: inline-block;
    width: auto;
  }
  .oxide-author-footer__author-zone img {
    margin-left: 0px;
    float: left;
    margin-right: 1rem;
    margin-bottom: 0px;
    width: 3rem;
    height: 3rem;
  }
  .oxide-author-footer__author-zone__description {
    float: left;
  }
  .oxide-author-footer__author-zone .oxide-player-avatar {
    margin-left: 0px;
    float: left;
    margin-right: 1rem;
  }
  .oxide-author-footer__author-zone__social {
    top: 0rem;
    line-height: 4.5rem;
  }
  .oxide-author-footer__author-related-zone__card__image {
    width: 100%;
  }
  .oxide-author-footer__author-related-zone__card__text-zone {
    width: 100%;
    margin-top: 1rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .oxide-fab-btn__zone {
    bottom: 44px;
  }
  .oxide-article-header__bg.oxide-article-header__bg-mobile {
    padding-bottom: 65.5%;
    margin-top: 4rem;
  }

  .oxide-article-header__bg.oxide-article-header__bg-mobile img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }

  .oxide-article-header__overlay-mobile.oxide-article-header__overlay-mobile {
    z-index: 1;
  }
  .oxide-article-footer-shared__wrapper {
    position: relative;
    display: flex;
    padding: 1rem;
    background-color: white;
    flex-direction: column;
  }
  .oxide-article-footer-shared__wrapper * {
    color: initial;
    vertical-align: middle;
    letter-spacing: 0.05rem;
  }
  .oxide-article-footer-shared__wrapper i {
    padding-right: 0.5rem;
  }
  .oxide-author-footer__mobile-author-zone__flex {
    padding: 1rem;
    background-color: #1e2b33;
  }
  .oxide-author-footer__mobile-author-zone {
    padding: 0rem;
    background-color: white;
  }
  .oxide-article-footer-shared {
    padding: 0.5rem;
    position: relative;
  }
  .oxide-author-footer__author-zone-mobile__social {
    top: 50%;
    line-height: 5rem;
  }
  .oxide-author-footer__author-zone-mobile__current-author__name {
    line-height: 2rem;
  }
  .oxide-article-footer-shared__fb-container {
    cursor: pointer;
    padding-left: 0rem;
  }

  .oxide-article-footer-shared a {
    /* padding-right: 1rem; */
    font-size: 1.424rem;
    line-height: 1.25rem;
  }
  .oxide-article-footer-shared__header {
    padding-bottom: 0.5rem;
    font-size: 1.266rem;
    font-weight: 600;
    display: -webkit-inline-box;
    position: relative;
  }
  .oxide-article-footer-shared__header span {
    display: inline-block;
    position: relative;
    line-height: 1rem;
  }
  .oxide-article-footer-shared__container-wrapper {
    display: flex;
  }
  .oxide-article-footer-shared__header:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0.2rem;
    background-color: black;
    /* margin-top: -5.5rem; */
    position: relative;
  }
  .et_pb_text_inner a {
    word-wrap: break-word;
  }
}

@media (max-width: 975px) {
  .oxide-article-sharing {
    display: none;
  }
  #oxideContainer .oxide-menu .oxide-menu-current-page-info__container {
    left: 6rem;
    right: 23rem;
    /* overflow: hidden; */
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  #oxideContainer.oxide-scroll-top
    .oxide-menu
    .oxide-menu-current-page-info__container {
    right: 11rem;
  }
  .oxide-menu-current-page-info__current-reading {
    max-width: none;
  }
  .oxide-menu-current-page-info {
    justify-content: left;
  }
}
@media (max-width: 900px) {
}
@media (max-width: 800px) {
  .oxide-menu-item__next-prev-container {
    display: none;
  }

  .oxide-article-content__inner {
    padding-top: 2rem;
  }

  .oxide-menu-current-page-info__container {
    display: none;
  }
  .oxide-article-header__title a {
    font-size: 2.887rem;
    line-height: 3rem;
    max-height: 9rem;
    word-break: break-word;
  }

  .oxide__desktop .oxide-content__full_bg-image,
  .oxide__desktop .oxide-article-header__bg {
    background-attachment: initial;
  }

  /* Fab button*/

  .oxide-fab-btn__zone {
    width: 4rem;
    height: 4rem;
    display: block;
    position: fixed;
    background-color: #212121;
    border-radius: 50%;
    /*bottom: 4.5rem;        */
    right: 1rem;
    color: white;
    /* -webkit-box-shadow: 0px 0em 1em #ffca0594;
    box-shadow: 0px 0em 1em #ffca0594; */
    z-index: 9999999;
    cursor: pointer;
    /*opacity: 0;*/
    /*transform: scale(0.5);*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: transform 850ms cubic-bezier(0.19, 1, 0.22, 1),
      box-shadow 3s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-box-shadow 3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .oxide-scroll-leave .oxide-fab-btn__zone {
    -webkit-box-shadow: 0px 0em 1em #ffca0594;
    box-shadow: 0px 0em 1em #ffca0594;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .oxide-fab-btn__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .oxide-arrow-fab-btn {
    position: absolute;
    line-height: 3rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 800;
  }
}
@media (max-width: 650px) {
  .oxide-article-header-is-video-cover-1
    .oxide-article-header--video__info-zone {
    display: block;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .oxide-article-header-is-video-cover-1 .oxide-article-header__short-logo {
    /* display: none; */
    width: 100%;
    border-right: 0px;
    padding: 0px;
    opacity: 0;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    height: auto;
    bottom: auto;
    padding-left: 2.5rem;
    padding-bottom: 0.5rem;
    transform: translate(0, -100%);
  }
  .oxide-article-header-is-video-cover-1
    .oxide-article-header__short-logo
    .oxide-article-header__subscript {
    width: auto;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  .oxide-article-header-is-video-cover-1
    .oxide-article-header__short-logo
    .oxide-article-header__subscript
    br {
    display: none;
  }
  .oxide-article-header-is-video-cover-1 .oxide-article-header__short-logo img {
    position: absolute;
    right: 2rem;
    bottom: 0.5rem;
    width: auto;
    height: 1rem;
    max-width: none;
  }
  .et_pb_text_inner ol,
  .et_pb_text_inner ul {
    -webkit-padding-start: 1em;
  }
  .et_pb_text_inner li {
    padding-left: 0.5em;
  }
  .oxide-article-header__info *,
  .oxide-article-header-info__current-author * {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .oxide-article-header__info {
    height: 1.5rem;
  }

  .oxide-article-content__inner--normal > *,
  .et_pb_row,
  .oxide-content__container-row {
    max-width: 44.5rem;
    width: 83.75%;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }

  .oxide-author-footer__author-related-zone__card {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .oxide-author-footer__author-related-zone__card__image {
    flex: 0 0 6rem;
  }
  .oxide-author-footer__author-related-zone__card__text-zone {
    width: auto;
    margin-top: 0;
    flex: 1;
    padding-left: 1rem;
  }
  .oxide-fab-btn__zone {
    bottom: 44px;
  }
}
@media (max-width: 500px) {
  .oxide-author-footer__author-zone .oxide-player-avatar {
    height: 2rem;
    width: 2rem;
    margin-left: 0px;
  }
  .oxide-author-footer__author-zone__current-author__name {
    font-size: 1.266rem;
    line-height: 2rem;
  }
  .oxide-article-header__title a {
    font-size: 2.281rem;
    line-height: 2.5rem;
    max-height: 8.25rem;
    overflow: hidden;
    word-break: break-word;
  }

  .oxide-author-footer__author-zone__social {
    display: none;
  }
  .oxide-author-footer__author-related-zone__card__text-zone__title {
    font-size: 1.266rem;
    /* line-height: 1.25rem; */
    /* max-height: 3.75rem; */
    line-height: 1.25rem;
    margin-bottom: 0rem;
    overflow: hidden;
  }
  .oxide-author-footer__author-related-zone__card__text-zone__title__date {
    font-size: 1rem;
    line-height: 1rem;
  }
  .oxide-author-footer__author-related-zone__card__text-zone {
    width: 50%;
    float: none;
    padding-left: 1rem;
  }
  .et_pb_text_inner > .wp-caption {
    width: 85% !important;
  }
  .oxide-article-content__inner--normal > *,
  #oxideContainer #oxidePlayerPostContainer .et_pb_row,
  .oxide-content__container-row {
    width: 85%;
    margin-left: auto;
  }

  .oxide-article-header__info *,
  .oxide-article-header-info__current-author * {
    font-size: 1.266rem;
  }
  .oxide-article-header__info > a {
    margin-right: 1rem;
  }
  .oxide-menu-item > *,
  .oxide-menu-item__next-prev-container > * {
    font-size: 1.266rem;
    margin-left: 0.25rem;
    line-height: 2.5rem;
  }

  .oxide-scroll-leave .oxide-menu-logo-wrapper--dark {
    position: relative;
    width: 3rem;
    top: 1.25rem;
    vertical-align: initial;
  }

  .oxide-scroll-leave .oxide-menu-logo-container {
    height: auto;
  }
  .oxide-article-header {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    min-height: 100%;
    background: black;
    height: auto;
  }

  .oxide-article-header__container,
  .oxide-article-group:first-child .oxide-article-header__container {
  }
  /*.oxide-article-header__title a {
    text-shadow: 0px 0px 0.25em rgba(0, 0, 0, 0.08);
  }*/
}
@media (max-width: 450px) {
  blockquote.oxide-paragraph-only:before {
    width: 0.75rem;
  }
}
@media (max-width: 400px) {
}
@media (max-width: 350px) {
}

/*
    Divi modules style
*/

/* This will make clip of parallax in editor working   */
.et_fb_preview_container {
  transform: none !important;
}
.et_pb_oxide_fullwidth_parallax_image-outer {
  width: 100%;
  position: relative;
}
.et_pb_oxide_fullwidth_parallax_image-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  bottom: 0;
  clip: rect(0, auto, auto, 0);
}
.et_pb_oxide_fullwidth_parallax_image-inner__img-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  transform: translate3d(0px, 0, 0);
}
.et_pb_oxide_fullwidth_parallax_image-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.temporary-banner-container--google {
  margin-top: 2rem;
  width: 100%;
  display: block;
  overflow: hidden;
}
.temporary-banner-sidekick--google {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
}
.temporary-banner-sidekick--google:before {
  position: absolute;
  content: "Advertisement";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.adsbygoogle {
  background-color: rgba(0, 0, 0, 0.1);
}

.oxide-article-group:first-child .oxide-article-header__container {
  padding-top: 10rem;
}

.clv_indent_on .oxide-article-content__inner ul.oxide-paragraph-only {
  line-height: 0rem;
}
