/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.icon-youtube {
	color: #ff0000;
}

.icon-facebook {
	color: #3a559f;
}


.gradient-underline {
    font-family: 'PT Serif', serif;
    background-image: -webkit-linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    background-image: -o-linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    background-image: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 112%;
}

.figure-caption {
	font-size: 12px;
    color: #999 !important;
	text-align: center;
	margin: 10px 0;
}

@media (min-width: 992px) {
	/*
	.story-box .story-box-info {
		box-sizing: border-box;
		width: 100%;
	 
		padding: 60px;
		margin: 35px 0 0 -20%;
		background: #fff;
		z-index: 4;
		box-shadow: 0 10px 45px rgba(0,0,0,.1);
		transition: all ease-in .3s;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	*/


	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 0 2% 0 0;
	}

	.story-box .story-box-info {
		box-sizing: border-box;
		width: 68%; 
		padding: 60px 60px 60px 60px;
		margin: 35px 0 0 -20%;
		height: unset;
	}

	.story-box .story-box-image {
		width: 24%;
		height: unset;
		z-index: 2;
		overflow: hidden;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.story-title {
			font-size: 16px !important;
			margin-bottom: 12px !important;
	}

}

@media (max-width: 991px){
.story-box .story-box-image {
    height: auto;
    width: 100%;
    -ms-flex-order: -1;
    order: -1;
	padding: 0 20px ;
	height: unset;
}

.story-box .story-box-info .story-title {
   
    font-size: 16px;
 
}

}


.story-box-content p {
	margin-bottom: 10px;
}

.head_title_top {
	color: #efcd23 !important;
}

.head_title_bottom {
	font-size: 1.7rem;
}

.head_title_organizer {
	font-weight: normal;
}

.head_date {
	color: #FFF !important;
}

@media (max-width: 479px) {
	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	
	.story-box.description-left .story-box-info {
    	margin: 0 5% 0;
	}
}
