/*
	Theme Name: Webmaster v3.5.1 A EIPH
	Theme URL: https://webmaster.idaho.gov
	Description: Official modern WordPress theme for all Idaho state agency websites with alternate header and navigation design.
	Author: Access Idaho
	Author URI: https://accessidaho.org
	Version: 1.0
	Text Domain: idaho-v3-alt
	Template: Webmaster-v3.5.1-Alternate
*/

h5.fp-block-heading {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
	padding-top: 12px;
}
.grid-row.row-btns {
    margin-top: 24px;
}
.myql .icon-container {
    padding: 12px 8px;
    font-size: 12px;
    font-size: 2.5em!important;
    margin-right: 24px;
	display:inline-block;
	width:20%;
}
.myql h5.fp-block-heading {
    font-size: 24px;
	display:inline-block;
	width: calc(80% - 24px);
	text-align: left;
}
.myql {
    margin-top: 1rem;
	
}

.p-3
{
	font-weight:bold;
}
.news-events {
    background-color: whitesmoke;
    padding: 1.5rem;
}

.pressrelease-card.prcontent {
    border-left: 5px #0C6D96 solid;
    padding: 1rem;
    background: #fff;
}

.pr-title h4 a {
    font-weight: bolder;
}


.sidemenu {
	min-height: 100%;
	background-color: #fdfdfd;
	border-right: 1px solid #dee2e6;
	padding-right: 0px;
}
.sidemenu ul {
    list-style: none;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;
}
.sidemenu ul li {
  list-style: none;
  margin:3px auto;
	width: 100%;
  height: auto;
  padding: 0;
  border: none;
	transition: all 0.3s ease;
}
.sidemenu ul li a {
   font-weight: normal;
	 width: 100%;
	 height: 100%;
	 display: block;
	 padding: 6px 12px;
	 position: relative;
	 color:#0077B3
}
.sidemenu ul li a:hover {
	text-decoration: none;
	color: #0b528d;
}
.sidemenu ul li:hover {
	/* border-right: solid 2px #447d46;
	border-bottom: solid 2px #447d46; */
	box-shadow: inset  -2px -2px #0b528d;
}
.sidemenu ul li.current_page_item {
	background: #eee;
	border-right: solid 2px #0077B3;
}

.breadcrumb {
	padding: .75rem 1rem 0 1rem;
	margin-bottom: 0rem;
}
.container-fluid .breadcrumbs-row{
	background: #002F56;
  padding-bottom: 10px;
  background-blend-mode: luminosity;
  color: #fff;
}
.container-fluid .breadcrumb a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #f8f9fa;
    font-weight:bold
}
html, body {
    font-family: 'Montserrat', sans-serif!important;
	
}
html {
    overflow:hidden;
}
.carousel-item.active {
  
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    background-position-y: 25%;
}

.carousel-caption {
    -webkit-filter: none;
    filter: none;
    box-shadow: none;
    text-shadow: 0px 0px 0px black;
    color: #333;
    max-width: 80%;
    padding: 1em;
    margin-bottom: 0;
    bottom: 0;
	background: rgba(255,255,255,0.75);
	text-align: left;
    padding-left: 3%;
    padding-right: 3%;
}
div#idahoSlider {
    background: lightgray;
	box-shadow:0px 8px 12px 1px rgba(0,0,0,0.3);
}

div#idahoSlider h4.h4-responsive {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: xx-large;
	
		
}
.taglilne {
    padding-left: 20px;
    font-style: italic;
    font-size: 0.75rem;
    font-size: clamp(0.75rem, -0.7500000000000002rem + 3.7500000000000004vw, 1.125rem);
}

.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
    background-color: #0b65b0;
}
.mec-event-list-minimal .mec-event-date {
    min-width: 52px;
    width: 25%;
}

.mec-event-list-minimal .mec-event-date:after {
    background: rgba(0,0,0,0.3);
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.mec-event-list-minimal .mec-event-date:after {
    height: 40px;
}

.mec-event-list-minimal .mec-event-date span {
    color: #fff;
    position: relative;
    z-index: 8;
}
h4.footertitle {
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
}
.wp-block-button.footer-btn.btn-outline a.wp-block-button__link{
    background-color:transparent;
    border:2px solid #fff;
    transition:0.28s all ease-in;
}

.wp-block-button.footer-btn.btn-outline a.wp-block-button__link:hover{
    background-color:#fff;
    color:#333!important;
    font-weight:bold;
    transition:0.28s all ease-in;
}

h4.h4-responsive, h4.h4-responsive a {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: xx-large;
    color:#333;
}

h4.h4-responsive, h4.h4-responsive a:hover {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: xx-large;
    color:#007bff;
}

#main {
	min-height: 300px;
	padding-top: 0px;
}

h1.entry-title {
    display: var(--page-title-display);
    max-width: 1140px;
    margin: auto;
    padding-top:20px;
}

@media (max-width: 767px) {

    #masthead .logo {
		padding-top: 5px;
		max-height: 100px;
		float: none;
		margin: auto;
        display: flex;
	}
}
@media all and (max-width: 991px) {
    .mega-menu-wrap {
        margin-left: 0px!important;
    }
}

.row.search-toggle {
    display: block!important;
    clear: both;
    min-height: 40px;
    text-align:center;
    width: auto;
    float: right;
    margin: auto;
}

.row.search-toggle #toggle{
    margin:0!important;
    float:right!important;
}


/* CustomSlider Styles */
.custom-slider .elementor-widget-container {
    height: 400px!important;
}

.custom-slider .elementor-image-carousel-wrapper.swiper-container.swiper-container-initialized.swiper-container-horizontal
{
    position:relative;
}

.custom-slider .elementor-image-carousel-wrapper.swiper-container.swiper-container-initialized.swiper-container-horizontal figcaption.elementor-image-carousel-caption {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:0.5em 1em;
    background:rgba(0,0,0,0.5)
}
.custom-slider .elementor-image-carousel-wrapper.swiper-container.swiper-container-initialized.swiper-container-horizontal figcaption.elementor-image-carousel-caption a{
    color:#fff;
    text-shadow:0 0 3px rgba(0,0,0,0.5);
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%;
    height: 400px;
}