@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --primary--color: #734049;
  --secondary--color: #be5a50;
  --teritary--color: #404259;
  --text-color: #343434;
  --primary-font: "Inter", sans-serif;
}

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

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

a:hover,
a {
  text-decoration: none;
}

body {
  font-family: var(--primary-font);
  scroll-behavior: smooth;
}

body.home {
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-position: bottom center;
  /* opacity: 0.1; */
  opacity: 1 !important;
  transition: opacity 1500ms;
  -webkit-transition: opacity 1500ms;
  -moz-transition: opacity 1500ms;
  -ms-transition: opacity 1500ms;
  -o-transition: opacity 1500ms;
}

body.about {
  background: var(--primary--color);
}

body.stories {
  background: var(--teritary--color);
}

body.stories-single {
  background: #2e3140;
}

body.podcast {
  background: var(--primary--color);
}

body.podcast-single {
  background: #211817;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: 600;
}

figure {
  margin: 0;
}
/* Default CSS */

.site-header {
  padding: 30px 0;
}

.home .site-header {
  padding: 15px 0;
  position: absolute;
  z-index: 111;
  width: 100%;
}
.logo img {
  width: 150px;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.main-navigation > ul > li {
  padding: 20px;
  position: relative;
}

.main-navigation > ul > li > a {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 0 0 20px 0;
}

.main-navigation > ul > li > a::before {
  content: "";
  width: 0%;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.main-navigation > ul > li > a.active::before {
  width: 100%;
}

.main-navigation > ul > li > a:hover::before {
  width: 100%;
}

.banner__contents {
  display: flex;
  place-items: center;
  place-content: center;
  width: 100%;
  height: 100%;
}

.banner__contents h1 {
  font-family: "Outfit", sans-serif;
  font-size: 55px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.banner__contents p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
}

.banner__contents--text {
  margin-left: 40%;
  width: 100%;
  margin-top: 30%;
}

.about-logo {
  padding: 50px 0;
}

.about-logo {
  padding: 50px 0;
  padding-top: 120px;
}

.content-area p {
  font-size: 17px;
  color: #fff;
  line-height: 170%;
}

::selection {
  background: #111;
}

.hamMenu i {
  cursor: pointer;
  color: #fff;
  font-size: 25px;
}

.hamMenu {
  margin-left: 15px;
}
/* 
.hamMenu {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: margin 600ms;
  -moz-transition: margin 600ms;
  transition: margin 600ms;
  cursor: pointer;
}

.hamMenu .bar {
  display: block;
  width: 32px;
  height: 0.15em;
  margin: 0.7em;
  border-right: 19px solid #fff;
  border-left: 8px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform, margin, border-right-color,
    box-shadow;
  -moz-transition-property: -moz-transform, margin, border-right-color,
    box-shadow;
  transition-property: transform, margin, border-right-color, box-shadow;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  transition-duration: 600ms;
}
.hamMenu .bar:nth-of-type(1) {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
.hamMenu .bar:nth-of-type(2) {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */

.header--sidebar__nav nav {
  height: 100%;
}

.header--sidebar__nav {
	display: none;
	height: 100vh;
	background: #211817 url("../img/melung-stories-banner.jpg");
	width: 100%;
	position: fixed;
	left: 0;
	top: -120%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	z-index: 9999;
	background-size: cover;
	background-position: inherit;
	background-position-y: 100px;
	background-repeat: no-repeat;
}

.header--sidebar__nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header--sidebar__nav ul li {
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}

.header--sidebar__nav ul li a {
  font-size: 20px;
  color: #fff;
}

.header--sidebar__nav.header--sidebar__shownav {
  top: 0;
}

.header--sidebar__nav ul li {
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.header--sidebar__nav.header--sidebar__shownav ul li {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.header--sidebar__nav.header--sidebar__shownav ul li:nth-child(1) {
  transition-delay: .10s;
}

.header--sidebar__nav.header--sidebar__shownav ul li:nth-child(2){
  transition-delay: .20s;
}
.header--sidebar__nav.header--sidebar__shownav ul li:nth-child(3){
  transition-delay: .30s;
}
.header--sidebar__nav.header--sidebar__shownav ul li:nth-child(4){
  transition-delay: .40s;
}
.header--sidebar__nav.header--sidebar__shownav ul li:nth-child(5){
  transition-delay: .50s;
}
.offcanvas__close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.offcanvas__close i {
  font-size: 25px;
  color: #fff;
}

.header__right .hamMenu {
  display: none;
}

.site-footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #ffffff12;
	/* background: url("/assets/img/footer-img.png") 0 0 no-repeat; */
	/* background-size: contain; */
	/* background-color: #241a19; */
	background: #00000012;
}

.footer__logo img {
  width: 200px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 25px 0;
}

.site-footer ul li {
  display: inline-block;
  margin-right: 15px;
}

.site-footer ul li a {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
}

.site-footer p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.heading-wrap {
  text-align: center;
  margin: 30px 0 60px 0;
}

.heading-wrap h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.stories-wrapper {
  display: flex;
  margin-bottom: 50px;
}

.stories-img {
  flex: 2;
  position: relative;
}

.stories-img > a {
  display: block;
  width: 100%;
  height: 260px;
}

.stories-img > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stories-content {
  flex: 3;
  margin-left: 30px;
}

.stories-content h2 {
  margin: 0;
  font-size: 30px;
  margin-bottom: 15px;
}

.stories-content h2 a {
  color: #fff;
}

.stories-content h2 a:hover {
  color: #dcdcdc;
}

.stories-content p {
  color: #dcdcdc;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 12px;
}

.stories-content span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.stories-content span:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fafafa;
}
.sorting--stories {
  margin-bottom: 30px;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
}

.sorting--stories > span {
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sorting--stories > span svg {
  vertical-align: middle;
  margin-right: 5px;
}

.grid__view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.grid__view .stories-wrapper {
  display: block;
  margin: 0;
}

.grid__view .stories-content {
  margin-top: 20px;
  margin-left: 0;
}

.grid__view .stories-content h2 {
  line-height: 1.3;
}

.grid__view .stories-img > a {
  height: 350px;
}

.list-view.active,
.grid-view.active {
  opacity: 0.9;
}

.a-header {
  text-align: center;
  margin-top: 30px;
}
.page-numbers {
  margin-bottom: 10px;
  border-radius: 4px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  overflow: hidden;
  margin-right: 6px;
  position: relative;
  font-weight: 500;
  color: #fff;
  transition: 0.3s linear;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.page-numbers.next {
  padding-left: 20px;
  width: auto;
  padding-right: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.page-numbers:hover,
.page-numbers.current {
  background: var(--secondary--color);
  color: #fff;
  border: 1px solid transparent;
}

.stories__single--text {
  margin-top: 50px;
}

.stories__single--text h1 {
  font-size: 45px;
  color: #fff;
}

.post__meta span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
}

.featured__post {
  margin: 50px 0;
}

.content-area img {
/*  width: 100%;*/
  margin-bottom: 25px;
}

.content-area ul,
.content-area ol {
  list-style: inherit;
  padding-left: 16px;
}

.content-area ul li,
.content-area ol li {
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
  line-height: 180%;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
  line-height: 32px;
  color: #fff;
}

.content-area h1 {
  font-size: 40px;
  line-height: 50px;
}

.content-area h2 {
  margin-top: 32px;
  font-size: 28px;
  line-height: 40px;
}

.content-area h3 {
  margin-top: 32px;
  font-size: 24px;
}

.content-area h4 {
  font-size: 20px;
}

.post__data > div {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  border-top: 1px solid #ffffff12;
}

.post__prev a,
.post__next a {
  color: #fff;
  font-size: 20px;
}

.post__share {
  color: #fff;
  text-align: center;
}

.post__share > div {
	margin-top: 5px;
}

.post__prev svg,
.post__next svg {
  display: block;
  margin-bottom: 9px;
}

.btn {
  font-family: "Inter", sans-serif;
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--primary--color);
  cursor: pointer;
  border: 1px solid var(--primary--color);
}

.btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: var(--teritary--color);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
  -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  -moz-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  -ms-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  -o-transform: translateX(-50%) scaleY(1) scaleX(1.45);
}

.btn:hover {
  color: #ffffff;
  border: 1px solid var(--teritary--color);
}

.btn:hover:before {
  top: -35%;
  background-color: var(--teritary--color);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn:hover:after {
  top: -45%;
  background-color: var(--teritary  --color);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -webkit-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -moz-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -ms-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -o-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.header__right {
  display: flex;
  align-items: center;
}

.main-navigation > ul > li > ul {
  position: absolute;
  top: 150%;
  left: 0;
  background: #fff;
  width: 250px;
  box-shadow: 2px 10px 21px rgba(0, 0, 0, 0.3490196078);
  visibility: hidden;
  opacity: 0;
  list-style-type: none;
  padding: 6px 0 12px 0px;
  border-radius: 0 0 6px 6px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.main-navigation > ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.main-navigation > ul > li > ul > li {
  padding: 10px 15px;
}

.main-navigation > ul > li > i {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}
.main-navigation > ul > li > ul > li:last-child {
  padding-bottom: 0;
}
.main-navigation > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
}
.main-navigation > ul > li > ul > li > a {
  color: #111;
  font-weight: 500;
  font-size: 15px;
}
.main-navigation > ul > li > ul > li:hover > a {
  color: var(--secondary--color);
}

.stories-cat {
  width: auto !important;
  height: auto !important;
  position: absolute;
  right: 20px;
  top: 20px;
  background: var(--secondary--color);
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.stories-cat:hover {
  opacity: 0.9;
  color: #fff;
}

.stories__slider--content {
  display: flex;
  flex-wrap: wrap;
}

.stories__slider--content > a {
  width: 100%;
  height: 350px;
  display: block;
  flex: 1 0 50%;
  position: relative;
}
.stories__slider--content > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-wrapper {
  flex: 1 0 50%;
  padding: 30px;
  background: #f9f9f9;
}

.content-wrapper h2 {
  font-size: 28px;
}

.content-wrapper h2 a {
  color: #111;
  display: block;
}

.content-wrapper h2 a:hover {
  color: var(--primary--color);
}

.content-wrapper p {
  color: #666;
}

.anchor-text {
  margin-top: 12px;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 14px;
  position: relative;
}
.anchor-text::before {
  width: 20%;
  height: 2px;
  background: var(--primary--color);
  content: "";
  position: absolute;
  transition: 0.3s linear;
  bottom: 0;
  left: 0;
}
.anchor-text:hover {
  color: var(--primary--color);
  transition: 0.3s linear;
}
.anchor-text:hover:before {
  width: 100%;
  transition: 0.3s linear;
  background: var(--primary--color);
}

.stories__slider .owl-dots {
  width: 50%;
  margin-left: auto;
  margin-top: -50px;
  position: relative;

  padding: 0 25px;
}

.stories__slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: var(--secondary--color) !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.stories__slider .owl-dots .owl-dot.active {
  width: 30px;
}

.stories__slider {
  margin-bottom: 50px;
}

.podcast-wrapper {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    #3d3d3d 40%,
    #3d3d3d 60%,
    rgba(255, 255, 255, 0)
  );
  align-items: center;
}

.podcast-wrapper .stories-content {
	background: #ffffffd9;
	margin: 0;
	padding: 20px 60px 20px 40px;
	position: relative;
	/* height: 100%; */
	display: flex;
	align-self: stretch;
	align-items: center;
}

.podcast-wrapper .stories-img > a {
  width: 500px;
  height: 410px;
}

.podcast-wrapper .stories-content > div {
  width: 75%;
}

.podcast-wrapper .stories-content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 120px;
  background: url("/frontend/assets/img/episode-bg-pattern.svg") 0 0 no-repeat;
  width: 185px;
  height: 174px;
}

.podcast-wrapper .stories-content h2 a{
  color: #222;
}

.cta__btns {
  margin-top: 25px;
}

.cta__btns > a {
  color: #222;
  text-decoration: underline;
  font-size: 18px;
}

.podcast-wrapper .stories-content span {
  color: #333;
}

.stories-content span.podcast-time {
  color: #333;
  font-size: 16px;
}


.podcast-wrapper .cta__btns > a span {
  width: 65px;
  height: 65px;
  display: inline-block;
  line-height: 68px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #734049;
  color: #fff;
  font-size: 23px;
  margin-right: 10px;
}

.heading-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffffd5;
  width: 75%;
  margin: auto;
}



.stories-content span.podcast-order {
	background-color: #111;
	border-radius: 25px;
  color: #fff;
	margin-bottom: 0;
	padding: 15px 25px;
	font-size: 16px;
	display: inline-block;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
  margin-right: 15px;
}

.podcastMeta {
  margin-bottom: 10px;
}

.grid__view .podcast-wrapper .stories-img > a {
  width: 100%;
  height: 350px;
}

.podcast-wrapper .stories-content p {
  color: #595959;
}

.podcast-player .player {
	background: #fffffff1;
}

.podcast-player .play-pause-controls {
  background: var(--teritary--color);
}

.podcast-player .play-progress .play-pause-controls .play-btn {
  background-color: #fff;
}

.podcast-player .playback__controls button {
  opacity: 1;
  background-color: #333;
}


.podcast-player .currently-playing .show,
.podcast-player .episode-title,
.podcast-player .playback__timers {
	color: #333;
}

.podcast-player .playback__controls button.player-btn__speed {
  background-color: transparent;
  color: #333;
  border-color: #333;
}

.post__meta {
	display: flex;
	justify-content: center;
	align-items: center;
  flex-wrap: wrap;
	margin-bottom: 15px;
}

.get__in__touch ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.get__in__touch ul li {
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #00000012;
  margin-right: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.get__in__touch ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.get__in__touch ul li .icon i {
  font-size: 30px;
  color: #eee;
  margin-right: 10px;
}
.get__in__touch ul li .txt h3,
label {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.get__in__touch ul li .txt a,
.get__in__touch ul li .txt p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: bold;
}
.get__in__touch ul li .txt a:hover,
.get__in__touch ul li .txt p:hover {
  color: var(--primary--color);
}

.contact__section {
  padding: 50px 0;
}

.contact__section h2 {
  color :#fff;
  margin-bottom: 30px;
}

.form-wrapper {
  background-color: #ffffff21;
  padding: 35px;
  z-index: 111;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.form-wrapper input,
.form-wrapper textarea{
  background: #f5f5f5;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 50px !important;
  font-size: 15px;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 600;
  color: #222;
}

.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder,
.login-register-wrapper input::placeholder {
  color: #454545;
}

.form-wrapper textarea,
.login-register-wrapper textarea {
  height: 150px !important;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  background-color: #f5f5f5;
  color: #454545;
  border-color: #e5e5e5;
}


.header-search {
  position: relative;
  height: auto;
  margin: auto 0;
}
.header-search a {
  color: #fff;
  font-size: 23px;
}


.header-search .search-overlay {
  position: absolute;
  right: 0;
  width: 0;
  top: -20px;
  height: 60px;
  transition: width 0.3s linear;
  overflow: hidden;
  max-width: 1000px;
  z-index: 21;
}
.header-search .search-overlay {
  position: absolute;
  right: 0;
  width: 0;
  top: -20px;
  height: 60px;
  transition: width 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  overflow: hidden;
  max-width: 1000px;
  z-index: 21;
  border-radius: 8px;
}

.header--sidebar__form form {
  position: relative;
  margin: 30px 20px;
}

.header-search .search-overlay form input,
.header--sidebar__form form input {
  width: 100%;
  display: block;
  outline: none;
  font-family: var(--primary-font);
  height: 60px;
  font-weight: 600;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}




.header-search .search-overlay form button,
.header--sidebar__form form button {
  position: absolute;
  right: 45px;
  bottom: 8px;
  padding: 14px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.header--sidebar__form form button {
  right: 8px;
}

.header-search .search-overlay form .close {
  /* position: absolute; */
  cursor: pointer;
  /* top: 5px;
  right: 0; */
  color: #fff;
  right: 11px;
  font-size: 31px;
  /* border-left: 2px solid #00000057; */
  padding-left: 11px;
}
.header-search .search-overlay.show {
  width: 20vw;
  border-radius: 8px;
  transition: width 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.header-search .search-overlay.show form input {
  border-radius: 8px;
}

.search-form {
	display: flex;
  align-items: center;
}

.main-navigation.fade,
.top__search.fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.footer-socials > a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}

.ceo-img {
  position: relative;
}

.ceo-img::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background: #1113;
  z-index: 1;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}


.ceo-img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.ceo-img:hover::before {
  left: 0;
  bottom: 0;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
}

.ceo-message h2 {
  color: #fff;

}

.ceo-message p {
  color: #ffffffc5;
}

.ceo-message h4 {
  color: #fff;
  margin: 0;
}

.message__from--ceo {
	margin-top: 70px;
	border-top: 1px solid #ffffff1a;
}

.about__section .content-area {
  margin-top: 30px;
}

.stories__container > div {
  margin-bottom: 40px;
}

.stories__container > div:nth-child(2n) > a {
	order: 1;
}

.podcast-wrapper .stories-cat {
  background: var(--teritary--color);
}

.project__all--listing {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ffffff12;
}


.social-media {
	margin-top: 12px;
	grid-column: span 12;
}

 .social-media a {
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1803921569);
  text-align: center;
  color: var(--primary--color);
  border-radius: 100%;
  line-height: 35px;
  margin: 0 10px 5px 0;
}

 .social-media a:hover {
  background: var(--primary--color);
  color: #fff;
}

.get__in__touch h4 {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 7px;
  grid-column: span 12;
}

.header--top__search {
  position: absolute;
  left: 0;
  top: -100vh;
  background: #111;
  padding: 50px;
  width: 100%;
  z-index: 999;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.site-header.show-search .header--top__search {
  top: 0;
  
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.search-container {
  max-width: 900px;
  width: 100%;
  margin: auto;
  position: relative;
}

.search-container p {
  color :#fff;
  font-size: 23px;
  margin:0;
  margin-bottom: 15px;
  font-weight: 600;
}

.search-container input {
	background: #f5f5f5;
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	height: 45px !important;
	font-size: 15px;
	width: 100%;
	padding-left: 12px;
	border-radius: 4px;
	font-weight: 600;
	color: #222;
	outline: none;
	border: none;
	font-family: "Inter", sans-serif;
	display: inline-block;
	margin-right: 15px;
	flex: 1;
}

.search-container button {
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.search-container form {
  display: flex;
}

.header--top__search .close {
	position: absolute;
	right: 0;
}

.header-right-nav {
  display: flex;
  align-items: center;
}

em {
    color: white;
}