/*  CSS Document                             */

/* styles */

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #999;
}

a:visited
{
	color: #777;
}

a:hover
{
	color: #666;
}

a:active
{
	color: #999;
}

html
{
	/*background-color: #EEE;*/
}

body, td, th
{
	color: #EEE;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14pt;
	background-image: url("https://admin.streamingchurch.tv/streaming/custom_designs/20200429160725/images/background.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.div_content
{
	margin: 0px auto;
	width: 97%;
}

.div_header
{
	height: 50px;
	margin: 10px 0 0 10px;
}

#close_tag
{
	display: none !important;
}
.div_left_container {
	width: 100%;
        float: left;
	margin-right: -460px;
}
.div_left
{
	min-width: 352px;
        margin-right: 460px;
}

.div_right
{
	float: right;
        width: 440px;
}

.sp
{
	width: 100%;
}

.sp .tabs
{
	border: 1px solid #000;
	border-left-width: 0;
	float: right;
	width: 58px;
}

.sp .tabs .tab_click
{
	border-width: 0 !important;
	border-radius: 0 !important;
	padding: 10px 5px !important;
	width: 48px;
	background-color: #000;
}

.sp .tabs .tab_click:hover
{
	background-color: #CCC;
	border-top-width: 1px !important;
	border-bottom-width: 1px !important;
	padding: 9px 5px !important;
}

.sp .tabs .tab_click.selected:hover
{
	border-bottom: 1px solid #CCC !important;
}

.sp .tabs .tab_click:hover:first-child
{
	border-top-width: 0 !important;
	padding: 10px 5px 9px 5px !important;
}

.sp .tabs .tab_click:hover:last-child
{
	border-bottom-width: 0 !important;
	padding: 9px 5px 10px 5px !important;
}

.sp .panel_container .panels
{
	/*background-color: #FFF !important;*/
}

.sp .panel_container .panels .panel .panel_content
{
	/*background-color: #FFF;*/
	height: 340px;
	width: calc(100% - 60px) !important;
}

#cke_notes
{
	border-width: 0;
}

#map-content
{
	height: 340px !important;
	width: 100% !important;
}

.player
{
	/*text-align: center;*/
}

#mediaspace_wrapper
{
	/* height: 475px !important; */
	width: 100% !important;
}

.chat
{
	/*background-color: #FFF;*/
	text-align: center;
}

.active
{
	/*background-color: #FFF;
	border: 1px solid #CCC;*/
	height: 244px;
	overflow-y: hidden;
}

.static
{
	/*background-color: #FFF;
	border: 1px solid #CCC;*/
	border-top-width: 0;
	height: 160px;
	padding: 10px 40px;
	overflow-y: auto;
}

.power_by
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	text-align: center;
}

.tab_slogan
{
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
}

.invitation
{
	display: inline-block;
	float: right;
	margin: 0;
	text-align: right;
}

.invitation br
{
	display: none;
}

.invitation a
{
	float: right !important;
	margin: 0 5px !important;
}

.invitation a#email_share
{
	margin-left: 15px !important;
}

.invitation div
{
	float: right !important;
	margin-left: 50px !important;
	margin-top: 2px !important;
	overflow: hidden !important;
	width: 35px !important;
}
#pray_or_remind {
	background-color: #878787;
	border: none;
	color: white;
	padding: 1px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block; 
	font-weight: normal;
	cursor: pointer;
}
#pray_or_remind:hover {
	background-color: #3b5998;
}
#fb_share {
	width: 25px;
	height:25px;
	display:block;
	float: left;
	margin-left: 40px;
	background-image: url('https://streamingchurch.tv/streaming/images/icon_invite_fb_grey.png');
}
#fb_share:hover { 
	background-image: url('https://streamingchurch.tv/streaming/images/icon_invite_fb_blue.png'); 
}
#twitter_share {
	width: 25px;
	height:25px;
	display:block;
	float: left;
	margin-left: 4px;
	background-image: url('https://streamingchurch.tv/streaming/images/icon_invite_twitter_grey.png');
}
#twitter_share:hover { 
	background-image: url('https://streamingchurch.tv/streaming/images/icon_invite_twitter_blue.png'); 
}
#email_share {
	width: 25px;
	height:25px;
	display:block;
	float: left;
	margin-left: 4px;
	background-image: url('https://streamingchurch.tv/streaming/images/icon_invite_email_grey.png');
}
#email_share:hover { 
	background-image: url('https://streamingchurch.tv/streaming/images/icon_invite_email_blue.png'); 
}

#footer_logo
{
	position: fixed;
	bottom: 6px;
	left: 6px;
}

#footer_logo:hover
{
	background-color: #3174B4;
	border-radius: 20px;
}
@media (max-width: 840px) {
	.div_left_container {
            margin-right: 10px;
            display: contents;
        }
        .div_left {
		width: 98%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.div_right {
		margin: 0 auto;
		display: block;
		float: none;
		width: 98%;
	}
	.tab_click {
		font-size: 12px;
	}
	.active {
		display: none;
	}
	.static {
		display: none;
	}
        .invitation {
            width: 100% !important;
        }
}