@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;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%;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #05386b;
  letter-spacing: 1px;
  background-color: #fff !important;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
h1, h1 .fl-heading-text {
  font-size: 40px;
}
h2, h2 .fl-heading-text {
  font-size: 30px;
}
h3, h3 .fl-heading-text {
  font-size: 26px;
}
h4, h4 .fl-heading-text {
  font-size: 22px;
}
p, ul, body {
  font-size: 20px !important;
  line-height: 1.5;
}
@media all and (max-width: 1100px) {
  h1, h1 .fl-heading-text {
    font-size: 34px;
  }
  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, ul, body {
    font-size: 18px !important;
    line-height: 1.5;
  }
}
@media all and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 32px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 24px;
  }
  h4, h4 .fl-heading-text {
    font-size: 22px;
  }
  p, ul, body {
    font-size: 16px !important;
    line-height: 1.5;
  }
}
@media all 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: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul, body {
    font-size: 16px !important;
    line-height: 1.5;
  }
}
.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: #7f964b;
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  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;
  }
}
.fl-button {
  font-family: 'Open Sans', sans-serif !important;
  text-transform: normal !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 4px !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: 15px !Important;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 16px 16px !important;
  }
}
.primary .fl-button {
  color: #fff !important;
  background: #7f964b !important;
  border-color: #7f964b !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 {
  color: #fff !important;
  background: #3e77ad !important;
  border-color: #3e77ad !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-color: #7f964b !important;
  color: #7f964b !important;
}
.transparent-primary .fl-button:hover {
  border-color: #7f964b !important;
  color: #fff !important;
  background: #e83871 !important;
}
.transparent-primary .fl-button:hover span {
  color: #fff !important;
}
.transparent-secondary .fl-button {
  background: none !important;
  border-color: #3e77ad !important;
  color: #3e77ad !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: 'Open Sans', sans-serif;
  text-transform: normal;
  font-weight: 700;
  color: #7f964b;
}
.dual-btn div.link a:hover {
  color: #3e77ad;
}
.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 Pro";
  font-weight: 900;
  content: "\f061";
  right: -30px;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translate(0%, -50%);
}
.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;
  }
}
.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;
}
.narrow-col {
  width: 100%;
}
.narrow-col .fl-col-content {
  max-width: 1100px;
  margin: 0 auto;
}
.general-img img {
  border-radius: 0px;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
}
#primary-menu li a {
  font-weight: bold !important;
}
#primary-menu li .sub-menu a {
  font-size: 14px;
}
#primary-menu li.menu-btn {
  margin-left: 20px;
}
#primary-menu li.menu-btn a {
  border-radius: 4px;
  text-transform: normal;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
  background-color: #7f964b !important;
  border: 1px solid #7f964b !important;
  color: #fff !important;
}
#primary-menu li.menu-btn a:hover {
  background-color: #e83871 !important;
  border-color: #e83871 !important;
  color: #fff !important;
}
#secondary-navigation li {
  border-radius: 4px;
}
#secondary-navigation li a {
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
footer p, footer a {
  font-size: 16px;
}
footer a {
  transition: 0.3s;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-logo img {
  max-width: 450px;
}
@media all and (max-width: 768px) {
  footer .footer-logo img {
    width: 300px;
  }
}
footer .footer-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  footer .footer-menu ul {
    flex-direction: column;
  }
}
footer .procent-col {
  width: 100% !important;
}
.slideout-navigation .site-logo {
  margin: 40px 20px 40px 20px;
}
#generate-slideout-menu a {
  font-size: 14px;
  font-weight: bold !important;
}
.image-left, .image-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-left img, .image-right img, .image-left article, .image-right article {
  width: 48%;
}
.image-right img {
  order: 2;
}
.image-right article {
  order: 1;
}
.fl-post-grid-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.box .title {
  min-height: 102px;
  padding: 20px;
  margin-bottom: 0px;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}
