/*
Theme Name: Fomo
Theme URI: https://beritaxx.com/fomo
Author URI: https://beritaxx.com/teamxx
Description: WordPress News theme from Team XX.
Author: Team XX
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: fomo
Copyright: (c) Start from September 2025
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

body, 
button, 
input, 
select, 
textarea { 
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; 
}
.dark-mode {
    background: #333 !important;
}

.fomo_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fomonews {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.fomo_container {
    position: relative;
    width: auto;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 16px;
}
.fomo_res {
    position: relative;
}
.fomo_flex {
    display: flex;
}

/* Header */
.fomo_header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 144px;
    z-index: 1000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

/* Trending Top */
.trend_header {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.fomo_trend {
    font-weight: bold;
    padding: 0 20px 0 30px;
}
.fomo_trend:before {
    content: "\E812";
    font-family: "fomo-font";
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
	font-size: 90%;
}
.pop_list {
    width: calc(100% - 400px);
}
.populer a {
    padding-left: 30px;
    transition: all 0.3s ease;
}
.top_pop {
    margin: 0 15px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.populer .is-visible a {
    padding: 0;
}

.main_header {
    height: 70px;
    overflow: hidden;
}

/* Switch Dark Mode */
.fomo_mode {
    margin-left: 20px;
    user-select: none;
}
.theme-switch-wrapper {
    display: flex;
    align-items: center;
}

.theme-switch {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    position: relative;
    width: 30px;
    margin: 10px 0;
}
.theme-switch input {
    display: none;
}

.mode {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
    border-radius: 0;
    width: 30px;
}
.mode:before {
    content: "\F186";
    font-family: "fomo-font";
    font-weight: normal;
    bottom: 0;
    height: 20px;
    line-height: 19px;
    text-align: center;
    left: 2px;
    position: absolute;
    transition: 0.4s;
    width: 20px;
}

input:checked + .mode {
}

input:checked + .mode:before {
    content: "\F185";
    left: 10px;
}

.mode.round {
    border-radius: 34px;
}


.mode.round:before {
    border-radius: 50%;
}

/* Sosial */
.fomo_sosial {
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 auto;
}

.fomo_sosial a {
    display: inline-block;
    margin: 0 0 0 5px;
}

.fomo_sosial i {
    display: block;
    width: 26px;
    height: 40px;
	line-height: 40px;
    text-align: center;
    font-size: 13px;
}

/* Logo */

.fomo_logo {
    position: relative;
    display: inline-block;
    padding: 13px 20px 13px 0;
    height: 46px;
    float: left;
}

.fomo_logo a {
    display: block;
    position: relative;
    z-index: 2;
}
.fomo_logo img {
    height: 46px;
    width: auto;
    display: block;
}

/* Search */
.fomo_bopen {
    position: absolute;
    top: calc(50% - 18px);
    right: 10px;
    height: 36px;
    line-height: 36px;
    display: none;
}
.fomo_sopen {
    position: absolute;
    top: calc(50% - 18px);
    right: 40px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    display: none;
}
.fomo_sopen i,
.fomo_bopen i {
    display: block;
    height: 36px;
    line-height: 36px;
}
.fomo_bopen i {
    font-size: 18px;
}
.fomo_search {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 18px 0;
    float: right;
}

.fomo_form_search {
    width: 400px;
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 15px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.12);
}
#searchpost {
    display: flex;
    overflow: hidden;
}
.fomo_input {
    width: calc(100% - 44px);
}

.fomo_input input[type="text"] {
    height: 32px;
    border: 0;
    line-height: 32px;
    font-size: 13px;
    width: 100%;
    background: none !important;
}

.fomo_input input[type="text"]::placeholder {
    opacity: 1;
}

.fomo_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 36px;
    line-height: 36px;
    font-size: 12px !important;
    text-align: center;
}

.fomo_button button {
    border: 0;
    background: none;
}

/* Menu */

.nav {
    max-width: 965px;
    width: auto;
    margin: 0;
    padding: 0;
    height: 34px;
}
.nav::-webkit-scrollbar {
    display: none;
}

.nav .thm.desktop {
    display: block;
}

