/*  YouTuber Managements CSS
======================================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: #ffffff;
}
img {
  box-shadow: 0 2px 33px 4px rgba(59,68,81,0.15);
}
.sf-gray-bg {
    background-color: #fafafa;
}
.sf-work-row {
  background-color: #ffffff;
}
.sf-section-row {
    padding: 80px 0;
}
.sf-section-row .sf-wrap {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.sf-title-box {
    text-align: center;
    margin-bottom: 55px;
}
.sf-title-box h1,
.sf-title-box h2 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 900;
    line-height: 1.25;
}
.sf-title-box p {
    margin: 0;
}
.sf-title-box h1:last-child,
.sf-title-box h2:last-child {
    margin-bottom: 0;
}
.sf-btn {
    background: #dc2c5d;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 15px 20px;
    letter-spacing: 0.025rem;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(220, 44, 98, 0.1);
	  text-transform:uppercase;
    border-radius: 2px;
}
.sf-btn:hover {
    opacity: 0.85;
    color: #fff;
}
.sf-story-mobile-angle {
  display: none;
}
@media screen and (max-width:996px) {
  .sf-story-home-btn {
    display: none;
  }
  .sf-story-mobile-angle {
    text-align: center;
    display: block;
    margin-bottom: -20px;
    opacity: 0.1;
    font-size: 20px;
  }
}
.sf-red-bg {
    /*color: #fff;
    background: rgb(253, 49, 98);
    background: -moz-linear-gradient(top, rgba(253, 49, 98, 1) 0%, rgba(249, 97, 74, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 49, 98, 1) 0%, rgba(249, 97, 74, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 49, 98, 1) 0%, rgba(249, 97, 74, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fd3162', endColorstr='#f9614a', GradientType=0);*/
    background: #ffffff;
    background-color: #fafafa;
}


