/*
Theme Name: Serikat News
Theme URI: http://lombokmedia.web.id/
Description: Tema WordPress dari LombokMedia
Author: Amrin Zulkarnain
Author URI: http://amrinz.wordpress.com
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white
Text Domain: lombokmedia
*/
:root {
	--border: #f7f7f7;
	--menuborder: #9fa0a2;
	--red: #d01f27;
	--darkred: #c82333;
	--black: #000000;
	--gray: #7c838a;
	--lightgray: #e3e3e3;
	--white: #ffffff;
}

a {
	color: var(--red);
}
a:hover {
	color: var(--darkred);
	text-decoration: none;
}

/* Mobile Menu */
.mobile-nav {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile-nav button, .nav-close-menu {
	background: transparent;
	border: none;
	box-shadow: none;
}
.mobile-nav .fas {
	font-size: 1.3rem;
}
.mobile-btn-search {
	margin-left: 5px;
}

/* mobile search */
.mobile-search {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
}
.mobile-search.appear {
  visibility: visible;
  opacity: 1;
}
.mobile-search .nav-close-menu {
	background: var(--black);
	color: #ffffff;
	padding: 0 10px;
	border-radius: 0 .25rem .25rem 0;
	display: flex;
	align-items: center;
	font-size: 1rem;
}
.mobile-btn-menu:hover, .mobile-btn-search:hover, .nav-close-menu:hover {
	cursor: pointer;
}


/* mobile network menu */
.mobile-navbar-wrapper {
	background: var(--lightgray);
}
.mobile-navbar {
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 10px;
	padding-top: 6px;
}
.mobile-navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-navbar li {
	display: inline-block;
	padding: 0 6px;
	white-space: nowrap;
}
.mobile-navbar li a {
	color: var(--black);
	font-size: 80%;
	text-transform: uppercase;
	font-weight: 500;
}

/** Mobile Menu **/
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all .5s ease;
}

.lmd-moblist-header {
	padding: 10px 15px;
	border-bottom: 2px solid var(--border);
}

.lmd-moblist-logreg {
	padding: 10px 15px;
}
.lmd-moblist-logreg .nav-link {
	background: #f8f9fb;
}
.lmd-moblist-logreg .nav-login .nav-link {
	background: #dbe0e6;
}

.lmd-moblist h3 {
	font-size: 1.1em;
	font-family: var(--hbo);
}
.lmd-moblist h3 .fa {
	margin-right: 5px;
}
.lmd-moblist .fa {
	color: #09a4a8;
}

ul.mmenu li a img {
    height: 17px;
    width: auto;
    border-radius: 50%;
    margin-right: 5px;
}

/* The navigation menu links */
.lmd-moblist {
	padding: 15px;
}
.lmd-moblist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lmd-moblist ul li {
	width: 50%;
	float: left;
    padding: 6px 0 6px 0;
	position: relative;
}

.lmd-moblist ul li a {
	font-family: var(--hbo);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
}
.lmd-moblist ul li  a:hover {

}
.sidenav .socmed {
	margin: 15px;
	text-align: center;
}

.lmd-moblist-footer {
	padding: 20px 15px;
	text-align: center;
	background-color: var(--lightgray);
}

/* Top Menu */
.top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-menu li {
	display: inline-block;
	padding: 0 6px;
	border-left: 1px solid var(--menuborder);
}
.top-menu li:first-child {
	display: inline-block;
	padding-left: 0;
	border-left: none;
}
.top-menu li a {
	color: var(--black);
	text-decoration: none;
	font-size: 75%;
	font-weight: 500;
}

/* Main Menu */
.lmd-navbar-main {
	margin: 0;
	padding: 0;
}

.nav > li > a, .post-category a, .archive-header h1.h6, span.h6 {
	text-transform: uppercase;
}
.dropdown-menu > li > a {
	text-transform: capitalize;
}

/* Saham */
.col-breaking {
	margin-left: 15px;
	width: calc(100% - 15px);
}
.mrq-saham {
	background: #d3191e;
	margin-right: 15px;
}

/* BreadCrumb */
.breadcrumb {
	background-color: transparent;
	padding: 0 0;
	border-radius: 0;
	margin-bottom: .5em;
	font-size: 12px;
	color: var(--gray);
}
.breadcrumb li {
	margin-right: .5em;
	font-size: 12px;
}
.breadcrumb li::after {
	font-family: 'FontAwesome';
    display: inline-block;
    padding-left: .5em;
    color: var(--gray);
    content: "\203A";
}

.bcurrent {
	display: none;
	color: var(--gray);
}
.breadcrumb li:last-child::after {
	display: none;
}


/* Homepage */
.headline-grad .h6 {
	font-size: 8pt;
}
.headline-grad h1 {
	font-size: 14px;
}

#promo .container {
	position: relative;
}
#promo .carousel-indicators {
    top: 8px;
    right: 10px;
	bottom: unset;
}
#promo .carousel-item .tag-title {
	padding-left: 8px;
}


/* E Koran */
#EKoran .carousel-inner {
	background: var(--dua);
	text-align; center;
}

#EKoran .carousel-item {
background: #111111;
}

#EKoran .carousel-item .carousel-image {
	height: 300px; 
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: center;
}


#EKoran .carousel-caption-content span {
	background: rgba(0,0,0,.7);
	padding: 5px 15px;
}

#EKoran .carousel-control-prev-icon, #EKoran .carousel-control-next-icon {
	background-color: #000;
    background-image: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}


/* Single */
.author-avatar img {
	border-radius: 50%;
}
.post-tags a {
    display: inline-block;
    padding: .5rem !important;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
	color: #ffffff !important;
	background-color: #007bff;
}

.page-paging {}
.paging-item {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 2px 2px;
	margin-left:6px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}
