/**
* Knewsletter View Stylesheet
*
* @author 					Cristopher Calderón
* @copyright 				Copyright (c) 2017. Inttechs, Internet Technologies
* @creation date 			September 18, 2017
*/

/* -------------------------------------------------------------------------
* News
* -------------------------------------------------------------------------
*/
#knewsletter {
	background-color: #F5F6F5;
	min-height: 900px;
	height: auto !important;
}

#knewsletter div.news-container {
	max-width: 1400px;
	/*margin-top: 90px;*/
	margin-left: auto;
	margin-right: auto;
}

#knewsletter div.note-content {
	max-width: 1000px;
}

#knewsletter div.title-container h1 {
	color: #000000;
	text-align: center;
	font-size: 45px;
}

@media only screen and (max-width: 1410px) {
	#knewsletter .news-container {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}

.featured-entry-container {
	background-color: #FFFFFF;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
	padding: 0 !important;
}

.featured-entry-container .cover-img {
	padding: 0 !important;
	overflow: hidden;
}

.featured-entry-container .cover-img img {
	width: 100%;
	transform: scale(1, 1);
	transition: all 0.3s ease;
}

.featured-entry-container a:hover .cover-img img {
	transform: scale(1.1, 1.1);
	opacity: 0.9;
}

.featured-entry-container .entry-content {
	margin-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

.featured-entry-container .entry-content h3 {
	font-family: 'source_sans_pro_semibold';
	font-size: 30px;
	color: #000000;
}

.featured-entry-container .entry-content p {
	color: #333333;
}

.featured-entry-container .entry-content p.date-label {
	font-family: 'source_sans_pro_regular';
	text-align: right;
	margin-top: 20px;
	color: #2199B5;
}

.featured-entry-container .entry-content p.label-label {
	font-family: 'source_sans_pro_regular';
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}

@media only screen and (max-width: 1200px) {
	.featured-entry-container .entry-content {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.featured-entry-container .entry-content h3 {
		font-size: 26px;
	}
}

#video-text {
	padding: 30px;
	font-size: 16px;
	line-height: 1.8em;
}

.video-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#news-grid {
	/*padding: 0 !important;*/
	/*margin-top: 50px;*/
}

#news-list .entry-container {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#news-list {
	margin-top: 20px;
}

#news-list .entry-container .entry {
	background-color: #FFFFFF;
	min-height: 200px;
	border-radius: 6px;
	/*box-shadow: rgba(0, 0, 0, 0.219608) 0px 1px 2px 0px;*/
}

#news-list .entry-container .entry .cover-img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*background-color: #000000;*/
}

#news-list .entry-container .entry img {
	width: 100%;
	opacity: 1;
	transform: scale(1, 1);
	transition: all 0.3s ease;
}

#news-list .entry-container a:hover .entry img {
	opacity: 0.9;
	transform: scale(1.2, 1.2);
}

#news-list .entry-container .entry h3 {
	font-family: 'source_sans_pro_semibold';
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
}

#news-list .entry-container .entry p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #333333;
}

#news-list .entry-container .entry p.date-label {
	font-family: 'source_sans_pro_regular';
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #2199B5;
}

#news-list .entry-container .entry p.label-label {
	font-family: 'source_sans_pro_regular';
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
}

#entry-detail {
	background-color: #FFFFFF;
	min-height: 900px;
	height: auto !important;
}

#entry-detail div.entry-container {
	max-width: 1000px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#entry-detail div.title-container h1 {
	color: #000000;
	text-align: center;
	font-size: 38px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#entry-detail .cover-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#entry-detail .entry-container p.date-label {
	font-family: 'source_sans_pro_regular';
	text-align: right;
	font-size: 20px;
	line-height: 1.5em;
	color: #2199B5;
	padding-bottom: 20px;
}

#entry-detail .entry-container p.label-label {
	font-family: 'source_sans_pro_regular';
	text-align: left;
	font-size: 20px;
	line-height: 1.5em;
	color: #333;
	padding-bottom: 20px;
}

#entry-detail .entry-container .text-container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
}

#entry-detail .entry-container .text-container p {
	font-size: 18px;
	line-height: 1.5em;
	text-align: justify;
}

#entry-detail .entry-container .text-container ol li {
	font-size: 18px;
	line-height: 1.5em;
	text-align: justify;
}


.entry-custom-text-container p {

	text-align: left!important;
	padding-top: 20px;
}

.entry-custom-text-container a {
	word-wrap: break-word;
}

.custom-text-aligment p {
	text-align: left !important;
}

/*New knewsletter and for Parents*/
.newsletter-for-parents-list li {
	list-style: none!important;
}