.sf-comunity-main-box {
    background: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
}
.sf-comunity-box {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sf-comunity-img,
.sf-comunity-details {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.sf-comunity-img {
    margin: 0;
    font-size: 0;
    order: 1;
}
@media screen and (max-width:996px) {
.sf-comunity-img {
   order: unset;
}
}
.sf-comunity-img img {
    width: 100%;
    height: auto;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);*/

    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (max-width:996px) {
  .sf-comunity-img img {
     height: 250px;
  }
}

.sf-comunity-info {
    padding: 30px;
}
.sf-comunity-info h2 {
  line-height: normal;
  font-weight: 900;
}
.sf-comunity-info h2 span {
  color: #dc2c5d;
}
.sf-comunity-info h3 { margin: 0 0 25px; }
/*.sf-comunity-info p { margin-bottom: 15px; }*/
.sf-story-wrap {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.sf-story-img-box {
    /*-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;*/
    ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
    padding-left: 10px;
    padding-right: 10px;
    order: 2;
}
.sf-story-details {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 20px;
    padding-right: 20px;
    /*color: #fff;*/
    order: 1;
}
@media screen and (max-width:996px) {
  .sf-story-details {
    order: 2;
  }
}
.sf-story-details h1 {
  font-weight: 900;
  line-height: normal;
}
.sf-story-details h1 span {
  color: #dc2c5d;
}
.sf-story-details h2 {
    margin-bottom: 25px;
}
.sf-story-details p {
    /*font-weight: 500;*/
    /*margin: 0 0 15px;*/
}
.sf-story-img {
    background-image: url('../images/bgi/shape-secondary.png');
    background-repeat: no-repeat;
    background-size: auto 85%;
    background-position: bottom right;
    padding: 10px;
    /*max-width: 668px;*/
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width:996px) {
.sf-story-img {
   background-image: url('../images/bgi/shape-secondary-left.png');
   background-position: bottom left;
}
}
.sf-story-img figure {
    margin: 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.sf-story-img figure a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.sf-story-img figure img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.sf-work-list-box {
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
}
.sf-work-box {
	/*margin-left: -10px;
    margin-right: -10px;*/
    margin: 70px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sf-work-box:last-child {
  margin-bottom: 0;
}
.sf-work-img-box {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
}
.sf-work-details {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
}
.sf-work-info h3 {
	margin: 0 0 20px;
}
.sf-work-info p {
	margin: 0 0 15px;
}
.sf-work-info p:last-child {
	margin-bottom: 0;
}
.sf-work-img {
	position: relative;
	padding: 30px 45px;
	background-image: url(../images/bgi/dots-04.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 70% auto;
}
.sf-work-img figure {
	max-width: 212px;
	margin: 0 auto;
	width: 100%;
	box-shadow: 20px 30px 55px rgba(0,0,0,0.23);
	font-size: 0;
	border-radius: 5px;
	overflow: hidden;
}
.sf-work-img figure img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.sf-work-details h4 {
	margin: 0 0 20px;
}
.sf-work-details p {
	margin: 0 0 15px;
}
.sf-work-details p:last-child {
	margin-bottom: 0;
}
.sf-work-count {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	background:#dc2c5d;
	text-align: center;
	font-weight: 500;
	color:#fff;
	line-height: 50px;
	border-radius: 50px; left: 20px;
}
.sf-work-count:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	border: 1px solid #dc2c5d;
	border-radius: 50px;
	margin: auto;
}
.work-line {
	max-width: 400px;
	margin: -10px auto;
	width: 100%;
}
.work-line figure {
	margin: 0;
}
.work-line img {
	width: 100%;
	height: auto;
}
.sf-work-list-box .sf-work-box:nth-child(2n+2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.sf-work-list-box .sf-work-box:nth-child(2n+2) .sf-work-img {
	background-image: url(../images/bgi/dots-01.png);
	background-position: top left;
}
.sf-work-list-box .sf-work-box:nth-child(2n+2) .sf-work-count {
	background: #2cdcab;
	left: auto;
	right: 20px;
}
.sf-work-list-box .sf-work-box:nth-child(2n+2) .sf-work-count:after {
	border-color:#2cdcab;
}
.sf-campaign-row {
	/*background: -moz-linear-gradient(90deg, rgba(81,208,214,1) 0%, rgba(49,192,200,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(49,192,200,1)), color-stop(100%, rgba(81,208,214,1)));
	background: -webkit-linear-gradient(90deg, rgba(81,208,214,1) 0%, rgba(49,192,200,1) 100%);
	background: -o-linear-gradient(90deg, rgba(81,208,214,1) 0%, rgba(49,192,200,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(81,208,214,1) 0%, rgba(49,192,200,1) 100%);
	background: linear-gradient(0deg, rgba(81,208,214,1) 0%, rgba(49,192,200,1) 100%);*/
}
.sf-campaign-main-box {
	background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 50px;
	max-width: 1060px;
	margin: 0 auto;
	width: 100%;
}
.sf-campaign-cta-box {
	position: relative;
	padding-right: 230px;
}
.sf-campaign-btn {
	width:220px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 50px;
  border-radius: 2px;
}
.sf-campaign-btn .sf-btn {
	width: 100%;
	text-align: center;
}
.sf-campaign-details h3, .sf-campaign-details p {
	margin: 0 0 15px;
}
.sf-campaign-details p:last-child {
	margin-bottom: 0;
}
.sf-story-video {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.sf-story-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
/* Responsive Css
============================*/
@media only screen and (max-width: 1199px) {
    .sf-section-row {
		padding: 80px 0;
	}
}
@media only screen and (max-width: 1023px) {
    .sf-title-box {
		margin-bottom: 45px;
	}
    .sf-section-row {
		padding: 50px 0;
	}
	.sf-story-img-box, .sf-story-details {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.sf-comunity-img, .sf-comunity-details {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
    .sf-title-box {
		margin-bottom: 30px;
	}
    .sf-section-row {
		padding: 30px 0;
	}
    .sf-red-bg {
     padding-top: 10px;
    }
	.sf-story-img-box, .sf-story-details {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sf-work-img-box, .sf-work-details {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align:center;
	}
	.sf-work-img {
		max-width: 300px;
		margin: 0 auto;
		width: 100%;
	}
	.work-line {
		margin: 10px auto;
		padding: 10px 25px;
		max-width:290px;
	}
	.sf-campaign-cta-box {
		padding-right: 0;
	}
	.sf-campaign-btn {
		width: auto;
		position: static;
		max-height:inherit;
		margin-top: 20px;
	}
	.sf-campaign-btn .sf-btn {
		width: auto;
	}
	.sf-campaign-main-box {
		padding: 40px;
	}
}
@media only screen and (max-width: 567px) {
    .sf-title-box {
		margin-bottom: 10px;
	}
	.sf-campaign-main-box {
		padding:30px;
	}
	.sf-work-list-box {
		margin-top: 30px;
	}
	.sf-story-img{
		padding:11px;
	}
}

/** Featured Campaign Style **/

.sf-news-box {
    border: 2px solid #202020;
}
.sf-news-box figure a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
}
.sf-news-box img {
    height: 170px!important;
    object-fit: cover;
    border-radius: 50%;
    width: 175px;
    margin: auto;
    margin-top: 40px;
}
.sf-news-box img:first-child {
    margin-left: 12%;
    text-align: center;
}
.sf-news-box img:last-child {
	position: absolute;
	margin-top: 20px;
	right: 15%;
}
.sf-posted-date {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.sf-posted-text {
	margin-bottom: 20px;
	display: block;
}
div.js-wpv-view-layout, div.js-wpv-layout-responsive {
    visibility: visible!important;
}
.vf-view-more-campaigns {
	color: #ffffff;
	text-decoration: underline;
	font-weight: 400;
}
.vf-view-more-campaigns:hover {
	color: #ffffff;
	font-weight: 400;
}

.sfc-campaign-images {
  margin-top: 0;
}

.sf-story-hero-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  /*object-position: bottom;*/
  object-position: top;
  display: block;
}

@media screen and (max-width:996px) {
	.sf-story-hero-img {
		height: 240px;
	}
}

.sf-images-sliderbox {
	text-align: center;
}
.sf-blog-item-wrapper .sf-blog-article-title{
	height:auto;
}
.sf-blog-item-wrapper .sf-blog-item{
	flex: inherit;
	width: 31%;
	margin: 1%;
}
.sf-blog-yt-video-thumbnail:first-child{
	margin:0;
}

@media screen and (max-width:1024px){
	.sf-blog-item-wrapper .sf-blog-item{
		width: 31.33333%;
	}
}
@media screen and (max-width:830px){
	.sf-blog-item-wrapper .sf-blog-item{
		width: 46%;
		margin:2%;
	}
}
@media screen and (max-width:560px){
	.sf-blog-item-wrapper .sf-blog-item{
		width: 100%;
		margin:2%;
	}
}

.sfc-ngo-overview-item-content, .sfc-campaign-archive-post-excerpt {
    white-space: initial;
}

@media screen and (max-width: 767px) {
.sfc-campaign-archive-posts, .sfc-ngo-overview-item-wrapper {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%!important;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5px;
  display: block!important;
}
.sfc-campaign-archive-post, .sfc-ngo-overview-item {
  display: inline-block;
  width: 80%;
  float: none;
  vertical-align: top;
  position: relative;
}
}

.sf-features-charities {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*position: relative;
  overflow: hidden;*/
}

.sf-features-charities img {
  margin: 5px 10px;
  box-shadow: none;
  height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.sf-features-charities img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
.sf-features-charities img {
   width: 20%;
   margin: 10px 6px;
}
}

.vf-view-more-organizations {
	color: #202020;
	text-decoration: underline;
	font-weight: 400;
  margin-top: 10px;
  text-align: center;
  display: block;
}
.vf-view-more-organizations:hover {
	color: #202020;
	font-weight: 400;
}
