﻿/*
Theme Name: Frontier
Theme URI: https://ronangelo.com/frontier/
Description: Frontier is a multi-purpose, HTML5 and CSS3 WordPress theme. It lets you choose between 1, 2 or 3 column layouts while offering independent template layouts for pages. The theme's responsive design makes it compatible with a wide variety of devices and screen resolutions. Frontier is easy to customize through its wide array of options that are simple and easy to understand. It has a lot of strategically placed Widget Areas and Action Hooks that helps achieve a higher level of customization. Theme features include logos, header images, color options, custom css, a simple image slider, rtl support, basic schema.org markup and a whole lot more. Frontier accomplishes all this while maintaining a minimal file size for a fast and efficient WordPress experience. Compatible with ClassicPress.
Author: ronangelo
Author URI: https://ronangelo.com/
Version: 1.3.5
Tested up to: 6.0
Requires PHP: 5.6
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support
Text Domain: frontier
License: GNU General Public License, Version 3 or later
License URI: https://www.gnu.org/licenses/gpl.html

This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

IMPORTANT: Do not edit this file. All your modifications will be deleted when the theme is updated. It is recommended to either use the Custom CSS option for CSS changes or use a child-theme if you also plan to modify HTML & PHP.
--------------------------------------------- */

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('includes/fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('includes/fonts/roboto-condensed-v25-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('includes/fonts/arimo-v27-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('includes/fonts/arimo-v27-latin-700.woff2') format('woff2');
}

html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bull-info-section{
	margin:10px 0 !important;
	padding:0 !important;
	width:100% !important;
	box-sizing:border-box !important;
}

.bull-info-card{
	background:#fff !important;
	border:1px solid #ddd !important;
	border-top:4px solid #d61100 !important;
	padding:10px !important;
	color:#222 !important;
	font-family:'Roboto',Arial,sans-serif !important;
	font-size:14px !important;
	line-height:1.6 !important;
	box-shadow:none !important;
	box-sizing:border-box !important;
}

.bull-info-card p{
	margin:0 0 10px !important;
	padding:0 !important;
	text-align:left !important;
}
@media(max-width:575.98px){
	.bull-info-card{
		padding:8px !important;
		font-size:13px !important;
		line-height:1.55 !important;
	}

	.bull-info-card h2{
		margin:8px -8px -8px !important;
		padding:6px 8px !important;
		font-size:17px !important;
	}
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.row1 {
    margin: 0
}

.column1 {
    float: left;
    width: 50%;
    padding: 2px
}

.row1.pasar img {
    width: 100%
}

#below-menu {
    width: 100%
}

.row1:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (max-width: 600px) {
    .column1 {
        width:100%
    }

    .row1.pasar img {
        width: 100%;
        height: 50px
    }
}

.banner-float img {
    width: 728px
}

.banner1 img {
    display: inline-block;
    width: 49%
}

.floating-top,.floating-bottom {
    background: transparent;
    height: auto;
    left: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1001
}

.floating-top {
    top: 0
}

.floating-bottom {
    bottom: 0
}

.floating-top img {
    width: 20%;
}

.headerbanner {
    text-align: center;
    background: #f5f5f5;
    padding-top: 5px
}

.headerbanner img {
    width: 49.5%
}

.banner-top img {
    width: 728px
}

@media only screen and (max-device-width: 1000px) {
    .floating-top img,.floating-bottom img,.headerbanner img,.banner1 img,.banner2 img,.banner-float img,.banner-top img {
        width:100%
    }

    .banner1,.banner2 {
        display: block
    }

    .banner1 img,.banner2 img {
        display: block
    }

    .banner {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        background: #3a3a3a
    }

    .banner img {
        display: inline-block;
        width: 48%;
        box-sizing: border-box;
        margin: 5px
    }

    .banner-float {
        position: fixed;
        width: 100%;
        text-align: center;
        bottom: 1px;
        z-index: 9999
    }
}

@media only screen and (max-device-width: 550px) {
    .banner1 img {
        display:inline-block;
        width: 100%
    }
}

.banner1 {
    display: block;
    text-align: center
}

.banner img {
    display: block;
    width: 100%;
    margin: 0
}

.banner-float {
    width: 100%
}

.banner-float img {
    width: 100%
}

@media screen and (max-width: 768px) {
    a img,img.responsive-banner {
        height:auto!important;
        max-width: 100%!important
    }
}
body {
	background-color: #505050;
	color: #303030;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}

img, video, embed, iframe, object, select, textarea {
	max-width: 100%;
}

img {
	height: auto;
}

h1 {font-size: 24px !important; font-size: 1.500rem; !important}
h2 {font-size: 22px !important; font-size: 1.375rem; !important}
h3 {font-size: 20px !important; font-size: 1.250rem; !important}
h4 {font-size: 18px !important; font-size: 1.125rem; !important}
h5 {font-size: 16px !important; font-size: 1.000rem; !important}
h6 {font-size: 14px !important; font-size: 0.875rem; !important}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Roboto Condensed', Sans-serif;
	font-weight: inherit;
	line-height: 1.2;
}

a {
	color: #0E4D7A;
	cursor: pointer;
	text-decoration: none;
}

a:hover {color: #0000EE;}

pre {
	background-color: #F0F0F0;
	border: 1px solid #AAA;
	margin: 8px 0;
	padding: 8px;
	overflow: auto;
	-ms-word-wrap: normal;
	word-wrap: normal;
}

pre, code {
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.55;
}

/* =========================================================
   BLOCKQUOTE STYLE - MINI FRONTIER RED
========================================================= */

blockquote{
	background:linear-gradient(to bottom,#fafafa,#f1f1f1);
	border-left:4px solid #d61100;
	margin:10px 6px;
	padding:7px 10px 2px;
	font-style:italic;
	font-size:13px;
	line-height:1.5;
	color:#333;
	box-shadow:0 1px 2px rgba(0,0,0,.06);
	border-top:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	border-radius:2px;
}

blockquote p{
	margin-bottom:6px;
}

blockquote cite{
	display:block;
	margin-top:5px;
	text-align:right;
	font-style:normal;
	font-size:11px;
	font-weight:700;
	color:#b30000;
	font-family:'Roboto Condensed',Arial,sans-serif;
}

blockquote a{
	color:#b30000;
	text-decoration:none;
	font-weight:700;
}

blockquote a:hover{
	color:#e00000;
	text-decoration:underline;
}

/* MOBILE */

@media(max-width:575.98px){

	blockquote{
		margin:8px 4px;
		padding:6px 8px 2px;
		font-size:12px;
		line-height:1.5;
	}

	blockquote cite{
		font-size:10px;
	}

}

dl {padding-left: 20px;}
dt {font-weight: bold;}
dd {margin: 0 0 10px;}

table {
	width: 98%;
	border-collapse: collapse;
	margin: 10px auto;
}
.table thead th {
    background: linear-gradient(0deg, rgb(193 0 0) 0%, rgb(255 0 0) 33%, rgb(185 0 0) 100%);
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', Sans-serif;
    text-shadow: 0px 1px 1px #000;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
}
th, td {
	border: 1px solid #ccc;
	font-size: 14px;
	font-size: 0.875rem;
}

ul, ol {
	margin-top: 4px;
	margin-bottom: 8px;
	padding-left: 20px;
}
ul ul, ol ol {padding-left: 15px;}

li {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
	margin-right: 0;
}

address {margin-bottom: 10px;}

.screen-reader-text {
	display: none;
}

.cf:before,
.cf:after {
    clear: both;
    content: "";
    display: table;
}

/*----------------------------------------------
	Main Structure
-----------------------------------------------*/
#container {
	margin: 0 auto;
	box-shadow: 0 0 6px #000;
}

#top-bar {
	width: 100%;
}
#top-bar-info {
	float: left;
	margin-top: 2px;
}
#site-title, #site-description {
	display: inline-block;
	margin-right: 4px;
	line-height: 1;
	vertical-align: bottom;
}
#site-title {font-size: 20px;}
#site-title a {color: #DC8300;}
#site-description {
	color: #CCC;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 15px;
}

#header {
	background-color: #FFF;
	background-position: center;
	border-bottom: 1px solid #000;
	width: 100%;
}

#below-menu {width: 100%;}

#main {
	background-color: #F5F5F5;
	padding: 5px;
	width: 100%;
}

#content {
	display: inline-block;
	padding: 5px;
}

.sidebar {
	display: inline-block;
	float: left;
	padding: 5px;
}

#footer {width: 100%;}

#bottom-bar {
	background-color: #222;
	color: #FFF;
	width: 100%;
	min-height: 34px;
	border-top: 1px solid #000;
	text-shadow: 0 0 2px #000;
}

#bottom-bar a {color: #DC8300;}

#bottom-bar-text {
	float: left;
	padding: 6px 8px;
}

#theme-link {
	float: right;
	margin: 6px 10px;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 15px;
}

#theme-link a {color: #CCC;}

#theme-link a:hover {color: #DC8300;}

/* No Sidebar */
.col-c #content, #content.no-sidebars {
	width: 100%;
	max-width: 100%;
}

/* 1 Sidebar - Left */
.col-sc #content {float: right;}

/* 1 Sidebar - Right */
.col-cs #content {float: left;}

/* 2 Sidebars - Left */
.col-ssc #content {float: right;}

/* 2 Sidebars - Right */
.col-css #content {float: left;}

/* 2 Sidebars - Left & Right */
.col-scs #sidebar-left {
	float: left;
	margin-right: 0;
}
.col-scs #sidebar-right {
	float: right;
	margin-left: -4px;
}

.page-template-page-sc-php #main #content {float: right;}
.page-template-page-cs-php #main #content {float: left;}
.page-template-page-scs-php #main #content  {float: none;}
.page-template-page-scs-php #main #sidebar-left {
	float: left;
	margin-right: 0;
}
.page-template-page-scs-php #main #sidebar-right {
	float: right;
	margin-left: -4px;
}

/*----------------------------------------------
	Navigation Menus
-----------------------------------------------*/
#nav-main {
	line-height: 1.2;
}
#nav-main * {
	-webkit-transition: all 0.14s ease-out;
	-moz-transition: all 0.14s ease-out;
	transition: all 0.14s ease-out;
}

#nav-main ul, #nav-main li, #nav-top ul, #nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-main .nav-main {
	position: relative;
}
#nav-main .nav-main li {
	float: left;
	position: relative;
}

#nav-main .nav-main > li > a, #nav-main .nav-main > ul > .page_item > a {
	min-width: 80px;
	text-align: center;
}

#nav-main .nav-main a {
	display: block;
}
#nav-main .nav-main a:hover {
	background-color: #FFF;
	color: #000;
	text-shadow: none;
}

#nav-main .menu-item-has-children > a:after,
#nav-main .page_item_has_children > a:after {
	font-family: "Genericons";
	content: "\f431";
	vertical-align: top;
	padding-left: 4px;
}

#nav-main .sub-menu, #nav-main .children {
	background-color: #2B2B2B;
	position: absolute;
	float: left;
	width: 180px;
	border: 1px solid #000;
	box-shadow: 0 1px 4px #000;
	z-index: 990;
	display: none;
}

#nav-main .sub-menu li, #nav-main .children li {
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #000; 
}

