/*
 Theme Name:     Salient Child Theme
 Theme URI:      https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
 Description:    This is a custom child theme for Salient
 Author:         ThemeNectar
 Author URI:     https://themeforest.net/user/themenectar
 Template:       salient
 Version:        0.1
*/
 
/* Theme customization ------------------------------ */


@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

.fellowship-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.flh-img {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.flh-cnt {
    display: flex;
    width: 50%;
    height: 82vh;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165.51deg, #7C003D 14.73%, #2B0015 89.73%);
}

.flh-cnt-inner {
    display: block;
    padding: 15px;
}

.flh-cnt-inner img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 15%;
}

.flh-cnt-inner h3 {
    font-size: 30px;
    color: #FE66B1;
    font-weight: 400;
    line-height: 40px;
}

.triangle-shape {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 200px solid white;
    border-left: 1920px solid transparent;
    left: 0;
    bottom: 0;
}

.fls-sec-2 {
    display: block;
    padding: 150px 0 200px 0;
    position: relative;
    overflow: hidden;
	background: #98004B;
}

.fls-sec-2 h3 {
    font-size: 54px;
    line-height: 58px;
    color: #FE66B1;
    font-weight: 700;
}

.fls-sec-2 h3 span {
    color: #FCCE9C;
}

.fls-sec-3 {
    display: block;
    padding: 70px 0 100px 0;
    background: #fff;
    color: #000;
}

.fls-sec-3 .row {
    display: flex;
    justify-content: end;
    align-items: center;
}

.fls-sec-3 .row .fls3-inner {
    width: 50%;
}

.fls-sec-3 .row .fls3-inner h3 {
    font-size: 28px;
    line-height: 35px;
    color: #2C0A1B;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: century-gothic-bold !important;
}

.fls-sec-3 .row .fls3-inner h4 {color: #98004B;font-size: 20px;line-height: 22px;font-weight: 700;display: flex;align-items: center;}

.fls-sec-3 .row .fls3-inner h4 img {
    margin-right: 10px;
}

.fls-sec-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #98004B;
}

.fls4-col-2 {
    width: 50%;
    position: relative;
}

.fls4-col-2 img {
    width: 100%;
	margin-bottom: -8px;
}

.fls4-col-1 {
    width: 50%;
    padding: 20px 11%;
}

