﻿/*
Theme Name:  Miniva Child
Theme URI:   https://tajam.id/miniva/
Description: Miniva Child Theme
Author:      Tajam
Author URI:  https://tajam.id
Template:    miniva
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: miniva-child
*/

/* Enter your custom css code here */

@media (min-width: 1200px)
	{
.container {
    width: 1200px;
}
}
:root {
    --color-primary: #005AF0;
    --color-secondary: #00DCC0;
    --color-text-light: #fff;

    --space-2: 1rem;   /* 16px */

    --box-shadow-1: 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 1px -1px rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  }
  .scrollToTop {
    color: var(--color-text-light);
    font-size: 2.4em;
    box-shadow: var(--box-shadow-1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: var(--color-primary);
    z-index: 9999;
    bottom: var(--space-2);
    right: var(--space-2);
    position: fixed;
    opacity: 0;
    visibility: hidden;
  }
  .spacer {
    width: 100vw;
    max-width: 700px;
    height: 200vh;
    background-color: var(--color-secondary);
  }
  /* we move the anchor down to componsate the fixed header */
  .target {
    position: relative;
  }
  .target-anchor {
    position: absolute;
    top: -72px;
    left: 0;
  }
  button, input[type=button], input[type=reset], input[type=submit] {
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background: #f5f5f5;
	 opacity: 0.5;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0 0;
}
p.site-description {
    margin: .2em 0 .5em;
    font-size: 1.2em;
    line-height: 1.2;
    opacity: .6;
}

.top-bar {
	position: -webkit-sticky;  
	position: sticky;
	top: 0px;
	z-index: 1000
}
.logged-in .top-bar {
	top: 32px;
}

h1.entry-title {
    font-size: 2.6em;
    font-weight: 300;
}

.post-single.page {
    margin-bottom: 0em;
}

.site-main {
    padding-bottom: 0em;
    margin-bottom: 0em;
    position: relative;
}
.site-footer {
    padding-top: 0em;
    padding-bottom: 0em;
    border-top: 1px solid #eee;
    background-color: #fff;
    margin-top: 0em;
}
  .site-branding {
	padding-top: 1em;
	padding-bottom: 1em;
}
.primary-menu {
	border-radius: 8px;
	border: thin solid #808080;
	background: #FFFFAA;
}
.primary-menu > li:hover > a {
	color: #fff;
	background-color: #669999;
}
.primary-menu > li > a {
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
	padding: 0 10px;
	margin: 0px 0;
	border-radius: 20px;
	font-weight: bold;
}
.logo-top .site-header {
    margin-bottom: 0em;
}
.site-content {
	padding-top: 0em;
	padding-bottom: 0em;
}
.top-bar {
	background: #143A14 !important;
	font-size: .9em;
}
.boxed .site {
    width: 1170px;
    margin: 10px auto;
}

.primary-menu > li > a {
    letter-spacing: 1px;
    margin-left: 1px;
    margin-right: 1px;
}
.post-single .entry-content {
    margin-top: .5em;
    font-size: 1.125em;
}
.site-title-top {
    margin: 0;
    font-size: 3em;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
	  text-align: center;
}

.top-menu {
    float: none !important;
}
.site-header {
    height: 100px;
}
button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid;
    border-color: rgba(0,0,0,.1);
    border-radius: 2px;
    background: #ffc;
    opacity: 1;
    color: rgba(0,0,0,.6);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 4px;
}
@media only screen and (max-width: 700px) {
  .top-menu a {
    color: #ddd;
    height: 50px;
    line-height: 25px !important;
    }
.top-menu li {
    display: inline-block;
    margin-right: 5px !important;
}
.logo-top .site-header {
    margin-bottom: 0em;
}
.site-title {
    margin: 0;
    font-size: 1.6em;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
}
h1.entry-title {
    font-size: 1.6em;
    font-weight: 300;
}
.site-header {
    height: 80px !important;
}





}


