/*
Theme Name: Decreez
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.4.1733863251
Updated: 2024-12-10 20:40:51

*/

html {
     background-color: #141313; 
}

body, .entry-content, .entry-summary {
	font-size: 15px;
    font-family: 'indivisible' !important;
}

body.custom-background {
    background: url('https://designdecree.com/wp-content/uploads/2025/04/Artboard3-scaled.jpg');
    background-size: cover;
    background-position: center;

}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

a:hover, .footer-navigation-wrapper li a:hover {
  text-decoration: none;
}

a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


#page {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1;
}

body.customer-area-active .cuar-css-wrapper, body.customer-area-active .cuar-css-wrapper.cuar-content-container {
	max-width: 90vw !important;
	width: 100%;
}
/*
body.customer-area-active .site-main {
	background-color: #fff;
}
*/
.no-widgets .site-footer {
	margin-top: 0;
}




.site-footer > .site-info a {
	padding-top: 0;
	padding-bottom: 0;
}

header.site-header {
	padding-bottom: 0;
}


.site-header > .site-logo, .site-footer > .site-info {
	border: 0;
}

.site-footer > .site-info, .footer-navigation {
	margin: 0;
	padding: 0;
}

.site-footer {
	border-top: 1px solid rgba(255,255,255,0.1);
	max-width: none;
	padding: 1rem;
	width: 100%;
  display: none;
  justify-content: center;
}


.site-logo .custom-logo {
	max-width: 150px;
}



.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
    max-width: 450px;
}


#primary {
  padding: 1rem;
}






