@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;700;800&display=swap');
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Dickiebirds
 Author URI:   https://dickiebirds.studio/
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
/*
 * FONTS
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Karla', sans-serif;
  color: #6c6c6c;
  letter-spacing: 1px;
  background-color: #fff !important;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
}
.home h1, .home h1 .fl-heading-text {
  text-transform: none;
}
h1, h1 .fl-heading-text {
  font-size: 38px;
}
h2, h2 .fl-heading-text {
  font-size: 38px;
}
h3, h3 .fl-heading-text {
  font-size: 30px;
}
h4, h4 .fl-heading-text {
  font-size: 20px;
}
p, ul {
  font-size: 18px;
  line-height: 1.6;
}
.bigger-text p {
  font-size: 22px;
}
@media all and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 36px;
  }
  h2, h2 .fl-heading-text {
    font-size: 34px;
  }
  h3, h3 .fl-heading-text {
    font-size: 25px;
  }
  h4, h4 .fl-heading-text {
    font-size: 22px;
  }
  p, ul {
    font-size: 17px;
    line-height: 1.5;
  }
  .bigger-text p {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 30px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul {
    font-size: 16px;
    line-height: 1.5;
  }
  .bigger-text p {
    font-size: 18px;
  }
}
.fl-rich-text ul {
  margin: 0px 0px 20px 30px !important;
  list-style: none !important;
}
.fl-rich-text ul li {
  padding-bottom: 10px;
  position: relative;
}
.fl-rich-text ul li:last-child {
  padding-bottom: 0px;
}
.fl-rich-text ul li:before {
  color: #ef7e64;
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  padding-right: 10px;
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .fl-row-content {
    max-width: 880px !important;
  }
}
@media all and (max-width: 768px) {
  .fl-row-content {
    max-width: 600px !important;
  }
  .fl-row-content img {
    max-height: 420px;
    object-fit: cover;
  }
}
.click-col {
  color: #fff;
  text-transform: uppercase !important;
  text-align: center;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .click-col {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.click-col .fl-col-content {
  min-height: 160px;
}
.click-col a {
  color: #fff;
}
.fl-rich-text a {
  font-weight: 800 !important;
}
.radius > .fl-col-content {
  border-radius: 5px;
}
.banner-col-margin > .fl-col-content {
  margin: 0 20px;
}
.col-margin > .fl-col-content {
  margin: 20px !important;
}
.fl-button {
  font-family: 'Karla', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0px !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  min-width: 180px;
  padding: 16px 18px !important;
  display: block;
  text-align: center !important;
  font-size: 20px !important;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 16px 16px !important;
  }
}
.primary .fl-button {
  background: #ef7e64 !important;
  border-color: #ef7e64 !important;
  color: #fff !important;
}
.primary .fl-button span {
  color: #fff !important;
}
.primary .fl-button:hover {
  background: #e83871 !important;
  border-color: #e83871 !important;
  color: #fff !important;
}
.primary .fl-button:hover span {
  color: #fff !important;
}
.secondary .fl-button {
  background: #88cdd3 !important;
  border-color: #88cdd3 !important;
  color: #fff !important;
}
.secondary .fl-button span {
  color: #fff !important;
}
.secondary .fl-button:hover {
  background: #e83871 !important;
  border-color: #e83871 !important;
  color: #fff !important;
}
.secondary .fl-button:hover span {
  color: #fff !important;
}
.transparent-primary .fl-button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  min-width: fit-content;
  color: #ef7e64 !important;
}
.transparent-primary .fl-button span {
  color: #ef7e64 !important;
}
.transparent-primary .fl-button:hover {
  color: #fff !important;
}
.transparent-primary .fl-button:hover span {
  color: #fff !important;
}
.transparent-secondary .fl-button {
  background: none !important;
  border-color: #88cdd3 !important;
  color: #88cdd3 !important;
}
.transparent-secondary .fl-button:hover {
  border-color: #e83871;
  color: #fff !important;
  background: #e83871 !important;
}
.transparent-secondary .fl-button:hover span {
  color: #fff !important;
}
.dual-btn {
  margin-top: -5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dual-btn.center {
  justify-content: center;
}
.dual-btn div {
  margin-top: 5%;
}
.dual-btn div:first-child {
  margin-right: 5%;
}
.dual-btn div.link a {
  position: relative;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ef7e64;
}
.dual-btn div.link a:hover {
  color: #88cdd3;
}
.dual-btn div.link a:hover::after {
  right: -50px;
}
.dual-btn div.link a::after {
  transition: 0.3s;
  display: block;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  right: -30px;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translate(0%, -50%);
}
.row-bg-color {
  background: rgba(136, 205, 211, 0.31);
}
.row-bg-color .fl-row-content-wrap {
  padding: 0px;
}
.col-min-height .fl-col-content {
  min-height: 400px;
}
.banner {
  color: #fff;
}
.min-height .fl-row-content-wrap {
  display: flex;
  align-items: center;
  min-height: 700px;
}
@media all and (max-width: 992px) {
  .min-height .fl-row-content-wrap {
    min-height: 650px;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .min-height .fl-row-content-wrap {
    min-height: 500px;
    align-items: center;
  }
}
.min-height-small .fl-row-content-wrap {
  display: flex;
  align-items: center;
  min-height: 500px;
}
@media all and (max-width: 992px) {
  .min-height-small .fl-row-content-wrap {
    min-height: 450px;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .min-height-small .fl-row-content-wrap {
    min-height: 300px;
    align-items: center;
  }
}
.overlay .fl-row-content-wrap:after, .gradient .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.overlay .fl-row-content, .gradient .fl-row-content {
  z-index: 10;
}
.intro-max-width {
  width: 100%;
}
.intro-max-width .fl-col-content {
  max-width: 800px;
  margin: 0 auto;
}
.general-img img {
  border-radius: 0px;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
}
#primary-menu {
  margin-top: 45px;
}
#primary-menu li.menu-btn {
  margin-left: 20px;
}
#primary-menu li.menu-btn a {
  border-radius: 0px;
  text-transform: uppercase;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
  background-color: #ef7e64 !important;
  border: 1px solid #ef7e64 !important;
  color: #fff !important;
}
#primary-menu li.menu-btn a:hover {
  background-color: #e83871 !important;
  border-color: #e83871 !important;
  color: #fff !important;
}
#primary-menu li:nth-last-child(1n + 2) {
  position: relative;
}
#primary-menu li:nth-last-child(1n + 2)::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 30%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  background-color: #ef7e64;
}
.secondary-navigation {
  margin-bottom: -15px;
}
.secondary-navigation ul li a {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
@media all and (max-width: 768px) {
  .secondary-navigation {
    display: none;
  }
}
.secondary-navigation li:nth-last-child(1n + 2) {
  position: relative;
}
.secondary-navigation li:nth-last-child(1n + 2)::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 30%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  background-color: #ef7e64;
}
.secondary-navigation .secondary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}
.secondary-navigation .secondary-menu .menu-item .fl-builder-content {
  padding: 10px;
  padding-bottom: 10px;
}
.secondary-navigation .secondary-menu .menu-item .fl-builder-content .pp-search-form-wrap .pp-search-form .pp-search-form__toggle .ua-icon {
  position: relative;
  font-size: 15px !important;
  height: 20px !important;
  width: 20px !important;
}
.fl-module-pp-search-form i {
  font-size: 25px !important;
  width: 25px !important;
  height: 25px !important;
}
.fl-module-pp-search-form i:before {
  font-weight: bold !important;
  left: 10px !important;
  top: 10px !important;
}
header a {
  text-transform: uppercase !important;
  font-weight: bold !important;
}
footer a, footer p {
  font-size: 15px;
  transition: 0.3s;
}
footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
footer .footer-links-menu ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-links-menu ul li {
  width: fit-content;
}
footer .footer-links-menu ul li a {
  font-size: 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 992px) {
  footer .footer-links-menu ul {
    flex-wrap: wrap;
  }
  footer .footer-links-menu ul li {
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
  }
}
footer .footer-menu .menu-primary-menu-container > ul, footer .footer-menu .menu-footer-menu-container > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-menu .menu-primary-menu-container > ul > li, footer .footer-menu .menu-footer-menu-container > ul > li {
  width: fit-content;
}
@media all and (max-width: 1100px) {
  footer .footer-menu .menu-primary-menu-container > ul > li ul, footer .footer-menu .menu-footer-menu-container > ul > li ul {
    display: none;
  }
}
@media all and (max-width: 992px) {
  footer .footer-menu .menu-primary-menu-container > ul > li, footer .footer-menu .menu-footer-menu-container > ul > li {
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
  }
}
footer .footer-menu .menu-primary-menu-container > ul > li:last-child, footer .footer-menu .menu-footer-menu-container > ul > li:last-child {
  text-align: right;
}
footer .footer-menu .menu-primary-menu-container > ul > li:last-child li, footer .footer-menu .menu-footer-menu-container > ul > li:last-child li {
  text-align: right;
}
footer .footer-menu .menu-primary-menu-container > ul > li > a, footer .footer-menu .menu-footer-menu-container > ul > li > a {
  font-weight: bold;
}
footer .footer-menu .menu-primary-menu-container > ul > li ul li a, footer .footer-menu .menu-footer-menu-container > ul > li ul li a {
  font-weight: 300 !important;
}
footer .footer-menu .menu-primary-menu-container ul, footer .footer-menu .menu-footer-menu-container ul {
  margin: 0 auto;
  text-align: left;
}
footer .footer-menu .menu-primary-menu-container ul li a, footer .footer-menu .menu-footer-menu-container ul li a {
  font-size: 18px;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.slideout-navigation .site-logo {
  margin: 40px 20px 40px 20px;
}
.testimonials-col p {
  font-size: 28px !important;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.testimonials-col .bx-controls a {
  width: 16px !important;
  height: 16px !important;
  border-radius: 100% !important;
  opacity: 1 !important;
  background-color: #fff !important;
}
.testimonials-col .bx-controls a.active {
  background-color: #88cdd3 !important;
}
.testimonials-post {
  background: rgba(249, 193, 100, 0.31);
  padding: 40px;
}
.testimonials-post p {
  font-size: 28px !important;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.testimonials-post .fl-post-title {
  text-align: center;
  margin-bottom: 0px;
}
.fl-post-grid-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.fl-post-grid-post:hover {
  cursor: pointer;
}
.fl-post-grid-post:hover img {
  filter: grayscale(0);
}
@media all and (min-width: 992px) {
  .pages-columns .fl-post-column {
    padding-bottom: 0 !important;
  }
}
@media all and (max-width: 992px) {
  .pages-columns .fl-post-column:last-child {
    padding-bottom: 0 !important;
  }
}
.column {
  display: block;
  transition: 0.3s;
  position: relative;
  border-radius: 5px;
}
.column h4 {
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px !important;
  color: #fff;
  transition: 0.3s linear;
  background-color: #8b8b8b;
}
.column img {
  height: 220px;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  object-fit: cover;
  transform: scale(1);
  margin-bottom: -8px;
  transition: 0.3s linear;
}
.column:hover img {
  transform: scale(1.1);
}
.column:hover h4 {
  background-color: #88cdd3;
}
.fl-post-feed-post {
  border-radius: 0px;
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.list {
  display: flex;
  align-items: flex-start;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .list {
    flex-wrap: wrap;
  }
}
.list .fl-post-text {
  padding-left: 40px;
}
@media screen and (max-width: 900px) {
  .list .fl-post-text {
    padding-top: 20px;
    padding-left: 0px;
  }
}
.list .fl-post-text p:last-child {
  margin-bottom: 0 !important;
}
.list .fl-post-image {
  max-width: 350px;
  width: 350px;
}
.list .fl-post-image img {
  max-width: 350px;
  object-position: center;
  object-fit: contain;
  transition: 0.3s;
}
.list-partners {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .list-partners {
    flex-wrap: wrap;
  }
}
.list-partners .fl-post-text {
  padding-left: 40px;
}
@media screen and (max-width: 900px) {
  .list-partners .fl-post-text {
    padding-top: 20px;
    padding-left: 0px;
  }
}
.list-partners .fl-post-text p:last-child {
  margin-bottom: 0 !important;
}
.list-partners .fl-post-image {
  max-width: 350px;
  width: 350px;
  text-align: center;
}
.list-partners .fl-post-image img {
  max-height: 200px;
  max-width: 350px;
  object-position: center;
  object-fit: contain;
  transition: 0.3s;
}
.vacancy-list .fl-post-text p:last-child {
  margin-bottom: 0 !important;
}
.vacancy-list .fl-post-text .additional-fields {
  font-weight: 700;
  padding-bottom: 10px;
}
.vacancy-list .fl-post-text .read-more {
  display: block;
  padding-top: 20px;
  font-weight: 800;
}
.post-list {
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .post-list {
    flex-wrap: wrap;
  }
}
.post-list .fl-post-text {
  padding-left: 40px;
}
@media screen and (max-width: 900px) {
  .post-list .fl-post-text {
    padding-top: 20px;
    padding-left: 0px;
  }
}
.post-list .fl-post-text p:last-child {
  margin-bottom: 0 !important;
}
.post-list .fl-post-text .additional-fields {
  font-weight: 700;
  padding-bottom: 10px;
}
.post-list .fl-post-text .read-more {
  display: block;
  padding-top: 20px;
  font-weight: 800;
}
.post-list .fl-post-image {
  max-width: 350px;
  width: 350px;
}
.post-list .fl-post-image img {
  width: 350px;
  max-width: 350px;
  object-position: center;
  object-fit: contain;
  transition: 0.3s;
}
.modal {
  display: none;
}
.modal.active {
  display: block;
}
.people-post .fl-post-feed-post:last-child .team {
  padding-bottom: 0;
}
.team {
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
}
.team .photo {
  padding-right: 40px;
}
.team .photo img {
  min-width: 250px;
  width: 250px;
  height: 250px;
  border-radius: 5px;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .team .photo img {
    min-width: 150px;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .team {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team .content {
  text-align: left !important;
  color: #6c6c6c;
}
.team .content h4 {
  text-transform: none;
  margin-bottom: 10px;
}
.team .content .short-description p:last-child {
  margin-bottom: 15px !important;
}
.team .content .open span {
  position: relative;
  z-index: 1;
  transition: 0.3 ease-in-out;
  font-weight: bold;
  cursor: pointer;
  color: #ef7e64;
  text-decoration: underline;
}
.team .content .open span:hover {
  color: #88cdd3;
}
.team .modal {
  display: none;
}
.team .modal.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team .modal.active .modal-box {
  max-width: 1100px;
  max-height: 400px;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 999;
}
.team .modal.active .modal-box .modal-photo {
  position: relative;
  z-index: 2;
}
.team .modal.active .modal-box .modal-photo img {
  width: 20vw;
  height: 100%;
  min-width: 400px;
  min-height: 400px;
  object-fit: cover;
}
.team .modal.active .modal-box .modal-content {
  text-align: left;
  padding: 30px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  max-height: 400px;
  overflow-y: scroll;
}
.team .modal.active .modal-box .modal-content .job-title {
  margin-bottom: 20px;
}
.team .modal.active .modal-box .modal-content .description p:last-child {
  margin-bottom: 0px !important;
}
.team .modal.active .modal-box .close {
  top: -60px;
  right: 0;
  position: absolute;
  color: #fff;
}
.team .modal.active .modal-box .close:hover {
  cursor: pointer;
}
@media all and (max-width: 1150px) {
  .team .modal.active .modal-box {
    max-width: 80%;
    min-width: 0;
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .team .modal.active .modal-box {
    max-width: 90%;
  }
}
@media all and (max-width: 768px) {
  .team .modal.active .modal-box {
    flex-direction: column;
    max-height: 80%;
    min-width: 0;
    width: fit-content;
  }
  .team .modal.active .modal-box .modal-photo img {
    min-width: 0;
    min-height: 0;
    max-width: 300px;
    height: 50%;
    width: 100%;
    display: block;
    margin-bottom: -1px;
  }
  .team .modal.active .modal-box .modal-content {
    width: 100%;
    max-width: 300px;
  }
}
.contact-form .gform_legacy_markup_wrapper {
  margin: 0px !important;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form input[type=text], .contact-form textarea, .contact-form select {
  padding: 10px !important;
  border-radius: 0;
  border: 1px solid #707070 !important;
  margin-top: 0px !important;
}
.contact-form ::placeholder {
  color: #333 !important;
  font-family: 'Karla', sans-serif;
  font-weight: 300;
}
.contact-form .gform_button {
  width: fit-content !important;
  font-family: 'Karla', sans-serif;
  border-radius: 0;
  background: #ef7e64 !important;
  border: 1px solid #ef7e64 !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #88cdd3 !important;
  border-color: #88cdd3 !important;
}
.tribe-common-l-container {
  font-family: 'Karla', sans-serif !important;
  padding: 0px !important;
  min-height: auto !important;
}
.tribe-common-l-container * {
  font-family: 'Karla', sans-serif !important;
}
.tribe-common-l-container button {
  font-family: 'Karla', sans-serif !important;
}
.tribe-common-l-container time span {
  font-family: 'Karla', sans-serif !important;
}
.tribe-common-l-container .tribe-events-calendar-list__event-featured-image-link img {
  min-height: 250px;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
.tribe-common-l-container .tribe-common-g-col * {
  color: #6c6c6c;
}
.tribe-common-l-container .tribe-common-g-col h2, .tribe-common-l-container .tribe-common-g-col h3, .tribe-common-l-container .tribe-common-g-col h4, .tribe-common-l-container .tribe-common-g-col h5 {
  font-family: 'Karla', sans-serif !important;
  text-transform: normal;
  font-weight: 500;
  color: #6c6c6c;
}
.tribe-common-l-container .tribe-common-g-col h2 a, .tribe-common-l-container .tribe-common-g-col h3 a, .tribe-common-l-container .tribe-common-g-col h4 a, .tribe-common-l-container .tribe-common-g-col h5 a {
  color: #6c6c6c;
}
.tribe-common-l-container .tribe-common-g-col p {
  font-family: 'Karla', sans-serif !important;
  font-size: 16px;
}
.tribe-common-l-container .tribe-common-g-col p .read-more {
  transition: 0.3s linear;
  position: relative;
  display: inline-block;
}
.tribe-common-l-container .tribe-common-g-col p .read-more:hover {
  text-decoration: underline;
  color: #88cdd3;
}
.tribe-common-l-container a {
  border-radius: 0px !important;
}
.tribe-common-l-container .tribe-common-c-btn {
  background: #ef7e64 !important;
}
.tribe-common-l-container .tribe-common-c-btn:hover {
  background: #88cdd3 !important;
}
.tribe-common-l-container .tribe-events-c-ical__link {
  border: 1px solid #ef7e64 !important;
  color: #ef7e64;
}
.tribe-common-l-container .tribe-events-c-ical__link:hover {
  background: #ef7e64 !important;
}
.tribe-common-l-container .tribe-common-c-svgicon {
  color: #ef7e64;
}
#tribe-events-pg-template {
  padding: 80px 20px;
}
#tribe-events-pg-template .tribe-events-cal-links a {
  color: #ef7e64;
}
#tribe-events-pg-template .tribe-events-event-image img {
  max-height: 500px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media all and (max-width: 992px) {
  #tribe-events-pg-template {
    padding: 60px 20px;
  }
}
@media all and (max-width: 768px) {
  #tribe-events-pg-template {
    padding: 40px 20px;
  }
}
#tribe-events-pg-template * {
  font-family: 'Karla', sans-serif !important;
}
#tribe-events-pg-template h1, #tribe-events-pg-template h2, #tribe-events-pg-template h3, #tribe-events-pg-template h4 {
  font-family: 'Karla', sans-serif !important;
  font-weight: 500;
  color: #ef7e64;
}
.tribe-events-c-ical__link, .tribe-common-c-btn {
  border-radius: 0px !important;
}
.tribe-events-c-messages__message {
  border-radius: 0px !important;
}
.contact-form .gform_legacy_markup_wrapper {
  margin: 0px !important;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form input[type=text], .contact-form textarea, .contact-form select {
  padding: 10px !important;
  border-radius: 0;
  border: 1px solid #707070 !important;
  margin-top: 0px !important;
}
.contact-form ::placeholder {
  color: #333 !important;
  font-family: 'Karla', sans-serif;
  font-weight: 300;
}
.contact-form .gform_button {
  width: fit-content !important;
  font-family: 'Karla', sans-serif;
  border-radius: 0;
  background: #ef7e64 !important;
  border: 1px solid #ef7e64 !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #88cdd3 !important;
  border-color: #88cdd3 !important;
}
.tribe-common-l-container {
  font-family: 'Karla', sans-serif !important;
  padding: 0px !important;
  min-height: auto !important;
}
.tribe-common-l-container * {
  font-family: 'Karla', sans-serif !important;
}
.tribe-common-l-container button {
  font-family: 'Karla', sans-serif !important;
}
.tribe-common-l-container time span {
  font-family: 'Karla', sans-serif !important;
}
.tribe-common-l-container .tribe-events-calendar-list__event-featured-image-link img {
  min-height: 250px;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
.tribe-common-l-container .tribe-common-g-col * {
  color: #6c6c6c;
}
.tribe-common-l-container .tribe-common-g-col h2, .tribe-common-l-container .tribe-common-g-col h3, .tribe-common-l-container .tribe-common-g-col h4, .tribe-common-l-container .tribe-common-g-col h5 {
  font-family: 'Karla', sans-serif !important;
  text-transform: normal;
  font-weight: 500;
  color: #6c6c6c;
}
.tribe-common-l-container .tribe-common-g-col h2 a, .tribe-common-l-container .tribe-common-g-col h3 a, .tribe-common-l-container .tribe-common-g-col h4 a, .tribe-common-l-container .tribe-common-g-col h5 a {
  color: #6c6c6c;
}
.tribe-common-l-container .tribe-common-g-col p {
  font-family: 'Karla', sans-serif !important;
  font-size: 16px;
}
.tribe-common-l-container .tribe-common-g-col p .read-more {
  transition: 0.3s linear;
  position: relative;
  display: inline-block;
}
.tribe-common-l-container .tribe-common-g-col p .read-more:hover {
  text-decoration: underline;
  color: #88cdd3;
}
.tribe-common-l-container a {
  border-radius: 0px !important;
}
.tribe-common-l-container .tribe-common-c-btn {
  background: #ef7e64 !important;
}
.tribe-common-l-container .tribe-common-c-btn:hover {
  background: #88cdd3 !important;
}
.tribe-common-l-container .tribe-events-c-ical__link {
  border: 1px solid #ef7e64 !important;
  color: #ef7e64;
}
.tribe-common-l-container .tribe-events-c-ical__link:hover {
  background: #ef7e64 !important;
}
.tribe-common-l-container .tribe-common-c-svgicon {
  color: #ef7e64;
}
#tribe-events-pg-template {
  padding: 80px 20px;
}
#tribe-events-pg-template .tribe-events-cal-links a {
  color: #ef7e64;
}
#tribe-events-pg-template .tribe-events-event-image img {
  max-height: 500px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media all and (max-width: 992px) {
  #tribe-events-pg-template {
    padding: 60px 20px;
  }
}
@media all and (max-width: 768px) {
  #tribe-events-pg-template {
    padding: 40px 20px;
  }
}
#tribe-events-pg-template * {
  font-family: 'Karla', sans-serif !important;
}
#tribe-events-pg-template h1, #tribe-events-pg-template h2, #tribe-events-pg-template h3, #tribe-events-pg-template h4 {
  font-family: 'Karla', sans-serif !important;
  font-weight: 500;
  color: #ef7e64;
}
.tribe-events-c-ical__link, .tribe-common-c-btn {
  border-radius: 0px !important;
}
.tribe-events-c-messages__message {
  border-radius: 0px !important;
}
.additional-fields {
  font-weight: 700;
  padding-bottom: 20px;
}
.content p:last-child {
  margin-bottom: 0 !important;
}
.post-navigation {
  font-weight: 700;
}