.nav .thm.desktop li {
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.nav .thm.desktop li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
}
.nav .thm.desktop li > a > span {
    margin-left: 5px;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 9px;
}
.nav .thm.desktop li ul {
    display: none;
    position: absolute;
    top: 34px;
    padding: 8px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 9;
}
.nav .thm.desktop li ul li {
    display: block;
    width: 180px;
    line-height: 1.3;
    text-align: left;
}
.nav .thm.desktop li ul li ul li ul li ul li:hover ul li ul,
.nav .thm.desktop li ul li ul li ul li:hover ul li ul,
.nav .thm.desktop li ul li ul li:hover ul li ul,
.nav .thm.desktop li ul li:hover ul li ul,
.nav .thm.desktop li:hover ul li ul {
    display: none;
}

.nav .thm.desktop li ul li ul li ul li ul li ul li:hover ul,
.nav .thm.desktop li ul li ul li ul li ul li:hover ul,
.nav .thm.desktop li ul li ul li ul li:hover ul,
.nav .thm.desktop li ul li ul li:hover ul,
.nav .thm.desktop li ul li:hover ul {
    display: block;
}

.nav .thm.desktop li ul li ul {
    position: absolute;
    top: -8px;
    left: 100%;
    z-index: 10;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
}

.nav .thm.desktop li ul li:last-child {
    border: 0;
}
.nav .thm.desktop ul li a {
    line-height: 1.3;
    padding: 8px 20px;
    transition: all 0.3s ease;
}
.nav .thm.desktop ul li a:hover {
    padding: 8px 20px 8px 30px;
}
.nav .thm.desktop ul li ul {
    display: none;
}

/* Tanggal */
.fomo_tanggal {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: 0 0 0 10px;
    font-size: 13px;
    position: absolute;
    background: none !important;
    top: 0;
    right: 16px;
    padding: 0;
}

.fomo_content {
    position: relative;
    z-index: 2;
}

.inner_header_ads {
    padding: 30px 0 0;
}
.inner_header_ads img {
    width: 100%;
}

