/*
 Theme Name:   SKINSpired
 Theme URI:    https://capindev.tech/products/
 Description:  Custom theme for SKINSpired website.
 Author:       Obaid ur Rehman
 Author URI:   https://capindev.tech/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

.toc-header{
	font-family: "Playfair Display";
}

#brx-content.page, .hentry h1, .bricks-archive-title-wrapper h1{
	color: #000;
}

.comment-reply-title {
	color: var(--primary);
}

.bricks-background-primary{
	border: 2px solid;
}

.bricks-background-primary:hover{
	border: 2px solid #d09a00;
}

.mailerlite-form{
	padding-top: 5rem;
	padding-right: 5rem;
	padding-bottom: 5rem;
	padding-left: 5rem;
	border: 1px solid var(--primary);
	border-radius: 2rem;
	max-width: 600px;
	background-color: #fafafa;
}

.mailerlite-form .mailerlite-form-field label {
	font-size: 1.5rem;
  	color: var(--primary);
	font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.mailerlite-form-field input {
	border-width: 1px;
	border-color: var(--primary);
	border-radius: 1rem;
	background-color: #ffffff;
}

.mailerlite-form-field input::placeholder {
	color: var(--bricks-border-color);
	scrollbar-width: none;
	resize: none;
	word-wrap: normal;
	white-space: pre;
	line-height: -moz-block-height !important;
}

.mailerlite-form .mailerlite-subscribe-button-container{
	text-align: start;
}

.mailerlite-subscribe-submit {
	align-items: center;
    border-width: 0;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    letter-spacing: .5px;
    padding: .5em 1em;
    text-align: center;
	border: 2px solid var(--bricks-border-color);
	border-radius: 1rem;
	background-color: var(--primary);
	color: #ffffff;
	font-size: 1.1em;
    padding: .6em 1em;
}

.mailerlite-subscribe-submit:hover{
	border: 2px solid #d09a00;
}