/**
 * Theme Name: Idaho Webmaster v4 - Child
 * Template: Webmaster-v4
 * Description: The theme to use and edit for making any changes to a specific site.
 * Author: White Whale Web
 * Author URI: https://ff73075a-1358-4fe3-b53c-335cf11c57af.p.bardy.io/
 * Version: 1.0.0
 * Text Domain: webmaster-bs4
 */
 
body, #main, #primary {
	background: #fff!important
}

#content>.row {
	background: #fff!important
}

.row>.sidebars {
	margin-top: 5.5em!important
}

html {
	background: #fff!important
}

@media (max-width: 768px) { 
    .row.justify-content-between {
        flex-wrap: nowrap!important;
    }
}

.breadcrumbs {
    margin-bottom: 2rem;
	padding: 0px;
}

/* Headings */
h1 {
    font-size: 3.75em;
    font-weight: bold;
}

h2 {
    font-size: 3.12em;
    font-weight: bold;
}

h3 {
    font-size: 2.5em;
    font-weight: bold;
}

h4 {
    font-size: 1.8em;
    font-weight: bold;
}

h5 {
    font-size: 1.25em;
    font-weight: bold;
}

h6 {
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}

.elementor-element {
    margin: 0px !important;
    padding: 0px!important;
}

.entry-content p {
	font-size: 1em;
}

ul, li {
	font-size: 1em;
}

h4.mega-block-title {
	color: #fff!important;
}
ul.mega-sub-menu .menu-item{
    line-height: 1.4em!important;
}

.logo-lift {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    z-index: 9;
    display: flex;
    align-items: center;
}

.mega-sub-menu li {
	list-style: none!important;
}
.mega-menu-item ul {
	padding-left: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	padding-top: 50px;
	padding-bottom: 50px;
}

.top-navigation nav {
	display: inline-block;
}


header {
    display: contents;
}

#top-navigation span {
    display: inline-flex;
}

.tabbed-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.tab-menu {
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 2px solid #ccc;
}

.tab-menu .tab-title {
    padding: 10px 15px;
    cursor: pointer;
    background: #f8f8f8;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.tab-menu .tab-title.active {
    background: #0073aa;
    color: white;
    border-bottom: 2px solid #0073aa;
}

.tab-content-container {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.search-toggle {
	border: none!important;
	padding-right: 0px!important;
}

.top-navigation .fa-search:after {
    content: "|";
    color: #4d4d4d;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
}

.top-navigation i.fa-search.fa-solid {
    margin-top: 13px;
}

.top-navigation .nav-link {
	padding: 2px!important;
}

div#top-navigation {
    display: flex!important;
    gap: 15px;
	align-items: center;
}

/*.top-navigation .fontsizer-wrap::before {
    content: "|";
    color: #4d4d4d;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}*/


.elementor-image-box-description button{
	width: 100%;
	font-size: 1.5rem;
    font-weight: 700 !important;
    margin: 0px;
	color: #fff;
	border: none;
    background: #16628B;
    padding: 10px;
    border-radius: 0px !important;
    transition: all 0.2sease-in-out;
}

.service-block button {
    background-color: #16628B; /* Default button color */
    color: white; /* Default text color */
    border: none;
    padding: 10px 20px;
    font-size: 1.25em;
    transition: background-color 0.2s ease-in-out;
}

.service-block button:hover {
    background-color: #555555; 
    color: #ffffff; 
}

.elementor-button:hover .elementor-button-text {
    color: #555555!important;
}

.e-n-accordion-item {
	border-bottom: 1px solid #d5d8dc;
}

.primary-its-button .elementor-button-text:hover {
	text-decoration: normal!important;
	font-style: normal!important;
	
	color: #fff!important;
}

.elementor-button:hover .elementor-button-text {
    color: white;
}
.elementor-button-text span:hover {
	color: #ffffff!important
}

.elementor-button:hover {
	color: #ffffff!important;
}


figure.elementor-image-box-img img {
	width: 100%!important;
}