/* MOB FLOAT */
.mob_float {
    display: none;
    background: #111;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 518px;
    z-index: 1;
}
.moveads .mob_float {
	display: none;
}
.mob_close {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.mob_img {
    background: #ddd;
    display: flex;
    items-align: center;
    height: 480px;
    width: 320px;
    margin: 0 auto;
}
.mob_img img {
    width: 320px;
    height: auto;
}

/* Breadcrumb */

.nav_breadcrumb {
    padding: 20px 0 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.nav_breadcrumb i {
    font-size: 10px;
    display: inline-block;
    margin: 0 4px;
}

.nav_breadcrumb a {
    font-weight: 700;
}

/* CONTENT AREA */
.area_content {
    padding: 30px 0;
}
.area_content_outer {
    margin: 0 -10px;
}

.late_news {
    margin: 0 10px;
    padding: 0 0 30px;
}

.loop_classic {
    margin: 0 25px 25px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.loop_classic:after {
	content: '';
    animation: after 1.5s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	z-index: -1;
}

@keyframes after {
    0% {
        opacity: 1;
		background: rgba(0,0,0,0.1);
    }
    96% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.loop_classic:last-child {
    margin-bottom: 0;
}
.loop_loading {
    position: relative;
	animation: looping 1.5s;
}
@keyframes looping {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.classic_img {
    width: 240px;
    height: 150px;
    margin: 0 16px 0 0;
    background: #eee;
}

.classic_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.classic_over {
    padding: 10px 0;
    width: calc(100% - 256px);
}
.classic_title {
    font-weight: 600;
    line-height: 1.2;
    font-size: 25px;
    margin: 0 0 5px;
}
.classic_title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.classic_time_mini {
    font-size: 12px;
    text-transform: capitalize;
}
.classic_time_mini a {
    font-weight: 600;
    text-transform: uppercase;
}

.btn__looping {
    text-align: center;
    padding: 15px 0 0;
}
.btn__more {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

/* Left Content */
.area_primary {
    width: calc(100% - 330px);
    float: left;
}
.home_widget {
	margin: 0 20px 0 10px;
}
.home_widget .widget_block {
	padding: 0;
}
.archive_widget {
	padding: 30px 0 0;
}
/* W Fomo Category */
.fomo_w_category {
	padding: 10px;
	margin: 0 0 25px;
}
.fomo_w_category h3 {
	display: flex;
	align-items: center;
}
.fomo_w_category h3 a {
	margin-left: auto;
	height: 22px;
	line-height: 22px;
	padding: 0 6px;
	font-size: 12px;
	text-decoration: none;
}
.w_category {
	position: relative;
}
.w_c_image {
	height: 300px;
}
.w_c_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w_c_meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 5px 10px 10px;
}
.w_c_date {
	margin: 0 0 10px;
}
.w_c_date span {
	padding: 4px 8px;
	font-size: 11px;
	font-weight: 600;
	border-radius: 4px;
}
.w_c_title {
	font-size: 16px;
	line-height: 1.25;
}
.strong_title .w_c_title {
	font-weight: 600;
}
.w_c_title a {
	color: #fff;
}

/* W Fomo Block */
.fomo_w_block h3 {
	border-width: 3px 0 0;
	border-style: solid;
	padding: 10px 0 2px;
	display: flex;
	align-items: center;
}
.fomo_w_block h3 a {
	margin-left: auto;
	height: 22px;
	line-height: 22px;
	padding: 0 6px;
	font-size: 12px;
	text-decoration: none;
}
.w_b_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin: 0 0 25px;
}
.w_grid {
	position: relative;
	height: 310px;
}
.w_g_image {
	height: 100%;
}
.w_g_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w_g_meta {
	position: absolute;
	z-index: 1;
	padding: 15px 0 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.w_g_date {
	margin: 0 0 8px;
	font-size: 13px;
}
.w_g_title {
  line-height: 1.2;
  font-size: 22px;
  margin: 0;
}
.strong_title .w_g_title {
	font-weight: 600;
}
.w_g_right {
	display: flex;
	margin: 0 0 20px;
}
.w_g_right:last-child {
	margin: 0;
}
.w_g_right img {
	width: 90px;
	height: 90px;
	margin: 0 15px 0 0;
}
.w_g_r_meta {
	padding: 5px 0 0;
}
.w_g_r_title {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.25;
}
.strong_title .w_g_r_title {
	font-weight: 600;
}
.w_g_r_title a {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.w_g_r_date {
	font-size: 13px;
}

/* FOmo Latest */
.fomo_s_late h3 {
	border-width: 3px 0 0;
	border-style: solid;
	padding: 10px 0 2px;
	display: flex;
	align-items: center;
}
.fomo_s_late h3 a {
	margin-left: auto;
	height: 22px;
	line-height: 22px;
	padding: 0 6px;
	font-size: 12px;
	text-decoration: none;
}
.fomo_s_f_late {
	margin: 0 0 15px;
}
.fomo_late_img {
	height: 180px; overflow: hidden; margin: 0 0 10px;
}
.area_secondary .w_g_r_date a {
	font-weight: 600;
}

/* Trend */
.fomo_s_num h3 {
	padding: 0 0 2px;
}
.fomo_s_n_loop {
	margin: 0 0 20px;
}
.show_number {
	float: left;
	width: 50px;
	font-size: 24px;
	line-height: 1.14;
	font-style: italic;
	font-weight: bold;
}
.show_post {
	float: right;
	width: calc( 100% - 50px )
}
.number_title {
	margin: 0 0 5px;
	font-size: 16px;
  line-height: 1.25;
}
.number_time {
	font-size: 13px;
}

.fomo_s_c_loop {
	margin: 0 0 20px;
}
.cat_title {
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 5px;
}
.cat_time {
	position: relative;
	text-align: right;
}
.cat_time:before {
	content: '';
	position: absolute;
	height: 1px;
	top: 50%;
	left: 0;
	right: 5px;
	border-style: dashed;
	border-width: 1px 0 0;
}
.cat_time span {
	position: relative;
	z-index: 1;
	padding: 0 0 0 10px;
	font-size: 13px;
}

/* Primary */
.primary_content {
    margin: 0 20px 30px 10px;
}

.fomo_the_title {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 10px;
}
.fomo_the_date {
    margin: 0 0 20px;
    opacity: 0.6;
    font-size: 13px;
    display: flex;
}
.fomo_the_date span {
    margin-left: auto;
}
.fomo_the_author {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.after_left {
    width: 45px;
    height: 45px;
    margin: 0 12px 0 0;
}
.after_left img {
    border-radius: 50px;
}

.after_right {
    line-height: 1.4;
}
.fomo_sing_author {
    font-weight: bold;
    font-size: 16px;
}
.fomo_sing_cat {
    font-size: 13px;
}
.fomo_sing_cat a {
    text-transform: uppercase;
    font-weight: 600;
}

.primary_featured {
    margin: 0 0 20px;
}
.primary_featured img {
	width: 100%;
    display: block;
    border-radius: 6px;
}
.primary_featured span {
    display: block;
    padding: 15px 0 0;
    font-size: 14px;
    font-style: italic;
    line-height: 1.3;
    opacity: 0.7;
}

/* Article */

.fomo_article {
    line-height: 1.5;
    font-size: 16px;
}

.fomo_article h1 {
    margin: 0 0 15px;
    font-size: 25px;
}

.fomo_article h2 {
    margin: 0 0 15px;
    font-size: 23px;
}

.fomo_article h3 {
    margin: 0 0 15px;
    font-size: 21px;
}

.fomo_article h4 {
    margin: 0 0 15px;
    font-size: 20px;
}

.fomo_article h5 {
    margin: 0 0 15px;
    font-size: 19px;
}

.fomo_article h6 {
    margin: 0 0 15px;
    font-size: 17px;
}
.fomo_article td {
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0;
}
.fomo_article p {
    margin: 0 0 15px;
}

.fomo_article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.inline_ads {
	padding: 5px 0 0;
}

.fomo_article .wp-caption,
.fomo_article iframe {
    max-width: 100% !important;
}

.fomo_article img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.fomo_article img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

.fomo_article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}

.fomo_article ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.fomo_article ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.fomo_article li {
    margin: 0 0 0 15px;
}

.fomo_article li ol,
.fomo_article li ul {
    margin: 0;
}

.fomo_tags {
    padding: 15px 0 40px;
}

.fomo_tags a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    padding: 8px;
    margin: 0 8px 4px 0;
    border-radius: 4px;
}

.fomo_share {
	margin: 0 0 40px;
	display: flex;
	position: relative;
}
.fomo_share span {
	padding: 0 12px;
	height: 34px;
	line-height: 34px;
    margin: 0 8px 0 0;
    border-radius: 4px;
    font-size: 14px;
}
.fomo_share a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
    margin: 0 8px 0 0;
	background: #eee;
    color: #222;
    border-radius: 34px;
    font-size: 14px;
}
.fomo_share a.share_facebook {
	background: #0e23d0;
    color: #fff;
}
.fomo_share a.share_twitter {
	background: #222;
    color: #fff;
}
.fomo_share a.share_whatsapp {
	background: #1ec951;
    color: #fff;
}
.fomo_share a.share_telegram {
	background: #119ec9;
    color: #fff;
}
.fomo_share a.share_link {
	background: #ddd;
    color: #222;
}
.fomo_share i {
	display: block;
	height: 34px;
	line-height: 34px;
}
.fomo_share span#copy-notification {
  position: absolute;
  top: 0;
  right: -8px;
  visibility: hidden;
  background: #fc3;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Related */
.read_related {
    margin: 5px 0 20px;
    padding: 0 30px;
}
.read_related a {
    font-weight: 600;
}
.related_title {
    font-size: 14px;
    font-weight: 600;
}
.related_link {
	line-height: 1.25;
}

/* Related Cat */
.related_heads {
	font-size: 20px;
	margin: 0 0 20px;
}
.related_list {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0 0 80px;
}
.rel_img {
	display: block;
	height: 130px;
	margin: 0 0 10px;
}
.rel_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.rel_time {
	margin: 0 0 3px;
	font-weight: 600;
	font-size: 12px;
	opacity: 0.8;
}
.rel_title {
	font-weight: 600;
	line-height: 1.25;
	font-size: 15px;
}


/* Arsip */
.archive_head {
    margin: 0 10px;
    padding: 0 0 30px;
    font-size: 20px;
}
.archive_head.archive_404 {
	padding: 0 0 10px;
}
.text_404 {
	margin: 0 10px;
}

/* Sidebar */

.area_secondary {
    width: 330px;
    float: right;
    position: sticky;
    top: 170px;
}

.secondary_content {
    margin: 0 10px;
    overflow: hidden;
}

.secondary_content .widget_block {
    padding: 0 0 30px;
}

#before .widget_block:last-child {
    padding: 0 0 30px;
}

/* Widget */

.widget_block {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    padding: 0 0 16px;
}

.widget_block h1 {
    font-size: 23px;
    margin: 0 0 10px;
}

.widget_block h2 {
    font-size: 21px;
    margin: 0 0 10px;
}

.widget_block h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.widget_block h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.widget_block h5 {
    font-size: 17px;
    margin: 0 0 10px;
}

.widget_block h6 {
    font-size: 16px;
    margin: 0 0 10px;
}

.widget_block p {
    margin: 0 0 10px;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ul li,
.widget_block ol li {
    margin: 0 0 10px;
    line-height: 1.4;
}

.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.widget_block blockquote cite {
    font-size: 13px;
}

.widget_block .wp-block-code code {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}

.widget_block .wp-block-table {
    width: 100%;
}

.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}

.widget_block .wp-block-pullquote blockquote {
    background: none;
}

.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}

.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}

.widget_block .wp-block-latest-posts__list li .widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}

