/*
Theme Name: Aurabina
Theme URI: 
Author: Iwan Perkilo
Author URI: https://with.web.id
Description: This theme is made for aura bina pustaka
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: aurabina
Tags: 
*/

/**
To Top Button Style
*/
.back-to-top {
  color: rgba(63, 94, 251, 1);
  position: fixed;
  display: none;
  right: 20px;
  bottom: 54px;
  z-index: 99;
}
/**
Theme Style
*/
html {
  scroll-behavior: smooth;
}

:where(.wp-site-blocks *:focus) {
  outline-style: none !important;
}

.header-sdw {
  box-shadow: 0 -8px 27px rgba(0, 0, 0, 0.5);
}

/**** Quote ****/
blockquote {
  background-color: #80808036;
  font-size: 18px;
}
.wp-block-quote {
  border-left: 5px solid rgba(0, 0, 0, 0.2);
}
.wp-block-quote p:before {
  content: "\275D";
  font-size: 36px;
  font-weight: 500;
  line-height: 0;
  margin-right: 5px;
  position: relative;
  top: 8px;
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: 5px;
}

.left-sticky {
	position: sticky;
    top: 80px; 
}
.phone-footer::before {
  content: "\2706";
  margin-right: 5px;
  font-size: 20px;
  top: 1px;
  position: relative;
  font-weight: 800;
}
.mail-footer::before {
  content: "\2709";
  margin-right: 5px;
  font-size: 20px;
  top: 1px;
  position: relative;
}