.img-a-new-for-you{

	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


.text-centered {
	text-align: center !important;
}

.custom-padding-on-story {
	padding-left: 15px;
}

.custom-play-btn {

	position: absolute;
	top: 50%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	right: 0;

}

.video-js .vjs-big-play-button {
	display: none;
}

.custom-play-thumb-btn {
	position: absolute;
	top: 110px;
	left: 36%;
}

.custom-text-aligment-knewsletter {

	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}


.custom-left-aligment {

	align-items: flex-start;
}


.custom-right-aligment {	
	align-items: flex-end;
	
}

@media only screen and (max-width: 768px) {

	#entry-detail div.entry-container  {
		margin-top: 20px;
	}

	#entry-detail div.title-container h1 {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 30px;
	}

	#entry-detail .entry-container p.date-label {
		font-size: 17px;
	}

	#entry-detail .entry-container p.label-label {
		font-size: 17px;
	}

	#entry-detail .entry-container .text-container p {
		font-size: 15px;
		line-height: 1.6em;
	}

	#entry-detail .entry-container .text-container ol li {
		font-size: 15px;
		line-height: 1.6em;
	}
	#video-text {
		font-size: 14px;
	}
}

.knewsletter-header img {
	height: auto;
	width: 250px;
	display: block;
	margin: 0 auto;
}

.knewsletter-header {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 25px;
}

.knewsletter-header a img {
	transition: all 0.3s ease;
}

.knewsletter-header a:hover img {
	transform: scale(1.05);
}

.triangle {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-top: 40px solid white;
	border-bottom: 40px solid transparent;
	border-left: 40px solid transparent;
	border-right: 40px solid white;
}

.triangle-main {
	top: 0;
	right: 0;

}

.triangle img {
	position: absolute;
	top: -38px;
	right: -35px;
	width: 40px !important;
	height: auto;
}

.no-display {
	display: none;
}

.play-button {
	position: absolute;
	top: 120px;
	left: 36%;
}

.video-key {
	display: none;
}

/*.play {
background-color: transparent;
display: block;
width: 0;
height: 0;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 36px solid white;
margin: 60px auto 30px auto;
position: relative;
z-index: 1;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
left: 6px;
}
.play:before {
content: '';
position: absolute;
top: -45px;
left: -69px;
bottom: -45px;
right: -21px;
border-radius: 50%;
border: 6px solid white;
z-index: 2;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
}
.play:after {
content: '';
opacity: 0;
transition: opacity 0.6s;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
}*/

.play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url('../../images/icons/play_button_white.png');
	width: 100px;
	height: 100px;
	background-size: cover;
	z-index: 3;
	transition: all 0.4s ease;
	background-color: transparent;
	border: none;
}


.play-gray {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url('../../images/icons/play_button_gray.png');
	width: 100px;
	height: 100px;
	background-size: cover;
	z-index: 3;
	transition: all 0.4s ease;
	background-color: transparent;
	border: none;
}





.play:hover {
	width: 115px;
	height: 115px;
}

.return-button {
	display: block;
	background-color: #50ccca;
	color: black;
	width: 120px;
	text-align: center;
	font-size: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.knews-gallery {
	width: 100%;
	height: 100%;
}

.swiper-container {
	/*width:  !important;*/
	/*height: 405px !important;*/
	margin: 20px auto !important;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.btn-back {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	font-size: 20px;
	margin-top: 50px;
}

.social-btns {
	margin-bottom: 10px;
}

.about-person {
	margin-top: 60px;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 2px dashed #ccc;
	border-radius: 4px;
	padding: 20px;
}

.about-person p {
	text-align: center !important;
}

.workspace-btn {
	background-color: #116ce1;
	color: white;
	border-radius: 4px;
	padding: 10px;
}

.workspace-btn:hover {
	background-color: #0e4ea0;
	color: white;
}

.modal-backdrop.in {
	opacity: 0.75;
}

/*.modal-backdrop {
background-color: papayawhip;
}*/

.modal-body {
	padding: 0px;
}

@media only screen and (min-width: 1400px) {
	.modal-dialog {
		width: 1280px;
	}
}


@media only screen and (min-width: 990px) {


	.flex-container li {  		
		margin: 10px 0;
	}

}

@media only screen and (max-width: 768px) {
	#knewsletter .news-container {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
	}  		
}

@media only screen and (max-width: 750px) {
	.newsletter-for-parents-list{
		margin: 0;
		padding: 0;

	}	
}

@media only screen and (max-width: 550px) {
	.knewsletter-header img {
		height: auto;
		width: 300px;
		display: block;
		margin: 0 auto;
	}
}

.image-in-note {
    width : 80%;
    margin-top : 20px;
    margin-bottom : 20px;
    display : block;
    margin-left : auto;
    margin-right : auto;
}

.text-right {
    text-align : right !important;
}

.text-indented {
    text-indent : 40px;
}

.text-italic {
    font-style : italic;
}