a.internal::before {
    content: "\f0c1"; /* Unicode for Font Awesome 'link' icon */
    font-family: "Font Awesome 6 Free"; /* Make sure you're using the correct FA version */
    font-weight: 900; /* For solid style */
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

a.external::before {
    content: "\f14c"; /* Unicode for 'square-arrow-up-right' */
    font-family: "Font Awesome 6 Free"; /* Ensure you're using FA 6 */
    font-weight: 900; /* Solid style */
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.important-links ul{
	list-style: none;
	padding-left: 0px!important
}
.e-con>.e-con-inner {
	max-width: 100%!important
}

.cta-full-text h5.elementor-heading-title {
	margin-top: 0px!important;
}




.service-block button {
    background-color: #555555!important; /* Default background color */
    color: white; /* Default text color */
    border: none;
    padding: 10px 20px;
/*     font-size: 16px; */
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.service-block:hover button {
    background-color: #ffffff!important; /* New background color on hover */
    color: #555555; /* Ensure text color stays white */
}
.align-self-end {
    align-self: auto!important;
}

.navbar {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: white;
            font-size: 16px;
			min-height: 30px;
        }
        .navbar a {
            color: white;
            text-decoration: none;
        }


      /*  .fontsizer {
            background: none;
            border: none;
            color: white;
            font-size: 16px;
            cursor: pointer;
            margin: 0 5px;*/
        }

.navbar main::before {
    content: "|";
    color: #4d4d4d;
    margin-left: 10px;
    margin-right: 0px;
    font-size: 14px;
}

/* ---ELEMENTOR BLOCKS--- */

/* Universal Styling for Elementor Accordion */
.e-n-accordion {
    padding: 0px!important;
}

/* Accordion Item */
.e-n-accordion-item {
    border-bottom: 1px solid #E1E1E1; /* Light separator */
}

/* Accordion Title */
.e-n-accordion-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
	flex-direction: row-reverse!important; /* Reverses order: icon first, text last */
    padding: 10px 0px!important;
    font-size: 1em;
    font-weight: 700;
    color: #00566B; /* Deep teal */
    cursor: pointer;
    border: none!important;
    width: 100%;
    text-align: left;
}

/* Title for the accordion tab */
.e-n-accordion-item-title-text {
	color: #00566b;
	font-weight: 700;
	font-size: 1.25em!important;
}

/* Accordion Content */
div[role="region"] {
    border: none !important;
	padding: 0px!important;
}

/* Accordion Content Paragraph */
.e-n-accordion p{
	color: #555555;
    font-family: "Atkinson Hyperlegible", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

/* Position the icon correctly */
.e-n-accordion-item-title-icon {
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 20px; /* Adjust size as needed */
    height: 20px;
}

/* Default - Show Down Caret */
.e-n-accordion-item-title-icon .e-closed {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 1.5em;
}

.e-n-accordion-item-title-icon .e-opened {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.5em;
}

.e-n-accordion-item-title-icon .e-closed::before {
    content: "\f0d7"; /* FontAwesome Caret Down (▼) */
	margin-top: -7px;
	color: #00566b;
	font-size: 1em;
}

/* When Opened - Show Up Caret */
.e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none;
}

.e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened::before {
    content: "\f0d8"; /* FontAwesome Caret Up (▲) */
	color: #00566b;
	margin-top: -7px;
	font-size: 1em;
}

/* Hidden Default Elementor Icons for Accordion */
svg.e-font-icon-svg.e-fas-plus {
	display: none;
}
/* Hidden Default Elementor Icons for Accordion */
svg.e-font-icon-svg.e-fas-minus {
	display: none;
}

/* ---Elementor Buttons--- */

.elementor-widget-button .elementor-button {
	background-color: #30758D!important;
    font-size: 1.2em!important;
    font-weight: 700!important;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF!important;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 50px 8px 50px;
	transition: all 0.2s ease-in-out;
}

.elementor-widget-button .elementor-button:hover {
	background-color: #555555!important;
    font-size: 1.2em!important;
    font-weight: 700!important;
    font-style: normal;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 50px 8px 50px;
	transition: all 0.2s ease-in-out;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
	color: #fff!important;
}
a.elementor-button.elementor-button-link.elementor-size-sm:hover span {
    color: #ffffff !important;
}

.primary-its-button a.elementor-button.elementor-button-link.elementor-size-sm:hover span {
    color: #ffffff !important;
}

.primary-its-button a.elementor-button.elementor-button-link.elementor-size-sm {
	color: #ffffff!important;
}

.elementor-widget-container {
	padding: 0px !important;
}

/* Table Styling */
.myTableNoDynamic {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Atkinson Hyperlegible', sans-serif!important;
    font-size: 0.7em;
    text-align: left;
}

/* Header Styling */
.myTableNoDynamic thead {
    background-color: #0E3758;
    color: white;
    font-weight: bold;
}

.myTableNoDynamic thead th {
    padding: 10px;
/*     border: 1px solid #ddd; */
	font-size: 1.2em !important;
	text-align: left !important;
	font-weight: 700;
	font-family: 'Atkinson Hyperlegible', sans-serif!important;
}

/* Table Body Styling */
.myTableNoDynamic tbody tr {
    border-bottom: 1px solid #ddd;
}

.myTableNoDynamic tbody tr:last-child {
    border-bottom: none;
}

.myTableNoDynamic tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.myTableNoDynamic tbody tr:nth-child(even) {
    background-color: #e6f2ff;
}

/* Cell Styling */
.myTableNoDynamic td {
    padding: 10px 15px;
/*     border: 1px solid #ddd; */
}

/* Bold First Column */
.myTableNoDynamic tbody td:first-child {
    font-weight: bold;
}

/* Hover Effect */
.myTableNoDynamic tbody tr:hover {
    background-color: #cce5ff;
    cursor: pointer;
}

/* Link Styling */
.myTableNoDynamic tbody td a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}