.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}

.widget_block .wp-calendar-nav {
    padding: 10px 0;
}

.widget_block .wp-block-latest-comments__comment {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-date {
    font-style: italic;
}

.widget_block .wp-block-loop-posts.wp-block-loop-posts__list li,
.widget_block .wp-block-pages-list__item {
    margin: 0;
    padding: 0 0 10px;
}

.widget_block .wp-block-loop-posts.wp-block-loop-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}

.widget_block .wp-block-page-list {
    list-style: none;
}

.widget_block .wp-block-pages-list__item.has-child {
    padding: 0;
}

.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}

.widget_block .wp-block-rss {
    list-style: none;
}

.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}

.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    padding: 7px 9px;
    font-size: 13px !important;
	font-weight: 600;
    margin: 0 7px 8px 0;
	border-radius: 6px;
}

.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}

.widget_block .wp-block-search .wp-block-search__input {
    border: 1px dashed rgba(125, 125, 125, 0.3);
    height: 30px;
    line-height: 30px;
    width: calc(100% - 90px);
    padding: 0 9px;
    background: #fff;
    color: #222;
    float: left;
}

.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}

.widget_block.widget_meta li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li.menu-item-has-children {
    padding: 0;
}

.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}

.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}

/* Search */

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    width: calc(100% - 10px) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
}

