/*
 Theme Name:   Portland Wheelers
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for Portland Wheelers
 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;
}
.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;
}
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);
}
form.navigation-search {
  opacity: 1;
  border: solid 1px #2882d4;
  height: 100%;
}
form.navigation-search input[type=search] {
  height: 100%;
  opacity: 1;
}
#primary-menu li.close-search a {
  color: #2882d4 !important;
}
.site-header {
  z-index: 2;
  min-height: 128px;
}
@media (max-width: 767px) {
  .site-header {
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .site-header .header-image {
    width: 180px;
  }
}
.top-bar ul.menu li a {
  text-decoration: none;
  text-transform: uppercase;
}
.top-bar ul.menu li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.top-bar .wp-block-social-links .wp-social-link a {
  padding: 0;
}
.home-hero .elementor-widget-wrap {
  z-index: 1;
}
.home-hero:after {
  content: "";
  height: 250px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #403f3e;
  background: linear-gradient(180deg, rgba(64, 63, 62, 0) 0%, #403f3e 100%);
}
.page-hero {
  margin-top: calc(0px - 128px - 20px);
}
@media (max-width: 767px) {
  .page-hero {
    margin-top: calc(0px - 90px - 20px);
  }
}
body.single-post .page-hero {
  margin-top: calc(0px - 128px);
}
@media (max-width: 767px) {
  body.single-post .page-hero {
    margin-top: calc(0px - 90px);
  }
}
.page-hero .elementor-widget-wrap {
  z-index: 1;
}
.page-hero:after {
  content: "";
  height: 120px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333333;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
}
ul.menu .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 5px;
}
ul.menu > li.cta-button {
  margin-left: 10px;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  ul.menu > li.cta-button {
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  ul.menu > li.cta-button {
    margin-top: 10px;
    text-align: center !important;
  }
}
ul.menu > li.cta-button a {
  line-height: 1em;
  background-color: #2882d4 !important;
  color: #ffffff;
  padding: 10px 20px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
}
ul.menu > li.cta-button a:hover {
  background-color: #2475bf !important;
  color: #ffffff !important;
}
ul.menu > li.cta-button[class*="current-menu-"] > a {
  color: #ffffff;
}
ul.menu > li.cta-button[class*="current-menu-"] > a:hover {
  color: #ffffff;
}
ul.menu > li.cta-button:active > a, ul.menu > li.cta-button:hover > a {
  color: #ffffff !important;
  background-color: #2475bf !important;
}
table {
  margin: 10px 0 10px 0;
}
table tr:nth-child(odd) {
  background-color: #efefef;
}
table tr td strong {
  color: #2882d4;
}
.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;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: auto !important;
}
.elementor-widget-call-to-action.special .elementor-cta {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #dfdfdf;
}
.elementor-widget-call-to-action.special .elementor-cta__bg-wrapper {
  border: solid 15px #dfdfdf;
  border-bottom-width: 20px;
  padding: 15px;
}
.elementor-widget-call-to-action.special .elementor-cta__content {
  position: relative;
  overflow: visible;
}
.elementor-widget-call-to-action.special .elementor-cta__content:before {
  display: block;
  height: 0;
  width: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  content: "";
  position: absolute;
  top: -14px;
  left: calc(50% - 14px);
}
.elementor-widget-call-to-action.add-underline .elementor-cta__content h2 {
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
}
section.gradient > .elementor-container {
  z-index: 2;
}
section.gradient:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: #2882d4;
  background: linear-gradient(0deg, #2882d4 0%, rgba(40, 130, 212, 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;
  line-height: 1.3em;
}
.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.6em;
  vertical-align: bottom;
  width: 100%;
  margin-left: -100%;
  border-top: 2px solid #2882d4;
}
.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.6em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  border-top: 2px solid #2882d4;
}
.elementor-widget-heading.header-line.white h1:before, .elementor-widget-heading.header-line.white h1:after, .elementor-widget-heading.header-line.white h2:before, .elementor-widget-heading.header-line.white h2:after, .elementor-widget-heading.header-line.white h3:before, .elementor-widget-heading.header-line.white h3:after, .elementor-widget-heading.header-line.white h4:before, .elementor-widget-heading.header-line.white h4:after, .elementor-widget-heading.header-line.white h5:before, .elementor-widget-heading.header-line.white h5:after {
  border-top: 2px solid #ffffff;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  color: #2882d4;
  text-transform: uppercase;
}
.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 input[type=submit] {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-weight: 500;
  padding: 10px 30px;
}
.xxx-search-form {
  margin: 0 0 40px 0;
}
.xxx-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;
}
.xxx-search-form h3.no-link {
  padding-right: 0;
}
.xxx-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: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: 0px -10px 20px -10px;
}
@media (max-width: 767px) {
  .xxx-search-form form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px 0;
  }
}
.xxx-search-form form > div {
  margin: 0 10px;
  height: 50px;
}
.xxx-search-form form > div:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .xxx-search-form form > div {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.xxx-search-form form select {
  height: 100%;
  outline: none;
  border: solid 1px #dddddd;
}
@media (max-width: 767px) {
  .xxx-search-form form select {
    margin: 0 0 10px 0;
  }
}
.xxx-search-form form input[type=text] {
  width: 100%;
  height: 100%;
  border: solid 1px #dddddd;
}
.xxx-search-form form button, .xxx-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: #2882d4;
  border: solid 1px #2882d4;
  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) {
  .xxx-search-form form button, .xxx-search-form form input[type=submit] {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .xxx-search-form form button, .xxx-search-form form input[type=submit] {
    padding: 8px 12px;
  }
}
.xxx-search-form form button:visited, .xxx-search-form form input[type=submit]:visited {
  color: #ffffff;
}
.xxx-search-form form button:hover, .xxx-search-form form input[type=submit]:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #2882d4;
  color: #2882d4;
}
.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: #2882d4;
  border: solid 1px #2882d4;
  background-color: #eee;
}
/*# sourceMappingURL=style.css.map */