/*
Theme Name: Bluehost Blueprint
Theme URI: https://github.com/newfold-labs/wp-theme-bluehost-blueprint/
Author: Bluehost
Author URI: https://bluehost.com
Description: Bluehost Blueprint 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: 0.3.0
Requires at least: 6.6
Tested up to: 6.8
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);
}


#chapter-container{
	/* height:2000px;
	overflow:scroll; */
	clear:both;
}
#article-container{
	clear:both;
}
#section-wrapper{
	padding:20px 0 0;
	clear:both;
}
#article-wrapper{
	clear:both;
	padding: 10px 0 0;
}
.chapter-desc{
	background-color:#eee;
	margin:2px 0 2px;
}
.chapter-select{
	display:inline-block;
	width:60px;
	background-color:#8ce7ff;
	text-align:center;
	margin: 2px 6px 4px -67px;
	border-radius:5px;
}
.chapter-text{
	padding: 2px 0 0 0;
	margin-left: 70px;
}
.chapter-heading{
	height:40px;
}
#chapter-title{
	
	float: left;
	font-size: 19px;
	overflow: hidden;
}
.chapter-change{
	width:90px;
	background-color:#8ce7ff;
	float:right;
	text-align:center;
	border-radius:5px;
}

.article-container{
	clear:both;
}
.article-desc{
	background-color:#eee;
	margin:2px 0 2px;
}
.article-select{
	display:inline-block;
	width:70px;
	background-color:#8ce7ff;
	text-align:center;
	margin: 2px 6px 4px -75px;
	border-radius:5px;
}
.article-text{
	padding: 2px 0 0 0;
	margin-left: 80px;
}
.article-heading{
	height:40px;
}
.article-title{
	float: left;
	font-size: 17px;
	overflow: hidden;
}
.article-change{
	width:90px;
	background-color:#8ce7ff;
	float:right;
	text-align:center;
	border-radius:5px;
}
.search-number{
	display:inline-block;
	background-color:#ccb;
	text-align:center;
	min-width:40px;
	padding:4px;
	float:left;
}
.search-row{
	background-color:#eee;
	margin:2px 0 7px;
}
.search-ref{
	margin-left:50px;
}

.art-head, #all-sections{
	background-color:#eef;
	padding:5px;
	margin:2px 0;
}
#all-sections{
	width: 240px;
	text-align: center;
	margin-top: 10px;
	cursor:pointer;
}
.art-head a, .art-prev a, .art-next a, .art-mid a{
	color:#333;
}
.art-prev, .art-next, .art-mid{
	background-color: #eef;
	padding:5px;
	margin:2px 0;
}
.art-prev{
	float:left;
}
.art-next{
	float:right;
}
.art-mid{
	display:inline-block;
}

.art-sel{
	color:#1414F9;
}
.sec-head a, #all-sections{
	color:#0e0590!important;
}
.sec-head{
	margin-left:10px;
	padding-top:10px;
}
.sec-head h4, #search-output h4, #disp-all-sections h4{
	font-size: 18px;
	line-height: 26px;
}
.small-sec {
	font-size:90% !important;
	margin-left:8px}
.small-sec h4{margin-bottom:5px}
.secdiv{
	background-color:#eee;
	margin:5px 0 5px 0;
	padding:5px; 
	/* min-height:35px; 
	text-align: justify;*/
}
.secdiv a, .chpdiv a, .artdiv a{
	color:#0e0590!important;
}
.secdiv a span{
	width:75px;
	text-align:center;
	background-color:#0e0590;
	color:white;
	margin:-5px 5px -5px -5px;
	display:inline-block;
	padding: 4px;
}
.secdiv.curr{font-weight:bold;padding:0 5px;}
.art-prev-next-box{
	text-align:center;
	font-size:15px;
}
.code-icons{
	width:48px;
	height:auto;
	float:left;
	margin:5px 10px 5px 0;
}
.code-icon-box{
	clear:both;
	margin:10px 0;
}
#email-loader-container, #all-sections-loader, #results-box-loader{
	text-align:center;
}

