/*
Theme Name:  Twenty Twenty-Three
Template: 	 twentytwentythree
Theme URI:	 https://wordpress.org/themes/twentytwentythree/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: twentytwentythreechild
*/

root: {
	--bumcblue: #1C426E;
	--bumcbackground: #fff9f2;
	--bumclinks: #FFFAF4;
}

body { background-color: var(--bumcbackground); }

/* Remove text shadown */
.homeleftcolumntext {
  text-shadow: 0px 0px 0px #92959F !important;
}
.homerightcolumntext {
  text-shadow: 0px 0px 0px #92959F !important;
}

.bumcblue {color:#1C426E}

@media only screen and (min-width: 600px) {
	.wp-block-search__inside-wrapper {
		display:flex;
		flex:auto;
		flex-wrap:nowrap;
		max-width:100%;
		/* max-width: 50%; */
		margin: 0 auto;
	}
	
/* Add padding to the top of the first drop down menu item */
.wp-block-navigation__submenu-container > li:nth-child(1) > a:nth-child(1) > span:nth-child(1) {
 padding-top: 1em;
}

/* Increase line-height of drop down menu items */
.wp-block-navigation__submenu-container > li > a > span {
 line-height: 1.5em;
 font-size:.9em;
 padding-top:0em;
}

}

#historytable {font-size:.80em;line-height:1.45em;}

/* Modify 1st child of dropdown menu. Parent style is box with white background */
/* Remove box and background .dk-block-navigation-submenu */
/* .wp-block-navigation__submenu-container .wp-block-navigation-submenu .dk-block-navigation-submenu {
  background-color:none;
  border:0px solid rgba(0,0,0,.15);
  color:#000;
}*/
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #FFFAF4;
  border:0px solid rgba(0,0,0,.15);
  color:#1C426E;
}

/* Increase line-height of drop down menu items */
@media only screen and (max-width: 600px) {
.wp-block-navigation__submenu-container > li > a > span {
 line-height: 1.5em;
 font-size:.9em;
 padding-top:1em;
 padding-top:0em;
 margin-bottom:1.5em;
}
}

/* 	Modify Links assigned h4 headings
	Chage h4 heading link to match common h4 heading color and weight */
h4  > a { color: var(--bumcblue);
		font-family: var(--wp--preset--font-family--oswald-semibold);
		font-weight: 400;
		line-height: 1.4;
		}
/* Modify the overall content width */		
body {
 margin: 0;
 --wp--style--global--content-size: 1100px;
}
.bumcsensorylogo {
 margin: 0 auto !important;
}

/* Add padding to the top of funeral image */
.wp-image-1372 {
 padding-top: 2em;
}

div.homeleftcolumntext {
 flex-basis:60% !important;
}

.wp-block-post-title-none {
display: none !important;
}

/*footer not repsonding to layout */
.wp-container-18.wp-container-18 {
	gap: var(--wp--preset--spacing--30);
	/*! flex-direction: column; */
	align-items: stretch;
	justify-content: center;
}

#centerdiv {margin:0 auto;text-align:center;}

