@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i|Oswald" rel="stylesheet');
/*
 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... */
/*MODAL*/
#modal {
  z-index: 99999;
  transition: 0.3s;
  opacity: 0;
  width: 0px;
  margin-top: 5px;
  display: none;
  height: 0;
}
#modal .gfield {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#modal.show-modal {
  display: block;
  opacity: 1;
  width: 600px;
  height: auto;
}
#modal .fl-row-content-wrap {
  z-index: 999999999;
  position: fixed;
}
@media only screen and (max-width: 768px) {
  #modal {
    margin-top: 0 !important;
    z-index: 99;
    right: 0px;
  }
  #modal.show-modal {
    width: 100%;
  }
  #modal .fl-row-content-wrap {
    position: static;
  }
}
.open-modal a {
  target: blank;
}
.open-modal:hover {
  cursor: pointer;
}
#modal .close-modal {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 99999 !important;
  transition: 0.3s;
}
#modal .close-modal:hover {
  cursor: pointer;
  transform: scale(1.3);
}
@media only screen and (max-width: 992px) {
  #modal .close-modal {
    right: 0 !important;
    top: 35px !important;
  }
}
/*MODAL*/
/*
 * Global variables
 */
/* 
 * Colors
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  color: #2f2f2f;
}
body a {
  text-decoration: none;
  transition: 0.3s;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6, .fl-button {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  color: #003459;
}
h1, h1 .fl-heading-text {
  font-size: 36px;
}
h2, h2 .fl-heading-text {
  font-size: 30px;
}
h3, h3 .fl-heading-text {
  font-size: 24px;
}
h4, h4 .fl-heading-text {
  font-size: 20px;
}
h5, h5 .fl-heading-text {
  font-size: 17px;
}
h6, h6 .fl-heading-text {
  font-size: 15px;
}
p {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Lato';
}
.extra-font span {
  font-family: 'Lato' !important;
}
@media only screen and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 34px;
  }
  h2, h2 .fl-heading-text {
    font-size: 28px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 30px;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 18px;
  }
  h4, h4 .fl-heading-text {
    font-size: 18px;
  }
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
.fl-button {
  min-width: 180px;
  padding: 18px 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 {
  color: #17bebb !important;
  transition: 0.3s;
  text-align: center;
}
.transparent .fl-button {
  background: none !important;
  border: 1px solid #17bebb !important;
}
.transparent .fl-button:hover {
  background: #17bebb !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: #17bebb !important;
  border: 1px solid #17bebb !important;
}
.full .fl-button {
  background: #17bebb !important;
  border: 1px solid #17bebb !important;
}
.full .fl-button span {
  color: #fff !important;
}
.full .fl-button:hover {
  background: #e83871 !important;
  border: 1px solid #e83871 !important;
}
.full .fl-button:hover span {
  color: #fff !important;
}
.full-red .fl-button {
  background: #e83871 !important;
  border: 1px solid #e83871 !important;
}
.full-red .fl-button span {
  color: #fff !important;
}
.full-red .fl-button:hover {
  background: #17bebb !important;
  border: 1px solid #17bebb !important;
}
.full-red .fl-button:hover span {
  color: #fff !important;
}
#polylang-2 ul {
  display: flex;
}
.icon-scroll {
  position: absolute;
  /* 	top: 50%; */
  left: 50%;
  width: 1em;
  height: 3.125em;
  transform: translateX(-50%) scale(2);
  z-index: 99999;
}
.icon-arrows::after, .icon-arrows::before {
  content: '';
}
.icon-arrows span, .icon-arrows::after, .icon-arrows::before {
  display: block;
  width: 0.315em;
  height: 0.315em;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 0 0.125em 0.315em;
  transform: rotate(45deg);
  animation: mouse-scroll 1s infinite;
  animation-direction: alternate;
}
.icon-arrows::before {
  margin-top: 0.315em;
  animation-delay: 0.1s;
}
.icon-scroll span {
  animation-delay: 0.2s;
}
.icon-arrows::after {
  animation-delay: 0.3s;
}
.icon-scroll .mouse {
  height: 1.375em;
  width: 0.875em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2em;
}
.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 0.1875em;
  width: 0.1875em;
  margin: 0.1875em auto 0;
  background: rgba(255, 255, 255, 0.8);
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.375em);
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: inherit;
}
#primary-menu #menu-item-227 a, #primary-menu #menu-item-724 a, #primary-menu #menu-item-972 a, #primary-menu #menu-item-1940 a {
  background-color: #17bebb !important;
  color: #fff;
  border-radius: 4px;
  transition: 0.3s;
}
#primary-menu #menu-item-227 a:hover, #primary-menu #menu-item-724 a:hover, #primary-menu #menu-item-972 a:hover, #primary-menu #menu-item-1940 a:hover {
  background-color: #e83871 !important;
}
#sticky-navigation {
  padding: 4px 2px !important;
}
#sticky-navigation .sticky-navigation-logo img {
  height: 54px;
}
#polylang-2 ul li {
  padding-right: 5px;
}
.category-member-blog .inside-top-bar {
  display: none;
}
.site-logo {
  margin-top: 5px;
}
#custom_html-3, #custom_html-4 {
  font-family: "Oswald", sans-serif !important;
}
.phone-number {
  display: none;
}
footer p, footer a {
  font-size: 14px !important;
}
footer .subscribe-form-footer .fl-subscribe-form {
  display: flex;
  border: 2px solid #f2f8f8;
  border-radius: 4px;
}
footer .subscribe-form-footer .fl-subscribe-form .fl-form-field {
  flex: 2;
  line-height: 47px;
}
footer .subscribe-form-footer .fl-subscribe-form .fl-form-field input {
  background: none !important;
  border: none;
}
footer .subscribe-form-footer .fl-subscribe-form .fl-form-button {
  width: 100%;
  flex: 1;
}
footer .subscribe-form-footer .fl-subscribe-form .fl-form-button .fl-button {
  min-width: 100% !important;
  padding: 0 !important;
  line-height: 47px;
  border-radius: none !important;
}
.social-icons i {
  border-radius: 4px !important;
}
footer .widget_nav_menu ul ul {
  display: none;
}
.slideout-nav-logo {
  width: 90%;
  padding: 20px 0;
  display: block;
  margin: 20px auto;
}
#zoom-social-icons-widget-2 ul .socicon-instagram, #zoom-social-icons-widget-2 ul .socicon-facebook, #zoom-social-icons-widget-2 ul .socicon-twitter {
  background-color: #fff !important;
  color: #003459 !important;
  border-radius: 4px;
}
.home-blog .post-layout {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-blog .post-layout .fl-post-image {
  flex: 1;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
}
.home-blog .post-layout .fl-post-text {
  flex: 1;
  text-align: left;
  padding: 0 0 0 40px;
}
.home-blog .post-layout .fl-post-text h3 {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.home-blog .post-layout .fl-post-text h3 a {
  color: #003459;
}
.home-blog .post-layout .fl-post-text h4 {
  font-size: 14px !important;
  text-align: center;
}
.home-blog .post-layout .fl-post-text p {
  padding-bottom: 20px;
}
.home-blog .post-layout .fl-post-text .fl-post-more-link a {
  text-transform: uppercase;
  color: #17bebb;
}
.home-blog .post-layout .fl-post-text .fl-post-more-link a:hover {
  color: #003459;
}
.fl-post-feed-post {
  border: none;
}
.fl-post-feed-post:nth-child(even) .post-layout .fl-post-image {
  order: 2;
}
.fl-post-feed-post:nth-child(even) .post-layout .fl-post-text {
  text-align: right;
  padding: 0 40px 0 0;
}
.home-features img {
  max-width: 135px;
}
.home-features .fl-icon i:before {
  font-size: 60px !important;
  line-height: auto !important;
  position: relative;
  top: -15px;
  color: #003459 !important;
}
.home-features h3 {
  min-height: 65px;
}
.home-features h3 a {
  color: #003459 !important;
}
.home-features .fl-button {
  font-size: 14px !important;
  min-width: 120px;
  padding: 10px 12px !important;
  display: block;
  transition: 0.3s;
  text-align: center;
  border: 1px solid #17bebb !important;
  background-color: #fff !important;
}
.home-features .fl-button:hover {
  background-color: #17bebb !important;
}
.home-features .fl-button:hover span {
  color: #fff !important;
}
.home-features .fl-button span {
  color: #17bebb !important;
  transition: 0.3s;
  text-align: center;
}
.white-quote .fl-col-content {
  position: relative;
}
.white-quote .fl-col-content p {
  z-index: 99;
  position: relative;
  min-height: 220px;
}
@media all and (max-width: 992px) {
  .white-quote .fl-col-content p {
    min-height: 85px;
  }
}
.white-quote .fl-col-content::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1 !important;
  width: 200px;
  height: 200px;
  background: url(../png/quote-white.png) no-repeat center;
  background-size: 80%;
  right: 10px;
  bottom: 10px;
}
.blog .fl-post-column {
  padding-bottom: 20px !important;
}
.blog .post-layout {
  min-height: 350px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  align-items: flex-end;
  transition: 0.3s;
  border: 0px solid #003459;
  background-color: #003459;
}
.blog .post-layout:hover {
  border: 5px solid #003459;
  border-bottom: none;
}
.blog .post-layout:hover .fl-post-text {
  background: rgba(0, 52, 89, 1);
  height: 100%;
}
.blog .post-layout .fl-post-text {
  width: 100%;
  background: rgba(0, 52, 89, 0.8);
  transition: 0.3s;
}
.blog .post-layout .fl-post-text a {
  color: #fff;
}
.blog .post-layout .fl-post-text a:hover {
  color: #17bebb;
}
.blog .post-layout .fl-post-text h3 {
  padding: 20px 0;
  min-height: 92px !important;
}
.blog .post-layout .fl-post-text h3 a {
  min-height: 56px !important;
}
.blog .fl-builder-pagination-load-more .fl-button span:hover {
  color: #fff !important;
}
.contact-form .gfield_label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  padding: 10px !important;
  border-radius: 4px;
}
.contact-form ::placeholder {
  color: #2f2f2f !important;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.contact-form .gform_button {
  width: 100% !important;
  font-family: "Oswald", sans-serif;
  border-radius: 4px;
  background: #17bebb !important;
  border: 1px solid #17bebb !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #e83871 !important;
  border: 1px solid #e83871 !important;
}
.social-quote .fl-col-content {
  position: relative;
}
.social-quote .fl-col-content p {
  z-index: 99;
  position: relative;
  min-height: 220px;
}
@media all and (max-width: 992px) {
  .social-quote .fl-col-content p {
    min-height: 85px;
  }
}
.social-quote.facebook .fl-col-content::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1 !important;
  width: 91px;
  height: 195px;
  background: url(../png/facebook.png) no-repeat center;
  background-size: 80%;
  right: 20px;
  bottom: 20px;
}
.social-quote.twitter .fl-col-content::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1 !important;
  width: 200px;
  height: 200px;
  background: url(../png/twitter.png) no-repeat center;
  background-size: 80%;
  right: 10px;
  bottom: 10px;
}
.social-quote.instagram .fl-col-content::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1 !important;
  width: 200px;
  height: 200px;
  background: url(../png/instagram.png) no-repeat center;
  background-size: 80%;
  right: 10px;
  bottom: 10px;
}
.features h3 {
  text-transform: none !important;
}
.features h3 strong {
  text-transform: uppercase;
}
