/*
Theme Name: WRDC 2022
Theme URI: https://kickstart.web.id
Author: Wardhana Rizaldi
Author URI: https://wardhanarizaldi.com
Description: WRDC CUSTOM Kickstart Wordpress Theme based on UIKit CSS Framework
Version: 1.0
*/
/* FIXING FONT RENDERING */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.rz-bg-primary {
  background-color: #F2EBDC; }

.rz-bg-secondary-lighter {
  background-color: #D96B52; }

.page,
.single,
.archive {
  background-color: #F2EBDC; }

/* GLOBAL TYPOGRAPHY */
/*
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;200;300;400;600;700&display=swap');
@font-face {
    font-family: 'plus_jakarta_displaybold';
    src: url('fonts/plusjakartadisplay-bold-webfont.woff2') format('woff2'),
         url('fonts/plusjakartadisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
body {
  font-family: 'Plus Jakarta Sans', sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  color: #595959; }

.page h1,
.category h1,
.archive h1 {
  background-image: url("img/heading-line.png");
  background-size: 150px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 30px; }

.rz-brand, .rz-brand-next {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #D93B18; }
  .rz-brand span, .rz-brand-next span {
    color: #F2EBDC; }

.rz-brand {
  font-size: 2rem; }

.rz-brand-next {
  font-size: 1.875rem; }

.rz-hero {
  /*font-size: 5rem;*/
  margin: 10px 0; }

.rz-hero-sub {
  margin-bottom: 20px; }

.rz-light {
  font-weight: 200; }

.home .rz-bg-neutral article h1 strong {
  color: #D93B18; }

.rz-bg-secondary-lighter {
  color: #F2EBDC; }
  .rz-bg-secondary-lighter .rz-subtext {
    color: #F2EBDC; }
  .rz-bg-secondary-lighter h1,
  .rz-bg-secondary-lighter h2,
  .rz-bg-secondary-lighter h3,
  .rz-bg-secondary-lighter h4,
  .rz-bg-secondary-lighter h5 {
    color: #F2EBDC; }
    .rz-bg-secondary-lighter h1 strong,
    .rz-bg-secondary-lighter h2 strong,
    .rz-bg-secondary-lighter h3 strong,
    .rz-bg-secondary-lighter h4 strong,
    .rz-bg-secondary-lighter h5 strong {
      color: #0D0D0D; }

/* GLOBAL FILTER */
.rz-filter-soft {
  filter: opacity(70%); }

.rz-filter-opacity {
  filter: opacity(30%); }

/* MOBILE HEADING */
h1 {
  font-size: 1.7rem; }

h1.rz-hero {
  font-size: 2.5rem;
  line-height: 1; }

.rz-lead {
  font-size: 1rem;
  color: #8C8880; }

.rz-subtext {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #D93B18;
  letter-spacing: 1px; }

/* HERO & HOMEPAGE */
.rz-hero-image {
  text-align: center;
  padding: 40px 0; }
  .rz-hero-image img {
    max-height: 70vh; }

#frontFeature {
  background-image: url("img/vintage-compass.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 200% 120%; }

/* NAVIGATION & MENUS */
.rz-nav .uk-navbar-nav > li > a {
  color: #595959;
  font-weight: 700;
  font-size: 0.8rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: .5s; }
.rz-nav .uk-navbar-nav > li > a:hover,
.rz-nav .uk-navbar-nav > li > a.rz-menu-item:hover {
  color: #D93B18; }
.rz-nav .uk-navbar-nav > li > a.rz-menu-item {
  color: #8C8880; }

.rz-scroll {
  background-color: #F2EBDC; }

/* SHARE WIDGET */
.rz-engage-share {
  margin: 1em 0; }
  .rz-engage-share ul {
    list-style-type: none; }
    .rz-engage-share ul li {
      display: inline;
      margin-left: 5px; }

/* FOOTER */
footer {
  padding: 20px 0;
  text-align: center; }

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

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

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

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

/* 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) {
  p.rz-display::after {
    content: "small"; }

  #frontFeature {
    background-image: none; } }
@media (min-width: 960px) {
  p.rz-display::after {
    content: "medium"; }

  footer {
    text-align: inherit; } }
@media (min-width: 1200px) {
  p.rz-display::after {
    content: "large"; }

  /* DESKTOP HEADING */
  h1 {
    font-size: 2.875rem;
    line-height: 1; }

  h1.rz-hero {
    font-size: 3.7rem;
    line-height: .9; }

  h2 {
    font-size: 2rem; }

  .rz-lead {
    font-size: 1.375rem; }

  .rz-subtext {
    font-size: 1.125rem; } }
@media (min-width: 1600px) {
  p.rz-display::after {
    content: "extra large"; } }
