/* ********************************************************************* */
/* GENERAL CSS
/* ********************************************************************* */
body {
	background-color: #F1F1F1;
}

/* colors */
.color-red {
	color: #E06055;
}
.color-red-dark {
	color: #B34D44;
}
.color-white {
	color: #FFFFFF;
}
.color-grey {
	color: #EEEEEE;
}
.color-black {
	color: #020404;
}

.background-red {
	background-color: #E06055;
}
.background-red-dark {
	background-color: #B34D44;
}
.background-white {
	background-color: #FFFFFF;
}
.background-white-2 {
	background-color: #F1F1F1;
}
.background-black {
	background-color: #020404;
}


.container{
	margin-top: 20px;
}
.container.no-padding{
  padding-right: 0px;
  padding-left: 0px;
}


.flr{
	float: right;
}
.fll{
	float: left;
}


.b{
	font-weight: bold !important;
}
video {
	cursor: pointer;
}


/* NAV */
.navbar {
    background-color: #E06055;
    color: #333;
}
.navbar-brand{
	color: #FFF !important;
	font-size: 1.5rem;
	margin-right: 15px !important;
}
.navbar-brand #logoSmall{
	float: left;
	height: 22px;
	margin-top: 9px;
	margin-right: 7px;
	margin-left: 2px;
}
.nav-item a {
	color: rgba(255,225,225,1.00) !important;
	font-size: 95%;
	margin-top: 4px;
	margin-right: 2px;
	margin-left: 2px;
}
.nav-item.active a {
	color: #FFF !important;
	font-weight: bold;
}
.nav-item a .oi{
	margin-right: 2px;
}
.header-search-input {
	width: 400px !important;
	padding: 4px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin-top: 4px !important;
	margin-left: 10px !important;
}
.header-search-button {
	padding: 4px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin-top: 4px !important;
}



/* titles */
h1, h2, h3, h4, h5{
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}


/* COLORS */
a:link {text-decoration:none; color: #D9534F; -webkit-transition: color .2s linear; -moz-transition: color .2s linear; outline: none;}
a:visited {text-decoration:none; color: #D9534F;}
a:hover {text-decoration:none; color: #C9302C;}
a:active {text-decoration:none; color: #C9302C;}
a:focus {text-decoration:none; color: #C9302C;}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(255,255,255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255,255,255, 0.6);
  outline: 0 none;
}

button {
	background-color: #FFF;
}

.dropdown-item:active {
	background-color: #D9534F;
}
.dropdown-item.active {
	background-color: #D9534F;
}




/* ********************************************************************* */
/* HOME
/* ********************************************************************* */
#posts {
	margin-top: -10px;
}
#streamers {
	margin-top: -10px;
}
#games {
	margin-top: -10px;
}
#loader-container {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.card-deck {
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
.post-card {
	background-color: #FFF;
	border: 0px solid #FFF;
	margin: 5px !important;
	padding-left: 5px;
	padding-right: 5px;	
}
.post-card .card-body{
	padding: 5px !important;
}
.post-card .title {
	font-weight: bold;
	margin-bottom: 2px;
	color: rgb(33, 37, 41) !important;
}
.post-card .card-body {
	padding: 10px;
}
.post-card .card-footer {
	padding: 10px;
}
.post-card .stream-info {
	margin-bottom: -3px;
}




/* ********************************************************************* */
/* POST
/* ********************************************************************* */
.post-title {
	margin-top: 15px;
	color: rgb(33, 37, 41) !important;
}
.post-streamer-info {
	color: #6c757d !important;
	font-size: 80%;
	font-weight: 400;
	margin-bottom: 4px;
}
.post-stats-info {
	color: #6c757d !important;
	font-size: 80%;
	font-weight: 400;
}
.card-deck-more {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
}
.post-card-more{
	padding: 10px;
}
.post-card-more .card-body{
	padding: 0px !important;
	padding-top: 5px !important;
}
