/* Global styles for page transitions */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}


/* Adjusted Banner Sizes */
@media (max-width: 600px) {
  .if-adjust-height-smaller {
    height: 305px;
  }
}

/* Adjust Sticky Header Bar */
.if-bar-adjust {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .if-hide-dropdown {
    display: none;
  }
}

/* Media query to make sidebar disappear when screen small */
@media (max-width: 767px) {
  .if-hide-feed-sidbar {
    display: none;
  }
}

.if-bar-adjust-edit-form {
  margin-bottom: 48px;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-700 {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}

@media (max-width: 767px) {
  .if-hide-ad {
    display: none;
  }
}


/* update bootstrap popover text font */
.popover {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.popover-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.popover-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
}


/* Custome Image Height and Width */
.if-height-300 {
  height: 300px;
}

.if-height-125 {
  height: 300px;
}

.if-font-size-14 {
  font-size: 14px;
}

.if-font-size-16 {
  font-size: 16px;
}

.if-font-size-20 {
  font-size: 20px;
}


.if-font-size-collapse-sidebar {
  font-size: 30px;
}

.if-share-icon-size {
  font-size: 19px;
}


.form-control {
  font-weight: 550;
}

.custom-file-label {
  font-weight: 550;
}