/*
Theme Name: maswika
Theme URI: https://maswika.com
Author: Baturetno Studio Team
Author URI: https://baturetnostudio.com
Description: A theme created for mas Wika blog
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maswika
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS RESET */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    /* padding: 5px 3px 10px; */
	color: #666;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.sticky {
	
}

.gallery-caption {
}

.bypostauthor {
	
}

/** DEFAULT **/

.clr {
    clear: both;
}

body, p, div, a, article, nav {
	font-family: "Roboto", serif;
}

/** HEADER **/

.main-navigation {
	box-sizing: border-box;
}

.menu-footer-wrap {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	z-index: 999999;
}

.menu-footer {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.menu-footer {
	text-align: center;
}

.menu-footer li {
	display: inline-block;
}

.menu-footer li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #193A61;
	
}

.nav-menu {
	text-align: center;
}

.nav-menu li {
	display: inline-block;
	vertical-align: top;
}

.nav-menu li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 3px;
	background: #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #000;
	text-align: center;
}

.nav-menu li:nth-child(1) a:before {
	content: " ";
	background-image: url('https://maswika.com/wp-content/uploads/2025/02/icons8-instagram-48-2.png');
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	vertical-align: middle;
}

.nav-menu li:nth-child(2) a:before {
	content: " ";
	background-image: url('https://maswika.com/wp-content/uploads/2025/02/icons8-youtube-48-2.png');
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	vertical-align: middle;
}

.nav-menu li:nth-child(3):before {
	content: " ";
	background-image: url('https://maswika.com/wp-content/uploads/2025/02/Rakober-Leren.webp');
	display: block;
	width: 75px;
	height: 75px;
	background-size: contain;
	vertical-align: middle;
	background-size: 80%;
	background-position: 50%;
	background-repeat: no-repeat;
}

.nav-menu li:nth-child(3) a {
	display: none;
}

.nav-menu li:nth-child(4) a:before {
	content: " ";
	background-image: url('https://maswika.com/wp-content/uploads/2025/02/icons8-tiktok-48-1-1.png');
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	vertical-align: middle;
}

.nav-menu li:nth-child(5) a:before {
	content: " ";
	background-image: url('https://maswika.com/wp-content/uploads/2025/02/icons8-facebook-48-2.png');
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	vertical-align: middle;
}

header.site-header {
	border-bottom: 7px solid #eee;
}

header > .container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	/* background-image: url('https://maswika.com/wp-content/uploads/2025/02/bg-pacitan.png'); */
	background-image: url('https://maswika.com/wp-content/uploads/2025/02/bg-maswika-2.webp');
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

header > .container .logo {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

img.custom-logo {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	height: auto;
}

img.custom-logo:hover {
	filter: drop-shadow(2px 4px 6px black);
}

.site-main .container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-list article {
	background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,0.4) 30%, rgba(253,240,18,0) 100%);
}

.post-list {
	width: 100%;
	max-width: 750px;
	float: left;
	margin-right: 20px;
}

#secondary {
	float: left;
	width: 100%;
	max-width: 285px;
	padding: 20px;
	box-sizing: border-box;
}

#secondary .widget-title, #secondary h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
	border-bottom: 2px solid red;
	margin-bottom: 25px;
}

.wpp-list li a {
	text-decoration: none;
	color: #000;
	display: block;
	line-height: 1.3;
	font-weight: bold;
}

.tanggal-wpp {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	color: #193A61;
}

.widget {
	margin-bottom: 20px;
}

.entry-header .nomor-tulisan {
	display: inline-block;
	background: red;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
	font-size: 14px;
}

.post-list h2.entry-title a {
	font-size: 32px;
	text-decoration: none;
	color: #000;
	line-height: 1.3;
}

.post-list figure {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 270px;
	height: auto;
	min-height: 260px;
	float: left;
}

.post-list:after {
	content: " ";
	clear: both;
}

.index-foto {
	width: 100%;
	max-width: 270px;
	height: auto;
}

.post-list h2.entry-title {
	margin-bottom: 15px;
		margin-top: 15px;
	font-weight: bold;
}

.post-list article {
	padding: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.entry-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.entry-content p {
	line-height: 1.4;
	font-size: 14px;
}

.author a, .entry-footer a {
	text-decoration: none;
}

.author {
	display: inline-block;
	padding: 7px 10px;
	background: #193A61;
	color: #fff;
	font-size: 14px;
}

.entry-meta .date {
	font-size: 14px;
	color: #193A61;
	font-weight: bold;
}

.entry-footer .read-more {
	display: inline-block;
	float: right;
	color: #193A61;
	font-size: 14px;
	padding: 7px 10px;
}

.pagination {
	padding: 5px 20px;
}

.nav-links a, .nav-links .current {
	display: inline-block;
	padding: 10px 13px;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	color: #000;
}

.nav-links .current {
	background: gray;
	color: #fff;
	border: 1px solid gray;
}

footer.site-footer {
	padding: 20px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	font-weight: bold;
}

/** SINGLE **/

.single .site-main {
	box-sizing: border-box;
}

.single .site-main article {
	width: 100%;
	max-width: 725px;
	padding: 20px;
	float: left;
	box-sizing: border-box;
}

.single h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
}

.foto-utama img {
	width: 100%;
	max-width: 725px;
	height: auto;
}


.single .entry-content p {
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 16px;
}

.single .date {
	display: block;
}

.single .author {
	display: inline-block;
	margin: 20px 0;
}

.rpwwt-widget a {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: bold;
}

.rpwwt-post-date {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.rpwwt-post-excerpt {
	font-size: 12px;
	line-height: 1.4;
}

/** PAGE **/

/** SINGLE **/

.page .site-main {
	box-sizing: border-box;
}

.page .site-main article {
	width: 100%;
	max-width: 725px;
	padding: 20px;
	float: left;
	box-sizing: border-box;
}

.page h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
}

.foto-utama img {
	width: 100%;
	max-width: 725px;
	height: auto;
}


.page .entry-content p {
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 16px;
}

.page .date {
	display: block;
}

.page .author {
	display: inline-block;
	margin: 20px 0;
}

.rpwwt-widget a {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: bold;
}

.rpwwt-post-date {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.rpwwt-post-excerpt {
	font-size: 12px;
	line-height: 1.4;
}

/** MEDIA **/

@media only screen and (max-width: 750px) {
	
	header > .container {
		background-position: -20%;
		background-size: 177%;
	}
	
	img.custom-logo {
		max-width: 380px;
	}
	
.post-list h2.entry-title a {
	font-size: 26px;
	} 
	
.post-list figure {
	min-height: auto;	
	max-width: 420px;
	}
	
.index-foto {
	max-width: 420px;
	}
	
	.single h1 {
		font-size: 28px;
	}
	
	#secondary {
		width: 100%;
		max-width: 100%;
	}
	
	.nav-menu li {
		width: 50px;
		height: 30px;
		overflow: hidden;
	}
	
	.nav-menu li:first-child {

	}
	
	.nav-menu li a {
		padding: 5px;
		background: transparent;
	}
	
	.nav-menu li:nth-child(3):before {
		margin: 0 auto;
		background-size: 37%;
		background-position: 9px 8px;
	}
	
	.nav-menu li:nth-child(3) {
		overflow: visible;
	}
}
