/*
Theme Name:   Sketchbooks
Theme URI:    https://yourwebsite.com
Description:  Sketchbooks is a child theme of Astra.
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     astra
Version:      1.0.5
Text Domain:  sketchbooks
*/

/* /////CSS CUSTOM COMPLETE */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{
    /* padding: 2em 2em; */
}

.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
    border: 0;
}
body > div.cky-btn-revisit-wrapper.cky-revisit-bottom-left{
	visibility: hidden;
}
header#masthead.site-header {
	grid-area: header;
	position: sticky;
	top: 0;
	z-index: 500;
	background-color: rgba(0, 0, 0, 0.9); 
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px); 
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.gt_switcher_wrapper {
	margin-left: -5%;
	margin-bottom: 29px;

}
ul.wp-block-list li {
	margin-left: 30px;
}
ol.wp-block-list li {
	margin-left: 60px;
}

ul.children li {
	margin-left: 10px;
}
ul.wp-block-categories-list li {
    list-style: none; 
    position: relative; 
    padding-left: 10px; 
}
ul.wp-block-categories-list li::before {
    content: "\203A"; 
    position: absolute;
    left: 0; 
    color: #FB2056;
    font-weight: bold;
    margin-right: 5px;

}
div.bwg_gal_title_0 {
	margin-top: -40px;
	margin-bottom: 20px;
}
div.user-gallery-info{
	margin-top: -30px;
 }
body.astra-hide-featured-artist-title h1.entry-title {
    display: none !important;
}
a.ast-button.artist-page-button {
    font-size: 12px;
    padding: 5px 10px;
}
h1.entry-title {
    font-size: 48px;
    font-weight: bolder;
}
h2.entry-title.ast-blog-single-element a{
    font-size: 20px;
    font-weight: bolder;
}
h2.entry-title.ast-blog-single-element a:hover{
    text-decoration: underline;
}
/* Rounded button styling for read-more container */
p.ast-blog-single-element.ast-read-more-container.read-more {
    padding: 8px 20px; /* Adjusted for a more balanced button look */
    background-color: #FB2056;
    color: #ffffff; /* White text for good contrast */
    border-radius: 25px; /* Makes the corners rounded (adjust for more/less roundness) */
    display: inline-block; /* Allows setting padding and width/height like a block, but flows like text */
    text-align: center; /* Centers the content (e.g., "Read More" text) */
    cursor: pointer; /* Changes cursor to a pointer on hover, indicating clickability */
    font-weight: bold; /* Makes the text bold */
    text-decoration: none; /* Ensures no underline if it contains a link */
    white-space: nowrap; /* Prevents text from wrapping to multiple lines */
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    /* Smooth transition for hover effects */
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect for the rounded button */
p.ast-blog-single-element.ast-read-more-container.read-more:hover {
    background-color: #E01C4C; /* Slightly darker shade on hover */
    transform: translateY(-1px); /* A subtle lift effect */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* A subtle shadow */
}

/* Styling for the <a> tag INSIDE the read-more paragraph */
p.ast-blog-single-element.ast-read-more-container.read-more a {
    color: inherit; /* Inherit color from the parent p tag */
    text-decoration: none; /* Ensure no underline on the link by default */
}
p.ast-blog-single-element.ast-read-more-container.read-more a:hover {
    text-decoration: underline; /* Add underline on hover for the link itself */
}

/* === Custom Login Page Styles === */
.custom-login-wrapper {
  max-width: 400px;
  margin: 4rem auto;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-family: inherit;
}

.custom-login-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.custom-login-wrapper label {
  font-weight: bold;
  font-size: 14px;
}

.custom-login-wrapper input[type="text"],
.custom-login-wrapper input[type="password"] {
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
}

.custom-login-wrapper input[type="submit"] {
  background-color: #FB2056;
  color: #fff;
  border: none;
  padding: 0.75rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.custom-login-wrapper input[type="submit"]:hover {
  background-color: #E01C4C;
}

.custom-login-wrapper .login-error {
  background: #ffe0e0;
  border: 1px solid #fb2056;
  padding: 0.75rem;
  border-radius: 4px;
  color: #a30028;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.custom-login-wrapper .login-remember label {
  font-weight: normal;
}

.custom-login-wrapper .login-submit,
.custom-login-wrapper .login-remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Center "Lost your password?" link */
.custom-login-wrapper p.forgetmenot,
.custom-login-wrapper .login .forgetmenot {
  margin: 0 auto;
  text-align: center;
}