#nav-main .sub-menu li:first-child,
#nav-main .children li:first-child {border-top: none;}
#nav-main .sub-menu li:last-child,
#nav-main .children li:last-child {border-bottom: none;}

#nav-main .sub-menu a, #nav-main .children a {
	float: left;
	width: 178px;
	padding: 10px 14px;
	font-size: 15px;
}

#nav-main .sub-menu .sub-menu, #nav-main .children .children {top: -1px;}

#nav-main li:hover > ul {display: inline;}

#nav-main .drop-toggle {
	display: none;
}

#nav-main .genericon-menu {
	color: #FFF;
	font-size: 30px;
	height: auto;
	padding: 5px 10px;
	width: auto;
}

#nav-top {float: right;}
#nav-top .nav-top, #nav-top .nav-top li {float: left;}
#nav-top .nav-top a {
	display: block;
	margin-top: 2px;
	padding: 0 18px;
	color: #FFF;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 14px;
}

/*----------------------------------------------
	Post Elements - Red Concept
-----------------------------------------------*/

.archive-description{
	border-top:2px dotted #d61100;
	margin-top:8px;
	padding-top:4px;
	color:#444;
}

.form-404 h2{
	border-bottom:2px dotted #d61100;
	padding-bottom:8px;
	color:#b30000;
}

.form-404 p{
	margin:4px 0 10px;
}

.blog-view{
	border-top:5px solid #d61100;
}

.blog-view.sticky{
	background:#fff7d6;
	border-top:5px solid #b30000;
}

.entry-header{
	margin-bottom:0;
}

.entry-title{
	line-height:1.3;
	text-align:center;
	font-weight:700;
}

.entry-title a{
	color:#303030;
}

.entry-title a:hover{
	color:#d61100;
	text-decoration:none;
}

.sticky .entry-title:before{
	font-family:"Genericons";
	content:"\f308";
	vertical-align:top;
	padding-right:4px;
	display:inline-block;
	color:#d61100;
}

.single-view .featured-image{
	margin:-10px -10px 10px;
	text-align:center;
	border-bottom:1px solid #ddd;
}

.single-view .featured-image img{
	max-width:100%;
	height:auto;
}

.entry-byline *{
	line-height:20px;
}

.entry-author,
.entry-date,
.entry-categories,
.entry-comment-info{
	float:left;
	margin-right:10px;
	font-size:12px;
	color:#555;
}
.textwidget .fas,
.textwidget .far,
.textwidget .fab{
	color:#c10000;
	font-size:18px;
}
/* =========================================================
   BUTTON LIHAT PASARAN
========================================================= */

.pasaran-button-wrap{
	margin-bottom:8px;
}

.lihat-pasaran-btn{
	display:block;
	width:100%;
	padding:7px 10px;
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%);
	border:1px solid #a00000;
	border-radius:4px;
	color:#fff;
	font-family:'Roboto Condensed',Sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
	box-shadow:0 1px 3px rgba(0,0,0,.12);
}

.lihat-pasaran-btn:hover{
	background:linear-gradient(90deg,#960000 0%,#d80000 50%,#960000 100%);
	color:#fff;
	text-decoration:none;
	letter-spacing:.2px;
}

.lihat-pasaran-btn .fas,
.lihat-pasaran-btn .far,
.lihat-pasaran-btn .fab{
	margin-right:5px;
	font-size:14px;
	color:#fff;
	vertical-align:middle;
}

/* MOBILE */

@media(max-width:575.98px){

	.lihat-pasaran-btn{
		font-size:13px;
		padding:6px 8px;
	}

	.lihat-pasaran-btn .fas,
	.lihat-pasaran-btn .far,
	.lihat-pasaran-btn .fab{
		font-size:13px;
		margin-right:4px;
	}

}
/* =========================================================
   INPUT SEARCH
========================================================= */

#myInput,
#meInput{
	border:1px solid #c9c9c9;
	border-radius:5px;
	background:#fff;
	color:#333;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.05);
}

#myInput:focus,
#meInput:focus{
	outline:none;
	border-color:#b30000;
	box-shadow:0 0 4px rgba(179,0,0,.15);
}

/* INPUT */

.tabinput{
	height:32px;
	width:100%;
	padding:4px 8px;
	font-family:'Roboto Condensed',Sans-serif;
	font-size:12px;
	color:#333;
	background:#fff;
	border:none;
}

/* WRAP */

.input-group.search{
	width:100%;
}

.overflow-autos{
	overflow-y:auto;
	height:300px;
}

/* =========================================================
   MENU STYLE 1
========================================================= */

.verticalt-menu{
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #dcdcdc;
	background:#fff;
}

.verticalt-menu li{
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
}

.verticalt-menu li:last-child{
	border-bottom:none;
}

