/* jwbs (color) class, and default styling */
@import url("../includes/assets/default.css");
@import url("jwbs.css");

a, .text-blue, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6	{ color: #6493bd; }
ul ul { list-style-type: disc; }
ul.column-2 { columns: 2; }

.wp-block-kadence-tabs .kt-tabs-id_fa162c-31 > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title,
.kt-tabs-id_fa162c-31 > .kt-tabs-content-wrap > .wp-block-kadence-tab { color: #212529 !important; background-color: #fff !important; border-color: #6493bd !important; }
.wp-block-kadence-tabs .kt-tabs-id_fa162c-31 > .kt-tabs-title-list li .kt-tab-title { color: #fff !important; background-color: #6493bd !important; border-color: #6493bd !important; }

#header-block-2 { display: flex !important; align-self: center; justify-content: center; }
#header-block-2 .svg-inline--fa.fa-stack-2x { width: 2em; height: 1.6em; }
#header-block-2 .fa-square { color: #4ab92f; }
#header-block-2 .h2,	#header-block-2 .h4	{ line-height: 1.1; }
#header-block-2 .h2	{ font-size: 1.6rem; }
#header-block-2 .h4	{ font-size: 1.25rem; }

.navbar-nav .nav-link { margin-left: 0; font-weight: bold; color: #212529; }
.navbar-nav .nav-link:hover { color: #007bff; }
.dropdown-menu { border: 0 none; }
.navbar-toggler { border: 1px solid #6493bd; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(100, 147, 189)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}

#request-quote { background-color: #6493bd; cursor: pointer; }
#request-quote .h2 { color: #fff; text-shadow: 0.25rem 0.25rem 0.25rem rgba(33, 37, 41, 0.7); }
#request-quote a { color: #0056b3; text-shadow: 0 0 0.5rem rgba(255, 255, 255, 1); }
#request-quote:hover a { text-decoration: none; text-shadow: 0 0 0.25rem rgba(255, 255, 255, 1); }

.wpcf7-list-item { display: block; }

#inner-footer * { font-size: 0.875rem; line-height: 1.25; }
#menu-footer-menu { margin: 0; padding: 0; list-style: none; }
#menu-footer-menu li { display: inline-block; }
#menu-footer-menu li a { padding: 0 0.5em; color: #212529; border-right: 1px solid #212529; }
#menu-footer-menu li:last-child a { border-right: 0 none; }

/* media queries */
/* Extra Small Devices, Phones */
@media only screen and (min-width : 576px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#header-block-2 { justify-content: flex-end; }
	#header-block-2 .svg-inline--fa.fa-stack-2x { width: 2.5em; height: 2em; }
	#header-block-2 .h2	{ font-size: 2rem; }
	#header-block-2 .h4	{ font-size: 1.5rem; }
	.navbar-nav .nav-link { margin-left: 2rem; }
	.dropdown-menu { border: 1px solid rgba(0, 0, 0, 0.15); }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
}