/* Table Styling myTable */
.myTable {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Atkinson Hyperlegible', sans-serif!important;
    font-size: 0.7em;
    text-align: left;
}

/* Header Styling */
.myTable thead {
    background-color: #0E3758;
    color: white;
    font-weight: bold;
}

.myTable thead th {
    padding: 10px;
/*     border: 1px solid #ddd; */
	font-size: 1.2em !important;
	text-align: left !important;
	font-weight: 700;
	font-family: 'Atkinson Hyperlegible', sans-serif!important;
}

/* Table Body Styling */
.myTable tbody tr {
    border-bottom: 1px solid #ddd;
}

.myTable tbody tr:last-child {
    border-bottom: none;
}

.myTable tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.myTable tbody tr:nth-child(even) {
    background-color: #e6f2ff;
}

/* Cell Styling */
.myTable td {
    padding: 10px 15px;
/*     border: 1px solid #ddd; */
}

/* Bold First Column */
.myTable tbody td:first-child {
    font-weight: bold;
}

/* Hover Effect */
.myTable tbody tr:hover {
    background-color: #cce5ff;
    cursor: pointer;
}

/* Link Styling */
.myTable tbody td a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}

.myTable tbody td a:hover {
    text-decoration: underline;
}

.myTable thead th{
	padding: 10px;
}



/* CTA top Icon Styling */
.cta-top-icon-vertical .elementor-widget-button .elementor-button {
	background: #555555!important;
}

.cta-top-icon-vertical .elementor-widget-button .elementor-button:hover {
	background: #fff!important;
	color: #fff!important
}

.alert-icon {
    width: 50px;
    height: auto;
    flex-shrink: 0;
}

.mini-announcement-bar {
	background: #d2542e!important;
}

.announcement-bar {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 10px 20px;
    position: relative;
/*     font-weight: 600; */
    font-size: 1.25em;
    line-height: 1.5;
    z-index: 999;
}

.announcement-bar .announcement-content {
    max-width: 1295px;
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}

.announcement-bar .announcement-close {
    cursor: pointer;
    font-size: 1.2em;
    color: white;
}

.single-line-row {
    display: flex;
    gap: 2em;
    justify-content: center;
    align-items: center;
}

.idaho-announcement-bar {
    background-color: #264B6B;
    color: white;
    text-align: center;
    padding: 10px 0px;
/*     font-weight: 600; */
    font-size: 1.2em;
    line-height: 1.4;
    position: relative;
    z-index: 999;
}

.idaho-announcement-bar .announcement-content {
    max-width: 1295px;
    margin: 0 auto;
	gap: 50px;
    display: flex;
	height: 150px;
	align-items: center;
	justify-content: space-between;
}

#mini-announcement-bar span.announcement-close:hover {
	color: #000!important;
	transition: background-color 0.2s ease-in-out;
}

#mini-announcement-bar span.announcement-close {
	padding: 0px 10px!important;
    color: #fff!important;
	transition: background-color 0.2s ease-in-out;
}

.idaho-announcement-bar .announcement-close {
    font-size: 1.2em;
    cursor: pointer;
	padding: 0px 10px!important;
    color: #fff;
	transition: background-color 0.2s ease-in-out;
}

span.announcement-close:hover {
	color: #000;
	transition: background-color 0.2s ease-in-out;
}
header {
	display: inline;
}

.tribe-events-calendar-list__event-description p {
	color: #000!important;
	font-size: 1.25em!important
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-left: 0px!important;
	padding-right: 0px!important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin-bottom: 50px
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
	height: 160px
}

li.no-marker::marker {
    display: none;
}

/* Blog Page Styling */
.custom-blog-page>.row>div {
	background: #fff!important
}

.blog .blog-post {
	background: #fff!important
}

.blog .blog-post .entry-header {
	margin: 0px;
	padding: 0px;
}


.custom-blog-page .row{
	background: #fff!important
}

.full-width-post {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.single-post-thumbnail .img-fluid{
	height: 500px;
}

@media (max-width: 768px) {
    .blog-post header.entry-header {
        padding: 15px 0px !important;
    }
}

.breadcrumb {
	margin: 20px 0px;
}

.related-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.related-articles-bottom {
    background-color: #f9f9f9;
    padding: 3rem 2rem;
    margin-top: 2rem;
	border-radius: 4px;
}
.related-articles-bottom h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    margin-top: 0rem !important;
}