.verticalt-menu a{
	display:block;
	padding:5px 8px;
	background:linear-gradient(to bottom,#fff7f7 0%,#ffe5e5 100%);
	font-family:'Roboto Condensed',Sans-serif;
	font-size:14px;
	font-weight:500;
	color:#222;
	text-decoration:none;
	text-align:left;
}

.verticalt-menu a:hover{
	background:linear-gradient(to bottom,#ffd9d9 0%,#ffc2c2 100%);
	color:#8b0000;
	padding-left:11px;
}

.verticalt-menu a.active{
	background:linear-gradient(to bottom,#d61100 0%,#a50000 100%);
	color:#fff;
}

.verticalt-menu .fas,
.verticalt-menu .far,
.verticalt-menu .fab{
	margin-right:5px;
	color:#c10000;
	font-size:15px;
}

/* =========================================================
   MENU STYLE 2
========================================================= */

.verticalt-menut{
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #dcdcdc;
	background:#fff;
}

.verticalt-menut li{
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
}

.verticalt-menut li:last-child{
	border-bottom:none;
}

.verticalt-menut a{
	display:block;
	padding:5px 8px;
	background:linear-gradient(to bottom,#fff3e0 0%,#ffe0b8 100%);
	font-family:'Roboto Condensed',Sans-serif;
	font-size:14px;
	font-weight:500;
	color:#222;
	text-decoration:none;
	text-align:left;
	transition:all .2s ease;
}

.verticalt-menut a:hover{
	background:linear-gradient(to bottom,#ffd6a3 0%,#ffbf73 100%);
	color:#7a3200;
	padding-left:11px;
}

.verticalt-menut a.active{
	background:linear-gradient(to bottom,#ff9800 0%,#d97800 100%);
	color:#fff;
}

.verticalt-menut .fas,
.verticalt-menut .far,
.verticalt-menut .fab{
	margin-right:5px;
	color:#d66a00;
	font-size:15px;
}

/* MOBILE */

@media(max-width:575.98px){

	.verticalt-menu a,
	.verticalt-menut a{
		font-size:13px;
		padding:4px 7px;
	}

	.verticalt-menu .fas,
	.verticalt-menu .far,
	.verticalt-menu .fab,
	.verticalt-menut .fas,
	.verticalt-menut .far,
	.verticalt-menut .fab{
		font-size:14px;
	}

	.tabinput{
		font-size:11px;
		height:30px;
	}

}
/* =========================================================
   EMAIL BLINK / SHINE EFFECT
========================================================= */

.email-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
    /* border: 1px solid #dcdcdc; */
    border-radius: 4px;
    padding: 10px 8px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
    /* animation: emailBlink 2s infinite; */
}

/* EFEK BERKILAU */

.email-box::before{
	content:"";
	position:absolute;
	top:0;
	left:-120%;
	width:60%;
	height:100%;
	background:linear-gradient(
		120deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,.55) 50%,
		rgba(255,255,255,0) 100%
	);
	transform:skewX(-25deg);
	animation:emailShine 3s infinite;
}

/* ICON */

.email-box .fas,
.email-box .far,
.email-box .fab{
	display:block;
	font-size:22px;
	color:#c10000;
	margin-bottom:6px;
	animation:iconBlink 1.5s infinite;
}

/* TEXT */

.email-box a{
	font-family:'Roboto Condensed',Sans-serif;
	font-size:15px;
	font-weight:700;
	color:#333;
	text-decoration:none;
	transition:all .2s ease;
}

.email-box a:hover{
	color:#b30000;
}

/* BLINK BOX */

@keyframes emailBlink{
	0%,100%{
		box-shadow:0 0 4px rgba(193,0,0,.08);
	}
	50%{
		box-shadow:0 0 12px rgba(193,0,0,.25);
	}
}

/* SHINE */

@keyframes emailShine{
	100%{
		left:150%;
	}
}

/* ICON BLINK */

@keyframes iconBlink{
	0%,100%{
		opacity:1;
		transform:scale(1);
	}
	50%{
		opacity:.6;
		transform:scale(1.08);
	}
}

/* MOBILE */

@media(max-width:575.98px){

	.email-box{
		padding:8px 6px;
	}

	.email-box .fas,
	.email-box .far,
	.email-box .fab{
		font-size:19px;
		margin-bottom:5px;
	}

	.email-box a{
		font-size:13px;
	}

}
.textwidget a:hover .far,
.textwidget a:hover .fas,
.textwidget a:hover .fab{
	color:#fff;
	text-shadow:0 0 4px rgba(255,0,0,.25);
}
.btn-info, .btn-success, .btn-primary, .btn-warning, .btn-danger {
    text-align: left !important;
    color: white !important;
    border-radius: 5px;
    font-family: 'Roboto Condensed', Sans-serif !important;
    padding: 5px !important;
    font-size: 14px;
	width: 100%;
}

.btn-info, .btn-success, .btn-primary, .btn-warning, .btn-danger {
    display: inline-block;
    text-decoration: none;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-default {
    -moz-box-shadow: inset 0px 1px 0px 0px #f7f7f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f7f7f7;
    box-shadow: inset 0px 1px 0px 0px #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #cecece));
    background: -moz-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background: -o-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background: -ms-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background: linear-gradient(to bottom, #f3f3f3 5%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0);
    background-color: #f3f3f3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #a2a2a2;
    color: #151515;
    text-shadow: 0px 1px 0px #fff;
}

.btn-default:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cecece), color-stop(1, #f3f3f3));
    background: -moz-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #cecece 5%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#f3f3f3',GradientType=0);
    background-color: #cecece;
}

.btn-default:active {
    position: relative;
    top: 1px;
}

.btn-primary {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color: #3d94f6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #337fed;
    color: #ffffff;
    text-shadow: 0px 1px 0px #1570cd;
}

.btn-primary:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color: #1e62d0;
}

.btn-primary:active {
    position: relative;
    top: 1px;
}

.btn-success {
    -moz-box-shadow: inset 0px 1px 0px 0px #37ff00;
    -webkit-box-shadow: inset 0px 1px 0px 0px #37ff00;
    box-shadow: inset 0px 1px 0px 0px #37ff00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #19d604), color-stop(1, #129903));
    background: -moz-linear-gradient(top, #19d604 5%, #129903 100%);
    background: -webkit-linear-gradient(top, #19d604 5%, #129903 100%);
    background: -o-linear-gradient(top, #19d604 5%, #129903 100%);
    background: -ms-linear-gradient(top, #19d604 5%, #129903 100%);
    background: linear-gradient(to bottom, #19d604 5%, #129903 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19d604', endColorstr='#129903',GradientType=0);
    background-color: #19d604;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #009c10;
    color: #ffffff;
    text-shadow: 0px 1px 0px #2f6627;
}

.btn-success:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #129903), color-stop(1, #19d604));
    background: -moz-linear-gradient(top, #129903 5%, #19d604 100%);
    background: -webkit-linear-gradient(top, #129903 5%, #19d604 100%);
    background: -o-linear-gradient(top, #129903 5%, #19d604 100%);
    background: -ms-linear-gradient(top, #129903 5%, #19d604 100%);
    background: linear-gradient(to bottom, #129903 5%, #19d604 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#129903', endColorstr='#19d604',GradientType=0);
    background-color: #129903;
}

.btn-success:active {
    position: relative;
    top: 1px;
}

.btn-info {
    -moz-box-shadow: inset 0px 1px 0px 0px #78caf0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #78caf0;
    box-shadow: inset 0px 1px 0px 0px #78caf0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #07b9d1), color-stop(1, #008ec2));
    background: -moz-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background: -webkit-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background: -o-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background: -ms-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background: linear-gradient(to bottom, #07b9d1 5%, #008ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07b9d1', endColorstr='#008ec2',GradientType=0);
    background-color: #07b9d1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #008fa8;
    color: #ffffff;
    text-shadow: 0px 1px 0px #0f64bf;
}

.btn-info:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #008ec2), color-stop(1, #07b9d1));
    background: -moz-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background: -webkit-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background: -o-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background: -ms-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background: linear-gradient(to bottom, #008ec2 5%, #07b9d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ec2', endColorstr='#07b9d1',GradientType=0);
    background-color: #008ec2;
}

.btn-info:active {
    position: relative;
    top: 1px;
}

.btn-warning {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffed94;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffed94;
    box-shadow: inset 0px 1px 0px 0px #ffed94;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0cd1f), color-stop(1, #dea700));
    background: -moz-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background: -webkit-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background: -o-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background: -ms-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background: linear-gradient(to bottom, #f0cd1f 5%, #dea700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0cd1f', endColorstr='#dea700',GradientType=0);
    background-color: #f0cd1f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #bd8e00;
    color: #ffffff;
    text-shadow: 0px 1px 0px #a65b00;
}

.btn-warning:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dea700), color-stop(1, #f0cd1f));
    background: -moz-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background: -webkit-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background: -o-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background: -ms-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background: linear-gradient(to bottom, #dea700 5%, #f0cd1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dea700', endColorstr='#f0cd1f',GradientType=0);
    background-color: #dea700;
}

.btn-warning:active {
    position: relative;
    top: 1px;
}

.btn-danger {
    -moz-box-shadow: inset 0px 1px 0px 0px #ff9696;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ff9696;
    box-shadow: inset 0px 1px 0px 0px #ff9696;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f01f1f), color-stop(1, #de0000));
    background: -moz-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background: -webkit-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background: -o-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background: -ms-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background: linear-gradient(to bottom, #f01f1f 5%, #de0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f01f1f', endColorstr='#de0000',GradientType=0);
    background-color: #f01f1f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #bd0000;
    color: #ffffff;
    text-shadow: 0px 1px 0px #a60000;
}

.btn-danger:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de0000), color-stop(1, #f01f1f));
    background: -moz-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background: -webkit-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background: -o-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background: -ms-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background: linear-gradient(to bottom, #de0000 5%, #f01f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de0000', endColorstr='#f01f1f',GradientType=0);
    background-color: #de0000;
}

.btn-danger:active {
    position: relative;
    top: 1px;
}

.btn-inverse {
    -moz-box-shadow: inset 0px 1px 0px 0px #bfbfbf;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bfbfbf;
    box-shadow: inset 0px 1px 0px 0px #bfbfbf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #757575), color-stop(1, #000000));
    background: -moz-linear-gradient(top, #757575 5%, #000000 100%);
    background: -webkit-linear-gradient(top, #757575 5%, #000000 100%);
    background: -o-linear-gradient(top, #757575 5%, #000000 100%);
    background: -ms-linear-gradient(top, #757575 5%, #000000 100%);
    background: linear-gradient(to bottom, #757575 5%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#000000',GradientType=0);
    background-color: #757575;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #141414;
    color: #ffffff;
    text-shadow: 0px 1px 0px #6b6b6b;
}

.btn-inverse:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #757575));
    background: -moz-linear-gradient(top, #000000 5%, #757575 100%);
    background: -webkit-linear-gradient(top, #000000 5%, #757575 100%);
    background: -o-linear-gradient(top, #000000 5%, #757575 100%);
    background: -ms-linear-gradient(top, #000000 5%, #757575 100%);
    background: linear-gradient(to bottom, #000000 5%, #757575 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#757575',GradientType=0);
    background-color: #000000;
}

.btn-inverse:active {
    position: relative;
    top: 1px;
}
.single-view .entry-byline{
	margin-bottom:0;
	border-bottom:1px solid #eee;
	padding-bottom:0;
}

.entry-thumbnail{
	float:left;
	padding-right:8px;
}

.entry-thumbnail .post-thumbnail{
	display:table;
	background:#f7f7f7;
	border:1px solid #ddd;
	padding:3px;
}

.entry-thumbnail img{
	float:left;
}

.continue-reading{
	background:linear-gradient(to bottom,#fff,#e9e9e9);
	display:inline-block;
	float:right;
	padding:3px 10px;
	color:#333;
	border:1px solid #ccc;
	border-left:4px solid #d61100;
	border-radius:3px;
	font-size:13px;
	font-weight:700;
}

.continue-reading:hover{
	background:linear-gradient(to bottom,#d61100,#a80000);
	border-color:#a80000;
	color:#fff;
	text-decoration:none;
}

.sticky .continue-reading{
	border-color:#b30000;
}

.blog-view .entry-content{
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arimo,Arial,sans-serif;
	font-size:14px;
	line-height:1.55;
}

.single-view .entry-content{
	font-family:Arimo,Arial,sans-serif;
	font-size:15px;
	line-height:1.6;
}

.entry-footer{
	clear:both;
	border-top:1px solid #eee;
	margin-top:8px;
	padding-top:5px;
}

.entry-updated{
	color:#777;
	font-size:11px;
	padding:2px 0;
}

.entry-tags{
	padding:2px 0;
	font-size:12px;
}

.blog-nav,
.post-nav{
	margin-bottom:10px;
}

.blog-nav{
	padding:4px 0;
}

.link-prev{
	float:left;
}

.link-next{
	float:right;
}

.link-prev a,
.link-next a{
	background:linear-gradient(to bottom,#fff,#eee);
	display:inline-block;
	padding:3px 9px;
	border:1px solid #ccc;
	border-left:4px solid #d61100;
	box-shadow:none;
	color:#333;
	border-radius:3px;
	font-size:13px;
	font-weight:700;
}

.link-prev a:hover,
.link-next a:hover{
	background:linear-gradient(to bottom,#d61100,#a80000);
	border-color:#a80000;
	color:#fff;
	text-decoration:none;
}

.attachment-nav div a{
	background:#eee;
	border:1px solid #ccc;
	box-shadow:none;
	text-decoration:none;
	color:#333;
}

.attachment-nav div a:hover{
	background:#d61100;
	color:#fff;
}

.page-nav,
.comment-nav{
	clear:both;
	display:block;
	padding:8px 0 2px;
	font-family:Arimo,Arial,sans-serif;
	font-size:13px;
	line-height:20px;
}

.page-nav > *,
.comment-nav > *{
	background:linear-gradient(to bottom,#d61100,#a80000);
	color:#fff;
	display:inline-block;
	padding:3px 9px;
	border-radius:3px;
	border:1px solid #970000;
}

.page-nav a,
.comment-nav a{
	text-decoration:none;
	color:#fff;
}

.page-nav a:hover,
.comment-nav a:hover{
	color:#fff;
	text-decoration:underline;
}

.search-results .type-page .entry-byline{
	display:none;
}

@media(max-width:575.98px){
	.entry-title{
		font-size:18px !important;
	}

	.single-view .entry-content{
		font-size:14px !important;
	}

	.entry-author,
	.entry-date,
	.entry-categories,
	.entry-comment-info{
		float:none;
		display:block;
		margin-right:0 !important;
	}

	.continue-reading,
	.link-prev a,
	.link-next a{
		font-size:12px !important;
		padding:3px 8px !important;
	}
}
/*-------------------------------------
	Post Content - Red Concept
--------------------------------------*/

.entry-content a{
	text-decoration:none;
}

.entry-content a:hover{
	color:#e00000;
	text-decoration:underline;
}

.entry-content p,
.comment-content p{
	margin:5px 0 12px;
}

.entry-excerpt p{
	margin:0 0 5px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
	clear:none;
	line-height:1.5;
	font-family:'Roboto Condensed',Arial,sans-serif;
	color:#222;
	margin:8px 0 6px;
}

.entry-content h1,
.comment-content h1{
	font-size:22px;
}

.entry-content h2,
.comment-content h2{
	font-size:20px;
	border-bottom:2px solid #d61100;
	padding-bottom:4px;
}

.entry-content h3,
.comment-content h3{
	font-size:18px;
}

.entry-content h4,
.comment-content h4{
	font-size:16px;
}

.entry-content h5,
.comment-content h5{
	font-size:15px;
}

.entry-content h6,
.comment-content h6{
	font-size:14px;
}

.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol{
	margin:8px 0 12px 18px;
	padding-left:15px;
}

.entry-content li,
.comment-content li{
	list-style-position:outside;
	list-style-type:disc;
	margin:4px 0;
}

.entry-content ol > li,
.comment-content ol > li{
	list-style-type:decimal;
}

.entry-content ol > li > ol > li,
.comment-content ol > li > ol > li{
	list-style-type:lower-alpha;
}

.entry-content ol > li > ol > li > ol > li,
.comment-content ol > li > ol > li > ol > li{
	list-style-type:lower-roman;
}

.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td{
	padding:7px 9px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.entry-content img,
.comment-content img{
	height:auto;
	max-width:100%;
}

.wp-smiley{
	width:auto !important;
	border:none !important;
	padding:0 !important;
	background:none !important;
}

.alignnone{
	margin-top:4px;
	margin-bottom:4px;
}

.alignleft{
	float:left;
	margin:4px 8px 4px 0;
}

.alignright{
	float:right;
	margin:4px 0 4px 8px;
}

.aligncenter{
	display:block;
	margin:6px auto;
}

.wp-caption{
	max-width:100%;
	background:#fafafa;
	border:1px solid #ddd;
	padding:4px;
	text-align:center;
}

.wp-caption img{
	width:100%;
	background:#fff;
	border:1px solid #ddd;
	padding:3px;
}

.wp-caption .wp-caption-text,
.gallery-caption{
	margin:0;
	padding:4px 5px 0;
	color:#555;
	font-size:12px;
	line-height:1.6;
}

.gallery .gallery-item{
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

.gallery-item img{
	padding:4px;
	display:inline-block;
	background:#fff;
	border:1px solid #ddd !important;
	transition:all .2s ease;
}

.gallery-item img:hover{
	background:#fff3f3;
	border:1px solid #d61100 !important;
}

.type-attachment .entry-content div.attachment{
	margin-bottom:10px;
	text-align:center;
}

.sitemap-template .entry-content h3{
	margin-left:10px;
	color:#b30000;
}

.sitemap-template .entry-content ul{
	margin:8px 0 15px 10px;
}

.sitemap-template .entry-content ul li{
	list-style:square inside;
}

@media(max-width:575.98px){

	.entry-content h1,
	.comment-content h1{
		font-size:20px;
	}

	.entry-content h2,
	.comment-content h2{
		font-size:18px;
	}

	.entry-content h3,
	.comment-content h3{
		font-size:16px;
	}

	.entry-content p,
	.comment-content p{
		margin:4px 0 10px;
	}

	.entry-content ul,
	.entry-content ol,
	.comment-content ul,
	.comment-content ol{
		margin-left:14px;
		padding-left:12px;
	}
}
/*-------------------------------------
	Author Info & Author Page
--------------------------------------*/
.author-info {padding: 0;}

.author-info .title {
	background-color: #2A5A8E;
	color: #FFF;
	padding: 4px 8px;
	text-shadow: 1px 1px 2px #222;
}
.author-avatar, .author-description{
	display: table-cell;
	padding: 8px;
	vertical-align: top;
}
.author-avatar img {display: block;}

.author-post-count {text-align: center;}

.author-latest-posts {
	background-color: #FFF;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
	padding: 8px;
}
.author-latest-posts li {
    list-style: square inside;
	margin: 4px 0 4px 4px;
}

/*-------------------------------------
	Comments
--------------------------------------*/
#comment-header, #respond, #no-comments, .comment-body {
	background-color: #FFF;
	margin: 0 0 10px;
	padding: 8px;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
}

#comment-header .title {
	display: inline-block;
	float: left;
	line-height: 20px;
}
#comment-header .respond-link {
	display: inline-block;
	float: right;
}
#comment-header .respond-link a {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;	
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
#comment-header .respond-link a:hover {
	text-decoration: underline;
}

#comments .comment-list {
	padding-left: 0;
}

#comments .children {
	padding-left: 30px;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
	list-style: none;
	margin: 0 0 10px;
}

.comment-author-admin > .comment-body, .bypostauthor > .comment-body {
	border-top: 6px solid #2A5A8E;
}

.comment-author,
.comment-author .avatar,
.comment-author .link {
	float: left;
}

.comment-author .avatar {
    margin-left: -8px;
    margin-top: -8px;
}
.comment-author .link {
	margin: 6px 8px;
	font-size: 15px;
	font-weight: bold;
	word-wrap: break-word;
}

.comment-metadata {float: right;}
.comment-metadata a {color: #888;}
.comment-edit-link {
	background-color: #E0E0E0;
	color: #222;
	padding: 2px 8px;
}

.comment-awaiting-moderation {
	clear: right;
	display: inline-block;
	float: right;
	margin: 8px;
	font-style: italic;
}

.comment-content {
	clear: both;
	padding-top: 4px;
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.55;
}
.comment-content th, .comment-content td {
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.55;
}

.comment-body .reply {
	margin-top: 8px;
	overflow: hidden;
}

.comment-reply-link {
	background-color: #2A5A8E;
	color: #FFF;
	display: inline-block;
	float: right;
	padding: 2px 10px;
}

#no-comments .genericon {
	color: #888;
	font-size: 20px;
	line-height: 22px;
}
#no-comments  h4 {
	display: inline-block;
	margin-left: 10px;
	color: #888;
}

#respond .comment-reply-title {margin-bottom: 8px;}

#respond p {margin-top: 8px;}

#cancel-comment-reply-link {
	background-color: #F0F0F0;
	padding: 2px 8px;
	font-size: 16px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	margin-left: 2px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
	display: block;
	padding: 3px;
	border: 1px solid #555;
	box-shadow: 0 0 3px #888 inset;
}

.comment-form-comment {padding: 0 3px;}

.comment-form-comment label {display: block;}

.comment-form-comment textarea {
	position: relative;
	width: 100%;
	padding: 4px;
}

#respond #submit {padding: 5px 10px;}

.comment-navigation {margin-bottom: 10px;}
.page-numbers.current {cursor: default;}

#comment-area #disqus_thread {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333;
}
.pj-grid{
	display:flex;
	flex-wrap:wrap;
	margin-left:-5px;
	margin-right:-5px;
}

.pj-grid-item{
	width:50%;
	padding-left:5px !important;
	padding-right:5px !important;
	box-sizing:border-box;
}

.pj-grid{
	display:flex;
	flex-wrap:wrap;
	margin-left:-5px;
	margin-right:-5px;
	align-items:stretch;
}

.pj-grid-item{
	width:50%;
	padding-left:5px !important;
	padding-right:5px !important;
	box-sizing:border-box;
	display:flex;
}

.pj-grid-item table{
	width:100%;
	height:100%;
}

@media(max-width:767px){

	.pj-grid{
		display:block;
		margin-left:0;
		margin-right:0;
	}

	.pj-grid-item{
		width:100%;
		padding-left:0 !important;
		padding-right:0 !important;
		display:block;
	}

}
/* FORCE PX-3 / PL-3 / PR-3 MENJADI 0 */

.pj-grid-item.px-3,
.pj-grid-item.pl-3,
.pj-grid-item.pr-3{
	padding-left:0 !important;
	padding-right:0 !important;
}

/* BOOTSTRAP BREAKPOINT */

@media(min-width:576px){

	.pj-grid-item.px-sm-3,
	.pj-grid-item.pl-sm-3,
	.pj-grid-item.pr-sm-3{
		padding-left:2px !important;
		padding-right:2px !important;
	}

}

@media(min-width:768px){

	.pj-grid-item.px-md-3,
	.pj-grid-item.pl-md-3,
	.pj-grid-item.pr-md-3{
		padding-left:2px !important;
		padding-right:2px !important;
	}

}

@media(min-width:992px){

	.pj-grid-item.px-lg-3,
	.pj-grid-item.pl-lg-3,
	.pj-grid-item.pr-lg-3{
		padding-left:2px !important;
		padding-right:2px !important;
	}

}

@media(min-width:1200px){

	.pj-grid-item.px-xl-3,
	.pj-grid-item.pl-xl-3,
	.pj-grid-item.pr-xl-3{
		padding-left:2px !important;
		padding-right:2px !important;
	}

}
.pj-table-wrap strong i{
	font-size:11px;
	margin-right:3px;
	color:#d61100;
	vertical-align:middle;
}
.yoast-text-mark {
	display:none;
}
/*----------------------------------------------
	Widgets
-----------------------------------------------*/

.frontier-widget:after {
	clear: both;
	content: "";
	display: table;
}
.widget-title {
	background-color: #2A5A8E;
	margin: -8px -8px 8px;
	padding: 4px 8px;
	color: #EEE;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px 2px #222;
}
.widget-title a {
	color: #FFF;
	text-decoration: none;
}

.widget-body {display: inline-block;}

.widget-header {
	display: inline-block;
	float: left;
	margin: 0;
}

.widget-header,
.widget-before-post,
.widget-before-post-content,
.widget-after-post-content,
.widget-after-post {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.widget-after-post {margin: 10px 0 0;}

.widget-footer {
	display: inline-block;
	float: left;
	margin: 0 0.5% 10px;
}

.widget-column-1 .widget-footer {
	display: block;
	width: auto;
	float: none;
	margin: 0 0 10px;
}
.widget-column-2 .widget-footer {width: 48.98%;}
.widget-column-3 .widget-footer {width: 32.32%;}
.widget-column-4 .widget-footer {width: 23.98%;}
.widget-column-5 .widget-footer {width: 18.98%;}
.widget-column-6 .widget-footer {width: 15.65%;}

.widget-column-2 .widget-footer:nth-child(2n+1),
.widget-column-3 .widget-footer:nth-child(3n+1),
.widget-column-4 .widget-footer:nth-child(4n+1),
.widget-column-5 .widget-footer:nth-child(5n+1),
.widget-column-6 .widget-footer:nth-child(6n+1) {
	clear: left;
}

#widgets-wrap-below-menu {
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	padding: 10px 10px 0;
}
#widgets-wrap-before-post,
#widgets-wrap-before-post-content,
#widgets-wrap-after-post-content,
#widgets-wrap-after-post {
	position: relative;
	clear: both;
}
#widgets-wrap-after-post {margin-top: 8px;}
#widgets-wrap-footer {
	background-color: rgba(0, 0, 0, 0.25);
	border-top: 1px solid #000;
	padding: 10px;
}

.frontier-widget p {margin: 4px 0 12px;}

.frontier-widget ul ul, .frontier-widget ol ol {
	margin: 0 !important;
	padding-left: 15px;
}

.frontier-widget li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E0E0E0;
}

.frontier-widget li:last-child {
    border-bottom: none;
}

.widget_search label .screen-reader-text {
	display: none;
}
.widget_search label .search-field {
	background-color: #EEE;
    margin: 4px 4px 4px 0;
	padding: 4px;
	min-width: 55%;
	border: 1px solid #555;
	box-shadow: 0 0 2px #333 inset;
}
.widget_search .search-submit {
    background-color: #2A5A8E;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 0 0 #333;
    color: #FFF;
    cursor: pointer;
	margin: 2px 0;
    padding: 4px 8px;
}

.widget_tag_cloud {
	line-height: 24px;
}

.widget_calendar table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}
.widget_calendar caption {
	background-color: #2A5A8E;
	padding: 8px 0;
	color: #FFF;
}
.widget_calendar th {
	background-color: #E0E0E0;
	padding: 8px;
}
.widget_calendar td {
	background-color: #FFF;
	padding: 8px;
}

/*-------------------------------------
	Basic Slider
--------------------------------------*/
#slider {
    background-color: #FFF;
    border: 1px solid #555;
    box-shadow: 0 0 2px #333;
    display: block;
    overflow: hidden;
}
.slider-main {margin: 5px;}
.slider-content {margin-bottom: 10px;}

#basic-slider {max-width: 100% !important;}

.bjqs, .bjqs-slide {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
.bjqs {position: relative;}
.bjqs-slide {position: absolute;}

.bjqs-slide a {
	display: block;
}
.bjqs-slide img {
	display: block;
	margin: auto;
}

.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
.bjqs-controls a {
	position: absolute;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left, right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left, right;
	transition: left 0.3s ease-in-out;
	transition-property: left, right;
}
.bjqs-prev a {left: -50px;}
.bjqs-next a {right: -50px;}
.slider-prev {background-image: url('images/slider-prev.png');}
.slider-next {background-image: url('images/slider-next.png');}
.slider-prev, .slider-next {
	display: block;
	height: 32px;
	width: 38px;
}
#basic-slider:hover li.bjqs-next a {right: 10px;}
#basic-slider:hover li.bjqs-prev a {left: 10px;}

.slider-element {display: none;}

.bjqs-heading, .bjqs-descript {
	background-color: rgba(0, 0, 0, 0.65);
	color: #EEE;
	padding: 8px;
	width: 100%;
}
.bjqs-heading {
	position: absolute;
	top: 0;
	font-size: 16px;
}
.bjqs-descript {
	position: absolute;
	bottom: 0;
}

/*-------------------------------------
	Extra
--------------------------------------*/

/* bbPress */
#content #bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.super-sticky,
#bbpress-forums ul.sticky {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	font-size: 0.813rem;
}
#content #bbpress-forums a {text-decoration: none;}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {padding: 8px 20px;}

#bbpress-forums .bbp-topic-permalink {
	font-size: 14px;
	font-size: 0.875rem;
}

#bbpress-forums .avatar {
	min-width: 20px;
	min-height: 20px;
}

#bbpress-forums .bbp-reply-content {padding: 10px 0 0;}

.bbp-pagination-links > * {
	background-color: #222;
	padding: 2px 10px !important;
	border: 1px solid #000 !important;
	color: #FFF;
}
.bbp-pagination-links .page-numbers.current {background-color: #555;}

.bbp-pagination-links > a:hover {
	background-color: #E0E0E0;
	color: #000;
	font-weight: bold;
}

@media print {
	#nav-top,
	#header,
	#nav-main,
	#below-menu,
	#slider,
	#sidebar-right,
	#sidebar-left,
	#footer,
	#bottom-bar,
	#comment-area,
	#widgets-wrap-before-content,
	#widgets-wrap-after-content,
	#widgets-wrap-before-post,
	#widgets-wrap-after-post,
	#widgets-wrap-before-post-content,
	#widgets-wrap-after-post-content,
	.entry-footer,
	.blog-nav,
	.post-nav {
		display: none;
	}

	#main,
	#content {
		padding: 0;
	}

	#content {
		display: block;
		float: none;
		width: auto;
	}

	.blog-view,
	.single-view {
		border: none;
	}

	.blog-view,
	.blog-view.sticky {
		border-top: 1px dashed #555;
	}

	#site-title a {
		color: #000;
	}

	#site-description {
		color: #333;
	}

	.entry-byline a,
	.genericon {
		color: #333;
	}
}

/* =========================================================
   FRONTIER FINAL IMPORTANT VERSION
   Bootstrap 4.3.1 + Frontier + Plugin Custom
========================================================= */

/* =========================================================
   LIVE DRAW BLINK SIMPLE
========================================================= */

.live-draw-blink{
	display:inline-block;
	color:#d61100;
	font-size:12px;
	font-weight:700;
	font-family:'Roboto Condensed',Arial,sans-serif;
	animation:liveDrawBlink .9s infinite;
}

@keyframes liveDrawBlink{
	0%,100%{
		opacity:1;
	}
	50%{
		opacity:.2;
	}
}

/* RESULT TERBARU */

#listresult tr.result-updated .numball,
#listresult td.result-new .numball{
	animation:resultBallNew .8s infinite;
	color:#d61100;
}

@keyframes resultBallNew{
	0%,100%{
		opacity:1;
		transform:scale(1);
	}
	50%{
		opacity:.35;
		transform:scale(1.08);
	}
}

.result-badge-new{
	display:inline-block;
	margin-top:4px;
	color:#d61100;
	font-size:11px;
	font-weight:700;
	font-family:'Roboto Condensed',Arial,sans-serif;
	animation:badgeBlink 1s infinite;
}

@keyframes badgeBlink{
	0%,100%{
		opacity:1;
	}
	50%{
		opacity:.3;
	}
}

/* MOBILE */

@media(max-width:575.98px){

	.live-draw-blink{
		font-size:11px;
	}

	.result-badge-new{
		font-size:10px;
	}
}

a:hover{
	text-decoration:none !important;
}

/* WRAPPER */

#container{
	width:1042px !important;
	max-width:100% !important;
	margin:0 auto !important;
	background:#f5f5f5 !important;
	box-shadow:0 0 6px rgba(0,0,0,.55) !important;
}

#main{
	background:#f5f5f5 !important;
	padding:5px !important;
}

/* TOP BAR */

#top-bar{
	background:linear-gradient(90deg,#850000,#b90000,#850000) !important;
	border-bottom:1px solid #6b0000 !important;
	min-height:34px !important;
	padding:4px !important;
	color:#fff !important;
}

/* HEADER */

#header{
	background:#e00000 !important;
	border-bottom:1px solid #8c0000 !important;
	min-height:0 !important;
}

#header-logo{
	display:inline-block !important;
	float:left !important;
	padding:6px 10px !important;
	max-width:100% !important;
}

#header-logo img{
	max-width:100% !important;
	height:auto !important;
}

/* NAVIGATION */

#nav-main{
	background:#d61100 !important;
	border-bottom:1px solid #8c0000 !important;
	padding-left:0 !important;
}

#nav-main .nav-main{
	float:right !important;
	margin:0 !important;
	border-left:1px solid #ae0000 !important;
	border-right:0 !important;
}

#nav-main .nav-main > li,
#nav-main .nav-main > ul > .page_item{
	border-left:1px solid #f42f1e !important;
	border-right:1px solid #ae0000 !important;
	background:linear-gradient(0deg,#b50000,#f00000) !important;
}

#nav-main .nav-main > li > a,
#nav-main .nav-main > ul > .page_item > a{
	min-width:auto !important;
	padding:12px 10px !important;
	color:#fff !important;
	font-family:'Roboto Condensed',Arial,sans-serif !important;
	font-size:15px !important;
	font-weight:700 !important;
	text-shadow:0 1px 2px #222 !important;
}

#nav-main .nav-main a:hover,
#nav-main .nav-main > li.current_page_item{
	background:rgba(0,0,0,.35) !important;
	color:#fff !important;
}

#nav-main .sub-menu,
#nav-main .children{
	background:#2b2b2b !important;
	border:1px solid #000 !important;
	box-shadow:0 2px 5px rgba(0,0,0,.45) !important;
}

#nav-main .sub-menu a,
#nav-main .children a{
	color:#fff !important;
	font-size:14px !important;
}

#nav-main .sub-menu a:hover,
#nav-main .children a:hover{
	background:#d61100 !important;
	color:#fff !important;
}
/* FORCE HAPUS PX-3 HANYA DI RESULT/DATA PLUGIN */