.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    width: calc(100% - 2px) !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    width: 100% !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
}

/* Footer */
.fomo_footer {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.footer_area {
    padding: 30px 0 0;
}

.menufooter {
    text-align: center;
    margin: 0 auto 30px;
}
.footer_menu {
    list-style: none;
}
.footer_menu li {
    display: inline-block;
    padding: 0 8px 8px;
    font-weight: 600;
    font-size: 15px;
}

.fomo_social {
    display: block;
    float: none;
    text-align: center;
    margin: 0 0 20px;
}
.fomo_social i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 40px;
    line-height: 40px;
    font-size: 20px;
}
.fomo_social .icon-fomo-facebook {
    background: #0e23d0;
    color: #ffffff;
}
.fomo_social .icofont-x {
    background: #222222;
    color: #ffffff;
}
.fomo_social .icon-fomo-instagram {
    background: #ff44aa;
    color: #ffffff;
}
.fomo_social .icon-fomo-youtube {
    background: #dd3355;
    color: #ffffff;
}
.fomo_social .icofont-tiktok {
    background: #222222;
    color: #ffffff;
}

.fomo_footer_text {
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
}

.copyright {
    margin: 0;
    border-top: 1px solid rgba(125, 125, 125, 0.2);
    padding: 20px 20px 0;
    text-align: center;
    font-size: 14px;
}

.fomo_footer_logo {
    width: 180px;
    margin: 0 auto 20px;
}
.fomo_footer_logo img {
    width: 100%;
}

.to_top {
    position: fixed;
    right: 36px;
    bottom: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: none;
}

.fade .to_top {
    display: block;
}

/* COMMENT */

.fomo_commentform {
    position: relative;
}

.comment_heads {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 15px;
}

.comment-form {
    position: relative;
    padding: 0 0 40px;
}
.comment-reply-title {
    font-size: 18px;
}
.comment-reply-title,
.comment-notes,
.logged-in-as {
    margin: 0 0 10px;
}

.comment-form-comment {
    margin: 0 0 10px;
    background: rgba(125, 125, 125, 0.1);
    padding: 20px;
    border-radius: 5px;
    display: block;
}

.comment-form-comment label {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

#comment {
    height: 60px;
    width: calc(100% - 120px);
    padding: 20px 100px 20px 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(125, 125, 125, 0.3);
}

.comment-form-author {
    display: inline-block;
    width: calc(50% - 30px);
    padding: 20px 10px 20px 20px;
    border-radius: 5px 0 0 5px;
    float: left;
    background: rgba(125, 125, 125, 0.1);
}

