/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.bricks-button {
box-shadow: var(--hard-shadow);
}

.comment-form textarea {
background-color: var(--base) !important;
border-radius: 0px !important;
box-shadow: var(--hard-shadow);

}

::-moz-selection {
    background-color: var(--Primary-Accent);
    color: var(--Tertiary);
}
  
::selection {
    background-color: var(--Primary-Accent);
    color: var(--Tertiary);
}

.form-group input {
background-color: var(--base);
border-radius: 0px !important;
box-shadow: var(--hard-shadow) !important;
}


iframe {
box-shadow: var(--hard-shadow);
}

.is-style-term-button a {

box-shadow: var(--hard-shadow);
border-radius: 0px;
}

/* qoute styles */

.wp-block-quote {
border-right-color: var(--primary);
padding-right: var(--space-s);
padding-left: var(--space-s); }
border-right-width: 6px;
font-family: "Moshreq" !important;

}




/* link styles */

a {
text-decoration: none !important;
}
a:focus, a:hover {
text-decoration: underline !important;
}
.single-post .entry-content:where(a) {
    color: var(--primary);
}
.single-post .entry-content a:hover {
    color: var(--primary);
}

.wp-block-heading {
	margin-bottom: var(--space-m);
}

.wp-block-verse {
	color: var(--main);
	background-color: var(--base);
	font-size: var(--font-size-base);
	
}
