/*
Theme Name: Shivalaya Printers
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: Shivalaya Printers
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.0.1709726814
Updated: 2024-03-06 12:06:54

*/

/* CUSTOM STYLES */

:root{
    --sp-red: #990000;
    --sp-blue: rgb(0, 0, 130);
}

.current-menu-item a {
    background: #990000;
    color: white !important;
    padding: 8px;
    border-radius: 4px;
}


body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    max-width: 100% !important;
}

header{
    margin-bottom: 40px;
}

header .has-base-background-color{
    background-color: #e4e4e4 !important;
}

footer.wp-block-template-part {
    margin-top: 40px;
    background: url('https://shivalayaprinters.com/wp-content/uploads/2024/03/bg-footer-texture.jpg') no-repeat white bottom center;
    background-size: cover;
    border-top: 4px solid #990000;
}

footer h2.wp-block-heading{
    color: var(--sp-red);
}

footer .has-body-font-family{
    color: yellow;
}

footer.wp-block-template-part,
footer.wp-block-template-part a{
    color: black !important;
}

.wp-element-button,
.wp-block-button__link{
    background: #990000;
    color: white;
    font-weight: bold;
    border: 2px solid white;
}

/* BANNER BACKGROUND */
.wp-block-group.alignfull.has-accent-5-background-color.has-background.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{
    background: url('https://shivalayaprinters.com/wp-content/uploads/2024/03/bg-hero.jpg') no-repeat;
    background-size: cover;
    /* background: green !important; */
    color: white;
}

h2.wp-block-heading{
    color: white;
}

/* CARDS */
.sp-cards .wp-element-button,
.sp-cards a{
    background: var(--sp-blue);
    color: white;
    font-weight: bold;
    border: 2px solid white;
    text-decoration: none;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 8px;
}

.sp-cards-journey{
    text-align: center;
}

.sp-cards-journey img{
    max-width: 40%;
}

.sp-cards-journey h2{
    color: var(--sp-blue);
}