/**
Theme Name: PLL
Author: PLL
Author URI: https://neilsavage.io
Description: PLL League Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pll
Template: astra
*/

/*

Gold: #ffcb08;

*/

body{
	background-color:#FFFFFF;
}

p, ul, li{
	font-family: Roboto, sans-serif;
	color: rgba(0, 0, 0, 0.6);
}

h1, h2, h3, h4, h5, h6{
	font-family: Roboto, sans-serif;
	color: rgba(0, 0, 0, 0.87);
}

.main-header-bar .ast-container{
	max-width:90%;
	padding:0 40px;
}

.main-header-menu > .menu-item > a, .submenu-with-border .sub-menu a{
	font-family: Roboto, sans-serif;
}

.main-header-menu a{
	padding:0 1.2em;
}

.header-main-layout-1 .ast-main-header-bar-alignment{
	margin-left:0;
	margin-right:auto;
}

a.ticket-button{
	background:#ffcb08;
	padding:10px 12px;
	color:#000;
	font-size:1rem;
	font-weight: 700;
	line-height: 14px;
	text-transform: none;
	letter-spacing: 1px;
	margin-left:10px;
	font-family: Roboto, sans-serif;
	border-radius: 20px;
}

a.shop-button{
	background:#ffcb08;
	padding:10px 14px;
	color:#000;
	font-size:1rem;
	font-weight: 600;
	line-height: 14px;
	text-transform: none;
	letter-spacing: 1px;
	margin-left:10px;
	border-radius: 20px;
}

.login-menu-btn{
	background: transparent;
	padding: 5px;
	color: #ffcb08;
	border: none;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 700;
	margin-left:5px;
}
.fir-show-style {
	margin: 0px;
	pointer-events: auto;
}

.main-headline h1{
	text-transform: none;
}

.main-headline h1:after{
	content:'';
	display: block;
	height:2px;
	margin:0;
	width:100%;
	background:#000;
}

.secondary-headline{
	text-transform: none;
}

.top-headlines-post h2 a:after{
	content:'';
	display:block;
	width:30%;
	margin:20px 0;
	height:3px;
	background:#ffcb08;
}

.top-headlines-post .headline-excerpt p{
	margin-bottom:0;
}

.news-item-secondary-box .fl-post-image{
	float:left;
	width:35%;
	padding:0;
}

.news-item-secondary-box .fl-post-text{
	float:left;
	width:65%;
	padding:15px 15px 0 15px;
}

.top-headlines-post .fl-post-title{
	padding:0;
}

.upcoming-event-box {
	border-radius: 25px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}

.upcoming-event-box h2.fl-post-title{
	padding:10px 15px;
	border-bottom:1px solid #000;
	font-family: Roboto, sans-serif;
	font-weight:700;
}

.upcoming-event-box .event-meta{
	float:left;
	padding:10px 15px;
	font-weight:700;
	font-size:15px;
}
.upcoming-event-box .event-link{
	float:right;
	padding:10px 25px;
	background:#ffcb08;
	font-family: Roboto, sans-serif;
	text-transform: none;
}

.image-list ul{
	margin:0;
	padding:0;
	text-align:center;
}

.image-list ul li{
	padding:20px 40px;
	list-style: none;
	display:inline-block;
}

.image-list ul li img{
	max-height:50px;
	width:auto;
}

.image-list.large ul li img{
	max-height:100px;
}

#loggedInFollowBtn {
        padding: 5px 8px;
        max-width: 100px;
        border: none;
        border-radius: 20px;
        background: #2196f3;
        font-size: 0.7rem;
        font-weight: 700;
        color: #ffffff;
        pointer-events: auto;
    }

#loggedInFollowingBtn {
        padding: 5px 8px;
        max-width: 100px;
        border: none;
        border-radius: 20px;
        background: rgba(0,0,0,0.02);
        font-size: 0.7rem;
        font-weight: 700;
        color: rgba(0,0,0,0.6);
        pointer-events: auto;
    }

    