#listresult.px-3,
div#listresult.px-3,
.wp-result-lazy.px-3,
.wp-data-result.px-3,
.statistik-result-wrap.px-3{
	padding-left:0 !important;
	padding-right:0 !important;
}

#listresult[class*="px-3"],
#listresult[class*="pl-3"],
#listresult[class*="pr-3"]{
	padding-left:0 !important;
	padding-right:0 !important;
}

/* Kalau Bootstrap masih menang karena load setelah CSS tema */
body #listresult.px-3,
body div#listresult.px-3,
body .wp-result-lazy.px-3{
	padding-left:0 !important;
	padding-right:0 !important;
}
/* CONTENT */
/* =========================================================
   RESULT LOADER SVG STYLE
========================================================= */

#wp-result-loader{
	position:relative;
	width:100%;
	padding:30px 15px;
	text-align:center;
	background:#fff;
	border-top:3px solid #d61100;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	overflow:hidden;
}

/* SVG SPINNER */

#wp-result-loader::before{
	content:"";
	display:block;
	width:52px;
	height:52px;
	margin:0 auto 14px;
	border:4px solid #f1f1f1;
	border-top:4px solid #d61100;
	border-radius:50%;
	animation:resultLoaderSpin .8s linear infinite;
}

/* LOADING BAR */

