/*
 Theme Name:   Newstar Child
 Theme URI:    http://newstar.bold-themes.com
 Description:  Newstar child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     newstar
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  newstar-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.btLightDarkHeader .btBelowLogoArea,
.btLightDarkHeader .topBar {
  background-color: #2c2b6d;
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btCustomMenu
  .btImageTextWidget
  .btImageTextWidgetText
  .bt_bb_headline_content
  span,
.btTopBox
  .btImageTextWidget
  .btImageTextWidgetText
  .bt_bb_headline_content
  span {
  margin-bottom: 15px;
}

html:not(.touch) body.btMenuHorizontal .logo,
.btMenuHorizontal .topBarInLogoArea {
  margin: 10px 0;
}

/** footer **/

.bt_bb_height_auto .slick-slider .slick-slide img {
  max-width: 100%;
  width: auto;
  height: auto;
  padding-bottom: 20px;
}

/** homepage teasers **/
.recommended-teasers img {
  width: auto;
  height: 90px;
}

.recommended-teasers .bt_bb_column_inner:nth-of-type(1) {
  padding-right: 0;
  flex-basis: 25%;
  max-width: 75%;
  padding-bottom: 10px;
}

.recommended-teasers .bt_bb_column_inner:nth-of-type(2) {
  /* padding-left: 0; */
  flex-basis: 75%;
  max-width: 75%;
  padding-bottom: 10px;
}

.w-100 {
  width: 100%;
}

.w-100 .btSinglePostTemplate {
  width: 100%;
}

.w-100 .btSinglePostContent .btSinglePostContentInner {
  max-width: 100%;
}

.py-4 {
  padding: 25px 0;
}

.btArticleContentInnerInner ul.box {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}

.btArticleContentInnerInner ul.box li {
  display: flex;
  width: 23%;
  background-color: #d46627;
  margin: 0 5px 5px 5px;
  padding: 3px;
  text-align: center;
  align-items: center;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .btArticleContentInnerInner ul.box li {
    width: 46%;
  }
}

.btArticleContentInnerInner ul.box li a {
  display: flex;
  align-self: center;
  margin: 0 auto;
  padding: 10px 0;
  color: #ffffff;
  width: 100%;
  text-align: center;
  justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, sans-serif;
}

.btBreadCrumbs {
  font-size: 0.75rem !important;
}

.bt_bb_headline.bt_bb_superheadline {
  font-size: 0.35rem;
}

.bt_bb_headline_tag .bt_bb_headline_content {
  font-size: 1.45rem;
}

.btNoSidebar .btPostSingleItemStandard .btArticleContent,
.btNoSidebar .btPostSingleItemStandard .btArticleShareEtc {
  margin-right: auto;
  margin-left: 0;
}

.btPostSingleItemStandard .btArticleContent,
.btPostSingleItemStandard .btArticleShareEtc {
  max-width: 90%;
}

.btExcerpt {
  font-size: 1.1rem;
  line-height: 1.45em;
}

.single .btPostSingleItemStandard .btArticleContentInnerInner {
  font-size: 1.15em;
  line-height: 1.45em;
}

/* #latestNews,
#latestNewsWrapper,
.latest-news {
  padding: 10px 0;
} */

#bt_bb_section6821c70839d12 .btSinglePostTemplate,
.bt_bb_row.bt_bb_column_gap_25 .btSinglePostTemplate,
.bt_bb_row.bt_bb_column_gap_25 .btSinglePostTemplate .btPostImageHolder a {
  display: flex !important;
}
.bt_bb_row.bt_bb_column_gap_25 .btSinglePostTemplate .btPostImageHolder a img {
  object-fit: cover;
}

.btArticleContentInnerInner {
  font-family: inherit !important;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
  font-family: inherit !important;
}


.latestNewsWrapper .bt_bb_headline_content {
  display: -webkit-box; /* Creates a flexible box layout */
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical; /* Vertical orientation for the box */
  overflow: hidden; /* Hides overflowing content */
  text-overflow: ellipsis; /* Adds ... at the cutoff */
}