.box .text {
  border-radius: 0px 0px 4px 4px;
}
.box .text .excerpt {
  padding: 20px;
}
.box .text .excerpt p {
  margin-bottom: 0px;
}
.box .text .link a {
  border-radius: 4px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: inline-block;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
}
.box .text .link a:hover {
  color: #fff;
}
@media all and (max-width: 992px) {
  .box .text .link a {
    font-size: 16px !important;
  }
}
.blue .title {
  background-color: #3e77ad;
}
.blue .text {
  background-color: #d7e3ee;
}
.blue .link a {
  border: 1px solid #3e77ad;
}
.blue .link a:hover {
  background-color: #3e77ad !important;
}
.green .title {
  background-color: #7f964b;
}
.green .text {
  background-color: #e5eada;
}
.green .link a {
  border: 1px solid #7f964b;
}
.green .link a:hover {
  background-color: #7f964b !important;
}
.post-box img {
  border-radius: 4px 4px 0px 0px;
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-bottom: -6px;
}
.post-box .title {
  background-color: transparent !important;
}
.post-box .text {
  background-color: #d7e3ee;
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
}
.post-box .text .link a {
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}
.post-box .text .link a:hover {
  color: #fff;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form .gfield_label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  padding: 10px !important;
  border-radius: 4px;
  border: 1px solid #7f964b;
}
.contact-form ::placeholder {
  color: #2f2f2f !important;
  font-family: 'Open Sans', sans-serif;
}
.contact-form .gform_button {
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  background: #7f964b !important;
  border: 1px solid #7f964b !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #3e77ad !important;
  border-color: #3e77ad !important;
}
.cta {
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #05386b;
  padding: 20px 40px;
  color: #fff;
}
@media all and (max-width: 768px) {
  .cta {
    padding: 20px !important;
  }
}
@media all and (max-width: 992px) {
  .cta {
    flex-wrap: wrap;
  }
}
.cta .text {
  width: calc(100% - 250px);
}
.cta .cta-button {
  text-align: right;
  min-width: 250px;
}
@media all and (max-width: 992px) {
  .cta .cta-button {
    text-align: left;
    padding-top: 20px;
  }
}
.cta .cta-button a {
  border-radius: 4px;
  color: #05386b;
  padding: 10px 20px;
  display: inline-block;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
}
@media all and (max-width: 992px) {
  .cta .cta-button a {
    font-size: 16px !important;
  }
}
.cta .cta-button a:hover {
  background-color: #3e77ad;
  color: #fff;
}
.content-layouts p:last-child {
  margin-bottom: 0px;
}
.layout-1 {
  border-radius: 4px;
  display: flex;
}
@media screen and (max-width: 850px) {
  .layout-1 {
    flex-wrap: wrap;
  }
}
.layout-1 img {
  padding-left: 20px;
  width: 62%;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .layout-1 img {
    padding-left: 0px;
  }
}
@media screen and (max-width: 850px) {
  .layout-1 img {
    width: 100%;
    height: 400px;
  }
}
@media all and (max-width: 768px) {
  .layout-1 img {
    border-radius: 4px 0px 0px 4px;
  }
}
@media all and (max-width: 450px) {
  .layout-1 img {
    height: 300px;
  }
}
.layout-1 > div {
  border-radius: 0px 0px 4px 4px;
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #dfefc7;
}
@media all and (max-width: 768px) {
  .layout-1 > div {
    border-radius: 4px 0px 0px 4px;
  }
}
@media all and (max-width: 450px) {
  .layout-1 > div {
    padding: 20px;
  }
}
.layout-1 > div p:last-child {
  margin-bottom: 0px;
}
.layout-2 {
  padding: 20px;
  border-radius: 4px;
  background-color: #dfefc7;
  color: #05386b;
}
.layout-2 h1 {
  margin-bottom: 0px;
}
.layout-right-sidebar .fl-col-content {
  border-radius: 4px;
  margin: 20px;
  background: #dfefc7;
}
@media all and (max-width: 768px) {
  .layout-right-sidebar .fl-col-content {
    margin: 20px !important;
  }
}
.layout-right-sidebar .fl-col-content a {
  font-weight: 600;
  font-size: 16px;
}
