/*
Theme Name: Bagasasi Lite
Theme URI: https://kickstart.web.id
Author: Wardhana Rizaldi
Author URI: https://wardhanarizaldi.com
Description: Lite version of Production theme for STIA Bagasasi web
Version: 1.0
*/
/* FIXING FONT RENDERING */
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700;800&display=swap");
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* GLOBAL COLORS */
.rz-bg-white {
  background-color: #FFFFFF; }

body {
  background-color: #F1F3F0;
  font-size: 0.9rem; }

/* GLOBAL TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #373737;
  letter-spacing: -1px; }

.rz-text-subtext {
  text-transform: uppercase;
  color: #B2A101; }

.home article p {
  margin: 0; }

.rz-text-subfooter {
  font-size: 0.75rem;
  color: #999; }

/* NAVIGATION MENUS */
.uk-navbar-nav > li > a {
  color: #B2A101; }

.rz-main-nav ul ul {
  display: none;
  list-style-type: none; }

.rz-main-nav ul li:hover > ul {
  display: block; }

.rz-main-nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99999;
  width: 140px;
  padding-right: 20px;
  background: #FFF; }
  .rz-main-nav ul ul li {
    margin: 20px 0; }
  .rz-main-nav ul ul li a {
    font-size: 0.875rem;
    color: #999; }

.rz-main-nav li {
  position: relative; }

.rz-logo-head {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px; }
  .rz-logo-head img {
    max-height: 30px;
    margin-right: 5px; }

.rz-nav-strip {
  list-style-type: none;
  padding-left: 0; }
  .rz-nav-strip li {
    display: inline;
    margin-right: 5px; }

.rz-strip {
  list-style-type: none;
  padding-left: 0; }
  .rz-strip li {
    display: inline;
    margin: 0 5px; }

/* INTERNAL PAGES */
#PageContent {
  background-image: url("https://lppm.stiabagasasi.ac.id/wp-content/themes/bagasasi-lite/img/bg-library.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat; }

.rz-page-panel {
  background-color: #FFF;
  border-radius: 10px;
  margin-top: 100px; }

.rz-page-padding {
  padding-top: 100px; }

/* BLOG POSTS */
.rz-blog-item {
  position: relative; }

.rz-blog-item::after {
  content: "";
  z-index: 50;
  position: absolute;
  top: 150px;
  left: -50px;
  width: 71px;
  height: 71px;
  background-image: url("https://lppm.stiabagasasi.ac.id/wp-content/themes/bagasasi-lite/img/accent-circles-large.png");
  background-size: cover; }

/* FOOTER */
footer {
  background-color: #FFF; }

footer h5 {
  color: #B2A101; }

footer .uk-list {
  font-size: 0.875rem; }
  footer .uk-list a {
    color: #999; }

#offcanvas-nav .uk-offcanvas-bar {
  background-color: #E7D101;
  background-image: url("https://lppm.stiabagasasi.ac.id/wp-content/themes/bagasasi-lite/img/waveElement.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  #offcanvas-nav .uk-offcanvas-bar a {
    color: #373737; }

.rz-mobile-nav > ul > li {
  margin-bottom: 15px; }

.rz-mobile-nav > ul > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2rem; }

/* LINKS & BUTTON */
a,
.uk-link {
  color: #373737;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #0f6ecd;
  text-decoration: underline; }

.uk-button-primary {
  background-color: #F7F500;
  color: #373737; }

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #E7D101;
  color: #373737; }

/* RESPONSIVE EMBEDS */
.rz-fluid-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.rz-fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.rz-fluid-maps {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.rz-fluid-maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

p.rz-display::after {
  content: "mobile"; }

@media (min-width: 640px) {
  .rz-display::after {
    content: " Small"; } }
@media (min-width: 960px) {
  .rz-display::after {
    content: " Medium"; } }
@media (min-width: 1200px) {
  .rz-display::after {
    content: " Large"; }

  .rz-blog-item::after {
    top: 220px;
    left: -50px;
    width: 71px;
    height: 71px; } }
@media (min-width: 1600px) {
  .rz-display::after {
    content: " Extra large"; } }