/* Theme Name: LLCom
Version: 1.0
Author: AGn Designs
Description: Custom Twitch Theme
*/

/* Imports
------------------------------------------------*/
@import "css/bootstrap.min.css";
@import "css/scrolling-nav.css";
@import "css/style-rating.css";
@import "fonts/fonts.css";

/* Body
-------------------------------------------------*/
body {
	font-family: 'Nunito Sans', sans-serif;
	margin: 0;
	padding: 50px 0 0 0;
	color: #333;
	font-weight: 400;
	background: #cbd1dd;
	font-size: 16px;
}

.container {
	width: 100%;
	max-width: 1232px;
}
.MsoNormal h2, .MsoNormal h3{margin-top:10px;}

.achievements{margin-top:20px;}
.achievementlist{list-style-type: none;padding: 0;margin-left: 0;margin-top:10px;}
.achievementlistdiv ul, .achievementlistdiv ul li{list-style-type: none;padding: 0;margin-left: 0;margin-top:10px;}
.PIN_1578109023309_button_pin.PIN_1578109023309_save {display: none!Important;}


/* Backgrounds
-------------------------------------------------*/
.bg-darkgrey {background: #333;  color: #efefef;}
.bg-darkblue {background: #395378; color: #efefef;}
.bg-lightblue {background: #cbd1dd; color: #333; padding: 50px 0;}
.bg-white {background: #FFF;}

/* Navigation
-------------------------------------------------*/
.navbar {
	border-radius: 0; 
	margin-bottom: 0; 
	border: 0; 
	font-family: 'Norwester'; 
	text-transform: uppercase;
}

.navbar-brand, .navbar-brand:hover {
	color: #efefef; 
	text-transform: uppercase; 
	font-size: 24px; 
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.navbar-custom {
    background-color: #333;
    border-color: #333;
	color: #efefef;
}

.navbar-nav>li>a {
	color: #efefef;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.navbar-custom .navbar-nav .active>.nav-link, .navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-link.show, .navbar-custom .navbar-nav .show>.nav-link,
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
	background-color: #333;
	color: #6295dd;
	-webkit-transition:color 1s ease;
	-moz-transition:color 1s ease;
	-o-transition:color 1s ease;
	transition:color 1s ease;	
	
}

.navbar-toggle .icon-bar {background: #FFF;}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {max-height: 450px;}

/* Formatting
-------------------------------------------------*/
.nopadding {padding: 0;}
.nopadding-left {padding-left: 0;}
.nopadding-right {padding-right: 0;}
.pad-topbottomleftright {padding: 15px 30px;}

.spacer-1x, .spacing-1x {height: 10px;}
.spacer-2x, .spacing-2x {height: 20px;}
.spacer-3x, .spacing-3x {height: 30px;}
.spacer-4x, .spacing-4x {height: 40px;}
.spacer-5x, .spacing-5x {height: 50px;}

.min-width {
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
}

.table-full {width: 100%; margin: 0 auto;}

.table-related small {font-size: 12px; color: #666;}

hr {border-top: 1px solid #333;}

ol, ul {margin: 0 0 10px 20px; padding: 0;}

blockquote {
    padding: 10px 20px;
    margin: 0 0 21px;
    font-size: 14px;
    border-left: 5px solid #e7e7e7;
    font-style: italic;
}

.post-date {font-style: italic; font-size: 12px; color: #999;}

h1, h2, h3, h4, h6 {line-height: 100%; margin: 0 0 15px 0; padding: 0; text-transform: uppercase; font-family: 'Norwester'; }

hi, h2 {font-size: 36px; margin-bottom: 10px; padding: 0;}
h3 {font-size: 24px; margin-bottom: 10px; padding: 0;}

.meta {text-transform: uppercase; font-size: 12px; font-weight: bold;}

.form-control::-webkit-input-placeholder {color: #333;}
.form-control:-ms-input-placeholder {color: #333;}
.form-control::placeholder {color: #333;}

hr.micro {width: 100%; max-width: 200px; margin: 25px 0; background-color: #999; color: #999; border-color: #CCC;}
hr.pale {width: 100%; max-width: 100%; margin: 25px 0; border-color: #999;}
hr.white {width:  100%; max-width: 100%; margin: 10px 0 25px 0; border-color: #FFF;}

.img-related {
	border-radius: 50%;
	width: 100%;
	max-width: 150px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #333;
    border-radius: 0px;
    font-size: 12px;
    color: #FFF;
}

.breadcrumb a {
    color: #FFF;
    background: none;
    text-decoration: none;
}

/* Articles - Home
-------------------------------------------------*/
.recent-posts {
	width: 100%;
	max-width: 95%;
	margin: 0 auto;
	border: 1px solid #333;
	background: #cbd1dd;
	border-radius: 10px;
}

.article-postinfo {
	min-height:  250px;
	padding: 15px;
}

.article-postinfo h3 {
	margin-bottom: 10px;
}

.article-date {
	font-weight: 800;
	margin-bottom: 10px;
}

.article-postmore {
	cursor: pointer;
	background: #333;
	text-align: right;
	padding: 15px;
	border-radius: 10px;
	color: white;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;
}

.article-postmore:hover {
	background: #395378;
	color: #FFF;
}

.article-postmore a {
	color: #efefef;
	background: none;
	text-decoration: none;
	font-family: 'Norwester';
	text-transform: uppercase;
}

.btn-readmore {
	font-family: 'Norwester';
	font-size: 20px;
	text-align: center;
	background: #395378;
	border-color: #395378;
	text-transform: uppercase;
	color: #FFF;
	padding: 15px 30px;
	border-radius: 10px;
	outline: none;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
}

.btn-readmore:hover {
	font-family: 'Norwester';
	font-size: 20px;
	text-align: center;
	background: #cbd1dd;
	border-color: #395378;
	text-transform: uppercase;
	color: #395378;
	padding: 15px 30px;
	border-radius: 10px;
	outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-info {
	color: #FFF;
	background-color: #395378;
	border-color: #395378;
}

#navbar .search-query {font-family: 'Nunito Sans', sans-serif;}

.full-post {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.post-tags {
	color: #999;
	font-size: 11px;
	padding: 25px 0;
	text-transform: uppercase;
}

.post-tags a {
	color: #999;
	background: none;
	display: inline-block;
	padding: 0 15px 0 0;
}

/* Articles - Inner
-------------------------------------------------*/
.pagination a.nopag {
	background: #FFF;
	color: #cbd1dd; 
}

.pagination a.nopag:hover {
	background: #FFF;
	color: #395378;
}

.pagination a {
	display: inline-block;
	padding: 3px 10px;
	background: #cbd1dd;
	border-radius: 5px;
	color: #444;
	text-decoration: none;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
}

.pagination a:hover {
	background: #444;
	color: #FFF;
}

.pagination a.active {
	background: #395378;
	color: #FFF;
}

ul.pros, ul.cons {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pros li {
	background-image: url('images/icon-pro.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 10px 20px;
}

ul.cons li {
	background-image: url('images/icon-con.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 10px 20px;
}

.article-authorinfo {
	width: 100%;
	background: #FFF;
	padding: 25px;
	font-size: 13px;
	line-height: 150%;
}

.article-authorinfo a {
	color: #395378;
	font-weight: 700;
	text-decoration: none;
}

/* WP Comments
-----------------------------------------------------------*/
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 0px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {font-weight: 900; font-size: 22px; text-transform: capitalize;}
ol.commentlist li.comment div.comment-time {font-size: 12px; text-transform: uppercase;}
ol.commentlist li.comment div.vcard { font-size: 16px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:1px solid #ccc; float:left; margin:0 5px 5px 0; border-radius: 50%; }
ol.commentlist li.comment div.author-avatar {height: 50px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:12px; text-transform: uppercase; }
ol.commentlist li.comment div.comment-meta a { color:#333; }
ol.commentlist li.comment p { font-size:16px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:16px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:14px; text-align: right; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#cbd1dd; }
ol.commentlist li.odd { background:#dde4f3; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}



@media (max-width: 1024px) {
	#stream, #about, #blog, #articles, #reviews, #contact {padding: 35px 0;}
	.header-video .img-responsive {max-height: 282px;}
}

@media (max-width: 768px) {
	.min-width {max-width: 100%;}
	#stream, #about, #blog, #articles, #reviews, #contact {padding: 25px 0;}
	#blog-single, #video-game-single, #reviews-single   {padding: 0;}
	.mobilepad-bottom {margin: 0 0 25px 0;}
	.icon-mobile {width: 30px; height: 30px; vertical-align: middle;}
	.recent-posts {margin: 0 auto 25px auto;}
	.text-center-mobile {text-align: center!important;}
	.post-tags a {padding: 0 8px 0 0!important;}
	.nomargin-mobile, .nopadding-mobile {padding: 0; margin: 0;}
	.article-authorinfo {padding: 0;}
	.article-postinfo-full {padding: 0 15px}
	
	ol.commentlist li.comment div.author-avatar {height: 60px; float: none;}
	ol.commentlist li.comment div.comment-body {float: none; width: 100%;}
	
}