* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Barlow', sans-serif;
  background: #ffffff;
}

.white-bg {
  background: #ffffff;
}

.white-bg .main-wrapper {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-single {
  max-width: 900px !important;
  width: 100%;
}

.container-full {
  width: 100%;
  padding: 0px 40px;
}

.container-full {
  padding: 0px;
}

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

.main-wrapper {
  background: #ffffff;
  padding: 0px;
}

.wrapper-margin {
  margin-top: 20px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stick-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.stick-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.grid-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 1fr;
      grid-template-columns: 70% 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.grid-main {
  display: -ms-grid;
  display: grid;
}

.grid-col-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}

.grid-col-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}

.grid-col-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}

.grid-col-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}

@media screen and (max-width: 990px) {
  .grid-holder {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

@media screen and (max-width: 640px) {
  .grid-holder {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .grid-col-2, .grid-col-3, .grid-col-4, .grid-col-5 {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.section-heading {
  position: relative;
  padding: 40px 20px 20px 0px;
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: 26px;
  text-transform: capitalize;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  display: inline-block;
}

.section-heading::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 60px;
  height: 4px;
  background: #E62E2D;
}

.section-heading-side {
  position: relative;
  padding: 0px 20px 20px 0px;
}

.section-heading-side h2 {
  font-size: 26px;
  text-transform: capitalize;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  display: inline-block;
}

.section-heading-side::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 34%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3px;
  background: #E62E2D;
}

.section-heading-mid {
  text-align: center;
  position: relative;
  padding: 40px 0px 20px 0px;
}

.section-heading-mid h2 {
  font-size: 26px;
  text-transform: capitalize;
  padding: 0px 20px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  display: inline-block;
}

.section-heading-mid::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 63%;
  width: 300px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  background: #E62E2D;
}

@media screen and (max-width: 990px) {
  .section-heading {
    margin-left: 20px;
  }
}

.nav-white {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(32, 33, 36, 0.13);
          box-shadow: 0 3px 8px 0 rgba(32, 33, 36, 0.13);
  border-bottom: 0;
}

.nav-white .navbar-links > ul > li a, .nav-white .nav-buttons .log, .nav-white .logo-text, .nav-white .hamburger {
  color: #000 !important;
}

.logo-text {
  font-size: 30px;
  font-weight: 900;
}

.logo-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
  text-transform: uppercase;
  font-size: 20px;
}

.logo-text a span {
  margin-top: 8px;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 20px;
  width: 100%;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1024;
  top: 0;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navbar .nav-buttons .log {
  color: #ffffff;
  margin-right: 20px;
}

.navbar .navbar-logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #ffffff;
}

.navbar .navbar-logo img {
  width: 35px;
}

.navbar .navbar-logo .logo-title {
  font-size: 26px;
  font-weight: bold;
}

.navbar .navbar-logo .hamburger {
  font-size: 26px;
  margin-right: 10px;
  cursor: pointer;
  color: white;
  display: none;
}

.navbar .navbar-search {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.navbar .navbar-search .form-cont {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
}

.navbar .navbar-search .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .navbar-search .form-flex input {
  border-radius: 50px;
  background: #efefef !important;
  padding: 0px 20px;
  height: 35px;
  width: 300px;
  border: 0;
}

.navbar .navbar-search .form-flex input:focus {
  border: 1px solid #a1cef1;
  outline: none;
}

.navbar .navbar-search .form-flex .posi {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 16px;
  background: transparent !important;
  border: 0;
}

.navbar .navbar-links .active {
  background: #196caf;
}

.navbar .navbar-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.navbar .navbar-links > ul > li {
  position: relative;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

.navbar .navbar-links > ul > li a {
  padding: 20px 15px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.navbar .navbar-links > ul > li a:hover {
  background: #e2e2e2;
}

.navbar ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  position: absolute;
  width: 220px;
  top: 100%;
  left: -999em;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.navbar ul ul ul {
  left: -999em;
  top: 0;
}

.navbar ul ul li:hover > ul,
.navbar ul ul li.focus > ul {
  left: 100%;
}

.navbar ul ul a {
  width: 220px;
}

.navbar ul li:hover > ul,
.navbar ul li.focus > ul {
  left: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}

.navbar .navbar-links > ul > li .sub-menu > li {
  background: #f5f5f5;
}

.navbar .navbar-links > ul > li .sub-menu > li a {
  color: #000000;
}

.sidenavbar {
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #484848;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.23);
  z-index: 1025;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.sidenavbar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.sidenavbar > ul > li a {
  padding: 15px 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #828282;
}

.sidenavbar ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: -999em;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.sidenavbar ul ul ul {
  left: -999em;
  top: 0;
}

.sidenavbar ul ul li:hover > ul,
.sidenavbar ul ul li.focus > ul {
  left: 0;
}

.sidenavbar ul ul a {
  width: 220px;
}

.sidenavbar ul li:hover > ul,
.sidenavbar ul li.focus > ul {
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.side-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
}

.background-show {
  opacity: 1 !important;
  top: 0 !important;
}

#background-dark {
  position: fixed;
  z-index: 8;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.edu-search {
  border: 0;
  padding: 10px 10px;
  font-size: 20px;
  background: transparent;
  color: #2c2d60;
}

.search-glam {
  visibility: hidden;
  position: absolute;
  top: 8px;
  max-width: 100%;
  padding: 0 20px;
  right: 0px;
  left: 0px;
  width: 100%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  overflow: hidden;
}

.search-glam .search-query {
  position: relative;
}

.search-glam .search-query .search-field {
  width: 100%;
  padding: 10px;
  height: 50px;
}

.search-glam .search-query .fa-times {
  cursor: pointer;
}

.search-glam .search-query button {
  position: absolute;
  right: 14px;
  color: #8e8e8e;
  top: 9px;
  padding: 5px;
  background: transparent;
  border: 0;
  font-size: 18px;
  cursor: pointer;
}

.search-trans {
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .search-glam {
    width: 100%;
    padding: 0px 10px;
  }
  .post-margin-cust {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 990px) {
  .edu-search {
    margin-right: 35px;
  }
  .top-bar {
    display: none;
  }
  .navbar {
    padding: 10px;
  }
  .navbar .navbar-logo .hamburger {
    position: absolute;
    display: block;
    right: 0px;
    top: 50%;
    border: 0;
    padding: 10px;
    background: transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navbar .nav-buttons {
    margin-right: 30px;
  }
  .navbar .navbar-search {
    display: none;
  }
  .navbar .navbar-links {
    display: none;
  }
  .cross-btn {
    display: block;
    padding: 10px 12px;
    background: transparent;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #848484;
  }
  .logo-flex .site-title-wrapper .site-title {
    font-size: 25px;
  }
  .logo-flex .site-title-wrapper .site-description {
    font-size: 14px;
  }
  .logo-flex .logo-font-text {
    display: none;
  }
}

.top-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.glamour-celeb-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.glamour-celeb-container:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.glamour-celeb-container .glamour-img {
  width: 100%;
  height: 400px;
}

.glamour-celeb-container .glamour-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.glamour-celeb-container .glamour-img-front {
  width: 100%;
  height: 500px;
}

.glamour-celeb-container .glamour-img-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.glamour-celeb-container .glamour-celeb-desc {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: #ffffff;
  padding: 15px 20px;
  z-index: 2;
}

.glamour-celeb-container .glamour-celeb-desc h2 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
}

.glamour-celeb-container .glamour-celeb-desc a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

.glamour-celeb-container .glamour-celeb-desc a:hover {
  color: #e2e2e2;
}

.glamour-celeb-container .glamour-celeb-desc i {
  margin-right: 8px;
}

.glamour-celeb-container .glamour-celeb-desc .category {
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #E62E2D;
}

.glamour-celeb-container .glamour-celeb-desc .category p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

.glamour-celeb-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 100, 96, 0)), color-stop(60%, rgba(101, 100, 96, 0.2)), to(#1c1c1c));
  background: linear-gradient(to bottom, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.2) 60%, #1c1c1c 100%);
}

@media screen and (max-width: 640px) {
  .top-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.gossip-container {
  position: relative;
  height: 100%;
}

.gossip-container:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.gossip-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.gossip-container .imgbox {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: block;
  background: #e3e3e3;
}

.gossip-container .recent-img {
  height: 120px !important;
}

.gossip-container .left-width {
  width: 30%;
}

.gossip-container .right-width {
  width: 70% !important;
}

.gossip-container .gossip-desc {
  width: 100%;
  margin-top: -62px;
  z-index: 99;
  bottom: 0px;
  background: white;
  padding: 20px;
  z-index: 99;
  margin-left: 20px;
  -webkit-box-shadow: 0 1px 1px 0 #cacaca, 0 1px 3px 1px rgba(66, 66, 66, 0.1);
          box-shadow: 0 1px 1px 0 #cacaca, 0 1px 3px 1px rgba(66, 66, 66, 0.1);
  position: relative;
}

.gossip-container .gossip-side {
  padding: 0 0 0 20px !important;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gossip-container .gossip-desc small {
  font-style: italic;
  color: #585858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gossip-container .gossip-desc h2 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}

.gossip-container .gossip-desc a {
  color: #000000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

.gossip-container .gossip-desc svg {
  margin-right: 4px;
  color: #E62E2D;
}

.gossip-container .gossip-desc .bi-calendar-check {
  margin-left: 10px;
}

.gossip-container .gossip-desc a:hover {
  color: #e2e2e2;
}

.gossip-container .gossip-desc .category {
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #E62E2D;
}

.gossip-container .gossip-desc .category p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 640px) {
  .gossip-container .gossip-desc {
    width: 90%;
  }
}

.breadcrumb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.breadcrumb .breadcrumb-link {
  font-size: 12px;
  color: #E62E2D;
  margin-right: 30px;
  position: relative;
}

.breadcrumb .breadcrumb-link::after {
  content: '>';
  position: absolute;
  font-family: 'FontAwesome';
  right: -25px;
  top: 2px;
}

.single-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 1fr;
      grid-template-columns: 65% 1fr;
  gap: 20px;
}

.single-page-bio2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
      grid-template-columns: 300px 1fr;
  -webkit-column-gap: 45px;
          column-gap: 45px;
  row-gap: 20px;
}

.bio-top-row-1 {
  height: 300px;
}

.bio-top-row-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-top-row-1 {
  height: 400px;
}

.single-top-row-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bio-row-2 {
  margin-top: -60px;
}

.single-page-grids {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1fr;
      grid-template-columns: 40% 1fr;
  -webkit-column-gap: 45px;
          column-gap: 45px;
  row-gap: 20px;
}

.single-padding {
  margin-top: 75px;
  padding: 40px 0px;
}

.main-content-pad {
  padding: 30px 0px 0 0px;
}

.main-content-bio {
  padding: 0px;
}

.single-margin {
  margin-top: -146px;
  padding-top: 107px;
}

.single-bio-margin {
  margin-top: -146px;
  padding: 107px 80px 0px 80px;
}

@media screen and (max-width: 990px) {
  .single-page-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 20px;
    padding: 0 20px;
  }
  .single-page-grids, .single-page-bio2 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .bio-row-2 {
    margin-top: 0px;
  }
  .bio-top-row-1, .single-top-row-1 {
    height: 100%;
    margin: 0 -20px;
  }
  .bio-top-row-1 img, .single-top-row-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-padding {
    margin-top: 65px;
    padding: 0 20px;
  }
  .single-margin {
    margin-top: 0;
    padding-top: 0;
  }
  .main-content-pad {
    padding: 20px 20px;
  }
  .main-content-bio {
    padding: 0px 20px;
  }
  .single-bio-margin {
    margin-top: 0;
    padding: 0;
  }
  .mob-pad {
    padding: 0 20px;
  }
}

.single-title {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 30px;
}

.single-title2 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 38px;
}

.single-second-title {
  font-size: 24px;
  font-weight: 400;
}

.single-second-title strong {
  font-weight: 600;
  color: #E62E2D;
}

.featured-image {
  width: 100%;
  display: block;
}

.author-meta {
  margin-bottom: 15px;
}

.author-meta i {
  margin-right: 4px;
  color: #E62E2D;
}

.author-meta .author-name {
  color: #000000;
  margin-bottom: 5px;
}

.author-meta .author-name:hover {
  color: #E62E2D;
}

.author-meta .post-date {
  margin-left: 10px;
  color: #585858;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-meta .post-date svg {
  color: #E62E2D;
  margin-right: 4px;
}

.main-content p {
  padding: 7px 0px;
  margin: 0px;
  margin-bottom: 10px;
  color: #585858;
  font-size: 17px;
  line-height: 28px;
}

.main-content h2 {
  font-size: 24px;
  margin-top: 20px;
}

.main-content img {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.main-content ul {
  margin-left: 20px;
}

.main-content ul li {
  font-size: 17px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.postimage {
  text-align: center;
}

.imageSource {
  font-size: 12px;
  color: #333;
  padding: 0px 10px 5px;
  margin: 0px;
  display: block;
  text-align: center;
}

.imageCaption {
  font-size: 12px;
  color: #333;
  padding: 5px 10px;
  margin: 0px;
  display: block;
  text-align: center;
}

.bio-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 43% 1fr;
      grid-template-columns: 300px 43% 1fr;
  gap: 20px;
}

@media screen and (max-width: 990px) {
  .bio-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .single-title2 {
    font-size: 28px;
  }
}

.toc {
  margin-bottom: 40px;
}

.simple-facts {
  border: 1px solid #e2e2e2;
  margin-top: 15px;
}

.simple-facts-title {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(234, 234, 234, 0.4)), to(rgba(234, 234, 234, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(234, 234, 234, 0.4) 99%, rgba(234, 234, 234, 0.4) 100%);
}

.simple-facts-title strong {
  color: #E62E2D;
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

th {
  padding: 0px 0px 0 15px;
  font-size: 11px;
}

td {
  padding: 14px 10px;
  font-size: 14px;
  word-break: break-word;
}

.facts-table-title {
  color: #000;
  width: 100%;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(234, 234, 234, 0.4)), to(rgba(234, 234, 234, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(234, 234, 234, 0.4) 99%, rgba(234, 234, 234, 0.4) 100%);
}

tbody tr td:first-child {
  background: rgba(193, 193, 193, 0.1);
}

.quick-timeline {
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(68, 68, 68, 0.2);
          box-shadow: 0 1px 4px rgba(68, 68, 68, 0.2);
  border: 1px solid #e2e2e2;
  color: #4e4e4e;
}

@media screen and (max-width: 640px) {
  .toc {
    margin-bottom: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 63px;
  }
}

.accordion {
  color: #020202;
  cursor: pointer;
  background: #f9f9f9;
  padding: 18px;
  width: 100%;
  border: 0;
  border: 1px solid #e2e2e2;
  text-align: left;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
}

.active, .accordion:hover {
  background-color: #e6e6e6;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.panel ul {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
}

.panel ul li {
  margin-bottom: 10px;
}

.accordion-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer {
  background: #000000;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}

.footer a {
  color: #fa0000;
  text-decoration: underline;
}

.skeleton-gap {
  gap: 20px;
}

.skeleton {
  opacity: .7;
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-text {
  width: 100%;
  height: .5rem;
  margin-bottom: .25rem;
  border-radius: .125rem;
}

.skeleton-small {
  width: 40%;
  height: .5rem;
  margin-top: .7rem;
  border-radius: .125rem;
}

.skeleton-cat {
  width: 150px;
  height: 1.5rem;
  margin-bottom: .25rem;
  border-radius: .125rem;
}

.skeleton-text:last-child {
  margin-bottom: 0;
  width: 80%;
}

.skeleton-heading {
  width: 100%;
  height: .6rem;
  margin-bottom: .25rem;
  border-radius: .125rem;
}

.skeleton-heading:last-child {
  margin-bottom: 0;
  width: 80%;
}

.skeleton-border {
  border: 1px solid #e2e2e2;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #a3b8c2;
  }
  100% {
    background-color: #f0f3f5;
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: #a3b8c2;
  }
  100% {
    background-color: #f0f3f5;
  }
}

.archive-search {
  position: relative;
  margin-bottom: 30px;
}

.archive-search .search-b {
  width: 100%;
  padding: 20px 68px;
  border: 2px solid #2196f3;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  height: 57px;
  background: #fff;
  border: 1px solid #f9f9f9;
  -webkit-box-shadow: 1px 2px 8px 0px rgba(80, 75, 75, 0.12);
          box-shadow: 1px 2px 8px 0px rgba(80, 75, 75, 0.12);
}

.archive-search .search-b:focus {
  outline: none;
}

.archive-search button {
  position: absolute;
  right: 4px;
  top: 4px;
  border-radius: 8px;
  bottom: 4px;
  padding: 0px 15px;
  background: #2196f3;
  color: white;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media screen and (max-width: 640px) {
  .archive-search {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
  }
}

.parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

.div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.div:nth-child(1) .imgbox {
  height: 220px;
}

.div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.div:nth-child(2) .imgbox {
  height: 220px;
}

.div:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 3 / 4;
}

.div:nth-child(3) .gossip-desc h2 {
  font-size: 20px;
}

.div:nth-child(3) .imgbox {
  height: 500px;
}

.div:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2 / 1 / 3 / 3;
}

.div:nth-child(4) .gossip-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.div:nth-child(4) .gossip-container .imgbox {
  width: 65% !important;
}

.div:nth-child(4) .gossip-container .gossip-desc {
  width: 35%;
  padding: 0 20px;
}

.div:nth-child(4) .gossip-container .gossip-desc h2 {
  font-size: 20px;
}

.div:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 5 / 2;
}

.div:nth-child(5) .gossip-desc h2 {
  font-size: 20px;
}

.div:nth-child(5) .imgbox {
  height: 500px;
}

.div:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3 / 2 / 4 / 3;
}

.div:nth-child(6) .imgbox {
  height: 220px;
}

.div:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3 / 3 / 4 / 4;
}

.div:nth-child(7) .imgbox {
  height: 220px;
}

.div:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 4 / 2 / 5 / 4;
}

.div:nth-child(8) .gossip-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.div:nth-child(8) .gossip-container .imgbox {
  width: 65% !important;
}

.div:nth-child(8) .gossip-container .gossip-desc {
  width: 35%;
  padding: 0 20px;
}

.div:nth-child(8) .gossip-container .gossip-desc h2 {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .parent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (100%)[1];
        grid-template-columns: repeat(1, 100%);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
  .div:nth-child(1) {
    grid-area: auto;
  }
  .div:nth-child(1) .imgbox {
    height: 220px;
  }
  .div:nth-child(2) {
    grid-area: auto;
  }
  .div:nth-child(2) .imgbox {
    height: 220px;
  }
  .div:nth-child(3) {
    grid-area: auto;
  }
  .div:nth-child(3) .gossip-desc h2 {
    font-size: 20px;
  }
  .div:nth-child(3) .imgbox {
    height: 500px;
  }
  .div:nth-child(4) {
    grid-area: auto;
  }
  .div:nth-child(4) .gossip-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div:nth-child(4) .gossip-container .imgbox {
    width: 100% !important;
  }
  .div:nth-child(4) .gossip-container .gossip-desc {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  .div:nth-child(4) .gossip-container .gossip-desc h2 {
    font-size: 20px;
  }
  .div:nth-child(5) {
    grid-area: auto;
  }
  .div:nth-child(5) .gossip-desc h2 {
    font-size: 20px;
  }
  .div:nth-child(5) .imgbox {
    height: 500px;
  }
  .div:nth-child(6) {
    grid-area: auto;
  }
  .div:nth-child(6) .imgbox {
    height: 220px;
  }
  .div:nth-child(7) {
    grid-area: auto;
  }
  .div:nth-child(7) .imgbox {
    height: 220px;
  }
  .div:nth-child(8) {
    grid-area: auto;
  }
  .div:nth-child(8) .gossip-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div:nth-child(8) .gossip-container .imgbox {
    width: 100% !important;
  }
  .div:nth-child(8) .gossip-container .gossip-desc {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  .div:nth-child(8) .gossip-container .gossip-desc h2 {
    font-size: 20px;
  }
}

.news-featured {
  display: block;
  width: 100%;
  height: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.news-featured img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-margin {
  margin-top: -200px;
  padding-top: 130px;
}

@media screen and (max-width: 990px) {
  .news-featured {
    border: 0px;
    margin-top: 0px;
  }
  .news-featured img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-margin {
    margin-top: -130px;
    padding-top: 95px;
  }
  .news-row {
    margin-top: 80px;
  }
}

.tags {
  margin: 20px 0px;
}

.single-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-tags .tag-head {
  margin-right: 20px;
  font-size: 20px;
  margin-top: 4px;
  font-weight: 600;
}

.single-tags li a {
  background: #E62E2D;
  padding: 5px 15px 8px 15px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #E62E2D;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.single-tags li a:hover {
  background: #ffffff;
  color: #E62E2D;
}

[v-cloak] {
  display: none;
}

@media screen and (max-width: 640px) {
  .mobile-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-column-gap: 0 !important;
            column-gap: 0 !important;
    row-gap: 0 !important;
  }
  .mobile-scroll .glamour-celeb {
    min-width: 80%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.bannerads{
  margin: 90px auto 30px;
}
/*# sourceMappingURL=style.css.map */