@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,500,700');
/*
 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;
 } */
/*
 * Global variables
 */
/* 
 * Colors
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  letter-spacing: 1px;
  background-color: #fff;
  color: #3a3a3a;
}
#main .fl-rich-text a {
  text-decoration: none;
  color: #34455b;
  transition: 0.3s;
  border-bottom: 1px solid #34455b;
}
#main .fl-rich-text a:hover {
  color: #2699d4;
  border-bottom: 1px solid #2699d4;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, .fl-button {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
h1, h1 .fl-heading-text {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
h2, h2 .fl-heading-text {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: #34455b;
}
h3, h3 .fl-heading-text {
  font-size: 30px;
}
h4, h4 .fl-heading-text {
  font-size: 24px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 36px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 25px;
  }
  h4, h4 .fl-heading-text {
    font-size: 22px;
  }
  p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 33px;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .fl-row-content {
    max-width: 880px;
  }
}
@media all and (max-width: 768px) {
  .fl-row-content {
    max-width: 600px;
  }
  .fl-row-content img {
    max-height: 420px;
    overflow: hidden;
  }
}
@media all and (max-width: 992px) {
  .order .order-1 {
    order: 1;
  }
  .order .order-2 {
    order: 2;
  }
}
.mec-event-list-weekly-date.mec-color {
  font-size: 8px !important;
}
.fl-button {
  font-size: 20px !important;
  min-width: 180px;
  padding: 20px 22px !important;
  border-radius: 0px !important;
  display: block;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold !important;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 18px 16px !important;
  }
}
.fl-button span {
  color: #34455b !important;
  transition: 0.3s;
  text-align: center;
}
.transparent .fl-button {
  background: none !important;
  border: 1px solid #34455b !important;
}
.transparent .fl-button:hover {
  background: #34455b !important;
}
.transparent .fl-button:hover span {
  color: #fff !important;
}
.transparent-white .fl-button {
  background: none !important;
  border: 1px solid #fff !important;
}
.transparent-white .fl-button span {
  color: #fff !important;
}
.transparent-white .fl-button:hover {
  background: #34455b !important;
  border: 1px solid #34455b !important;
}
.full-white .fl-button {
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 36px !important;
}
.full-white .fl-button span {
  color: #34455b !important;
}
.full-white .fl-button:hover {
  background: #34455b !important;
  border: 1px solid #34455b !important;
}
.full-white .fl-button:hover span {
  color: #fff !important;
}
.full .fl-button {
  background: #34455b !important;
  border: 1px solid #34455b !important;
}
.full .fl-button span {
  color: #fff !important;
}
.full .fl-button:hover {
  background: #2699d4 !important;
  border: 1px solid #2699d4 !important;
}
.full .fl-button:hover span {
  color: #fff !important;
}
#site-navigation a {
  font-weight: bold;
}
#sticky-navigation a {
  font-weight: bold;
}
.site-logo {
  margin-top: 12px;
  -webkit-margin-before: 15px;
}
@media all and (max-width: 992px) {
  #mobile-header .site-logo {
    margin-top: 0px !important;
  }
  #mobile-header .site-logo img {
    padding: 5px 0 !important;
  }
}
footer p, footer a {
  font-size: 16px;
}
footer a {
  border-bottom: 1px solid #34455b;
  transition: 0.3s;
}
footer a:hover {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
footer h4, footer .fl-heading-text {
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.slideout-navigation .site-logo {
  margin: 30px 20px !important;
}
.slideout-navigation .main-nav {
  border-top: 7px solid #34455b;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form #field_2_1 label {
  display: none;
}
.contact-form .gfield_label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  padding: 10px !important;
  border: 1px solid #34455b;
  border-radius: 0px;
}
.contact-form ::placeholder {
  color: #34455b !important;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.contact-form .gform_button {
  font-family: "Open Sans", sans-serif;
  border-radius: 0px;
  background: #34455b !important;
  border: 1px solid #34455b !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #2699d4 !important;
  border: 1px solid #2699d4 !important;
}
