/*  
Theme Name: Hestia Child    
Theme URI: https://www.themeisle.com/     
Description: This is a custom child theme Nina Fussing has created on Sept, 2023.    
Author: ThemeIsle    
URI: https://www.themeisle.com/    
Template: hestia    
Version: 0.1     
*/
/* ------------------------------------------- */
/* add black border to striped block table
--------------------------------------------- */
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: black
}
/* ------------------------------------------- */
/* Style GENERAL SEARCH BAR at bottom of blog
--------------------------------------------- */
/* Heading color */
.footer-big {
   color: #ffffff;
}
/* Box Location */
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    /* border:1px solid #949494; */
    box-sizing: border-box;
    padding: 0px;
}
/* Label styles */
.wp-block-search label {
	font-weight: bold;
}
/* Input styles */
.wp-block-search .wp-block-search__input {
	background-color: #fff;
	margin-bottom: 0px;
	padding:25px 10px;
/*	border-radius: 10px;*/
/*	border: 2px solid #f00;*/
}
/* Button Styles */
.wp-block-search .wp-block-search__button {
	margin: 0px;
/*	border-radius: 0px; */
/*	background-color: #00f; */
/*	color: #fff; */
}
/* Button Hover Style 
.wp-block-search .wp-block-search__button:hover {
	border-radius: 4px;
	background-color: #0f0;
} */
/* ------------------------------------------- */
/* Change opacity of widgets in footer
--------------------------------------------- */
footer.footer.footer-black a {
	opacity: 1;
}
/* ------------------------------------------- */
/* Style BB search bar for FORUMS
--------------------------------------------- */
#bbp-search-form.form-group {
	padding:5px;
	margin: 5px;
}
/* Input styles */
#bbp-search-form input[type="text"] {
	font-size: 16px;
	background: #fff;
	border: 1px solid #abb8c3;
	margin: 0px;
	padding-left: 10px;
/*	border-right: 0px;
	border-radius: 4px;
	width: calc(100% - 85px);*/
}
/* Button Styles */
#bbp_search_submit.button {
/*	border-radius: 0px;*/
	margin: 0px;
	padding: 9px;
}
/* Drop-Down Styles for input section for new topics (bottom) */
#bbpress-forums fieldset.bbp-form select {
	height: 35px;
    font-size: 14px;
    font-weight: bold;
    background-color: #eee;
    border-radius: 4px;
    text-align: center;
}