.ip-banner {
  position: relative;
  width: 100%;
}
.ip-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 190px;
  background-color: var(--dark);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 200px;
}
.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.ip-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
  min-height: 500px;
  margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
  width: 77.08%;
}

#content-full #content {
  width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
  width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
  margin-left: -15px;
  margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
  line-height: 1.7;
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
  font-family: var(--font-family-title);
    font-size: 60px;
  font-weight: 700;
  color: var(--font-color-title);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  font-family: var(--font-family-title);
  font-size: calc(var(--font-size-title) / 1.8);
  font-weight: 700;
  color: var(--font-color-title);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Archive : START */
#content .archive-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}

#content .archive-list .post {
  width: 50%;
  padding: 15px;
  border: none;
}

#content .archive-list .post a {
  display: block;
  width: 100%;
  position: relative;
}

#content .archive-list .post .archive-thumbnail {
  width: 100%;
  float: none;
}

#content .archive-list .post .archive-thumbnail canvas {
  width: 100%;
  height: auto;
}

#content .archive-list .post .archive-thumbnail img {
  display: block;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
}

#content .archive-list .post .archive-content {
  width: 100%;
  float: none;
}

#content .archive-list .post .archive-content .archive-more {
  font-style: normal;
  text-decoration: none;
  display: inline-flex;
  width: auto;
}

#content .archive-list .post .archive-content .archive-more:hover {
  color: var(--secondary-text-color) !important;
}

#content .archive-list .post:first-child {
  width: 100%;
}

#content .archive-list .post:first-child .entry {
  display: flex;
  flex-flow: row wrap;
}

#content .archive-list .post:first-child .entry .archive-thumbnail {
  width: 60%;
}

#content .archive-list .post:first-child .entry .archive-content {
  width: 37%;
  margin-left: 3%;
  font-size: 22px;
}

#content .archive-list .post:first-child .entry .archive-content .archive-subtitle {
  margin-top: 0;
}

/* Archive : END */
/* Popup : Submit Photo */
.aiosp-wrap .aiosp-container.aiosp-ref-popup-submit-photos .aios-popup-body {
  width: auto;
  min-height: unset;
  padding: 0 max(2.188vw, 30px);
}

.aiosp-wrap .aiosp-container.aiosp-ref-popup-submit-photos .aios-popup-body:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  margin: 10px;
  pointer-events: none;
}

.aiosp-wrap .aiosp-container.aiosp-ref-popup-submit-photos .aios-popup-body .aiosp-close {
  top: 8px;
  right: 8px;
}

.aiosp-wrap .aiosp-container.aiosp-ref-popup-submit-photos .aios-popup-body .popup-submit-photos-title {
  display: block;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  padding: max(3.125vw, 50px) 0 max(1.875vw, 30px);
  font-family: var(--font-family-title);
}

.popup-submit-photos-form-field input[type=text],
.popup-submit-photos-form-field input[type=email],
.popup-submit-photos-form-field input[type=file],
.popup-submit-photos-form-field textarea {
  display: block;
  width: 100%;
  background: transparent;
  height: max(2.5vw, 40px);
  border: 0;
  border-bottom: 1px solid;
}

.popup-submit-photos-form-field textarea {
  height: max(5vw, 80px);
  resize: none;
}

.popup-submit-photos-form-field {
  margin-bottom: max(0.938vw, 15px);
}

.popup-submit-photos-form {
  padding: 0 0 max(3.125vw, 50px);
  position: relative;
}

.popup-submit-photos-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  margin: max(0.938vw, 15px) 0;
  padding: max(0.313vw, 5px);
  text-align: center;
}

.popup-submit-photos-form-field.popup-submit-photos-form-field-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.popup-submit-photos-form-field.popup-submit-photos-form-field-submit span.wpcf7-spinner {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.popup-submit-photos-form-field.popup-submit-photos-form-field-submit input[type=submit] {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.popup-submit-photos-form-field.popup-submit-photos-form-field-submit input[type=submit]:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.custom-file-input {
  width: 100%;
  display: block;
  margin-top: 10px;
  font-size: 0;
}

.custom-button {
  background-color: #9d9d9d !important;
  color: #fff;
  border: none;
  padding: 9px 15px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  height: 32px;
}

.custom-button:hover {
  background-color: #000 !important;
}

.file-name {
  font-size: 15px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
}

/* Hide the default file input */
.popup-submit-photos-form-field input[type=file] {
  display: none;
}

/* Popup : Submit Photo */
body.single-aios-communities.postid-36 #content .community-featured-image {
  display: none;
}

#content table {
  width: 100%;
}

#content tr {
  border: 1px solid #000;
  width: 100%;
}

#content td {
  border: 1px solid #000;
  padding: 5px;
  vertical-align: top;
}

#content td.table-label {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 10px 10px;
  text-transform: uppercase;
}

#content td.table-label:first-child {
  border-left-color: #000;
}