.page-header{
	padding:0!important;	
}
.artdiv{
	background-color:#e8e8e8;
	margin:3px 0 3px;
}
#disp-all-sections{
	margin-top:10px;
	padding-left:10px;
}
#main-search-button, #url-go-button{
	margin-top: 10px;
	height: 38px;
	padding: 6px 12px;
	min-width:80px;
}
.search-links{
	background-color: #dfe4ff;
	border-radius: 5px;
	padding: 3px 8px;
	margin-right:6px;
}

#help-divl,#mycode-divl,#srch-divl{block:inline;float:left}
#help-divr,#mycode-divr,#srch-divr{block:inline;float:right}
#help-ctrl,#clr-mycode,#srch-ctrl{font-size:14px;background-color:#e3e3e3;padding:2px}
#ctrl-mycode{width:95%;}
.cnt-mycode{margin:1px 0;width: 99%;line-height: 18px;font-size: 13px;float:left}
.del-mycode{background-color: red;display: inline-block;padding:0 8px 0 7px;font-size: 12px;font-weight:bold}
.del-mycode:hover{cursor:pointer}
.sav-mycode{width:90%;float:right}
.sectiontext h4:first-child{width:90%;float:left}
.savemycode{float:right;}
.hid{display:none}
.cb{clear:both}
#search-toggle{display:none}

h6{margin-left: 24px;font-size: 15px;font-weight: normal;color: #A00;}

.bill-head{font-size:15px;font-variant:small-caps;color:blue !important;}
.signed-bill-body{font-size:14px;}

ul.billaccordion, ul.billaccordion2{list-style:none!important;}
ul.billaccordion li, ul.billaccordion2 li{margin:2px 0 3px 2px;}
.linkbill{margin:0;}
.billbox  {padding: 8px 0 0 5px;}
ul {
  list-style: none;
  padding: 0;
}
ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
ul .inner.show {
  /*display: block;*/
}
ul li {
  margin: 0.5em 2px;
  list-style:none!important
}
ul li a.btoggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}
ul li a.btoggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* WV Constitution */
blockquote.editor-notes{
	background-color:#eee;
	padding: 5px;
	margin: 15px 0 15px 30px;
	/* quotes: "\201C""\201D""\2018""\2019";  */
}
blockquote.editor-notes:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote.editor-notes p{
	margin: 4px 8px 8px;
	padding: 0;
	text-indent: 1em;
	line-height: 18px;
	font-size: 15px;
}
.wvc-article{
	font-size:26px;
	
}

.zstripe td {border: 1px solid black;border-collapse: collapse;padding: 5px;text-align:center;vertical-align: middle;}
.zstripe tr:nth-child(odd) {background-color: #CFCACA;}
 
.tice{/* put stuff here lol */}


.zstripe-dist tr:nth-child(odd) {
	    background-color: #CFCACA;
	}

.zstripe-dist th, td, table {
		border-collapse: collapse;
		padding: 5px;
		vertical-align: middle;
		border: 2px solid black;
	}
.zstripe-dist td:nth-child(1) {
	    font-weight: bold;
		text-align: left;
		border-right-style: none;
	}
.zstripe-dist td:nth-child(2) {
	    text-align: center;
		border-left-style: none;
	}
.zstripe-dist td:nth-child(3) {
	    text-align: right;
	}
.zstripe-dist td:last-child {
	    font-weight: bold;
		border-right-style: solid;
		border-right-color: black;
		border-right-width: 2px;
}
.cdfrm td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: middle;
}
.cdfrm  li {
	    list-style-type: "\2610   " !important;
	  }
.plain-tbl td {
	    border: 1px solid black;
      }
.space-mod {
	margin-top: 10px;
	display: inline-block;
}