.result-loading-bar{
	position:relative;
	width:180px;
	height:4px;
	background:#f1f1f1;
	margin:0 auto 12px;
	border-radius:20px;
	overflow:hidden;
}

.result-loading-bar::before{
	content:"";
	position:absolute;
	left:-50%;
	top:0;
	width:50%;
	height:100%;
	background:linear-gradient(90deg,#d61100,#ff0000,#d61100);
	border-radius:20px;
	animation:resultBarMove 1s infinite;
}

/* TEXT */

.result-loading-text{
	font-size:13px;
	font-weight:700;
	color:#d61100;
	font-family:'Roboto Condensed',Arial,sans-serif;
	letter-spacing:.3px;
	animation:resultTextBlink 1s infinite;
}

/* ANIMATION */

@keyframes resultLoaderSpin{
	100%{
		transform:rotate(360deg);
	}
}

@keyframes resultBarMove{
	100%{
		left:100%;
	}
}

@keyframes resultTextBlink{
	0%,100%{
		opacity:1;
	}
	50%{
		opacity:.35;
	}
}

/* MOBILE */

@media(max-width:575.98px){

	#wp-result-loader{
		padding:24px 10px;
	}

	#wp-result-loader::before{
		width:44px;
		height:44px;
		border-width:3px;
	}

	.result-loading-bar{
		width:140px;
		height:3px;
	}

	.result-loading-text{
		font-size:12px;
	}

}
.blog-view,
.single-view,
.author-info,
.archive-info,
.form-404,
.frontier-widget{
	background:#fff !important;
	border:1px solid #ddd !important;
	box-shadow:none !important;
	margin:0 !important;
	padding:10px !important;
	word-wrap:break-word !important;
}

.blog-view{
	border-top:4px solid #d61100 !important;
}

.entry-title{
	text-align:center !important;
	font-family:'Roboto Condensed',Arial,sans-serif !important;
	font-weight:700 !important;
}

.entry-title a{
	color:#222 !important;
}

.entry-title a:hover{
	color:#d61100 !important;
}

.entry-content{
	font-family:'Roboto',Arial,sans-serif !important;
	font-size:14px !important;
	line-height:1.6 !important;
}

/* TABLE */

.table,
.entry-content table,
.comment-content table{
	width:100% !important;
	margin:10px auto !important;
	border-collapse:collapse !important;
	background:#fff !important;
}



/* =========================================================
   NUMBALL + DROPDOWN + SEARCH BOX - FINAL IMPORTANT
========================================================= */

/* SEARCH BOX */

.wp-result-search-box{
	margin:0 0 10px !important;
	padding:0 !important;
}

#wpResultSearch{
	width:100% !important;
	height:38px !important;
	padding:8px 10px !important;
	font-size:13px !important;
	color:#333 !important;
	background:#fff !important;
	border:1px solid #ddd !important;
	border-radius:4px !important;
	text-align:center !important;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.05) !important;
}

#wpResultSearch:focus{
	outline:none !important;
	border-color:#df0000 !important;
	box-shadow:0 0 4px rgba(223,0,0,.25) !important;
}

#wpResultSearch::placeholder{
	color:#777 !important;
}

/* RESULT BALL */

