/*
Theme Name: Citro's WP + Boostrap 4
Author: Citro
Description: Citro's theme
Version: 999.0
*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.bg-gray-back{
  background-color: #dbd9d6;
  color: #fff;
}
.bg-gray-back h1, .bg-gray-back h2, .bg-gray-back h3, .bg-gray-back h4, .bg-gray-back h5,  .bg-gray-back .h6{
  background-color: #dbd9d6;
  color: #fff;
}
.nav-footer >li:first-child:after{
	content: none;
} 
.card.card-alt{
/*color: #fff;*/
}
.section.text-primary.section--white h2.mb-12{
	color: rgb(18, 151, 137);
}
.docCheck .wpcf7-list-item{
	display: block;
	margin-left: 0;
	position: relative;
	margin-bottom: 1.25rem !important;
}
.docCheck .wpcf7-list-item input{
	width: 1.5625rem;
    height: 1.5625rem;
    transform: translateY(-50%);
    top: 0.39rem;
    position: absolute;
    left: 0;
    float: none;
    border: none;
    margin-left: 0;
}
.docCheck .wpcf7-list-item .wpcf7-list-item-label{
	    display: inline-block;
    left: 2.5625rem;
    position: relative;
    top: -4px;
}
.uploadFileWrapper span{
	width: 80% !important;
}
.block-entry .block__image-alt img{
	object-fit: contain !important;
}
.callout.bg-secondary h2{
	color: #333;	
}
@media (max-width: 992px) {
	.cards-callout .cards__item {
    	padding: 15px 5px;
	}
}