.fls4-col-2 h6 {
    color: #FE66B1;
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 100%;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.fls4-col-1 h3 {
    font-size: 32px;
    line-height: 36px;
    color: #FE66B1;
    font-weight: 400;
    font-family: 'Dela Gothic One', cursive !important;
}


.fls-sec-6 {
    display: block;
    text-align: center;
    padding: 10% 20px;
    background: #98004B;
}

.fls-sec-6 h3 {
    font-size: 60px;
    line-height: 70px;
    color: #FE66B1;
    font-family: 'century-gothic-bold' !important;
    margin-bottom: 30px;
}

.fls-sec-6 p {
    font-size: 22px;
    line-height: 30px;
}

a.fls-btn {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
    font-weight: 600;
    width: 200px;
	-webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

a.fls-btn:hover {
	background: #daba81;
	border: 1px solid #daba81;
}

a.fls-btn .icon-button-arrow {
    font-size: 18px;
    padding-left: 10px;
	transform: scale(0);
	opacity: 0;
	width: 0;
	-webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

a.fls-btn:hover .icon-button-arrow {
    font-size: 18px;
    padding-left: 10px;
	transform: scale(1);
	opacity: 1;
	width: 28px;
}

.fls-sec-5 {
    display: block;
    background: #2C0A1B;
    padding: 120px 0;
	text-align: center;
}

.fls5-header {
    display: block;
    margin-bottom: 50px;
}

.fls5-header h3 {
    font-size: 60px;
    line-height: 62px;
    color: #FE66B1;
    font-weight: 700;
}

.fls5-header img {
    width: 75px;
    margin-bottom: 20px;
}

.fls5-header h5 {
    font-size: 18px;
    line-height: 22px;
    color: #FE66B1;
}

.fls5-footer {
    display: block;
    margin-top: 100px;
}

.filter {
    display: block;
    margin-bottom: 50px;
}

.filter .btn {
    display: inline-block;
    border: none;
    background: #FE66B1;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 10px 16px;
    margin: 3px;
    border-radius: 20px !important;
    font-weight: 600;
	cursor: pointer;
}

.filter .btn.current {
    background: #FCCE9C;
    color: #2C0A1B;
}

.fellow-content {
    display: block;
    padding: 30px 30px 30px 30px;
    position: relative;
    text-align: left;
}

.fellow-tags {
    display: block;
    position: absolute;
    text-align: right;
    width: 100%;
    top: -25px;
    left: 0;
    padding: 0 15px;
}

.fellow-tags img {
    display: inline-block;
    width: 50px;
	height: auto !important; 
    margin: 2px;
}

.fellow-content h4 {
    font-size: 25px;
    line-height: 28px;
    color: #2C0A1B;
    font-weight: 700;
}

.fellow-content p {
    color: #2C0A1B;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}

.items {
    display: flex;
    justify-content: initial;
    align-items: stretch;
    flex-wrap: wrap;
}

.items .item {
    width: 32%;
	margin: 0 0.665% 2% 0.665%;
	background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.fellow-card {
    display: block;  
}

.fellow-card .fellow-img {
    display: block;
    height: 350px;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.items .item.message-fl {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px;
}

.items .item.message-fl p {
    font-size: 56px;
    line-height: 62px;
    font-weight: 700;
    font-family: 'Dela Gothic One', cursive !important;
    margin: 0;
    padding: 0;
}

.items .item.message-fl.color-1 {
    background: #98004B;
}

.items .item.message-fl.color-1 p {
    color: #FE66B1;
}

.items .item.message-fl.color-2 {
    background: #FE66B1;
}

.items .item.message-fl.color-2 p {
    color: #98004B;
}

.filtering .items .item {
    display: none;
}

.filtering .items .item.showThis {
    display: block;
}

.fellow-meta {
    display: block;
    margin-bottom: 20px;
}

.fellow-meta span {
    display: inline-block;
    margin-right: 10px;
    color: #98004B;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.fellow-meta span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.filter-mobile {
    display: none;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.filter-mobile span {
    color: #FFB3D9;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

a.popup-btn {
    display: flex;
    vertical-align: middle;
    border: 1px solid #FE66B1;
    color: #FE66B1;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

a.popup-btn img {
    display: inline-block;
    margin-left: 10px;
}

.filter-popup {
	display: none;
    position: fixed;
    z-index: 999;
    background: #2C0A1B;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 30px;
}

.filter-popup.show {
	display: block;
}

.popup-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #FE66B1;
}

.popup-header h4 {
    color: #FE66B1;
    margin: 0;
}

.filter-btns {
    display: block;
    padding: 50px 0;
    text-align: left;
}

.popup-footer {
    display: block;
    padding: 30px 0;
    border-top: 1px solid #FE66B1;
}

.popup-footer .pp-btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 600;
}

.checkbox-wp {
  display: block;
  margin-bottom: 15px;
}

.checkbox-wp input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-wp label {
  position: relative;
  cursor: pointer;
}

.checkbox-wp label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #ffffff;
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}

.checkbox-wp input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #FE66B1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-wp input:checked + label:before {
  background: #fff;
}

.flsg-header {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    min-height: 82vh;
}

.flsgh-cnt {
    display: flex;
    align-items: center;
	justify-content: center;
    width: 50%;
    background: linear-gradient(165.51deg, #7C003D 14.73%, #2B0015 89.73%);
	position: relative;
	padding: 4% 0;
}

.flsgh-img {
    display: flex;
    align-items: start;
    justify-content: flex-end;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flsgh-img img {
    padding: 20px;
    width: 140px;
}

.flsgh-cnt .fellow-tags {
    top: 10%;
    left: auto;
    right: -24px;
    padding: 0;
    width: 70px;
}

.flsgh-inner {
    display: block;
    width: 90%;
    max-width: 420px;
}

.flsgh-inner h3 {
    font-size: 45px;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: 15px;
}

.flsgh-inner .fellow-meta span {
    color: #fff;
}

.flsgh-inner p {
    padding: 45px 0;
    color: #FE66B1;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.flsgh-inner .fellow-meta {
    margin: 0;
}

.flsgh-inner h5 {
    display: block;
    color: #FFB3D9;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.flsgh-inner h5 img {
    width: 38px;
    margin-right: 10px;
}

.flsgh-inner h5 span {
    font-weight: 100;
}

.flsgh-inner a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}

.flsgh-inner a:hover {
	color: #FE66B1;
}

.marquee {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	height: 50px;
	width: 100%;
	overflow: hidden;
	background: #98004B;
	white-space: nowrap;
}

.marquee--inner {
  display: block;
  width: auto;
  position: absolute;
  animation: marquee 25s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: red;
  }
	margin-left: 100%;
}

.marquee--inner div:nth-of-type(2) {
    position: absolute;
    left: -100%;
    top: 0;
}

.marquee--inner div {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}

.marquee--inner img {
    display: inline-block;
    height: 25px;
    margin: 0 5px;
    vertical-align: middle;
    width: 92px;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.flsg-sec-2 {
    display: block;
    padding: 10% 20px 11% 20px;
    background: #fff url('/wp-content/uploads/2023/07/patten-border.png') repeat-x bottom center;
    color: #000;
    text-align: center;
}

.flsg2-inner {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 795px;
}

.flsg2-inner p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 60px;
}

.flsg2-inner h4 {
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

h4.flgh2-title {
    color: #FE66B1;
    font-weight: 600;
    font-size: 18px;
}

.flsg2-inner h4 img {
    height: 16px;
}

a.fls-btn.dark {
    border-color: #000;
    color: #000;
    padding: 10px 20px;
	text-align: center;
	-webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

a.fls-btn.dark:hover {
	background: #daba81;
	border: 1px solid #daba81;
	color: #fff;
}

a.fls-btn.dark .icon-button-arrow {
    font-size: 18px;
    padding-left: 10px;
	transform: scale(0);
	opacity: 0;
	width: 0;
	-webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

a.fls-btn.dark:hover .icon-button-arrow {
    font-size: 18px;
    padding-left: 10px;
	transform: scale(1);
	opacity: 1;
	width: 28px;
}


.flsg-sec-3 {
    display: flex;
    padding: 10% 0;
    background: linear-gradient(180deg, #98004B 0%, #4C0026 100%);
    background-size: cover;
	justify-content: space-between;
    align-items: center;
	overflow: hidden;
}

.flsg-sec-5 {
    display: block;
    text-align: center;
    background: #FE66B1;
    padding: 15% 25px;
}

.flsg-sec-5 p {
    display: inline-block;
    color: #A70052;
    font-size: 24px !important;
    line-height: 45px;
    font-weight: 100;
    width: 100%;
    max-width: 900px;
    padding: 0;
	font-family: 'Dela Gothic One', cursive !important;
}

.flsg-sec-6 {
    display: block;
    text-align: center;
    background: #FCCE9C;
    padding: 70px 20px;
}

.flsg-sec-6 .fls-btn.dark {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
    border-color: #98004B;
    color: #98004B;
    font-weight: 600;
}

.flsg-sec-6 .fls-btn.dark img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.flsg2-inner ul {
    display: block;
    margin: 0 0 80px 0;
}

.flsg2-inner ul li {
    display: block;
    list-style: none;
    padding: 0 0 10px 30px;
    position: relative;
}

.flsg2-inner ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: transparent url('/wp-content/uploads/2023/07/list-icon.svg') no-repeat 0 0;
    background-size: 22px 22px;
    left: 0;
    top: 2px;
    z-index: 2;
}

.flsg2-inner ul li::after {
    display: block;
    position: absolute;
    content: "";
    width: 2px;
    height: 95%;
    background: #fe67b2;
    bottom: -12px;
    left: 10px;
    z-index: 1;
}

.flsg2-inner ul li:last-child::after {
    display: none;
}

.flsg3-img {
    width: 40%;
}

.img-b-wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 80%;
    border: 20px solid #FCCE9C;
    margin-left: -21px;
}

.img-b-wrapper img {
	display: block;
    width: 100%;
}

.flsg3-content {
    width: 60%;
    padding-right: 25%;
}

.flsg3-content-inner {
    display: block;
    padding-left: 15%;
}

.flsg3-content-inner h4 {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 30px;
}

.flsg3-content-inner p strong {
    font-size: 28px;
    line-height: 37px;
    font-weight: 600;
}

.flsg3-content-inner .fellow-meta {
    margin-bottom: 40px;
}

.flsg3-content-inner .fellow-meta span {
    color: #fcce9c;
    vertical-align: middle;
}

.flsg3-btn-wp {
    display: block;
    margin-top: 30px;
}

.flsg3-btn-wp .fls-btn {
    width: 160px;
    text-align: center;
    margin: 0 10px 0 0;
}

button.slick-arrow {
    display: block;
    position: absolute;
    z-index: 2;
    border: none;
    overflow: hidden;
    text-indent: -999px;
    width: 60px;
    height: 60px;
    opacity: 0.5;
    top: 50%;
    margin-top: -30px;
	cursor: pointer;
}

button.slick-arrow:hover {
	opacity: 1;
}

button.slick-prev.slick-arrow {
    background: transparent url('/wp-content/uploads/2023/07/sl-arrow-left.png') no-repeat 0 0;
    background-size: 100% 100%;
    left: 10px;
}

button.slick-next.slick-arrow {
    background: transparent url('/wp-content/uploads/2023/07/sl-arrow-right.png') no-repeat 0 0;
    background-size: 100% 100%;
    right: 10px;
}

.slick-slide img {
	width: 100% !important;
	height: auto !important;
}

/* Animation */
.flh-cnt-inner img,
.flh-cnt-inner h3,
.fls-sec-2 > .container,
.fls-sec-3 h3,
.fls-sec-3 .fls3-card,
.fls-sec-4 .fls4-col-1,
.flsgh-inner,
.flsg2-inner,
.flsg-sec-3 .img-b-wrapper, 
.flsg-sec-3 .flsg3-content,
.flsg-sec-5 p {
	opacity: 0;
}

.flh-cnt-inner.slideUp img {
	-webkit-animation: scale 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: scale 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.flh-cnt-inner.slideUp h3 {
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation-delay: 1s;
}

.fls-sec-2 > .container.slideUp {
	-webkit-animation: slide-left 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-left 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.fls-sec-3 h3.slideUp {
	-webkit-animation: slide-left 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.fls-sec-3 .fls3-card.slideUp {
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation-delay: 1s;
}

.fls-sec-4 .fls4-col-1.slideUp {
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.flsgh-inner.slideUp {
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.flsg2-inner.slideUp {
	-webkit-animation: slide-left 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.flsg-sec-3.slideUp .img-b-wrapper {
	-webkit-animation: scale 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: scale 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation-delay: 1s;
}

.flsg-sec-3.slideUp .flsg3-content {
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.flsg-sec-5.slideUp p {
	-webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
	animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}


@-webkit-keyframes slide-up {
  0% {
    transform: translateY(50px);
	  opacity: 0;
  }
  100% {
    transform: translateY(0);
	  opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(50px);
	  opacity: 0;
  }
  100% {
    transform: translateY(0);
	  opacity: 1;
  }
}

@-webkit-keyframes slide-left {
  0% {
    transform: translateX(-50px);
	  opacity: 0;
  }
  100% {
    transform: translateY(0);
	  opacity: 1;
  }
}

@keyframes slide-left {
  0% {
    transform: translateX(-50px);
	  opacity: 0;
  }
  100% {
    transform: translateY(0);
	  opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
	  opacity: 0;
  }
  75% {
    transform: scale(1.02);
	  opacity: 1;
  }
  100% {
    transform: scale(1);
	  opacity: 1;
  }
}

@keyframes scale {
  0% {
    transform: scale(0.8);
	  opacity: 0;
  }
  75% {
    transform: scale(1.02);
	  opacity: 1;
  }
  100% {
    transform: scale(1);
	  opacity: 1;
  }
}


@media (max-width: 1599.98px) {
	.flsg3-content {
		padding-right: 15%;
	}
}


/* Medium devices - tablets */
@media (max-width: 991.98px) {
	.flh-cnt-inner img {
		max-width: 230px;
	}
	
	.flh-cnt {
		height: 500px;
		min-height: 400px;
	}
	
	.fls-sec-2 {
		padding: 80px 0 100px 0;
	}
	
	.fls-sec-3 .row .fls3-inner {
		width: 100%;
	}
	
	.fls-sec-2 img {
		width: 70px;
	}
	
	.fls-sec-2 h3 {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 30px;
	}
	
	.fls-sec-2 h3 > br {
		display: none;
	}
	
	
}

/* large devices - desktop */
@media (max-width: 1199.98px) {
	.fls5-header h3 {
		font-size: 40px;
		line-height: 42px;
	}
	
	.fellow-tags img {
		width: 40px;
	}
	
	.fellow-card .fellow-img {
		height: 240px;
	}
	
	.fellow-content h4 {
		font-size: 18px;
		line-height: 22px;
	}
	
	.fellow-content {
		display: block;
		padding: 30px 20px 20px 20px;
	}
	
	.items .item.message-fl p {
		font-size: 34px;
		line-height: 40px;
	}
	
	
}

@media (max-width: 999.98px) {
	.items .item {
		width: 48%;
		margin-bottom: 4%;
	}
	
	.fls-sec-5 .container {
		max-width: 95%;
	}
	
	.fls-sec-5 {
		padding: 70px 0;
	}
	
	.flsg-sec-3 {
		flex-wrap: wrap;
	}

	.flsg3-img {
		width: 100%;
	}

	.flsg3-content {
		width: 100%;
		padding: 50px;
	}

	.flsg3-content-inner {
		padding: 0;
	}
	
	.img-b-wrapper {
		max-width: 90%;
	}
	
}

/* Small devices - landscape phones */
@media (max-width: 767.98px) {
	.fellowship-header {
		flex-wrap: wrap;
	}

	.flh-img {
		width: 100%;
		height: 350px;
	}

	.flh-cnt {
		width: 100%;
		height: auto;
		min-height: auto;
		padding: 30px 15px;
	}
	
	.fls-sec-4 {
		flex-wrap: wrap;
	}

	.fls4-col-1 {
		width: 100%;
		padding: 60px 7%;
	}

	.fls4-col-2 {
		width: 100%;
	}

	.fls4-col-2 h6 {
		display: none;
	}
	
	.fellow-card .fellow-img {
		height: 220px;
	}
	
	.fellow-content h4 {
		font-size: 22px !important;
		line-height: 24px !important;
		font-weight: 600;
	}
	
	.fellow-content p {
		display: none;
	}
	
	.fellow-meta {
		margin-bottom: 0;
	}
	
	.fellow-tags {
		top: -15px;
		padding: 0 15px;
	}
	
	.fellow-tags img {
		width: 15px;
		margin: 1px;
	}
	
	.fellow-meta span {
		margin-right: 5px;
		color: #98004B;
		font-size: 12px;
		line-height: 14px;
	}
	
	.fellow-meta span img {
		width: 15px;
	}
	
	.fellow-content {
		padding: 30px 15px 10px 15px;
	}
	
	.filter-mobile {
		display: flex;
	}
	
	.filter {
		display: none;
	}
	
	.img-b-wrapper {
		max-width: 95%;
	}
	
	.flsg3-content {
		padding: 50px 40px;
	}
	
	.flsgh-cnt {
		display: block;
		width: 100%;
		padding: 40px;
		order: 2;
	}

	.flsg-sec-3 {
		flex-wrap: wrap;
	}

	.flsg3-img {
		width: 100%;
	}

	.flsg3-content {
		width: 100%;
		padding: 50px 30px;
	}

	.flsg3-content-inner {
		padding: 0;
	}

	.flsgh-img {
		width: 100%;
		height: 400px;
	}

	.flsg-header {height: auto;}

	.flsgh-cnt .fellow-tags {
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		right: auto;
		text-align: left;
		margin-top: 30px;
	}
	
	.flsg-sec-2 {
		padding-bottom: 100px;
		background-size: 200% auto;
	}
	
	.flsg3-btn-wp .fls-btn {
		width: 90%;
		max-width: 275px;
		margin: 7px;
	}

	.flsg-sec-5 p {
		font-size: 21px;
		line-height: 35px;
	}

	.flsg-sec-5 {
		padding: 70px 20px;
	}

	.flsg-sec-6 {
		padding: 60px 10px;
	}
	
	.fls-sec-2 h3 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.flh-cnt-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.flh-cnt-inner img {
		max-width: 30%;
		margin: 0;
	}

	.flh-cnt-inner h3 {
		margin: 0;
		font-size: 16px;
		line-height: 24px;
		padding-left: 20px;
	}
	
	
	.fls-sec-3 .row .fls3-inner h3 {
		font-size: 26px;
		line-height: 32px;
	}
	
	.fls-sec-3 .row .fls3-inner h3 br {
		display: none;
	}
	
	
}

/* Extra small devices - portrait phones */
@media (max-width: 575.98px) {
	.flsg3-content {
		padding: 50px 30px;
	}
	
	.flsgh-inner {
		width: 100%;
	}

	.flsgh-cnt {
		padding: 40px 25px;
	}
	
	.flsgh-inner h3 {
		font-size: 30px;
		line-height: 32px;
	}
	
	.flh-cnt-inner h3 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.fls-sec-2 {
		padding: 50px 0 50px 0;
	}
	
	.fls-sec-3 .row .fls3-inner h3 {
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
	}

	.fls-sec-3 .row .fls3-inner h3 br {
		display: none;
	}

	.fls-sec-3 .row .fls3-inner h4 {
		font-size: 16px;
	}

	.fls-sec-3 .fls3-card p {
		font-size: 14px;
		line-height: 22px;
	}

	.fls4-col-1 h3 {
		font-size: 20px;
		line-height: 32px;
	}

	.fls4-col-1 > img {
		width: 80px;
	}

	.fls-sec-6 h3 {
		font-size: 25px;
		line-height: 30px;
		color: #fff;
	}

	.fls-sec-6 p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.fls5-header h3 {
		font-size: 28px;
		line-height: 34px;
		font-weight: 600;
	}
	
	.fls5-header h5 {
		font-size: 15px;
		line-height: 20px;
	}
	
	.fls-sec-6 p br {
		display: none;
	}
	
	.flsgh-inner p {
		padding: 30px 0 40px 0;
		font-size: 16px;
		line-height: 24px;
	}
	
	.flsgh-inner h5 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	
	.flsgh-inner h5 img {
		width: 30px;
	}
	
	.flsgh-inner a {
		font-size: 15px;;
		margin-left: 40px;
	}
	
	.flsg-header .fellow-tags {
		display: none;
	}
	
	.flsg3-content-inner h4 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	
	.flsg3-content-inner p strong {
		font-size: 18px;
		line-height: 25px;
		font-weight: 600;
	}
	
	.flsg-sec-5 {
		padding: 80px 30px;
	}
	
	.flsg-sec-5 p {
		font-size: 20px;
		line-height: 30px;
	}
	
	.flsg3-content-inner p {
		font-size: 16px;
		line-height: 24px;
	}
	
	
	
}