
/* LATEST TITLE DESCRIPTION KEYWORDS AND AUTHOR WIDGET STYLES */

.wb-ent-title-video-channel {
	color: #3a3a3a;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

.wb-ent-title-video-channel.wb-ent-title-video-channel-color {
	color: #3a8580;
}

.wb-ent-description {
	line-height: 1.3;
}

.wb-ent-description img {
	max-width: 100%;
  	height: auto;
}

.wb-ent-description-link {
	color: #111f69;
}

.wb-ent-description-link:hover {
	color: #384999;
}

ul.wb-ent-description-points {
	list-style-type: disc;
}

.wb-ent-keywords-link {
	color: #ffffff;
	background-color: #c96c6a;
}

.wb-ent-keywords-link:hover {
	background-color: #d27775;
}

.wb-ent-keywords-link-custom {
	color: #ffffff;
	background-color: #7a6584;
	border-top: 4px solid #3f274b !important;
}

.wb-ent-keywords-link-custom:hover {
	background-color: #887392;
}

.wb-ent-keywords-link-custom-2 {
	color: #ffffff;
	background-color: #31668e;
	border-top: 4px solid #153853 !important;
}

.wb-ent-keywords-link-custom-2:hover {
	background-color: #3a729c;
}

.wb-ent-keywords-link-custom-3 {
	color: #ffffff;
	background-color: #0e206a;
}

.wb-ent-keywords-link-custom-3:hover {
	background-color: #172b7f;
}

.wb-ent-date-location {
	color: #3a3a3a;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: 300;
}

.wb-ent-date-location span.wb-ent-author-name {
	color: #25639a;
}

.wb-ent-date-location span > a.wb-ent-author-contact {
	color: #dd902a;
}

.wb-ent-date-location span > a.wb-ent-author-contact:hover {
	color: #e8b36e;
}

.wb-ent-date-location span > a.wb-ent-author-contact-custom {
	color: #9f4643;
}

.wb-ent-date-location span > a.wb-ent-author-contact-custom:hover {
	color: #b35a57;
}

ul.wb-ent-description-points {
	list-style-type: disc;
}

.wb-ent-keywords-widget ul li a.btn.btn-secondary {
	/* Default Style */
	background-color: #EBEBEB !important;
	border-radius: 18px !important;
	border: none;
	padding: 4px 16px;
}

.wb-ent-keywords-widget ul > a.wb-link {
	cursor: pointer;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: #065F5D;
}

/* show more/show less button */
.wb-ent-keywords-widget ul li.list-inline-item:last-child {
	margin-right: 0.5rem;
}

.wb-ent-continue-reading-btn .wb-ent-read-more-hidden,
.wb-ent-continue-reading-btn.collapsed .wb-ent-read-more-show {
	display: block;
	color: #065F5D;
}

.wb-ent-continue-reading-btn.collapsed .wb-ent-read-more-hidden,
.wb-ent-continue-reading-btn .wb-ent-read-more-show {
	display: none;
	color: #065F5D;
}

.wb-ent-modal-contact-form {
	color: #757575;
}

.wb-ent-modal-contact-form-required {
	color: #9f4644;
}

.wb-ent-modal-contact-form-submit-btn {
	background-color: #0e206a;
}

.wb-ent-modal-contact-form-submit-btn:hover {
	background-color: #172b7f;
}

span > i.wb-ent-expand-reduce {
    font-size: 12pt;
}

#wb-ent-sidebar-widget span > i.wb-ent-expand-reduce {
    font-size: 12pt;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	.wb-ent-title-video-channel {
		font-size: 12pt;
	}

	.wb-ent-description-img {
		max-width: 100% !important;
	}
}

@media (max-width: 1024px) { 
	
	.wb-ent-description-img {
		max-width: 100% !important;
	}
} 