.numball{
	display:inline-block !important;
	width:30px !important;
	height:30px !important;
	line-height:30px !important;
	text-align:center !important;
	font-size:16px !important;
	font-weight:bold !important;
	color:#ffffff !important;
	background:linear-gradient(135deg,#df0000 0%,#df0000 50%,rgb(168 0 0) 51%,rgb(168 0 0) 100%) !important;
	border-radius:50% !important;
	margin:2px !important;
	box-shadow:2px 2px 4px rgba(0,0,0,0.3) !important;
	transition:transform 0.2s ease, background 0.2s ease !important;
	cursor:pointer !important;
}

.numball:hover{
	background:linear-gradient(135deg,rgb(168,0,0) 0%,rgb(168,0,0) 50%,#df0000 51%,#df0000 100%) !important;
	transform:scale(1.1) !important;
}

/* HASIL TERBARU */

.result-updated .numball,
.result-new .numball,
td.result-new .numball{
	background:linear-gradient(135deg,#ffcc00 0%,#ff9900 50%,#df0000 51%,rgb(168 0 0) 100%) !important;
	color:#fff !important;
	box-shadow:0 0 7px rgba(223,0,0,.45) !important;
}

/* LIVE DRAW */

.live-draw-blink{
	display:inline-block !important;
	color:#df0000 !important;
	font-weight:bold !important;
}

/* DROPDOWN */

.dropdown{
	position:relative !important;
	width:100% !important;
}

.dropdown-toggle{
	width:100% !important;
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%) !important;
	color:white !important;
	border:none !important;
	padding:8px 10px !important;
	font-weight:bold !important;
	font-size:13px !important;
	border-radius:4px !important;
	text-align:left !important;
	position:relative !important;
	cursor:pointer !important;
	box-shadow:none !important;
}

.dropdown-toggle:hover{
	background:linear-gradient(90deg,#9c0000 0%,#df0000 50%,#9c0000 100%) !important;
	color:#fff !important;
}

/* PANAH */

.dropdown-toggle::after{
	content:'▼' !important;
	float:right !important;
	font-size:14px !important;
	line-height:1 !important;
	margin-top:2px !important;
	margin-left:8px !important;
	border:none !important;
	color:#fff !important;
}

.dropdown.open .dropdown-toggle::after,
.dropdown.show .dropdown-toggle::after{
	content:'▲' !important;
}

/* MENU */

.dropdown-menu{
	display:none;
	position:absolute !important;
	top:calc(100% + 4px) !important;
	left:0 !important;
	width:100% !important;
	background-color:#fff !important;
	border:1px solid #ddd !important;
	border-radius:4px !important;
	box-shadow:0 3px 6px rgba(0,0,0,0.1) !important;
	z-index:9999 !important;
	overflow:hidden !important;
	padding:0 !important;
	margin:0 !important;
}

.dropdown.open .dropdown-menu,
.dropdown.show .dropdown-menu{
	display:block !important;
}

.dropdown-menu .dropdown-item{
	padding:10px 12px !important;
	font-size:13px !important;
	color:#333 !important;
	text-decoration:none !important;
	border-bottom:1px solid #eee !important;
	background-color:#fff !important;
	display:block !important;
	width:100% !important;
	box-sizing:border-box !important;
}

.dropdown-menu .dropdown-item:last-child{
	border-bottom:none !important;
}

.dropdown-menu .dropdown-item:hover{
	background-color:#f7f7f7 !important;
	color:#000 !important;
}

/* RESPONSIVE */

.text-center{
	text-align:center !important;
}

.d-none.d-sm-table-cell{
	display:none !important;
}

@media(min-width:576px){
	.d-none.d-sm-table-cell{
		display:table-cell !important;
	}
}

.d-block.d-sm-none{
	display:block !important;
}

@media(min-width:576px){
	.d-block.d-sm-none{
		display:none !important;
	}
}

/* BUTTON */

.btn:not(:disabled):not(.disabled){
	cursor:pointer !important;
}

.miss{
	text-align:center !important;
	border:1px solid #ffdbdb !important;
	color:black !important;
	text-shadow:1px 1px 2px #fff !important;
	background:linear-gradient(0deg,rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%) !important;
}

.btn-block.miss:hover{
	border:1px solid red !important;
}

/* MOBILE */

@media(max-width:575.98px){

	#wpResultSearch{
		height:34px !important;
		font-size:12px !important;
		padding:6px 8px !important;
	}

	.table thead th{
		font-size:12px !important;
		padding:6px !important;
	}

	.table td{
		padding:5px 6px !important;
		font-size:12px !important;
	}

	.dropdown-toggle{
		font-size:12px !important;
		padding:6px 8px !important;
	}

	.dropdown-toggle::after{
		font-size:13px !important;
		margin-top:1px !important;
	}

	.numball{
		width:26px !important;
		height:26px !important;
		line-height:26px !important;
		font-size:14px !important;
		margin:1px !important;
	}

	.dropdown-menu .dropdown-item{
		font-size:12px !important;
		padding:8px 10px !important;
	}

	.table tbody tr{
		margin-bottom:4px !important;
	}

	.table td .mt-1.d-block.d-sm-none small{
		font-size:11px !important;
		color:#444 !important;
		display:block !important;
		margin-top:4px !important;
	}
}

.widget-title{
	background:linear-gradient(90deg,#b30000,#ff0000,#b30000) !important;
	color:#fff !important;
	text-align:center !important;
	font-family:'Roboto Condensed',Arial,sans-serif !important;
	font-size:18px !important;
	font-weight:700 !important;
	text-shadow:0 1px 2px #222 !important;
	margin:-10px -10px 8px !important;
	padding:6px 8px !important;
}

.widget-title a{
	color:#fff !important;
}

.frontier-widget li{
	border-bottom:1px solid #e0e0e0 !important;
	list-style:none !important;
	margin:0 !important;
	padding:1px !important;
}

.frontier-widget li:last-child{
	border-bottom:0 !important;
}

/* MENU */

.verticalt-menu a{
	display:block !important;
	background:linear-gradient(to bottom,#fafafa,#f0f0f0) !important;
	color:#000 !important;
	padding:4px 6px !important;
	font-size:14px !important;
	font-weight:500 !important;
	text-align:left !important;
	border-bottom:1px solid #e5e5e5 !important;
}

.verticalt-menu a:hover{
	background:linear-gradient(to bottom,#d60000,#a80000) !important;
	color:#fff !important;
	text-decoration:none !important;
}

/* FOOTER */

#bottom-bar{
	background:#fff !important;
	color:#222 !important;
	border-top:1px solid #ddd !important;
	text-shadow:none !important;
	min-height:34px !important;
}

#bottom-bar a{
	color:#ffc107 !important;
}

.footers{
	background:linear-gradient(90deg,#b30000,#e00000,#b30000) !important;
	color:#fff !important;
	padding:10px !important;
	font-size:14px !important;
	text-align:center !important;
}

/* RESPONSIVE */

@media screen and (max-width:840px){

	#container{
		width:100% !important;
	}

	#header-logo{
		width:40% !important;
		text-align:left !important;
		margin:0 !important;
	}

	#nav-main.dropped .nav-main{
		width:100% !important;
		margin:0 !important;
		background:#d61100 !important;
	}
}

@media(max-width:575.98px){

	.numball{
		width:26px !important;
		height:26px !important;
		line-height:26px !important;
		font-size:14px !important;
		margin:1px !important;
	}

	.dropdown-toggle{
		font-size:12px !important;
		padding:6px 8px !important;
	}

	.widget-title{
		font-size:16px !important;
	}

	#content,
	.sidebar{
		width:100% !important;
		float:none !important;
		display:block !important;
	}
}
/* =========================================================
   NEW POOLSI BUTTON IMPORTANT
========================================================= */

.new-poolsi{
	display:flex !important;
	flex-wrap:wrap !important;
	gap:6px !important;
	justify-content:center !important;
	padding:2px 0 !important;
}

.new-poolsi a{
	display:inline-block !important;
	padding:7px 12px !important;
	background:linear-gradient(to bottom,#fafafa 0%,#e5e5e5 100%) !important;
	border:1px solid #cfcfcf !important;
	border-radius:4px !important;
	color:#333 !important;
	font-family:'Roboto Condensed',Sans-serif !important;
	font-size:13px !important;
	font-weight:700 !important;
	text-decoration:none !important;
	text-align:center !important;
	line-height:1.4 !important;
	box-shadow:0 1px 3px rgba(0,0,0,.08) !important;
	transition:all .2s ease !important;
}

.new-poolsi a:hover{
	background:linear-gradient(to bottom,#f0f0f0 0%,#d8d8d8 100%) !important;
	border-color:#bdbdbd !important;
	color:#b30000 !important;
	text-decoration:none !important;
	transform:translateY(-1px) !important;
}

.new-poolsi .fa,
.new-poolsi .fas,
.new-poolsi .far{
	margin-right:5px !important;
	font-size:12px !important;
	color:#c10000 !important;
}

#tablepaito {
    background: transparent;
    margin: 10px;
    border-collapse: collapse;
    width: 100%;
	margin:0;
    color: #000;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#tablepaito.dark {
	background:#000;
}
#tablepaito.light {
	background:#FFF;
}
#tablepaito td {
    border: 1px solid #333;
    text-align: center;
    padding: 2px 0;
    width: 20px;
    font-size: 14px;
    font-weight:400;
    color:#FFF;
}
#tablepaito.dark tbody td {
    color:#FFF;
}
#tablepaito.light td {
    border: 1px solid #939393;
}
#tablepaito.light tbody td {
    color:#000;
}
#tablepaito.dark tr:nth-last-child(5n+1) {
    background: #373535;
}
#tablepaito.light tr:nth-last-child(5n+1) {
    background: #dddddd;
}
#tablepaito.dark .disabled {
    background: #373535; color:#bdbdbd;
}
#tablepaito.light .disabled {
    background: #dddddd; color:#838383;
}
#tablepaito.dark td.nxpx {
    color: #bdbdbd; background-color:#272727;
}
#tablepaito.light td.nxpx, td.residex {
    color: #636363; background-color:#cfcfcf;
}
#tablepaito thead td.nxpx {
	color:#000;
}
#tablepaito.light thead td.nxpx {
	color:#fff;
}
#floatmenu {
    padding:10px 5px; z-index: 999999;
}
#paitocolor p {
    clear: both;
}
#paitocolor .color {
    float: left;
    height: 28px;
    position: relative;
    width: calc(10% - 6px);
    cursor:pointer;
    border:1px solid #DDD;
    margin:0 2px;
}
#paitocolor .color.eraser {
    background: none repeat scroll 0 0 #000;
}
#paitocolor .color.Blue {
    background: #43a2ff;
}
#paitocolor .color.Aqua {
    background: #00F5FF;
}
#paitocolor .color.Teal {
	background: #43CD80;
}
#paitocolor .color.Lime {
	background: #01FF70;
}
#paitocolor .color.Yellow {
	background: #FFDC00;
}
#paitocolor .color.Orange {
	background: #FF851B;
}
#paitocolor .color.Red {
	background: #FF4136;
}
#paitocolor .color.Pink {
	background: #F012BE;
}
#paitocolor .color.Purple {
	background: #A23BEC;
}
#paitocolor .color.Silver {
	background: #a9a9a9;
}
#paitocolor .selected {
    box-shadow: inset 0px 0px 0px 2px #000;
    border-color:#ff0000;
}
#warnapaito {
    font-weight: bold;
    position: relative;
}
#warnapaito table {
    position: relative;
    z-index: 10;
}
#tablepaito thead td {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 1px solid #333;
	background: #d61100;
	color:#FFF; font-size:16px;
}
#clear {
    margin-top:0; border-radius:0;
    width: 10%; text-align:center;
	margin-left:1px; height:28px;
}
#floatmenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: #000;
}

