/*
 Theme Name:   Avesta
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for Avesta
 Author:       Neil Arnold
 Author URI:   https://www.neilarnold.com
 Template:     generatepress
 Version:      0.1
*/
section.equal-height div.elementor-widget-wrap > div {
  display: flex;
  height: 100%;
}
section.equal-height div.elementor-widget-wrap > div .elementor-widget-container {
  width: 100%;
}
section.equal-height div.elementor-widget-wrap > div div.elementor-cta, section.equal-height div.elementor-widget-wrap > div a.elementor-cta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
section.equal-height div.elementor-widget-wrap > div div.elementor-cta:hover, section.equal-height div.elementor-widget-wrap > div a.elementor-cta:hover {
  text-decoration: none;
}
section.equal-height div.elementor-widget-wrap > div div.elementor-cta .elementor-cta__content, section.equal-height div.elementor-widget-wrap > div a.elementor-cta .elementor-cta__content {
  flex-grow: 1;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.equal-height div.elementor-widget-wrap > div div.elementor-cta .elementor-cta__content .elementor-cta__button-wrapper, section.equal-height div.elementor-widget-wrap > div a.elementor-cta .elementor-cta__content .elementor-cta__button-wrapper {
  margin-top: auto;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action {
  height: 100%;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action .elementor-widget-container {
  height: 100%;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action .elementor-widget-container .elementor-cta {
  height: 100%;
  flex-direction: column;
  display: flex;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action .elementor-widget-container .elementor-cta .elementor-cta__content {
  align-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action .elementor-widget-container .elementor-cta .elementor-cta__content .elementor-cta__description {
  flex-grow: 1;
}
.elementor-widget-text-editor hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
  margin-bottom: 10px;
}
.elementor-widget-text-editor blockquote {
  border-left: solid 5px rgba(0, 80, 109, 0.8);
  font-size: 1em;
  padding: 10px 20px;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-size: 19px !important;
  font-weight: normal !important;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 1px !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
}
.search-form {
  margin: 0 0 40px 0;
}
.search-form h3 {
  padding-bottom: 6px;
  padding-right: 4em;
  margin-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
  font-size: 29px;
  font-weight: normal;
  position: relative;
}
.search-form h3.no-link {
  padding-right: 0;
}
.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px 20px -10px;
}
@media (max-width: 767px) {
  .search-form form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px 0;
  }
}
.search-form form > div {
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search-form form > div:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search-form form > div.keywords {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .search-form form > div {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.search-form form label.input-label {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}
.search-form form select {
  height: 100%;
  outline: none;
  border: solid 1px #dddddd;
}
@media (max-width: 767px) {
  .search-form form select {
    margin: 0 0 10px 0;
  }
}
.search-form form input[type=text] {
  width: 100%;
  height: 100%;
  border: solid 3px #007099;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.search-form form input[type="checkbox"] {
  box-shadow: 0px 0px 0px 3px #01678c;
  margin-right: 10px;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.search-form form button, .search-form form input[type=submit] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background-color: #bf5136;
  border: solid 1px #bf5136;
  padding: 10px 20px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  transition: all 250ms ease-in-out;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .search-form form button, .search-form form input[type=submit] {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .search-form form button, .search-form form input[type=submit] {
    padding: 8px 12px;
  }
}
.search-form form button:visited, .search-form form input[type=submit]:visited {
  color: #ffffff;
}
.search-form form button:hover, .search-form form input[type=submit]:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #bf5136;
  color: #bf5136;
}
.top-bar {
  position: relative;
  z-index: 3;
}
.top-bar ul li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-bar .wp-block-social-links {
    display: none;
  }
}
.top-bar .wp-block-social-links li.wp-social-link {
  margin: 0;
  padding: 4px 0;
}
.site-header {
  z-index: 2;
  min-height: 142px;
  padding: 20px 0;
}
.site-header:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333333;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  z-index: 1;
}
.site-header .inside-header {
  min-height: 143px;
  z-index: 2;
}
.site-header .inside-header > * {
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 970px) {
  .site-header .header-image {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .site-header .header-image {
    width: 90px;
  }
}
form.navigation-search {
  opacity: 0.9;
  border: solid 1px #bf5136;
  top: -2px;
}
#primary-menu li.close-search a {
  color: #bf5136 !important;
}
/* Center The Logo */
@media (min-width: 1025px) {
  /* Change nth-child(#) to first item to right */
  .inside-header > .site-branding, .inside-header > .navigation-branding, .inside-header > .site-logo, .site-branding-container, #site-navigation .navigation-branding .site-logo, #sticky-navigation .navigation-branding {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  #site-navigation {
    margin-left: unset !important;
    display: flex;
  }
  .site-header .main-navigation:not(#sticky-navigation) .inside-navigation {
    margin: unset;
  }
  #site-navigation, #primary-menu, .main-navigation .inside-navigation {
    flex: 1;
  }
  .main-navigation .main-nav > ul {
    justify-content: space-between;
  }
  .main-navigation ul li:nth-child(4) {
    margin-left: auto;
  }
}
/* END - Center The Logo */
@media (min-width: 769px) {
  .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
  .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 26px;
  }
}
.elementor-section.home-donate .elementor-container {
  z-index: 2;
}
.elementor-section.home-donate > .elementor-background-overlay {
  overflow: hidden;
  opacity: 1 !important;
}
.elementor-section.home-donate > .elementor-background-overlay:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 200%;
  height: 300px;
  bottom: 0;
  left: 0;
  background-color: rgba(191, 81, 54, 0.8);
  transform: rotate(11deg);
  transform-origin: top left;
}
@media (max-width: 767px) {
  .elementor-section.home-donate > .elementor-background-overlay:after {
    height: 340px;
  }
}
a.image-hover, a .image-hover {
  overflow: hidden;
  display: block;
}
a.image-hover img, a .image-hover img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
a:hover.image-hover img, a:hover .image-hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt p {
  font-size: 15px;
  line-height: 1.7em;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt p:after {
  content: "...";
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__read-more {
  margin: 0 auto;
}
.elementor-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.single-post .elementor-widget-theme-post-content a.button {
  color: #ffffff;
  background-color: #08b3c5;
  border: solid 2px #08b3c5;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 12px 24px;
  transition: all 250ms ease-in-out;
}
body.single-post .elementor-widget-theme-post-content a.button:hover {
  background-color: #ffffff;
  color: #08b3c5;
}
table {
  margin: 10px 0 10px 0;
}
table tr:nth-child(odd) {
  background-color: #efefef;
}
table tr td strong {
  color: #bf5136;
}
.pagination {
  text-align: center;
}
.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 2em -2px 1em;
}
.pagination ul.page-numbers li {
  display: inline-block;
  margin: 2px;
  min-width: 3em;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  padding: 0.5em 1.25em;
  display: block;
  border: solid 1px #dddddd;
  transition: all 250ms ease-in-out;
}
.pagination ul.page-numbers li a.page-numbers, .pagination ul.page-numbers li span.page-numbers {
  color: #333333;
}
.pagination ul.page-numbers li a:hover, .pagination ul.page-numbers li a.current, .pagination ul.page-numbers li span:hover, .pagination ul.page-numbers li span.current {
  color: #bf5136;
  border: solid 1px #bf5136;
  background-color: #eee;
}
.properties__search .search-form {
  color: #ffffff;
}
.properties__search .search-form div.keywords {
  height: 70px;
  padding: 0 0 20px 0;
  border-bottom: solid 2px #00789c;
}
.properties__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.properties__results__card {
  width: calc(25% - 20px);
  text-align: center;
  margin: 10px 10px 20px 10px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .properties__results__card {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 767px) {
  .properties__results__card {
    width: calc(50% - 20px);
  }
}
.properties__results__card h3 {
  font-size: 20px !important;
  margin-bottom: 0;
  color: #ffffff;
}
.properties__results__card h4 {
  font-size: 16px !important;
  margin-bottom: 0;
  color: #ffffff;
}
.properties__results__card span {
  color: #08b3c5;
}
.properties__results__card .image {
  position: relative;
  overflow: hidden;
  border: solid 1px #ffffff;
  margin-bottom: 15px;
}
.properties__results__card .image img {
  display: block;
}
.properties__results__card.status-vacancy .image:before, .properties__results__card.status-waitlist .image:before {
  color: #ffffff;
  position: absolute;
  /* 1 */
  top: 0;
  /* 1 */
  left: 0;
  /* 1 */
  padding: 4em 2em 0 2em;
  /* 2 */
  text-align: center;
  /* 3 */
  transform: translateY(-100%) rotate(-90deg) translateX(-70.7106781187%) rotate(45deg);
  /* 4 */
  transform-origin: bottom left;
  /* 4 */
}
.properties__results__card.status-vacancy .image:before {
  content: "VACANCY";
  background-color: #9ab442;
}
.properties__results__card.status-waitlist .image:before {
  content: "WAIT LIST";
  background-color: #c15236;
}
.properties__no-results {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
}
.property-list__results ul {
  column-count: 3;
}
@media (min-width: 768px) and (max-width: 970px) {
  .property-list__results ul {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .property-list__results ul {
    column-count: 1;
  }
}
.interactive-map {
  border: solid 2px #b5d4f3;
}
.interactive-map .map {
  height: 600px;
}
.interactive-map .leaflet-popup-content-wrapper {
  width: 300px;
}
.interactive-map .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 16px;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: auto !important;
}
.elementor-column.gradient-blue {
  min-height: 360px;
}
.elementor-column.gradient-blue:after {
  content: "";
  width: calc(100% - 10px);
  height: 180px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  background: #427fb7;
  background: linear-gradient(180deg, rgba(66, 127, 183, 0) 0%, #427fb7 80%, #427fb7 100%);
  z-index: 2;
}
.elementor-column.gradient-blue .elementor-widget-wrap .elementor-element {
  z-index: 3;
}
.elementor-column.gradient-blue .elementor-widget-wrap .elementor-element span svg {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.7));
}
.elementor-column.gradient-blue .elementor-widget-wrap .elementor-element h3 {
  text-shadow: 0 0 4px #000000;
}
.elementor-widget-call-to-action.elementor-cta--layout-image-right .elementor-cta__button-wrapper, .elementor-widget-call-to-action.elementor-cta--layout-image-left .elementor-cta__button-wrapper {
  text-align: center;
}
.elementor-widget-call-to-action.special .elementor-cta__bg-wrapper {
  border: solid 1px #ffffff;
  margin-bottom: 10px;
}
.elementor-widget-call-to-action.special .elementor-cta__bg-wrapper:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.elementor-widget-call-to-action.special .elementor-cta__content {
  overflow: visible;
  position: relative;
}
.elementor-widget-call-to-action.special .elementor-cta__content:before {
  display: block;
  height: 0;
  width: 0;
  border-top: 14px solid #ffffff;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  top: 0;
}
.elementor-widget-call-to-action.special .elementor-cta__content h2 {
  margin-top: -3em;
  height: 2.5em;
  text-shadow: 0 0 4px #000000;
}
.elementor-widget-call-to-action.special2 .elementor-cta__bg-wrapper {
  margin-bottom: 10px;
}
.elementor-widget-call-to-action.special2 .elementor-cta__button {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.elementor-widget-call-to-action.add-underline .elementor-cta__content h2 {
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
}
.elementor-widget-call-to-action.blue-gradient .elementor-cta__bg-wrapper:after {
  content: "";
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  background: #427fb7;
  background: linear-gradient(180deg, rgba(66, 127, 183, 0) 0%, rgba(66, 127, 183, 0.9) 80%, rgba(66, 127, 183, 0.9) 100%);
  z-index: 2;
}
.elementor-widget-call-to-action.blue-gradient .elementor-cta__content {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.elementor-widget-call-to-action.blue-gradient .elementor-cta__content > div {
  width: auto;
  margin-right: 20px;
}
section.gradient > .elementor-container {
  z-index: 2;
}
section.gradient:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: #1670B7;
  background: linear-gradient(0deg, #1670b7 0%, rgba(22, 112, 183, 0) 100%);
}
.elementor-widget-heading.header-line h1, .elementor-widget-heading.header-line h2, .elementor-widget-heading.header-line h3, .elementor-widget-heading.header-line h4, .elementor-widget-heading.header-line h5 {
  overflow: hidden;
}
.elementor-widget-heading.header-line h1:before, .elementor-widget-heading.header-line h2:before, .elementor-widget-heading.header-line h3:before, .elementor-widget-heading.header-line h4:before, .elementor-widget-heading.header-line h5:before {
  content: "";
  position: relative;
  right: 10px;
  display: inline-block;
  height: 0.45em;
  vertical-align: bottom;
  width: 100%;
  margin-left: -100%;
  border-top: 1px solid #bf5136;
}
.elementor-widget-heading.header-line h1:after, .elementor-widget-heading.header-line h2:after, .elementor-widget-heading.header-line h3:after, .elementor-widget-heading.header-line h4:after, .elementor-widget-heading.header-line h5:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 10px;
  height: 0.45em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  border-top: 1px solid #bf5136;
}
/*# sourceMappingURL=style.css.map */