.comment-form-email {
    display: inline-block;
    width: calc(50% - 30px);
    padding: 20px 20px 20px 10px;
    border-radius: 0 5px 5px 0;
    float: right;
    background: rgba(125, 125, 125, 0.1);
}

.comment-form-url {
    display: none;
}

.comment-form-author input,
.comment-form-email input {
    border: 1px solid rgba(125, 125, 125, 0.3);
    background: #fff;
    width: calc(100% - 32px);
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
}

.comment-form-author label,
.comment-form-email label {
    margin: 0 0 8px;
    display: block;
}

.fomo_comment {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}

.comment__avatar {
    width: 55px;
    height: 55px;
    float: left;
}

.comment__avatar img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.comment__meta {
    float: right;
    width: calc(100% - 60px);
    margin: 0 0 20px;
}

.comment__author span {
    font-weight: 700;
}

.comment__author {
    padding: 0 0 6px;
}

.comment__author em {
    font-size: 12px;
}

.comment__meta p {
    font-size: 15px;
    margin: 0 0 12px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.04);
}

.comment__meta .comment-reply-link {
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    border-radius: 18px;
    font-size: 13px;
}

.children {
    margin: 0 0 0 15px;
}

.comment-form #submit {
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    padding: 12px 15px;
    border: 0;
}

.comment-form-cookies-consent {
    display: block;
    clear: both;
    padding: 15px 0;
}

/* Page */
.pagination {
	margin: 0 0 40px;
	padding: 15px 0 0;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.pagination .before {
	margin: 0 15px 0 0;
}
.pagination a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #eee;
	margin: 0 3px;
	font-weight: 600;
	color: #333;
}
.pagination a span {
	font-size: 13px;
}
.pagination .current {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: linear-gradient(to right, #d33, #f60);
	margin: 0 3px;
	font-weight: 600;
	color: #fff;
}

/* Floating Ads */

.left_ads {
    position: fixed;
    top: 174px;
    left: auto;
    width: 140px;
    margin-left: -170px;
    text-align: right;
    transition: all 0.5s ease;
    z-index: 1000;
}

.right_ads {
    position: fixed;
    top: 174px;
    right: auto;
    width: 140px;
    margin-left: 1090px;
    text-align: left;
    transition: all 0.5s ease;
    z-index: 1000;
}

.side_float {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.ofloat .side_float {
    display: none;
}
.right_ads span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: #d33;
    color: #fff;
    border-bottom: 0;
    z-index: 1000;
}
.left_ads span {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: #d33;
    color: #fff;
    border-bottom: 0;
    z-index: 1000;
}

.footer_ads {
    padding: 0;
}
.footer_ads img {
    width: 100%;
}

.bottom_ads {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.ffloat .bottom_ads {
	display: none;
}
.bottom_float {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
}
.bottom_float img {
    width: 100%;
}
.bottom_float span {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: #d33;
    color: #fff;
    border-bottom: 0;
    z-index: 1000;
}
.fomo_float_ads img {
    display: inline-block;
}

.close_all {
    position: fixed;
    top: -100px;
    left: 100%;
    right: 0;
    bottom: -100px;
    background: #eee;
    z-index: 1000;
    transition: all 0.5s ease;
}
.oside .close_all {
    left: 0;
    right: 330px;
}


@media screen and (max-width: 982px) {
	a {
		text-decoration: none !important;
	}
    .fomonews {
        margin: 0;
        transition: all 0.5s ease;
    }
    .oside .fomonews {
        margin: 0 330px 0 -330px;
    }
	.moveads .fomonews {
		padding: 0;
	}
    .oside .fomo_header {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    }
    .fomo_sopen,
    .fomo_bopen {
        display: block;
    }
    .osearch .fomo_sopen {
        background: #d34;
        transition: all 0.5s ease;
    }
    .oside .fomo_bopen i {
        transform: rotate(90deg);
        color: #d35;
    }

    .fomo_search {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 76px;
        margin: 0;
        transform: scale(0);
        transition: all 0.3s ease;
        z-index: 10;
        background: #fff;
    }
    .osearch .fomo_search {
        transform: scale(1);
    }
    .fomo_sopen i:before {
        transition: all 0.3s ease;
    }
    .osearch .fomo_sopen i:before {
        content: "\E814";
        color: #fff;
        font-size: 18px;
    }

    .fomo_form_search {
        width: auto;
        max-width: 100%;
        margin: 0 10px 0 16px;
    }

    .fomo_tanggal {
        display: none;
    }

    #fomomenu {
        padding: 0;
    }

    .nav .thm.desktop {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 0 15px;
    }
    .nav .thm.desktop li a {
        padding: 0 14px 0 0;
    }
    .nav .thm.desktop li:last-child a {
        padding: 0;
    }

    .inner_header_ads {
        padding: 16px 0 0;
    }
    .nav_breadcrumb {
        padding: 16px 0 0;
    }
    .area_content {
        padding: 20px 0;
    }
    .left_ads,
    .right_ads {
        display: none;
    }

.home_widget {
  margin: 0 10px;
}

    .area_primary {
        width: 100%;
        float: none;
    }

    .primary_content {
        margin: 0 10px 30px 10px;
    }

    .area_secondary {
        position: fixed;
        top: -40px;
        bottom: -40px;
        right: -330px;
        z-index: 1000;
        padding: 40px 0 20px;
        transition: all 0.5s ease;
    }
    .oside .area_secondary {
        right: 0;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    }
    .secondary_content {
        margin: 0;
        padding: 20px;
        height: calc( 100% - 40px );
        overflow-y: auto;
    }
}

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

@media screen and (max-width: 640px) {
    .classic_img {
        width: 210px;
        height: 140px;
    }
    .classic_over {
        width: calc(100% - 240px);
    }
}

@media screen and (max-width: 600px) {
    .fomo_sosial {
        display: none;
    }
    .fomo_mode {
        margin: 0 -4px 0 auto;
    }
    .pop_list {
        width: calc(100% - 165px);
    }

    .loop_classic {
        margin: 0 0 25px;
    }
	.related_list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 16px;
	}
}

