.main-header-bar {
box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.site-footer {
box-shadow: 0px -1px 15px 1px rgba(0, 0, 0, 0.1);
} h2,h3,h4,h5,h6{
color: #24588D !important;
} .menu-item-has-children > a {
cursor: pointer;
} .wpforms-recaptcha-container {
display: none;
} * .ast-excerpt-container.ast-blog-single-element {
font-size: 0.8rem;
} .vertical-note-leftbar {
position: relative;
padding: 20px; background-color: #F0F5FA; border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
.vertical-note-leftbar::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 5px; background-color: #256FC3; } .wp-block-uagb-faq a {
display: inline-block; padding: 5px 20px; background-color: #256FC3; color: white; text-decoration: none; border-radius: 20px; transition: background-color 0.3s ease; }
.wp-block-uagb-faq a:hover {
background-color: #4887ce; } .svg-shadow {
-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
} .ast-blog-layout-4-grid .ast-article-inner {
box-shadow: 0px 6px 15px -2px rgb(16 24 40 / 20%);
} .pxl-readingtime {
padding: 5px;
}
.reading-time-text {
font-weight: bold;
color: #24588C;
}
.reading-time-value {
font-weight: bold;
color: #658AAF;
} .widget-title {
font-size: 25px !important;
color:#24588C !important;
font-weight: bold;
} .wp-block-code {
position: relative;
padding: 16px;
border-left: 6px solid #256FC3;
border-radius: 4px;
overflow-x: auto;
font-family: "Fira Code", monospace;
} .main-header-bar {
position: fixed;
z-index: 99;
top: 0;
width: 100%;
background-color: #FFFFFF;
transition: background-color 0.4s ease, padding 0.3s ease;
} .main-header-bar.scrolled,
.ast-theme-transparent-header .main-header-bar.scrolled {
background-color: rgba(255,255,255,0.9) !important; } body:not(.logged-in) {
margin-top: 95px;
}
@media (max-width: 767.98px) {
body:not(.logged-in) {
margin-top: 70px;
}
}