/*
Theme Name: saptacrg
Author: Blwbmkr
Author URI: baliwebmaker.com
Theme URI: baliwebmakere.com
Tags: full-site-editing, block-patterns
Text Domain: saptacrg
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}
html { overflow-y: scroll; }
*:lang(en-US) .is-style-display-lang-id{ 
  display:none!important; 
}
*:lang(id) .is-style-display-lang-en{ 
  display:none!important; 
}
*, ::after, ::before {
  box-sizing: border-box
}
@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.is-style-blwbmkr-sticky-header {
		position: sticky;
		top: 0;
		z-index: 999;
	}
/*
* Sticky button is experimental,
* only use it on the front for screens above 782px width.
*/
@media screen and (min-width: 782px) {

	.is-style-blwbmkr-sticky {
		position: fixed;
		top: 2em;
		right: 2em;
	}

/* Move the fixed position down to adjust for the WordPress admin bar */
	.admin-bar .is-style-blwbmkr-sticky {
		top: calc(2em + 32px);
	}

/* Move the sticky position down to adjust for the WordPress admin bar */
	.admin-bar .is-style-blwbmkr-sticky-header {
		top: 32px;
	}

}

/* Hide the header block patterns on the paginated results. */
.home.paged .blwbmkr-pattern-header-image {
	display: none;
}

/* Hide selected sticky posts and paginated results. */
body.query-block-paged .wp-block-query.blwbmkr-hide-sticky {
	display: none;
}

.blwbmkr-blog-layout .wp-block-post-template li .wp-block-group:not(.blwbmkr-post-meta) {
	height: 100%;
}

.is-negative-top-margin { 
	margin-top:-3em; 
}

table {
  --tw-border-opacity: 1;
  border-collapse: collapse;
  border-color: rgb(22 101 52/var(--tw-border-opacity));
  border-width: 1px;
  font-size: .75rem;
  line-height: 1rem;
  table-layout: auto;
  width: 100%;
}
table td {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74/var(--tw-border-opacity));
  border-width: 1px;
  padding: .5rem;
}

.is-inset-x-0 {
  left: 0;
  right: 0;
}
.is-z-50 {
  z-index: 50;
}
.is-bottom-0 {
  bottom: 0;
}
.is-w-full { 
	width:100%
}
.is-box-shadow{
	box-shadow: 0px 0px 25px 0px #000000;
}
.is-display-unset{
	display: unset;
}
.inner-logo-box{
    background-color: white;
    z-index: -1;
    width: 40%;
    height: 100%;
    margin-top: -10px;
    margin-inline-start: auto;
    border-style: solid;
    border-width: 80px 100px 0px 0px ;
    border-color: transparent blue transparent transparent;
}

/* BOGO */
/* Dropdown */
.bogo-dropdown {
  gap: 0;
  align-items: flex-start;
  height: 44px;
}

/* Language Switcher */
.bogo-language-switcher {
  display: flex;
  flex-direction: column;
  border: 1px solid #CACACA;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 77px;
  box-sizing: border-box;
  background-color: beige;
}

.bogo-language-switcher li {
  cursor: default;
  box-sizing: border-box;
  padding: 4px 8px!important;
  text-align: left;
}

.bogo-language-switcher li a {
  text-decoration: none;
  font-weight: 600;
  font-size:.8rem;
}

.active .bogo-language-switcher li:hover {
  background: var(--wp--preset--color--contrast);
}

.active .bogo-language-switcher li:hover a {
  color: #ccc;
}

.bogo-language-switcher .id-ID {
  order: 1;
}

.bogo-language-switcher .en-US {
  order: 2;
}
.bogo-language-switcher .current {
  display:none
}
/* Display Item */
.display-item {
  transition: 0.15s ease;
  width: 59px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  padding: 8px;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
  font-weight: 600;  
  font-size:.9rem;
  background-color: beige;
}

.bogo-language-name a {
  display: block;
  width: 100%;
  color: #333;
}

/* Arrow */
.arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  bottom: -8px;
  left: -10px;
  transition: 0.4s ease;
  margin-top: 2px;
  text-align: left;
  transform: rotate(45deg);
  float: right;
}

.arrow:before,
.arrow:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: var(--wp--preset--color--contrast);
  transition: 0.4s ease;
}

.arrow:after {
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}

/* Active Arrow */
.display-item.active .arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}

.display-item.active .arrow:before {
  transform: translate(10px, 0);
}

.display-item.active .arrow:after {
  transform: rotate(90deg) translate(10px, 0);
}

/* Active List */
.display-item.active ul {
  opacity: 0.3;
  height: 108px;
}

/* Language Switcher Animation */
.wp-block-bogo-language-switcher .bogo-language-switcher {
  height: 0;
  overflow: hidden;
  padding-bottom: 4px;
  transition: 0.4s ease;
}

/* CSS Variable for Height */
:root {
  --item-height: 34px;
}

.wp-block-bogo-language-switcher.active .bogo-language-switcher {
  height: calc(var(--item-height) * var(--list-items));
  overflow: auto;
  padding-bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Disabled Styles */
.bogo-disable {
  color: var(--wp--preset--color--accent-5);
}

.bogo-disable .arrow:before,
.bogo-disable .arrow:after {
  background-color: var(--wp--preset--color--accent-5);
}
.bogo-lang-dd{
	position: relative;
}
.bogo-dropdown-menu {
  position: absolute;
display:flex; align-items:center;
  z-index: 1000;
  display: none;
  min-width: 8rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f2801b;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.show{
	display:flex;
}

