/*
Theme Name: Rely On Horror
Theme URI: https://relyonhorror.com
Description:
Version: 4.0
*/

.pulse {
  margin: 0px 2px 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff0000;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255,0,0, 0.4);
  animation: pulse 2s infinite;
  vertical-align: bottom;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
      box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
      box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}

#twitch-view-button, #twitch-hide-button {
    border: 1px solid #ff0000;
    background: #383838;
    border-radius: 6px;
    padding: 8px;
    font-size: 18px;
	min-width: 300px;
	margin: 0px auto;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
height: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin-top: 10px;
}

.twitch-widget {
	/*background: #333;*/
	border-radius: 5px;
	color: #fff;
	display: block;
	margin: 0px;
	padding: 0px;	
	text-decoration: none;
	text-align: center;
}

.twitch-widget:hover {
	color: #fff;
	text-decoration: none;
}

.twitch-widget button {
	margin: 0 auto;
}

.online, .offline {
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.online {
	background: green;
}

.offline {
	background: red;
}

.viewers {
	color: #ccc;
	display: block;
	margin: 0 0 0 15px;
	font-size: 0.8em;
}




body {
background-color: #1b1a1b;
}

.wp-admin {
background: #f1f1f1;
}

.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
z-index: 100 !important;
}

.cleanlogin-form-bottom {
display: none;
}

#leaderboard-top {
	padding-top:20px;
}

.cleanlogin-field label {
margin-bottom: 10px !important;
}

.cleanlogin-container h4 {
margin-bottom: 0 !important;
}

.cleanlogin-field-remember {
float: none !important;
text-align: center !important;
margin-top: 10px !important;
}

.cleanlogin-field-remember input {
display: inline-block !important;
}


/*#logo {
	width: 265px;
}

.wrapper, #wrapper {
    width: 1070px;
}
*/
#leaderboard-top>.wrapper>div {
	display:block !important;
}

#leaderboard-bottom {
max-width: 1070px;
}

.ABD_display.ABD_display_adblock a {
color: #c3230d !important;
text-transform: none !important;
}
.ABD_display.ABD_display_adblock {
color: #bab9b1;
}


/*
#book-top {
	padding:0px !important
}

#main-content #index .article-content h3 a {
	font-size: 16px !important;
} 

#main-content #index .article-content .readmore {
	height: 40px !important;
	line-height: 40px !important;
}
*/
.single .content li, .page .content li {
	font-size: 14px;
	line-height: 18px;
}

.xoxo.blogroll li {
	margin-bottom: 0px !important;
}

.recentcomments {
	font-size: 14px;
	line-height: 18px;
}

.single #related {
	margin-bottom: 0px;
}

.article-content ul.post-meta li.post-comments-has {
	background: url("https://www.relyonhorror.com/wp-content/themes/relyonhorror/images/comment-icon-light.png") no-repeat 0 50% !important;
}

.post-comments-has a {
	color: #bab9b1 !important;
}
/*
#sidebar .smw_left a {
	height: auto;
	width: auto;
}
#sidebar .smw_left a img {
	width: 50px;
	height: auto;
}

#sidebar .smw_left a:hover {
	height: 50px;
}
@media only screen and (min-width: 980px) {
	.link-slider {
		left: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0)) !important;
	}
}




*/