/* Michael Marin: display the full featured banner. */
body.postid-1645 .article-post-thumbnail {
  padding-bottom: 0 !important;
  height: auto !important;
}
body.postid-1645 .article-post-thumbnail .post-thumbnail-inner {
  position: relative !important;
  height: auto !important;
}
body.postid-1645 .article-post-thumbnail img.post-top-featured {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}


.posts-list{
  min-width: 100% !important;
}


.add-index{
	z-index:999999 !important;
}



.posts-list a.category-link-uncategorized {
  display: none !important;
}


.posts-list li article{
	border-radius: 11px;
}



.archive-grid div article{
  margin-bottom: 35px !important;
}

.formkit-form[data-uid="b95dd4d671"] > div:nth-child(2){
  padding: 0 !important;
}

.formkit-form[data-uid="a26f0ce11c"]{
  max-width: 100% !important;
  width: 100% !important;
}



.formkit-form[data-uid="7fa48af676"]{
  max-width: 80% !important;
}


@media (max-width: 768px) {
  .site-footer-row-container-inner > .site-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
	
	.formkit-form[data-uid="7fa48af676"]{
  max-width: 94% !important;
}
	
	
.site-footer-row-container-inner .formkit-form[data-uid="7fa48af676"] {
    width: 100% !important;
	 max-width: 100% !important;
}
	
}


body.home .site-footer-row-container-inner .formkit-form[data-uid="7fa48af676"] {
    display: none !important;
}

body.post-template-default .site-footer-row-container-inner .formkit-form[data-uid="7fa48af676"] {
    display: none !important;
}


.jp-relatedposts {
  display: none !important;
}


/* Voices blog template mobile overlap */

@media (max-width: 767px) {
  .content-style-unboxed .entry:not(.loop-entry) > .entry-content-wrap {
    margin-top: 84px;
  }
}

/* contact form select styling */
.wpcf7 select {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.75em 2.5em 0.75em 1em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 1rem;
    font-family: inherit;
    color: inherit;
    line-height: 1.5;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1em center;
    box-shadow: none;
    cursor: pointer;
}

.wpcf7 select:focus {
    outline: none;
    border-color: #2b6cb0;
    box-shadow: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100% !important;
    box-sizing: border-box !important;
	    background-color: #ffffff;

}