.floatmenuwrap {
    position: relative;
}
body.hasftop #floatmenu.fixed {
    top:90px;
}
.rek { background-color:#0caacb; color: white !important; } 
.rke { background-color:#609c33; color: white !important; }
.rko { background-color:#0069b0; color: white !important; } 
.ras { background-color:#06dd96; color: white !important; }
.rd { background-color:#cb5b0c !important; color: white !important; }
@media (max-width:640px){
    #tablepaito td { font-size: 9px; font-weight: 400; padding:0; }
    #paitocolor .color { height: 25px; border-width:1px; margin:0 1px; }
    #clear { margin-top:0; margin-left: 5px; font-size:12px; min-width:50px; height:25px; line-height:1; }
	.form-control-sm { font-size:12px; }
	#akke .form-control {font-size: 12px; padding-left: 6px; padding-right: 6px; }
	#clearakke { height:32px; line-height:1; font-size:12px; }
	#tablepaito thead td { font-size:13px;}
}

@media(max-width:575.98px){

	.new-poolsi{
		display:block !important;
	}

	.new-poolsi a{
		display:block !important;
		width:100% !important;
		margin-bottom:6px !important;
		font-size:12px !important;
		padding:6px 8px !important;
	}

}

.pj-banner-grid{
	display:flex;
	flex-wrap:wrap;
}

.pj-banner-col{
	width:50%;
	padding-left:4px;
	padding-right:4px;
	box-sizing:border-box;
}

.pj-banner-col a{
	display:block;
	margin-bottom:8px;
	text-decoration:none;
}

.pj-banner-col img{
	display:block;
	width:100%;
	height:auto;
}

#custom_html-18{
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
}
@media screen and (max-width: 840px) {
    #nav-main.dropped .nav-main li {
        background: #d61100 !important;
    }
}
@media screen and (max-width: 840px) {
    #nav-main.dropped .nav-main li a {
        text-align: inherit;
        border-bottom: 1px solid #ddd;
    }
}
#custom_html-18 .textwidget{
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
}

#custom_html-18 .custom-html-widget{
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
}
@media screen and (max-width: 840px) {
    #nav-main {
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 840px) {
    #nav-main .drop-toggle {
        float: right!important;
        margin: 0!important;
    }
}

.new-poolsi .fa,
.new-poolsi .fas,
.new-poolsi .far{
	margin-right:5px;
	font-size:12px;
	color:#fff;
}

/* MOBILE */

@media(max-width:575.98px){

	.new-poolsi{
		display:block;
	}

	.new-poolsi a{
		display:block;
		width:100%;
		margin-bottom:6px;
		font-size:12px;
		padding:6px 8px;
	}

}
/* =========================================================
   DATA RESULT TABLE
========================================================= */

#listresult{
	padding-left:0 !important;
	padding-right:0 !important;
	margin-bottom:10px !important;
}

#listresult table{
	width:100% !important;
	margin:0 !important;
	border-collapse:collapse !important;
	background:#fff !important;
	font-family:'Roboto Condensed',Sans-serif !important;
}

#listresult .tahun th{
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%) !important;
	color:#fff !important;
	font-size:16px !important;
	font-weight:700 !important;
	text-align:center !important;
	padding:8px 6px !important;
	border:1px solid #990000 !important;
	letter-spacing:.3px !important;
}

tr.headcol {
    background: linear-gradient(90deg, #b30000 0%, #ff0000 50%, #b30000 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center !important;
}

tr.headcol th,
tr.headcol td {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #a00000 !important;
    padding: 8px !important;
    text-shadow: 0 1px 1px #000 !important;
    font-family: 'Roboto Condensed', Arial, sans-serif !important;
}

#listresult tbody tr td{
	border:1px solid #dddddd !important;
	padding:5px 4px !important;
	font-size:13px !important;
	font-weight:700 !important;
	text-align:center !important;
	line-height:1.3 !important;
}

#listresult tbody tr:nth-child(even) td{
	background:#f6f6f6;
}

#listresult tbody tr:hover td{
	background:#efefef ;
}


#listresult td[title]{
	cursor:default !important;
}

#listresult .banner-row td{
	padding:4px !important;
	background:#f8f8f8 !important;
}

#listresult .banner-row img{
	display:block !important;
	width:100% !important;
	height:auto !important;
	border-radius:3px !important;
	border:1px solid #ddd !important;
}

/* MOBILE */

@media(max-width:575.98px){

	#listresult .tahun th{
		font-size:13px !important;
		padding:6px 4px !important;
	}

	#listresult .headcol td{
		font-size:11px !important;
		padding:4px 2px !important;
	}

	#listresult tbody tr td{
		font-size:11px !important;
		padding:4px 2px !important;
	}

	#listresult .banner-row td{
		padding:2px !important;
	}

}
/* =========================================================
   COMMENT AREA FINAL - FRONTIER RED CLEAN
========================================================= */

#comment-area{
	background:#f5f5f5 !important;
	border:1px solid #dcdcdc !important;
	margin:10px 0 !important;
	padding:8px !important;
	box-shadow:none !important;
}

/* HEADER */

#comment-header{
	background:linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%) !important;
	border:1px solid #d5d5d5 !important;
	border-left:4px solid #d61100 !important;
	padding:8px 10px !important;
	margin-bottom:10px !important;
	overflow:hidden !important;
}

#comment-header .title{
	float:left !important;
	margin:0 !important;
	color:#222 !important;
	font-size:16px !important;
	font-weight:700 !important;
	font-family:'Roboto Condensed',Sans-serif !important;
	line-height:1.5 !important;
}

#comment-header .respond-link{
	float:right !important;
}

#comment-header .respond-link a{
	display:inline-block !important;
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%) !important;
	color:#fff !important;
	border:1px solid #9d0000 !important;
	border-radius:3px !important;
	padding:4px 10px !important;
	font-size:12px !important;
	font-weight:700 !important;
	text-decoration:none !important;
	font-family:'Roboto Condensed',Sans-serif !important;
}

/* LIST RESET */

.comment-list,
.comment-list ol,
.comment-list ul{
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}

.comment-list li.comment{
	list-style:none !important;
	margin:0 0 9px !important;
	padding:0 !important;
}

/* COMMENT BODY */

.comment-body{
	background:#fff !important;
	border:1px solid #ddd !important;
	border-left:4px solid #d61100 !important;
	padding:8px !important;
	margin:0 !important;
	box-shadow:0 1px 3px rgba(0,0,0,.05) !important;
}

/* SELANG SELING */

.comment.even > .comment-body{
	background:#ffffff !important;
}

.comment.odd > .comment-body{
	background:#fbfbfb !important;
}

/* META */

.comment-meta{
	display:flex !important;
	align-items:center !important;
	gap:8px !important;
	border-bottom:1px solid #eeeeee !important;
	padding-bottom:6px !important;
	margin-bottom:6px !important;
}

.comment-author{
	display:flex !important;
	align-items:center !important;
	gap:7px !important;
}

.comment-author img.avatar{
	width:38px !important;
	height:38px !important;
	border-radius:50% !important;
	border:2px solid #d61100 !important;
	background:#fff !important;
	padding:1px !important;
}

.comment-author .link{
	color:#222 !important;
	font-size:13px !important;
	font-weight:700 !important;
	font-family:'Roboto Condensed',Sans-serif !important;
	line-height:1.3 !important;
}

/* DATE */

.comment-metadata{
	margin-left:auto !important;
	text-align:right !important;
	font-size:11px !important;
	color:#777 !important;
	line-height:1.35 !important;
}

.comment-metadata a{
	color:#666 !important;
	text-decoration:none !important;
}

.comment-metadata a:hover{
	color:#b30000 !important;
	text-decoration:none !important;
}

.comment-edit-link{
	color:#b30000 !important;
	font-size:11px !important;
	font-weight:700 !important;
}

/* CONTENT */

.comment-content{
	background:linear-gradient(to bottom,#fafafa 0%,#f1f1f1 100%) !important;
	border:1px solid #e5e5e5 !important;
	padding:7px 8px !important;
	margin:0 0 6px !important;
	color:#222 !important;
	font-size:13px !important;
	line-height:1.55 !important;
}

.comment-content p{
	margin:3px 0 7px !important;
}

.comment-content p:last-child{
	margin-bottom:0 !important;
}

.comment-content img,
.comment-content img.emoji{
	max-width:100% !important;
	height:auto !important;
	vertical-align:middle !important;
}

/* REPLY BUTTON */

.reply{
	text-align:right !important;
	margin-top:5px !important;
}

.comment-reply-link{
	display:inline-block !important;
	background:linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%) !important;
	border:1px solid #c9c9c9 !important;
	border-radius:3px !important;
	color:#333 !important;
	padding:3px 10px !important;
	font-size:12px !important;
	font-weight:700 !important;
	font-family:'Roboto Condensed',Sans-serif !important;
	text-decoration:none !important;
}

.comment-reply-link:hover{
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%) !important;
	border-color:#9d0000 !important;
	color:#fff !important;
	text-decoration:none !important;
}

/* CHILD COMMENTS */

.comment-list .children{
	margin:8px 0 0 18px !important;
	padding-left:10px !important;
	border-left:2px solid #ddd !important;
}

.comment-list .children .comment-body{
	border-left-color:#999 !important;
}

.comment-list .children .children .children{
	margin-left:8px !important;
	padding-left:8px !important;
}

/* PAGINATION KOMENTAR */

.comment-nav,
.navigation.comment-navigation,
.comment-pagination{
	clear:both !important;
	margin:12px 0 8px !important;
	padding:8px !important;
	background:linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%) !important;
	border:1px solid #d5d5d5 !important;
	text-align:center !important;
}

.comment-nav a,
.comment-nav span,
.comment-navigation a,
.comment-navigation span,
.comment-pagination a,
.comment-pagination span,
.page-numbers{
	display:inline-block !important;
	margin:2px !important;
	padding:5px 10px !important;
	background:linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%) !important;
	border:1px solid #c8c8c8 !important;
	border-radius:3px !important;
	color:#333 !important;
	font-family:'Roboto Condensed',Sans-serif !important;
	font-size:13px !important;
	font-weight:700 !important;
	text-decoration:none !important;
	line-height:1.4 !important;
}

.comment-nav a:hover,
.comment-navigation a:hover,
.comment-pagination a:hover,
.page-numbers:hover,
.page-numbers.current{
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%) !important;
	color:#fff !important;
	border-color:#9d0000 !important;
	text-decoration:none !important;
}

/* RESPOND FORM */

#respond{
	background:#fff !important;
	border:1px solid #ddd !important;
	border-left:4px solid #d61100 !important;
	padding:10px !important;
	margin-top:10px !important;
}

#reply-title{
	font-size:16px !important;
	font-family:'Roboto Condensed',Sans-serif !important;
	font-weight:700 !important;
	color:#222 !important;
	margin:0 0 8px !important;
}

#commentform label{
	display:block !important;
	font-size:13px !important;
	font-weight:700 !important;
	color:#333 !important;
	margin-bottom:4px !important;
	font-family:'Roboto Condensed',Sans-serif !important;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea{
	width:100% !important;
	border:1px solid #d0d0d0 !important;
	border-radius:3px !important;
	background:#fff !important;
	color:#222 !important;
	font-size:13px !important;
	padding:7px !important;
	box-shadow:none !important;
}

#commentform textarea{
	min-height:110px !important;
}

#commentform input:focus,
#commentform textarea:focus{
	outline:none !important;
	border-color:#d61100 !important;
	box-shadow:0 0 4px rgba(214,17,0,.18) !important;
}

