

.first_para { font-size:23px;font-weight:bold; }


.content {
	float: left;
	padding-right: 20px;
}

.authorwidget {
	position: relative;
font-size: 15px;
line-height: 1.3;
font-weight: 500;
margin-bottom: 20px;
padding: 7px 10px;
color: #ffffff;
background-color: #111;
}

.underline {
  border-bottom: 2px solid currentColor;
  display: inline-block;
  line-height: 0.85;
}


.sourcetitle {
	background: #333;
color: #f0ffff;
font-size: 14px;
font-weight: 500;
float: left;
padding-left: 10px;
padding-right: 10px;
font-family: Poppins, 'Helvetica Neue', Helvetica, sans-serif;
}

.sourceinfo {
color: #000;
	padding-left: 8px;
padding-right: 8px;
font-size: 13px;
font-weight: 400;
float: left;
margin-top: -1px;
font-family: Poppins, 'Helvetica Neue', Helvetica, sans-serif;
}

 .videocontent {
	width:80%;
	max-width: 640px;
	margin: 0 auto;
}


/*
.block-head-7 .the-global-title, .block-head-7 .comment-reply-title, .block-head-7 .related.products>h2, .block-head-7 .up-sells>h2, .block-head-7 .cross-sells>h2, .block-head-7 .cart_totals>h2, .block-head-7 .bbp-form legend {
	margin-top: 12px;
	margin-bottom: 12px;
}
*/

#tie-weather-widget-2, #tie-weather-widget-2 .widget-title .the-subtitle {
    color: #183c3c!important;
}

#dale-live-event .dale-body-timeline-content p {
    font-size: 15px !important;
	   font-family: Agane-55-roman; sans-serif!important;
	color: #252525;
}

#wpdcom {
	 align-content: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px auto;
}

dale-live-event .dale-body-timeline-title {
font-size: 18px !important;
}

#dale-live-event .dale-body-timeline-title {
color: #222222 !important;
	font-size: 18px !important;
}


.entry p:first-child {
line-height: 1.3;
color:#2a5761e6;
font-family: 'Agane-55-roman',sans-serif;
font-size:20px!important;

}


.entry .wp-block-quote {
	font-size:15px!important;

}




#stream-container {
  background-color: var(--container-bg-color);
  min-height: var(--chat-height);
  width: var(--stream-container-width);
  max-width: 100%;
  margin: 0 auto;
}
#stream-embed-iframe {
  height: 100%;
  max-height: 100vh;
}
#stream-embed-wrapper {
  float: left;
  height: var(--chat-height);
  width: calc( 100% - var(--chat-width) );
}

#chat-embed-wrapper {
  float: right;
  height: var(--chat-height);
  width: var(--chat-width);
}

@media (max-width: 600px) {
  #stream-embed-wrapper {
    float: none;
    width: 100%;
  }
  #chat-embed-wrapper {
    float: none;
    width: 100%;
  }
}



