/*
Theme Name: Om Atipik
Text Domain: twentytwenty
Version: 1.8.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
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
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

@import "./normalize.css";

* {
  box-sizing: border-box;
}

html {
  font-size: 7px;
  overflow: hidden;
}

::selection {
  background: #fff;
  color: #000;
}
::-moz-selection {
  background: #fff;
  color: #000;
}

body {
  background-color: #000;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
  margin: 0;
}

h2 {
  margin-bottom: 0.4rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

h3 {
  text-transform: uppercase;
}

a {
  color: #fff;
  text-decoration: none;
}
a.pc-link {
  color: #fff;
}

p {
  color: #999;
}

p b {
  color: #fff;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------------- */

h2 {
  font-size: 6.8rem;
  letter-spacing: -0.2rem;
}

h3 {
  letter-spacing: 0.4rem;
  font-weight: normal;
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media (min-width: 813px) {
  html {
    font-size: 10px;
  }

  p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

/* -------------------------------------------------------- */

@media (orientation: landscape) {
  .has-text-align-left {
    padding-left: 50%;
  }
}

.pc-info {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  /* height: 100%; */
}

.pc-info a {
  display: block;
  padding: 4rem;
  cursor: pointer;
  height: 100%;
}

.pc-blink,
.pc-info span {
  animation: blink 0.6s infinite;
}

.pc-back {
  position: absolute;
  top: 4rem;
  left: 4rem;
  font-weight: bold;
}

.pc-back span {
  animation: blink 0.6s infinite;
}

/*----------------------------------------------------------------- */

.page-title {
  margin: 24rem 0 4rem;
  padding: 0 4rem;
}

.page-container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .page-container.is-singular {
    padding-right: 28%;
  }
}

.page-link-back {
  padding: 4rem;
  display: block;
}

/*----------------------------------------------------------------- */

.article-list {
  margin-bottom: 8rem;
}

.article-singular {
  margin-bottom: 4rem;
}

.article-list h2 {
  font-size: 1.4rem;
  letter-spacing: 0;
  display: inline;
}

.article-list p {
  display: inline;
}

.article-container {
  padding: 4rem;
}

@media (min-width: 800px) {
  .article-list {
    display: flex;
    flex-flow: row wrap;
  }

  .article-list > article {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

/*----------------------------------------------------------------- */

.featured-media {
  margin-bottom: 2rem;
}

.featured-media-inner {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.featured-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-media:hover img {
  transform: scale(1.08);
}

.pagination-single {
  margin-top: 4rem;
}

.pagination-single-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 4rem;
}

.pagination-single-inner a {
  opacity: 0.6;
  transition: all 0.2s;
}
.pagination-single-inner a:hover {
  opacity: 1;
}

.entry-content p {
  margin-bottom: 2rem;
}

.nav-links {
  text-align: center;
}

.page-numbers {
  padding: 0 0.4rem;
  opacity: 0.6;
  transition: all 0.2s;
}
.page-numbers:hover {
  opacity: 1;
}

.page-numbers.current {
  opacity: 1;
}

.next.page-numbers,
.prev.page-numbers {
  padding: 0 2rem;
}

.navigation.pagination {
  margin: 4rem;
}

.navigation.pagination h2 {
  display: none;
}

/*----------------------------------------------------------------- */

.fp-slides .mcw-fp-slide .mcw-fp-slide-inner {
  display: inline-block !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.fp-slides .mcw-fp-slide:first-child .mcw-fp-slide-inner {
  display: block !important;
  background-color: transparent !important;
}

/*----------------------------------------------------------------- */

#fp-nav ul li a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a span,
.fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 8px;
}

.mcw-fp-wrapper .mcw-fp-section-slide .mcw-fp-slide-inner {
  padding: 9rem 4rem !important;
}

@media (min-width: 813px) {
  .mcw-fp-wrapper .mcw-fp-section-slide .mcw-fp-slide-inner {
    padding: 12rem 8rem !important;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.pc-layer {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  z-index: 10;
  max-width: 48rem;
  width: 100%;
  display: flex;
  align-items: center;
  transform: translate3d(100%, 0, 0);
  transition: all 0.6s;
}
.pc-layer.is-visible {
  transform: translate3d(0, 0, 0);
}

.pc-layer > div {
  padding: 4rem 10rem 4rem 4rem;
}

.pc-layer-close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  background-color: #000;
}

.pc-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
}
.pc-overlay.is-visible {
  visibility: visible;
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .pc-layer {
    max-width: 80%;
  }
}

a[data-trigger] {
  cursor: pointer;
}

.pc-layer h2 {
  font-size: 5.8rem;
}

.pc-preloader {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
  background-color: #000;
  pointer-events: none;
}
.pc-preloader.is-done {
  animation: fadeOut 3.2s forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.pc-logo {
  position: fixed;
  top: 4rem;
  left: 2rem;
  z-index: 9990;
}

.pc-logo-svg {
  display: block;
  width: 6rem;
  height: 6rem;
  background: url(./assets/images/cp-logo.svg) center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.pc-logo-slim-svg {
  display: block;
  width: 2rem;
  height: 3.7rem;
  background: url(./assets/images/cp-logo-slim.svg) center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

.pc-bullet {
  position: relative;
}
.pc-bullet:before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 1.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background-size: cover;
  opacity: 0;
  transition: 0.4s;
}
.pc-bullet.bullet-01:before {
  background: url(./assets/images/cp-01.svg) center center no-repeat;
}
.pc-bullet.bullet-02:before {
  background: url(./assets/images/cp-02.svg) center center no-repeat;
}
.pc-bullet.bullet-03:before {
  background: url(./assets/images/cp-03.svg) center center no-repeat;
}
.pc-bullet.bullet-04:before {
  background: url(./assets/images/cp-04.svg) center center no-repeat;
}

.pc-bullet:active:before,
.pc-bullet:hover:before {
  opacity: 1;
}

.pc-menu {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 9990;
}
.pc-menu a {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  background: url(./assets/images/cp-menu.svg) center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s;
}
.pc-menu a:hover {
  opacity: 1;
}
.pc-menu a[opened] {
  background: url(./assets/images/cp-close.svg) center center no-repeat;
}

.pc-navigation {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 48rem;
  z-index: 9980;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(100%, 0, 0);
  transition: all 0.6s;
}
.pc-navigation.is-visible {
  transform: translate3d(0, 0, 0);
}

.pc-navigation a {
  display: block;
}
.pc-navigation a.is-active {
  color: #8c8c8c;
}

.pc-navigation h2 {
  font-size: 5rem;
}

.pc-fade-in {
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* .pc-navigation-inner > div:first-child {
  margin-bottom: 4rem;
  margin-left: -2rem;
} */

@media (min-width: 813px) {
  .pc-navigation-inner {
    display: flex;
  }

  /* .pc-navigation-inner > div:first-child {
    margin-right: 4rem;
  } */
}

.pc-grid {
  display: flex;
}
