/*
Theme Name: Centaurus Child
Theme URI: https://neuronthemes.com/centaurus
Description: This is a child theme of Centaurus
Author: NeuronThemes
Author URI: https://neuronthemes.com
Template: centaurus
Version: 1.0.0
*/

@import url('../centaurus/style.css');

/* Your Custom CSS below */

html {
	scroll-behavior: smooth;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Neue Einstellung";
    font-weight: 500;
    color: #253237;
    margin-bottom:0.66667rem !important;
    line-height: 1.5 !important;
}
blockquote {
    border-left-width: 5px;
    background-color: #ebebeb;
}
#ggSidebar{    
        position: sticky;
    top: 50px;
    width: fit-content;
    max-width: 18%;
    float: right;

}
#tocMenuFlyout{

    width: fit-content;
    z-index: 1;
    padding: 20px;
    margin: 0 20px;
    box-sizing:border-box;
    background-color: #efefef;
    box-shadow: 0 0 5px 1px #ccc;
}
label {

    line-height: 1.5;
}
.wp-block-details{
	margin-bottom:10px !important;
}
.wp-block-details summary{
	padding-bottom:10px !important;
}
.details-content {
	padding: 10px 15px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;

}
figcaption{
	color: #02c39a;
    font-size: small;
    font-weight: 100;
    letter-spacing: 1px;
	    font-family: monospace;
}
.img-sticky{
	overflow: visible;
}
.img-sticky img {
  position: sticky;
  top: 0;
}
