.top-banner-animated-section-parent {
  width: 94%;
  height: 65vh;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
}

.top-banner-animated-section-parent .new-header-heading-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.top-banner-animated-section-parent .new-header-heading-area .heading-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.top-banner-animated-section-parent .new-header-heading-area .heading-wrapper h1 {
  margin-top: 20px;
}

.top-banner-animated-section-parent .new-header-heading-area .heading-wrapper h1 .its-beautiful {
  font-family: 'Allison', cursive;
  font-size: 13vw;
  color: #FFC700;
  font-weight: 400;
  text-shadow: 0px 10px 3px rgba(0, 0, 0, 0.25);
}

.top-banner-animated-section-parent .new-header-heading-area .heading-wrapper h1 .place-name-heading {
  font-size: 10vw;
  top: 12vw;
  position: absolute;
  left: 0;
  color: #fff;
}

.top-banner-animated-section-parent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(20px + 4vw);
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 20px 20px;
}

.event-listing-top-image-section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  padding: 0px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 20px 20px;
}

.tweets-section {
  width: 100%;
  height: auto;
  padding: 40px 20px;
  margin-top: 20px;
}

.tweets-section .inner-sec-container {
  max-width: 1050px;
}

.tweets-section .tweets-listing-inner-parent {
  width: 100%;
  height: auto;
}

.tweets-section .tweets-listing-inner-parent .col-md-3 {
  padding: 0 25px !important;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper {
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 10px;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .profile-img-wrapper {
  width: 90px;
  height: 90px;
  background-color: whitesmoke;
  border: 4px solid #5da9dd;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .profile-img-wrapper img {
  width: 100%;
  height: 100%;
  color: #00a8e3;
  -o-object-fit: cover;
     object-fit: cover;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .ribbon {
  font-size: 14px !important;
  width: 116%;
  position: relative;
  background: #5da9dd;
  color: #fff;
  text-align: center;
  padding: 0.4em 1em;
  margin: 1em 1rem 1em;
  margin-left: -7%;
  text-transform: uppercase;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .ribbon .ribbon-content:before,
.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #467594 transparent transparent transparent;
  bottom: -1em;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .tweet-ss-wrapper {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .tweet-ss-wrapper img {
  width: 100%;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .tweet-date-area {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.tweets-section .tweets-listing-inner-parent .tweet-card-wrapper .tweet-date-area p {
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
  color: #555;
  font-weight: 500;
}

.main-tweet-snapshot-wrapper {
  width: 100%;
  height: auto;
  background-color: whitesmoke;
  margin-top: 150px;
  padding: 20px;
}

.main-tweet-snapshot-wrapper .main-tweet-img-wrapper {
  width: 100%;
  height: auto;
}

.main-tweet-snapshot-wrapper .main-tweet-img-wrapper img {
  width: 100%;
  height: 100%;
}

.fa-twitter {
  color: #00a8e3;
}

.tweet-card-wrapper {
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 10px;
}

.tweet-card-wrapper .profile-img-wrapper {
  width: 90px;
  height: 90px;
  background-color: whitesmoke;
  border: 4px solid #5da9dd;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

.tweet-card-wrapper .profile-img-wrapper img {
  width: 100%;
  height: 100%;
  color: #00a8e3;
  -o-object-fit: cover;
     object-fit: cover;
}

.tweet-card-wrapper .ribbon {
  font-size: 14px !important;
  width: 116%;
  position: relative;
  background: #5da9dd;
  color: #fff;
  text-align: center;
  padding: 0.4em 1em;
  margin: 1em 1rem 1em;
  margin-left: -7%;
  text-transform: uppercase;
}

.tweet-card-wrapper .ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.tweet-card-wrapper .ribbon .ribbon-content:before,
.tweet-card-wrapper .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #467594 transparent transparent transparent;
  bottom: -1em;
}

.tweet-card-wrapper .ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

.tweet-card-wrapper .ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

.tweet-card-wrapper .tweet-ss-wrapper {
  width: 100%;
  height: auto;
}

.tweet-card-wrapper .tweet-ss-wrapper img {
  width: 100%;
}

.tweet-card-wrapper .tweet-date-area {
  width: 100%;
  height: auto;
}

.tweet-card-wrapper .tweet-date-area p {
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
  color: #555;
  font-weight: 500;
}

.cards-column-tabs-area {
  width: 100%;
  height: auto;
}

.cards-column-tabs-area .tabs-style {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  margin: 0 auto;
}

.cards-column-tabs-area .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  margin: 0;
  color: white;
  background-color: #a14a2e;
  border: 1px solid black;
  border-bottom: none;
}

.cards-column-tabs-area .nav-tabs {
  border-bottom: 1px solid black;
}

.cards-column-tabs-area .nav-tabs .nav-link {
  color: #4d4d4d;
  font-weight: 600;
}

@media all and (min-width: 320px) and (max-width: 820px) {
  .iframe {
    height: auto !important;
  }
  .card-columns {
    -webkit-column-count: 1 !important;
            column-count: 1 !important;
  }
  .tweet-card-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (min-width: 320px) and (max-width: 765px) {
  .cards-column-tabs-area li.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cards-column-tabs-area .tabs-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (min-width: 820px) and (max-width: 1199px) {
  .iframe {
    height: auto !important;
  }
  .card-columns {
    -webkit-column-count: 1 !important;
            column-count: 1 !important;
  }
  .tweet-card-wrapper {
    width: 43%;
    margin: 0 auto;
  }
}

@media all and (min-width: 615px) and (max-width: 823px) {
  .tweet-card-wrapper {
    width: 62%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=twitter-listing.css.map */