/*
Theme Name: Shaness Portfolio
Theme URI: https://github.com/newfold-labs/wp-theme-bluehost-blueprint/
Author: Bluehost
Author URI: https://bluehost.com
Description: Shaness Portfolio is a block-based, multi-purpose, WordPress theme. Compose your pages to fit any design you like with the power of Full Site Editing (FSE) and the included wide range of Block Patterns. The pre-built pages will help you populate and transform your website into a wonderful website. Customize colors and font pairings to create your own unique look and feel.
Version: 1.0.1
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluehost-blueprint
Tags: blog, e-commerce, portfolio, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, block-patterns, wide-blocks, full-site-editing, template-editing
 */


:root {
	--wp--preset--font-size--huge: clamp(6rem, 10vw, 10rem);
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
	text-wrap: pretty;
}

select {
	min-height: 2.25em;
}

textarea,
select,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
.select2-container .select2-selection--single {
	border-radius: 2px;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
	line-height: 1.7;
	padding: 0.3rem 1rem;
	display: block;
}

input[type="submit"] {
	background-color: var(--wp--preset--color--accent-1);
	border-width: 0;
	border-radius: 2px;
	color: var(--wp--preset--color--base);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	cursor: pointer;
}

[class*="is-style-block-overlap"]+*:not([style*="margin-top"]) {
	margin-top: 0;
}

[class*="is-style-text-wrap-balance"],
[class*="is-style-text-wrap-balance"] p {
	text-wrap-style: balance;
}

div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--contrast-midtone);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
	margin-top: 8px;
	text-align: center;
}

div[class*="wp-block-"] .wp-block-image figcaption a {
	width: auto;
}

.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
	max-width: var(--wp--style--global--content-size);
}

h1.wp-block-post-title {
	margin-top: 20px;
}

/* Sticky Footer */
.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.admin-bar .wp-site-blocks {
	min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px));
}

.wp-site-blocks>main,
.wp-site-blocks>.entry-content {
	flex: 1;
}

/* Featured image: keep natural width (do not stretch to full content width). */
.wp-block-post-featured-image.bp-post-featured-image--intrinsic {
	width: fit-content;
	max-width: 100%;
}

.wp-block-post-featured-image.bp-post-featured-image--intrinsic img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

/* custom overrides*/

header.wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	background-color: #9686cb;
}

header nav .wp-block-navigation-item__content {
	border: 1px solid #9686cb;
	padding: 5px 8px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 5px;
}

header nav .wp-block-navigation-item__content:hover {
	color: color-mix(in lab, currentColor, var(--wp--preset--color--accent-2) 70%);
	text-decoration: none;
	background-color: #6851b1;
	color: #aabafd !important;
}

footer.wp-block-group {
	background-color: #9686cb !important;
}

h1.wp-block-post-title.has-x-large-font-size {
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 15px;
	color: #6c59a7;
	border-bottom: 1px dotted #8d7fbb;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}

.has-base-midtone-background-color {
	background-color: #cbd9ff !important;
}

.has-base-midtone-background-color h2.wp-block-heading {
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 1.2em;
	color: #634d97;
	border-bottom: 1px dotted #fff8fe;
	padding-bottom: 10px;
}

/* slider*/

.flexslider .flex-direction-nav li a {
	background-color: rgb(154 135 216) !important;
}

.flexslider .flex-direction-nav li a:hover {
	background-color: #6049ab !important;
}

.flexslider .flex-progress-bar {
	background-color: #4f3f83 !important;
}

.metaslider.ms-theme-draxler .flexslider .flex-control-nav li a.flex-active {
	background: #5b469f !important;
	opacity: 0.4;
}

.has-base-midtone-background-color {
	padding: 20px 0;
}