@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&family=Raleway:ital,wght@0,300;0,500;1,300;1,500&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;
 } */
/*
 * Global variables
 */
/* 
 * Colors
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  letter-spacing: 0px;
  background-color: #fff;
  color: #3a3a3a;
}
body a {
  text-decoration: none;
  transition: 0.3s;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3 {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
}
.fl-button {
  font-family: 'Josefin Sans', sans-serif;
}
h1, h1 .fl-heading-text {
  font-size: 40px;
  font-weight: 500;
}
h2, h2 .fl-heading-text {
  font-size: 38px;
  font-weight: 500;
}
h3, h3 .fl-heading-text {
  font-size: 30px;
}
h4, h4 .fl-heading-text {
  font-size: 24px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Raleway', 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: 14px;
    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: 14px;
    line-height: 1.5;
  }
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .max-width .fl-row-content {
    max-width: 880px;
  }
}
@media all and (max-width: 768px) {
  .max-width .fl-row-content {
    max-width: 600px;
  }
  .max-width .fl-row-content img {
    max-height: 420px;
    overflow: hidden;
  }
}
.inner-border img {
  position: relative;
}
.inner-border .uabb-video, .inner-border .fl-photo {
  z-index: 0;
  position: relative;
}
.inner-border .uabb-video:before, .inner-border .fl-photo:before {
  background: #425470;
  top: 19px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 999;
}
@media all and (max-width: 768px) {
  .inner-border .uabb-video:before, .inner-border .fl-photo:before {
    width: calc(100% - 10px) !important;
    top: 10px !important;
  }
}
.inner-border .uabb-video:after, .inner-border .fl-photo:after {
  background: #425470;
  top: 19px;
  right: 19px;
  content: "";
  display: block;
  height: calc(100% - 20px);
  position: absolute;
  width: 1px;
  z-index: 999;
}
@media all and (max-width: 768px) {
  .inner-border .uabb-video:after, .inner-border .fl-photo:after {
    height: calc(100% - 10px) !important;
    top: 10px;
    right: 10px;
  }
}
.min-height h5 {
  min-height: 50px;
}
@media all and (max-width: 768px) {
  .min-height h5 {
    min-height: 35px;
  }
}
.top-info p {
  text-transform: uppercase;
}
.fl-button {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px !important;
  border-radius: 4px !important;
  min-width: 225px;
  padding: 20px 20px 15px 20px !important;
  display: block;
  transition: 0.3s;
  text-align: center;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 18px 16px !important;
  }
}
.fl-button span {
  font-weight: 500;
  text-transform: uppercase;
  color: #425470 !important;
  transition: 0.3s;
  text-align: center;
}
.transparent-blue .fl-button {
  background: none !important;
  border: 1px solid #425470 !important;
}
.transparent-blue .fl-button:hover {
  background: #425470 !important;
}
.transparent-blue .fl-button:hover span {
  color: #fff !important;
}
.transparent-green .fl-button {
  background: none !important;
  border: 1px solid #afc5cb !important;
}
.transparent-green .fl-button span {
  color: #afc5cb !important;
}
.transparent-green .fl-button:hover {
  background: #425470 !important;
  border: 1px solid #425470 !important;
}
.full-blue .fl-button {
  background: #425470 !important;
  border: 1px solid #425470 !important;
}
.full-blue .fl-button span {
  color: #fff !important;
}
.full-blue .fl-button:hover {
  background: #2d9cd8 !important;
  border: 1px solid #2d9cd8 !important;
}
.full-blue .fl-button:hover span {
  color: #fff !important;
}
.full-green .fl-button {
  background: #afc5cb !important;
  border: 1px solid #afc5cb !important;
}
.full-green .fl-button span {
  color: #fff !important;
}
.full-green .fl-button:hover {
  background: #2d9cd8 !important;
  border: 1px solid #2d9cd8 !important;
}
.full-green .fl-button:hover span {
  color: #fff !important;
}
.c-btn .fl-html {
  text-align: center;
}
.c-btn .fl-html .offset {
  margin: 0 auto;
  display: inline-block;
  background: rgba(14, 14, 48, 0.7);
}
.c-btn .fl-html .offset:hover a {
  padding-top: 15px !important;
  margin: 0 !important;
  background: #425470 !important;
  border: 1px solid #425470 !important;
}
.c-btn .fl-html .offset a {
  text-align: center;
  padding-top: 30px !important;
  color: #fff !important;
  opacity: 1;
  text-transform: uppercase;
  background: transparent !important;
  margin-top: -15px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: -15px;
}
#primary-menu {
  margin-top: 20px;
}
#primary-menu a {
  margin-right: 5px;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 4px;
}
#primary-menu a:hover {
  color: #fff !important;
  background-color: #425470 !important;
}
#primary-menu .contact-btn a {
  background-color: #afc5cb;
  color: #fff;
}
#primary-menu .facebook-icon a {
  color: #3b5998;
}
#primary-menu .twitter-icon a {
  color: #55acee;
}
#primary-menu .linkedin-icon a {
  color: #0077b5;
}
@media only screen and (max-width: 870px) {
  #menu-secondary-menu {
    display: none;
    opacity: 0 !important;
  }
  .secondary-navigation .menu-toggle {
    display: none;
    opacity: 0 !important;
  }
}
header.fixed-header {
  position: fixed !important;
  width: 100%;
  top: -9px;
  z-index: 9999;
  box-shadow: 0px 0px 60px 0px rgba(12, 0, 0, 0.25);
}
header.fixed-header .inside-header {
  padding: 0px 20px 10px 20px;
}
header.fixed-header .header-image {
  width: 70px !important;
  margin-bottom: -60px;
}
@media all and (max-width: 768px) {
  .site-logo img {
    margin-bottom: 0 !important;
  }
}
.page-id-1629 .cp-top, .page-id-1673 .cp-top, .page-id-1629 header, .page-id-1673 header {
  display: none !important;
}
html.cpro-ib-open {
  margin-top: 60px !important;
}
#mobile-header {
  position: initial;
  position: fixed;
  top: 50px;
  height: 60px !important;
}
.top-bar {
  display: none;
}
@media screen and (max-width: 870px) {
  html {
    margin-top: 100px !important;
  }
  .top-bar {
    width: 100%;
    z-index: 99;
    display: block;
    position: fixed;
    top: 0;
  }
  .top-bar i {
    padding-right: 4px;
  }
}
@media screen and (max-width: 440px) {
  .top-bar .inside-top-bar {
    padding: 10px 0px !important;
  }
  .top-bar .inside-top-bar li {
    font-size: 10px;
  }
  .top-bar .inside-top-bar i {
    padding-right: 4px;
  }
}
@media screen and (max-width: 340px) {
  .top-bar i {
    display: none;
  }
}
footer h5 {
  color: #425470;
  font-weight: 500;
}
footer p {
  font-size: 14px;
  color: 333333;
}
footer a {
  font-size: 14px;
  color: #333 !important;
  border-bottom: 1px solid #fff;
}
footer a:hover {
  border-bottom: 1px solid #425470;
  color: #425470 !important;
}
.page-id-1629, .page-id-1673 {
  /*display: none !important;*/
}
.slideout-navigation .site-logo {
  margin: 30px 30px;
}
#events-sidebar .mec-color-hover {
  color: red !important;
}
.blog-layout .fl-post-grid-post {
  border: none;
}
.blog-layout .post-layout {
  background-color: #fff;
  position: relative;
}
.blog-layout .post-layout .post-featured-image {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  height: 200px;
  width: 100%;
}
.blog-layout .post-layout .fl-post-text {
  padding: 0 !important;
}
.blog-layout .post-layout .fl-post-text h2 {
  padding: 20px 0 0 0;
  font-size: 20px !important;
}
.blog-layout .post-layout .fl-post-text h2 a {
  color: #425470;
}
.blog-layout .post-layout .fl-post-text p {
  font-size: 16px;
}
.blog-layout .post-layout .fl-post-text .fl-post-more-link {
  font-size: 16px;
  text-align: right;
}
.blog-layout .post-layout .fl-post-text .fl-post-more-link a {
  font-style: italic;
  color: #afc5cb;
  transition: 0.3s;
}
.blog-layout .post-layout .fl-post-text .fl-post-more-link a:hover {
  color: #425470;
}
.blog-layout .fl-builder-pagination .page-numbers.current {
  background-color: #425470 !important;
  color: #fff !important;
}
.post-navigation a {
  color: #425470;
  transition: 0.3s;
}
.post-navigation a:hover {
  color: #afc5cb;
  border-bottom: 1px solid #425470;
}
.contact-form li.gfield {
  padding: 0 !important;
}
.contact-form .gfield_label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  padding: 10px !important;
  border-radius: 0px;
  border: 1px solid #425470;
}
.contact-form ::placeholder {
  color: #2f2f2f !important;
  font-family: 'Josefin Sans', sans-serif;
}
.contact-form .gform_button {
  font-weight: 500;
  width: 100% !important;
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 0px;
  background: #425470 !important;
  border: 1px solid #425470 !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #afc5cb !important;
  border: 1px solid #afc5cb !important;
}
.subscribe-form input[type=email] {
  border-radius: 0px !important;
  border: 1px solid #425470;
  background: transparent;
}
.subscribe-form ::placeholder {
  color: #425470 !important;
  font-family: 'Josefin Sans', sans-serif;
}
.features img {
  width: 80px !important;
}
.features .min-height h5 {
  font-weight: 500 !important;
  min-height: 47px !important;
}
@media all and (max-width: 768px) {
  .features .min-height h5 {
    min-height: 35px;
  }
}