@media screen and (max-width: 533px) {
    .classic_img {
        width: 180px;
        height: 110px;
    }
    .classic_over {
        width: calc(100% - 196px);
    }
    .classic_title {
        font-size: 18px;
    }
	.w_b_grid {
  grid-template-columns: repeat(1, 1fr);
}
.w_grid {
	height: auto;
}
.w_g_image {
  height: 220px;
}
.w_g_meta {
  position: static;
}
}

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

@media screen and (max-width: 420px) {
	a {
		text-decoration: none;
	}
    .fomo_header {
        height: 146px;
    }
    .trend_header {
        height: 40px;
        line-height: 40px;
    }
    .fomo_trend {
        padding: 0 0 0 30px;
    }
    .fomo_trend span {
        display: none;
    }
    .fomo_sosial {
        display: none;
    }
    .pop_list {
        width: calc(100% - 65px);
    }
    .theme-switch {
        margin: 10px 0;
    }
    .main_header {
        height: 72px;
    }
    .fomo_logo {
        padding: 16px 0;
        height: 40px;
    }
    .fomo_logo img {
        height: 40px;
    }

    .fomo_sopen {
        display: block;
    }

    .fomo_form_search {
        margin: 0 10px 0 15px;
    }
    .fomo_search {
        padding: 17px 0;
    }

    .classic_img {
        float: left;
        width: 145px;
        height: 95px;
    }
    .classic_over {
        width: calc(100% - 145px);
    }
    .classic_title {
        font-size: 16px;
    }

    .mob_float {
        display: block;
        transition: all 0.5s ease;
    }
    .oside .mob_float {
        margin: 0 330px 0 -330px;
    }
    .fomonews {
        padding: 518px 0 0;
    }
    .fomo_social i {
        width: 34px;
        height: 34px;
        margin: 0 2px;
        border-radius: 34px;
        line-height: 34px;
        font-size: 17px;
    }
    .fomo_the_title {
        font-size: 25px;
    }
    .primary_featured {
        margin: 0 0 20px;
    }
    .primary_featured span {
        padding: 10px 0 0;
        font-size: 12px;
    }
	.rel_img {
		height: 115px;
	}
	.rel_time {
		font-size: 13px;
	}
	.rel_post {
		margin: 0 0 10px;
	}
	.fomo_category.widget_block {
		margin: 0 -16px;
	}
	.fomo_w_category {
		padding: 10px 16px;
		overflow: hidden;
	}
	.s__num2 {
		width: calc( 100% + 60px );
	}
	
}

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