#submit,
#commentform input[type="submit"]{
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%) !important;
	color:#fff !important;
	border:1px solid #9d0000 !important;
	border-radius:3px !important;
	padding:7px 14px !important;
	font-size:13px !important;
	font-weight:700 !important;
	font-family:'Roboto Condensed',Sans-serif !important;
	cursor:pointer !important;
}

#submit:hover,
#commentform input[type="submit"]:hover{
	background:linear-gradient(90deg,#950000 0%,#d60000 50%,#950000 100%) !important;
}

/* MOBILE */

@media(max-width:575.98px){

	#comment-area{
		padding:5px !important;
	}

	#comment-header{
		padding:6px 7px !important;
	}

	#comment-header .title{
		font-size:13px !important;
	}

	#comment-header .respond-link a{
		font-size:11px !important;
		padding:3px 7px !important;
	}

	.comment-body{
		padding:6px !important;
		border-left-width:3px !important;
	}

	.comment-meta{
		display:block !important;
	}

	.comment-author img.avatar{
		width:32px !important;
		height:32px !important;
	}

	.comment-author .link{
		font-size:12px !important;
	}

	.comment-metadata{
		margin-left:0 !important;
		margin-top:4px !important;
		text-align:left !important;
		font-size:10px !important;
	}

	.comment-content{
		font-size:12px !important;
		padding:6px !important;
		line-height:1.45 !important;
	}

	.comment-list .children{
		margin-left:8px !important;
		padding-left:7px !important;
	}

	.comment-reply-link{
		font-size:11px !important;
		padding:2px 7px !important;
	}

	.comment-nav a,
	.comment-nav span,
	.comment-navigation a,
	.comment-navigation span,
	.comment-pagination a,
	.comment-pagination span,
	.page-numbers{
		font-size:11px !important;
		padding:4px 7px !important;
	}

	#reply-title{
		font-size:14px !important;
	}

	#commentform input[type="text"],
	#commentform input[type="email"],
	#commentform input[type="url"],
	#commentform textarea{
		font-size:12px !important;
		padding:6px !important;
	}
}
/* =========================================================
   PREDIKSI BOX - FRONTIER RED CLEAN
========================================================= */

.prediksi-box{
	background:#f5f5f5 !important;
	border:1px solid #dcdcdc !important;
	padding:8px !important;
	margin:10px 0 !important;
	font-family:'Roboto Condensed',Arial,Sans-serif !important;
	color:#222 !important;
}

/* RESULT TERBARU */

.prediksi-result-terbaru{
	background:linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%) !important;
	border:1px solid #d6d6d6 !important;
	border-top:4px solid #d61100 !important;
	text-align:center !important;
	padding:10px 8px !important;
	margin-bottom:8px !important;
}

.prediksi-result-flag img,
.prediksi-flag img{
	width:30px !important;
	height:30px !important;
}

.prediksi-result-title{
	font-size:17px !important;
	font-weight:700 !important;
	color:#b30000 !important;
	margin-top:4px !important;
}

.prediksi-result-date{
	font-size:13px !important;
	color:#555 !important;
	margin:3px 0 7px !important;
}

.prediksi-result-number{
	display:flex !important;
	justify-content:center !important;
	gap:5px !important;
	margin:6px 0 !important;
}

.prediksi-result-ball{
	display:inline-block !important;
	width:34px !important;
	height:34px !important;
	line-height:34px !important;
	border-radius:50% !important;
	background:linear-gradient(135deg,#df0000 0%,#df0000 50%,#a80000 51%,#a80000 100%) !important;
	color:#fff !important;
	font-size:18px !important;
	font-weight:700 !important;
	text-align:center !important;
	box-shadow:2px 2px 4px rgba(0,0,0,.28) !important;
}

.prediksi-result-jackpot{
	font-size:13px !important;
	font-weight:700 !important;
	color:#333 !important;
	margin-top:6px !important;
}

/* BANNER */

.prediksi-banner{
	margin:8px 0 !important;
	text-align:center !important;
}

.prediksi-banner img{
	display:block !important;
	width:100% !important;
	max-width:728px !important;
	height:auto !important;
	margin:0 auto !important;
	border:1px solid #ddd !important;
	border-radius:3px !important;
}

/* HEADER */

.prediksi-header{
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%) !important;
	color:#fff !important;
	text-align:center !important;
	padding:8px !important;
	border:1px solid #9d0000 !important;
	margin-bottom:0 !important;
}

.prediksi-header h2{
	margin:4px 0 0 !important;
	font-size:18px !important;
	font-weight:700 !important;
	color:#fff !important;
	line-height:1.4 !important;
}

.prediksi-title{
	background:#222 !important;
	color:#fff !important;
	text-align:center !important;
	font-size:17px !important;
	font-weight:700 !important;
	padding:7px !important;
	border-left:1px solid #111 !important;
	border-right:1px solid #111 !important;
	border-bottom:1px solid #111 !important;
}

.prediksi-desc{
	background:#fff !important;
	border:1px solid #ddd !important;
	padding:8px !important;
	margin:8px 0 !important;
	font-size:13px !important;
	line-height:1.5 !important;
	text-align:center !important;
	color:#333 !important;
}

/* TABLE */

.prediksi-table{
	width:100% !important;
	border-collapse:collapse !important;
	background:#fff !important;
	margin:8px 0 !important;
}

.prediksi-table td{
	border:1px solid #ddd !important;
	padding:7px 8px !important;
	font-size:13px !important;
	line-height:1.5 !important;
	color:#222 !important;
	vertical-align:middle !important;
}

.prediksi-table td:first-child{
	width:32% !important;
	background:linear-gradient(to bottom,#fafafa 0%,#e8e8e8 100%) !important;
	font-weight:700 !important;
	color:#333 !important;
}

.prediksi-table td:last-child{
	background:#fff !important;
	font-weight:600 !important;
}

/* SUBTITLE */

.prediksi-subtitle,
.prediksi-ln h3,
.prediksi-catatan h3,
.prediksi-extra h3{
	background:linear-gradient(90deg,#b30000 0%,#ff0000 50%,#b30000 100%) !important;
	color:#fff !important;
	font-size:15px !important;
	font-weight:700 !important;
	text-align:center !important;
	padding:6px 8px !important;
	margin:8px 0 0 !important;
	border:1px solid #9d0000 !important;
	line-height:1.4 !important;
}

/* KONTROL */

.prediksi-control{
	display:grid !important;
	grid-template-columns:repeat(4,1fr) !important;
	gap:5px !important;
	background:#fff !important;
	border:1px solid #ddd !important;
	padding:5px !important;
	margin-bottom:8px !important;
}

.prediksi-control > div{
	background:linear-gradient(to bottom,#fafafa 0%,#eeeeee 100%) !important;
	border:1px solid #ddd !important;
	text-align:center !important;
	padding:6px 4px !important;
}

.prediksi-control strong{
	display:block !important;
	color:#b30000 !important;
	font-size:13px !important;
	margin-bottom:4px !important;
}

.prediksi-control span{
	display:block !important;
	background:#fff !important;
	border:1px solid #e2e2e2 !important;
	margin:2px 0 !important;
	padding:2px 4px !important;
	font-size:12px !important;
	font-weight:700 !important;
	color:#222 !important;
}

/* LN */

.prediksi-ln{
	background:#fff !important;
	border:1px solid #ddd !important;
	margin:8px 0 !important;
}

.prediksi-ln-top{
	width:42px !important;
	height:42px !important;
	line-height:42px !important;
	margin:8px auto !important;
	border-radius:50% !important;
	background:linear-gradient(135deg,#df0000 0%,#df0000 50%,#a80000 51%,#a80000 100%) !important;
	color:#fff !important;
	font-size:18px !important;
	font-weight:700 !important;
	text-align:center !important;
}

.prediksi-ln p{
	padding:0 8px 8px !important;
	margin:0 !important;
	font-size:13px !important;
	line-height:1.6 !important;
	text-align:center !important;
	word-break:break-word !important;
	color:#222 !important;
}

/* CATATAN */

.prediksi-catatan{
	background:#fff !important;
	border:1px solid #ddd !important;
	margin:8px 0 !important;
}

.prediksi-catatan ul{
	margin:0 !important;
	padding:8px 12px 8px 25px !important;
}

.prediksi-catatan li{
	margin:4px 0 !important;
	font-size:13px !important;
	line-height:1.5 !important;
	color:#222 !important;
}

/* EXTRA NUMBER */

.prediksi-extra{
	background:#fff !important;
	border:1px solid #ddd !important;
	padding-bottom:8px !important;
	margin-top:8px !important;
}

.prediksi-number-list{
	display:flex !important;
	flex-wrap:wrap !important;
	justify-content:center !important;
	gap:5px !important;
	padding:8px !important;
}

.prediksi-number-item{
	display:inline-block !important;
	min-width:36px !important;
	padding:5px 7px !important;
	background:linear-gradient(to bottom,#fafafa 0%,#e5e5e5 100%) !important;
	border:1px solid #cfcfcf !important;
	border-radius:3px !important;
	color:#222 !important;
	font-size:13px !important;
	font-weight:700 !important;
	text-align:center !important;
}

.prediksi-number-item.hot{
	background:linear-gradient(to bottom,#fff3f3 0%,#ffd6d6 100%) !important;
	border-color:#e1a0a0 !important;
	color:#b30000 !important;
}

/* MOBILE */

@media(max-width:575.98px){

	.prediksi-box{
		padding:5px !important;
	}

	.prediksi-result-title{
		font-size:15px !important;
	}

	.prediksi-result-ball{
		width:30px !important;
		height:30px !important;
		line-height:30px !important;
		font-size:16px !important;
	}

	.prediksi-header h2{
		font-size:15px !important;
	}

	.prediksi-title{
		font-size:15px !important;
		padding:6px !important;
	}

	.prediksi-desc,
	.prediksi-table td,
	.prediksi-ln p,
	.prediksi-catatan li{
		font-size:12px !important;
	}

	.prediksi-table td{
		padding:6px 5px !important;
	}

	.prediksi-table td:first-child{
		width:36% !important;
	}

	.prediksi-control{
		grid-template-columns:repeat(2,1fr) !important;
		gap:4px !important;
	}

	.prediksi-control strong{
		font-size:12px !important;
	}

	.prediksi-control span{
		font-size:11px !important;
	}

	.prediksi-subtitle,
	.prediksi-ln h3,
	.prediksi-catatan h3,
	.prediksi-extra h3{
		font-size:13px !important;
		padding:5px !important;
	}

	.prediksi-number-item{
		min-width:32px !important;
		font-size:12px !important;
		padding:4px 6px !important;
	}
}
@media(max-width:767px){

	.pj-banner-grid{
		display:block;
		margin-left:0;
		margin-right:0;
	}

	.pj-banner-col{
		width:100%;
		padding-left:0;
		padding-right:0;
	}

	.pj-banner-col a{
		margin-bottom:6px;
	}

}

@media(max-width:575.98px){

	html body .btn,
	html body a.btn,
	html body button.btn,
	html body input.btn,
	html body .btn.btn-block,
	html body .table-tools .btn{
		line-height:1.2 !important;
	}

}