#content td.table-label:last-child {
  border-right-color: #000;
}

body.single-aios-communities.postid-235 #inner-page-wrapper,
body.single-aios-communities.postid-237 #inner-page-wrapper,
body.postid-36 #inner-page-wrapper {
  overflow: hidden;
}

body.single-aios-communities.postid-235 .community-main,
body.single-aios-communities.postid-237 .community-main,
body.postid-36 .community-main .table-scroll,
body.postid-233 .community-main,
body.page-id-509 .entry.entry-content {
  overflow-y: auto;
}

body.single-aios-communities.postid-235 #content td,
#content th,
body.single-aios-communities.postid-237 #content td,
#content th {
  width: 25%;
}

body.page-id-146 .item-desc {
  display: none;
}

body .aiosp-wrap div[class*=aios-testimonials-popup-] .aiosp-content .star_rating_display,
body #aios-testimonials .aios-testimonials-lists .star_rating_display {
  display: none;
}

.postid-238 #content .community-featured-image {
  display: none;
}

.flex-row {
  padding: 25px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex-row.al-center {
  align-items: center;
}

.custom-info-table {
  padding: 15px;
}

.custom-info-table-heading {
  font-size: larger;
  font-weight: 600;
}

#content td ul {
  margin-top: 0;
  margin-bottom: 0;
}

body.single-aios-communities.postid-638 #content .entry ul,
#content .entry ul.button-lists {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

body.single-aios-communities.postid-638 #content .entry ul li a,
#content ul.button-lists li a,
#content ul.button-lists li span.as-link {
  margin-bottom: 15px;
  padding: 15px 10px;
  border-left: 4px solid #000;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  text-decoration: none !important;
  color: #333;
}

body.single-aios-communities.postid-638 #content .entry ul li strong,
#content ul.button-lists li strong {
  font-size: 1.25rem;
  color: inherit;
  font-weight: 600;
}

body.single-aios-communities.postid-638 #content .entry ul li a:hover,
#content ul.button-lists li a:hover {
  background: #000;
  color: #fff;
}

body.single-aios-communities.postid-638 #content .entry hr {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}

body.single-aios-communities.postid-638 #content .entry section {
  margin-bottom: 35px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  font-size: 12px;
  padding: 0.2em 0.8em;
  width: auto;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.post-page-zoom-recordings #content .entry ul.button-lists {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -7.5px;
}

.post-page-zoom-recordings #content .entry ul.button-lists li {
  width: 50%;
  padding: 0 7.5px;
}

.post-page-zoom-recordings #content .entry ul.button-lists li:first-child {
  width: 100%;
}

.post-page-zoom-recordings #content .entry .featured-image {
    width: 100%;
}

.post-page-zoom-recordings #content .entry .featured-image img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.post-page-volunteer .entry-content .site-footer__git-form-input {
  color: #000;
  border-color: #000;
}

.post-page-volunteer .entry-content .site-footer__git-form .wpcf7-radio {
  display: flex;
  flex-flow: row wrap;
}

.post-page-volunteer .entry-content .site-footer__git-form .wpcf7-radio .wpcf7-list-item {
  width: 33.33%;
  margin: 0 0 max(2.5vw, 20px);
}

.post-page-volunteer .entry-content .site-footer__git-form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.post-page-volunteer .entry-content .site-footer__git-form .wpcf7-radio .wpcf7-list-item input {
  margin: 0 max(1.25vw, 15px) 0 0;
}

.post-page-volunteer .entry-content .site-footer__git-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: max(0.813vw, 12px);
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.post-page-volunteer .entry-content .site-footer__git-form .site-footer__git-form-col > label {
  font-size: max(0.813vw, 12px);
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 max(2.5vw, 20px);
}

.post-page-volunteer .entry-content .site-footer__git-form .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.page-id-1071 #content span[data-name=your-category-other],
.page-id-1071 #content span[data-name=your-role-other] {
  width: 33.3333333333%;
  margin: -20px 0 0 auto;
}

.page-id-1071 #content .use-floating-validation-tip .wpcf7-not-valid-tip {
  right: 0;
}

body.tribe-events-page-template p#breadcrumbs {
  line-height: 1.7;
  margin: 1.12em 0;
}

body.tribe-events-page-template .entry-title {
  margin: 0.67em auto !important;
}

.ip-events-container ul {
  margin: 0 !important;
  list-style: none !important;
}

.listing-module-page #inner-page-wrapper .container {
  width: 100%;
  padding: 0;
}

.aios-custom-ihomefinder-results-template #content-full .entry-title {
  width: 100% !important;
  padding: 0 !important;
}

.category-community-news .hp-news__filter {
    margin: 0;
    width: 100%;
    max-width: 180px;
    margin-right: 22px;
}

.category-community-news .hp-news__filter.sort{
  max-width: 120px;
  margin-right: 0;
}