.current .paging-item {
	background: var(--red);
	color: var(--white);
}

/* Archives */
.narrow-gutters {
    margin-right: -5px;
    margin-left: -5px;
}
.narrow-gutters > .col, .narrow-gutters > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.row-overflow {
	overflow-x: auto;
}

/* Excerpt */
.lmd-content .excerpt {
	border-top: 1px solid var(--border);
	padding-top: 10px;
	margin-top: 10px;
}
.lmd-content .excerpt-1, #ajaxMore .excerpt:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}


/* Pagination */
#ajaxMore {
	margin-bottom: 1.5rem;
}
.pagination {
	margin-top: 2rem;
	align-items: center;
    justify-content: center;
}
.page-item {
	margin: 0 5px;
}

.page-link, .page-link:focus {
	font-weight: 700;
	box-shadow: none;
	color: var(--white);
    background-color: var(--red);
	border: 1px solid var(--red);
}

.page-item.active .page-link {
    background-color: var(--gray);
	border-color: var(--gray);
	color: var(--white);
}
.page-link:hover {
    color: var(--white);
	background-color: var(--darkred);
	border-color: var(--darkred);
}

/* Load More */
.lmd_loadmore {
	display: block;
	background-color: #ddd;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; 
	margin-bottom: 30px;
}
.lmd_loadmore:hover{
	background-color: #767676;
	color: #fff;
}

.lmd_loadmore_wrapper {
	border-top: 1px solid var(--border);
	padding-top: 20px;
	margin-top: 10px;
}


/*PostImage*/
.post-body img {
	max-width: 100%;
	height: auto;
}
.alignleft, img.alignleft {
	display:inline;
	float:left;
	margin-right:10px;
}

.alignright, img.alignright {
	display:inline;
	float:right;
	margin-left:10px;
}

.aligncenter, img.aligncenter{
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignleft, img.alignright, img.aligncenter{
	margin-bottom:10px;
}

.wp-caption{
	margin-bottom:10px;
	max-width:100% !important;
}

.wp-caption .wp-caption-text{
	font-size:10px;
	margin:10px;
	text-align:center;
}

/* WordPress Gallery */
.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33333333333333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66666666666667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28571428571429%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11111111111111%;
}

.gallery .gallery-item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.gallery-caption {
	font-size: smaller;
}

/* Sidebar - Widgets */
.widget {
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
.widget-title, .comments-title, .related-title {
	font-size: 1.2rem;
	font-weight: 600;
}

.comments-title, .related-title {
	margin-bottom: 1rem;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget li {

}

.widget_recent_comments li a {
	font-weight: 500;
}

/* Widget Ekoran */
.widget_lmdekoran .widget-title {
	margin-bottom: 0;
}

#widgetEkoranCarousel .carousel-inner {
	border-radius: 0 0 8px 8px;
}
#widgetEkoranCarousel .carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: var(--satu);
}

#widgetEkoranCarousel .carousel-caption-title  {
	font-size: 18px;
	font-weight: 600;
}

/* Widget Cek Fakta */
.widget_lmdcekfakta {
	background: var(--merah);
	border-radius: 8px;
	color: var(--putih);
}
.widget_lmdcekfakta .widget-title {
	background: var(--merah);
	text-transform: uppercase;
}
.widget_lmdcekfakta .post-thumbnail img {
	border-radius: 8px;
}
.widget_lmdcekfakta .post-title {
    -webkit-line-clamp: unset;
}
.widget_lmdcekfakta .post-title a {
	color: var(--putih);
}

.widget_lmdcekfakta .btn {
	font-size: 14px;
}



/* Widget in Footer */
.wf li {
	font-size: 75%;
	font-weight: 400;
}

.wf-1 .widget_nav_menu li {
	display: inline-block;
	width: 48%;
}

.bot-bar a {
	color: var(--gray);
}

/**Calendar**/
table#wp-calendar{
	width:100%;
}

table caption {
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
}

table#wp-calendar td#prev {
	text-align:left;
	padding-left:3px;
}

table#wp-calendar td#next {
	text-align:right;
	padding-right:3px;
}

table#wp-calendar th, table#wp-calendar td {
	padding: 5px;
	text-align:center;
	border:1px solid var(--border);
}

/* Footer */
.bot-bar .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bottom-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bottom-menu li {
	margin: 0 6px 0 0;
	padding: 0;
	display: inline-block;
	white-space: nowrap;
	font-size: 75%;
}
.bottom-menu li:after {
	content: "/";
	padding-left: 10px;
	color: var(--gray);
}
.bottom-menu li:last-child:after {
	content: "";
	padding-left: 0;
}

.bot-bar hr.bg-gray {
  background: #8a9197 !important;
}
.bot-bar .circle-black-20 {
  border: 1px solid var(--gray) !important;
}

/* Fixs */
.widget_lmdekoran .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
  background: #000;
  padding-left: 10px;
  padding-right: 10px;
}

#headline .headline-grad {
    background: #111;
}

#headline .headline-box {
	height: auto;
}

.excerpt .img-thumb-5 {
	height: 120px;
}
.h3 {
    font-size: 10pt;
}

.col-carousel .img-thumb-1 {
    width: 100%;
}


.clear, .clearfix::after {
	clear: both;
	display: table;
}

/***** Media Queries *****/
@media (max-width: 320px) {  

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	#headline .headline-grad .h6 {
		font-size: 10pt;
	}
	#headline .headline-grad h1 {
		font-size: 17pt;
	}
	.excerpt .img-thumb-5 {
		height: 150px;
	}
	.h3 {
		font-size: 13pt;
	}
	.col-carousel .img-thumb-1 {
		width: 120px;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.container {
		max-width: 960px !important;
	}
}