.category-community-news select.hp-news__filter {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: url(../../images/filter-dd.png) calc(100% - 18px) center no-repeat #668b84;
    background-size: 10px auto;
    color: #fff;
    font-size: 15px;
    padding: 0 43px 0 20px;
    height: 40px;
    border: 0;
    width: 100%;
}

.category-community-news .hp-news__filter i {
    font-size: 16px;
    color: rgba(var(--primary-rgb), 1);
    margin-left: 5px;
    position: absolute;
    right: 0;
    bottom: 5px;
    font-style: unset !important;
}

.category-community-news .hp-news__filter::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background: rgba(var(--primary-rgb), 1);
}

.page-id-708 #content h2 {
  font-size: calc(var(--font-size-title) / 2);
  color: var(--font-color-title);
  margin: 0;
}

.page-id-708 #content .col-md-8 p:last-child {
  margin-bottom: 0;
}

.page-id-708 #content hr {
  margin: 50px 0;
}

#content .archive-list .post .entry .archive-content span.archive-date {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.post-type-archive-tribe_events #content-full {
  margin-top: 0;
}
.post-type-archive-tribe_events #content .entry-title {
  margin-bottom: 0 !important;
}
body.post-type-archive-tribe_events p#breadcrumbs {
  margin-bottom: 0;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 45px !important;
}

.ip-grid-community-news-top{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.ip-grid-community-news-top ::-webkit-input-placeholder {
  color:#7f7f7f;
}
.ip-grid-community-news-top ::-moz-placeholder {
  color:#7f7f7f;
}
.ip-grid-community-news-top :-ms-input-placeholder {
  color:#7f7f7f;
}
.ip-grid-community-news-top :-moz-placeholder {
  color:#7f7f7f;
}
.ip-grid-community-news-top .tags-search{
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
}
.ip-grid-community-news-top .tags-search input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    padding: 0 53px 0 18px;
    border: 1px solid #668b84;
}
.ip-grid-community-news-top .tags-search button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: none;
    border: 0;
    color: #668b84;
    font-size: 21px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    padding: 0 0;
    margin: auto 0;
    max-height: fit-content;
    pointer-events: none;
}
.ip-grid-community-news-top select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: url(../../images/filter-dd.png) calc(100% - 18px) center no-repeat #668b84;
    background-size: 10px auto;
    color: #fff;
    font-size: 15px;
    padding: 0 43px 0 20px;
    height: 40px;
    border: 0;
    width: 100%;
}
.ip-grid-community-news-top option{
    background: #fff;
    color: #000;
}

.page-template-page-zoom-recordings #content ul.button-lists li{
  margin-bottom: 15px;
}
.page-template-page-zoom-recordings #content ul.button-lists li a{
  flex-flow: wrap;
  align-items: center;
  height: 100%;
}
.page-template-page-zoom-recordings #content ul.button-lists li strong{
  margin-right: 15px;
}
.page-template-page-zoom-recordings #content ul.button-lists li span{
  margin-right: 15px;
}
.page-template-page-zoom-recordings #content ul.button-lists li p{
  margin: 0;
}

@media only screen and (max-width: 991px) {
  #content-sidebar,
  #content-full {
    width: 100%;
  }
  #content-sidebar #content {
    width: 100%;
  }
  .outer {
    width: 100%;
    min-width: 100%;
  }
  .inner {
    width: 100%;
  }
  /* Archive : START */
  #content .archive-list {
    margin: 0;
  }
  #content .archive-list .post {
    width: 100%;
    padding: 15px 0;
  }
  #content .archive-list .post .archive-content .archive-subtitle {
    text-align: left;
  }
  #content .archive-list .post:first-child .entry .archive-thumbnail {
    width: 100%;
  }
  #content .archive-list .post:first-child .entry .archive-content {
    width: 100%;
    margin-left: 0;
  }
  /* Archive : END */
  #content td.table-label {
    white-space: nowrap;
    padding: 10px 20px;
  }
  #content td {
    font-size: 13px;
  }
  body.single-aios-communities.postid-638 #content .entry ul li a {
    display: block;
  }
  body.single-aios-communities.postid-638 #content .entry ul li {
    font-size: 13px;
  }
  .post-page-zoom-recordings #content .entry ul.button-lists li {
    width: 100%;
  }

  .page-id-708 #content .col-md-8 {
    text-align: center;
    margin-top: 30px;
  }
    .ip-grid-community-news-top{
    max-width: 500px;
    margin: auto;
  }
  .ip-grid-community-news-top .tags-search{
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .category-community-news div.hp-news__filter{
    max-width: calc(50% - 5px) !important;
    margin: 0;
  }
  .category-community-news select.hp-news__filter{
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ip-banner .container {
    width: 100%;
  }
  .post-page-volunteer .entry-content .site-footer__git-form .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
  .page-id-1071 #content span[data-name=your-role-other] {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  #content a {
    word-break: break-all;
  }
}
