/*
    Theme Name: Scott W. Vogel
    Version: 1.0.0
    Author: 
    Author URI: 
    Description: 
    Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

*/
:root {
  --primary-color: #000000;
  --secondary-color: #fff;
  --tertiary-color: #bb2e20;
  --button-color: #bb2e20;
  --font-color: #000000;
  --top-line-color: #bb2e20;
  --active-color: #bb2e20;
  --link-color: #000000;
  --link-hover-color: #bb2e20;
  --heading-color: #000000;
}

* {
  transition: all 0.4s;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1370px;
  }
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: var(--link-color);
}

a:hover {
  color: var(--link-hover-color);
}

a, p, span, li, select, input, textarea, .text {
  font-family: "Georgia, sans-serif";
  color: var(--font-color);
  line-height: 1.2em;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia, sans-serif";
}

img {
  width: 100%;
  height: auto;
}

body {
  position: relative;
  padding-top: 195.47px;
}

.site-btn {
  background-color: var(--button-color);
  font-size: 20px;
  line-height: 1.2em;
  color: var(--secondary-color);
  display: inline-flex;
  padding: 15px 34px;
  border: 1px solid var(--button-color);
  border-radius: 2px;
}
.site-btn:hover {
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
}

.section {
  padding-left: 30px;
  padding-right: 30px;
}

.social-icons {
  padding: unset;
  margin-bottom: unset;
  display: flex;
  align-items: center;
}
.social-icons li {
  list-style-type: none;
  margin-right: 14px;
}
.social-icons li:last-child {
  margin-right: unset;
}
.social-icons li a {
  padding: 3px;
  border: 3px solid #A3A3A3;
  border-radius: 150%;
  height: 29px;
  width: 29px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.social-icons li a i {
  color: var(--secondary-color);
  font-size: 14px;
}

.image-grey {
  filter: grayscale(100%);
}

.top-text {
  font-size: 25px;
  color: var(--tertiary-color);
}

.title-404 {
  text-align: center;
  font-size: 15em;
  font-weight: 100;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.section-title {
  font-size: 55px;
}

button#btn-back-to-top {
  position: fixed;
  z-index: 11;
  bottom: 30px;
  right: 30px;
  background-color: var(--tertiary-color);
  border-color: var(--tertiary-color);
  box-shadow: unset;
  opacity: 0;
  border-radius: 2px;
  outline: none !important;
  pointer-events: none;
}
button#btn-back-to-top:hover {
  background-color: var(--secondary-color);
  border-color: var(--tertiary-color);
}
button#btn-back-to-top:hover i {
  color: var(--primary-color);
}

header {
  position: absolute;
  width: 100%;
  top: 0;
}
header .main-header {
  padding: 14px 30px 15px 30px;
  background-color: var(--secondary-color);
  position: relative;
}
header .main-header .logo {
  transition: all 0s !important;
  max-width: 413px;
}
header .col-md-6 {
  padding: unset;
}
header .navigation-wrapper #menu-main-menu {
  padding: unset;
  margin: unset;
  display: flex;
  justify-content: end;
}
header .navigation-wrapper #menu-main-menu li {
  list-style-type: none;
  margin-right: 52px;
  height: auto;
}
header .navigation-wrapper #menu-main-menu li:last-child {
  margin-right: unset;
}
header .top-bar {
  background-color: var(--primary-color);
  padding: 10px 30px;
}
header .top-bar a {
  color: var(--secondary-color);
}
header .top-bar a:hover {
  color: var(--link-hover-color);
}
header .top-bar .phone-number-wraper .text {
  margin: 0 6px 0 15px;
  font-size: 25px;
  color: var(--secondary-color);
}
header .top-bar .phone-number-wraper a {
  align-items: center;
  font-size: 25px;
}
header .top-bar .phone-number-wraper a:hover {
  color: #fff;
}
header.is-sticky {
  position: fixed;
  animation: slideDown 0.4s ease-out;
  width: 100%;
  z-index: 11;
  top: 0;
}
header.is-sticky img {
  max-width: 80%;
}
header.is-sticky .logo {
  max-width: 280px;
}

.section-hero {
  background-color: var(--primary-color);
  min-height: 750px;
}
.section-hero .row {
  align-items: center;
}
.section-hero .row .col-md-6 {
  padding: unset;
}
.section-hero .row .hero-image {
  height: 727px;
  margin-top: 23px;
  margin-left: 30px;
  width: auto;
}
.section-hero .row .content-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.section-hero .row .content-wrapper .bottom-line {
  font-size: 140px;
  letter-spacing: 10px;
  line-height: 1.2em;
  margin-top: -20px;
}
.section-hero .row .content-wrapper .red {
  color: var(--tertiary-color);
  margin-left: -9px;
  font-size: 70px;
  position: absolute;
  right: -20px;
  bottom: 0px;
}
.section-hero .row .content-wrapper .top-line {
  font-size: 90px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.section-hero .row .content-wrapper h1 {
  display: flex;
  flex-direction: column;
  letter-spacing: 9px;
}
.section-hero .row .content-wrapper h1, .section-hero .row .content-wrapper p, .section-hero .row .content-wrapper span {
  color: var(--secondary-color);
}
.section-hero .row .content-wrapper .content p {
  max-width: 563px;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-bottom: 60px;
}
.section-hero .row .content-wrapper .hero-links {
  justify-content: space-between;
  max-width: 540px;
}
.section-hero .row .content-wrapper .hero-links .social-icons li:hover i {
  color: var(--button-color);
}


/*** About Section ***/
.section-about {
  padding: 125px 30px 100px;
}
.section-about .container .top-text {
  margin-bottom: unset;
}
.section-about .container .section-title {
  margin-bottom: 55px;
}
.section-about .container > .content {
  margin-bottom: 55px;
}
.section-about .container p {
  font-size: 19px;
  font-family: "Myriadpro, sans-serif";
  line-height: 1.7em;
  letter-spacing: -0.1px;
}
.section-about .container .image-with-text .image-wrapper {
  padding-right: 41px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-about .container .image-with-text .image-wrapper img {
  height: 431px;
  width: auto;
  box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.75);
  padding: 4px;
  border-radius: 2px;
}
.section-about .container .image-with-text .group-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-about .container .image-with-text .group-wrapper p {
  margin-bottom: 30px;
}
.section-about .container .image-with-text .group-wrapper p:last-child {
  margin-bottom: 30px;
}
.section-about .container .image-with-text .group-wrapper .site-btn {
  width: -moz-fit-content;
  width: fit-content;
}

/*** Family Section ***/
.section-family {
  padding: 125px 30px 100px;
}
.section-family .container .top-text {
  margin-bottom: unset;
}
.section-family .container .section-title {
  margin-bottom: 55px;
}
.section-family .container > .content {
  margin-bottom: 55px;
}
.section-family .container p {
  font-size: 19px;
  font-family: "Myriadpro, sans-serif";
  line-height: 1.7em;
  letter-spacing: -0.1px;
}
.section-family .container .image-with-text .image-wrapper {
  padding-right: 41px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-family .container .image-with-text .image-wrapper img {
  height: 431px;
  width: auto;
  box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.75);
  padding: 4px;
  border-radius: 2px;
}
.section-family .container .image-with-text .group-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-family .container .image-with-text .group-wrapper p {
  margin-bottom: 30px;
}
.section-family .container .image-with-text .group-wrapper p:last-child {
  margin-bottom: 30px;
}
.section-family .container .image-with-text .group-wrapper .site-btn {
  width: -moz-fit-content;
  width: fit-content;
}

/*** Hobbies Section ***/
.section-hobbies {
  padding: 50px 30px 50px;
  background-color: #f3f3f3;
}
.section-hobbies .container .top-text {
  margin-bottom: unset;
}
.section-hobbies .container .section-title {
  margin-bottom: 55px;
}
.section-hobbies .container > .content {
  margin-bottom: 55px;
}
.section-hobbies .container p {
  font-size: 19px;
  font-family: "Myriadpro, sans-serif";
  line-height: 1.7em;
  letter-spacing: -0.1px;
}
.section-hobbies .container .image-with-text .image-wrapper {
  padding-right: 41px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-hobbies .container .image-with-text .image-wrapper img {
  height: 431px;
  width: auto;
  box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.75);
  padding: 4px;
  border-radius: 2px;
}
.section-hobbies .container .image-with-text .group-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-hobbies .container .image-with-text .group-wrapper p {
  margin-bottom: 30px;
}
.section-hobbies .container .image-with-text .group-wrapper p:last-child {
  margin-bottom: 30px;
}
.section-hobbies .container .image-with-text .group-wrapper .site-btn {
  width: -moz-fit-content;
  width: fit-content;
}

/*** Causes Section ***/
.section-causes {
  padding: 50px 30px 100px;
}
.section-causes .container .top-text {
  margin-bottom: unset;
}
.section-causes .container .section-title {
  margin-bottom: 55px;
}
.section-causes .container > .content {
  margin-bottom: 55px;
}
.section-causes .container p {
  font-size: 19px;
  font-family: "Myriadpro, sans-serif";
  line-height: 1.7em;
  letter-spacing: -0.1px;
}
.section-causes .container .image-with-text .image-wrapper {
  padding-right: 41px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-causes .container .image-with-text .image-wrapper img {
  height: 431px;
  width: auto;
  box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.75);
  padding: 4px;
  border-radius: 2px;
}
.section-causes .container .image-with-text .group-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-causes .container .image-with-text .group-wrapper p {
  margin-bottom: 30px;
}
.section-causes .container .image-with-text .group-wrapper p:last-child {
  margin-bottom: 30px;
}
.section-causes .container .image-with-text .group-wrapper .site-btn {
  width: -moz-fit-content;
  width: fit-content;
}

/*** Contact Section ***/
.section-contact {
  padding: 121px 30px 114px;
  min-height: 793px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-contact:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.section-contact div#input_1_6 div {
  transform: scale(0.9);
  margin-left: -15px;
}
.section-contact form {
  position: relative;
}
.section-contact form .gform_footer.before {
  position: absolute;
  right: 0;
  bottom: 11px;
}
.section-contact .container {
  position: relative;
  z-index: 1;
}
.section-contact .container .form-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 653px;
  padding: 76px 45px 72px 45px;
  border-radius: 2px;
}
.section-contact .container .form-wrapper h2.gform_title {
  font-size: 45px;
  color: var(--secondary-color);
  text-align: center;
}
.section-contact .container .form-wrapper input {
  height: 50px;
}
.section-contact .container .form-wrapper textarea {
  max-height: 110px;
}
.section-contact .container .form-wrapper span#input_1_1_3_container {
  padding: unset;
}
.section-contact .container .form-wrapper input#gform_submit_button_1 {
  background-color: var(--button-color);
  font-size: 20px;
  line-height: 1.2em !important;
  color: var(--secondary-color);
  display: inline-flex;
  padding: 15px 34px;
  border: 1px solid var(--button-color);
  margin: unset;
  font-family: "GEORGIA, SANS-SERIF";
  line-height: unset;
  height: -moz-fit-content;
  height: fit-content;
}
.section-contact .container .form-wrapper input#gform_submit_button_1:hover {
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
}
.section-contact .container .form-wrapper .gform_footer.before {
  padding: unset !important;
  margin-top: 20px !important;
}
.section-contact .container .form-wrapper input, .section-contact .container .form-wrapper textarea {
  outline: none;
  font-size: 15px;
  color: var(--font-color);
  font-family: "Myriadpro, sans-serif";
}
.section-contact .container .form-wrapper input::-moz-placeholder, .section-contact .container .form-wrapper textarea::-moz-placeholder {
  color: var(--font-color);
  font-family: "Myriadpro, sans-serif";
  font-size: 15px;
}
.section-contact .container .form-wrapper input::placeholder, .section-contact .container .form-wrapper textarea::placeholder {
  color: var(--font-color);
  font-family: "Myriadpro, sans-serif";
  font-size: 15px;
}

footer {
  padding: 75px 0 0;
}
footer .container-fluid ul#menu-main-menu-1 {
  display: flex;
  padding: unset;
  margin: unset;
  margin-bottom: 75px;
  justify-content: center;
}
footer .container-fluid ul#menu-main-menu-1 li {
  list-style-type: none;
  margin-right: 54px;
}
footer .container-fluid ul#menu-main-menu-1 li:last-child {
  margin-right: unset;
}
footer .container-fluid .row {
  margin: unset;
}
footer .container-fluid .col-md {
  position: relative;
}
footer .container-fluid .col-md:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #A3A3A3;
}
footer .container-fluid .col-md:last-child:before {
  left: unset;
  right: 0;
}
footer .container-fluid .logo-wrapper .logo-inner-wrapper {
  max-width: 390px;
  padding: unset;
}
footer .container-fluid .logo-wrapper .logo-inner-wrapper:before {
  display: none;
}
footer .container-fluid .top-text {
  margin-top: 73px;
}
footer .container-fluid .top-text a {
  font-size: 25px;
  color: var(--tertiary-color);
}
footer .container-fluid .top-text a:hover {
  color: var(--primary-color);
}
footer .container-fluid .phone-number {
  padding-top: 5px;
  margin-bottom: 57px;
  display: flex;
  justify-content: center;
}
footer .container-fluid .phone-number .text {
  margin-right: 10px;
}
footer .container-fluid .phone-number > * {
  font-size: 55px;
}
footer .container-fluid .social-icons {
  margin: 57px 0 47px;
  justify-content: center;
}
footer .container-fluid .social-icons i {
  color: var(--tertiary-color);
}
footer .container-fluid .social-icons li:hover i {
  color: var(--font-color);
}
footer .footer-bottom-bar {
  background-color: var(--primary-color);
  padding: 24px 0;
}
footer .footer-bottom-bar p {
  color: var(--secondary-color);
  font-family: "Myriadpro, sans-serif";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: unset;
}
footer .footer-bottom-bar .col-md-6 {
  display: flex;
}
footer .footer-bottom-bar .col-md-6.text-end {
  justify-content: end;
}
footer .footer-bottom-bar .col-md-6 a {
  color: var(--secondary-color);
  font-family: "Myriadpro, sans-serif";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-left: 5px;
  margin-right: 5px;
}
footer .footer-bottom-bar .col-md-6 a:hover {
  color: var(--link-hover-color);
}

div#rmp-container-72 {
  z-index: 11111111;
}

.mobile-phone-wrapper-header {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: unset;
}
.mobile-phone-wrapper-header a {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-phone-wrapper-header a svg {
  height: 20px;
  width: 20px;
  margin-left: -7px;
  margin-right: 9px;
}

#rmp_menu_trigger-72 {
  background: #bb2e20;
}

#hide-popup-menu {
  padding: unset;
}
#hide-popup-menu svg {
  height: 25px;
  width: 25px;
}

@media (max-width: 1600px) {
  body {
    padding-top: 158.47px;
  }
  a, p, span, li, select, input, textarea, .text {
    font-size: 18px;
  }
  header .top-bar .phone-number-wraper .text {
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  header .top-bar .phone-number-wraper a {
    font-size: 18px;
  }
  header .top-bar .address-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
  }
  header .main-header .logo {
    max-width: 301px;
  }
  .section-hero {
    min-height: 620px;
  }
  .section-hero .row .hero-image {
    height: 630px;
  }
  .section-hero .row .content-wrapper .top-line {
    font-size: 70px;
  }
  .section-hero .row .content-wrapper .bottom-line {
    font-size: 112px;
  }
  .section-hero .row .content-wrapper .content p {
    max-width: 100%;
  }
  .section-about {
    padding: 100px 30px 100px;
  }
  .section-about .container {
    padding: unset;
  }
  .section-about .container .section-title {
    margin-bottom: 30px;
  }
  .section-about .container > .content {
    margin-bottom: 30px;
  }
  .section-about .container .image-with-text .group-wrapper p {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .section-about .container .image-with-text .image-wrapper {
    padding-right: 30px;
  }
  .section-about .container .image-with-text .image-wrapper img {
    height: 354px;
  }
  .section-contact {
    padding: 100px 30px 100px;
    min-height: 740px;
  }
  .section-contact .col-md-6 {
    padding: unset;
  }
  .section-contact .col-md-6 .form-wrapper {
    float: right;
    width: 653px;
  }
  footer .container-fluid .logo-wrapper .logo-inner-wrapper {
    max-width: 301px;
  }
  footer .container-fluid .social-icons {
    margin: 47px 0 47px;
  }
  footer .container-fluid ul#menu-main-menu-1 {
    margin-bottom: 50px;
  }
  footer .container-fluid .top-text {
    margin-top: 50px;
  }
  footer .container-fluid .phone-number > * {
    font-size: 50px;
  }
}
@media (max-width: 1399px) {
  header .navigation-wrapper .menu-main-menu-container {
    width: 100%;
  }
  header .navigation-wrapper #menu-main-menu {
    justify-content: space-between;
    width: 100%;
  }
  header .navigation-wrapper #menu-main-menu li {
    margin-right: unset;
  }
  .section-hero {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .section-hero .row .hero-image {
    height: auto;
    width: auto !important;
  }
}
@media (max-width: 1250px) {
  header .logo-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .navigation-wrapper {
    margin-left: auto;
  }
  .section-hero .row .content-wrapper .top-line {
    font-size: 60px;
  }
  .section-hero .row .content-wrapper .bottom-line {
    font-size: 95px;
  }
  .section-hero .row .content-wrapper .content p {
    max-width: unset;
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 45px;
  }
  .top-text {
    font-size: 20px;
  }
  .section-about {
    padding: 50px 30px 50px;
  }
  .section-about .container .image-with-text .group-wrapper p:last-child {
    margin-bottom: 40px;
  }
  .section-about .container .image-with-text .image-wrapper img {
    height: 440px;
  }
  .section-contact {
    padding: 50px 30px 50px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  footer {
    padding: 50px 0 0;
  }
  footer .container-fluid .top-text {
    margin-top: 30px;
  }
  footer .container-fluid .top-text a {
    font-size: 20px;
  }
  footer .container-fluid .social-icons {
    margin: 30px 0 30px;
  }
  footer .container-fluid .phone-number > * {
    font-size: 35px;
  }
  footer .footer-bottom-bar {
    padding: 24px 30px;
  }
  footer .footer-bottom-bar .col-md-6 {
    padding: unset;
  }
}
@media (max-width: 1249px) and (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  header .navigation-wrapper {
    max-width: 552px;
    flex: 1;
    margin-left: auto;
  }
  .title-404 {
    font-size: 10em;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: unset;
  }
}
@media (max-width: 1023px) {
  .section-about .container p {
    font-size: 18px;
    line-height: 1.4em;
  }
}
@media (min-width: 991px) {
  .mobile-menu {
    display: none;
  }
}
@media (min-width: 800px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 920px) and (min-width: 801px) {
  body {
    padding-top: 134px;
  }
  header .main-header .logo {
    max-width: 200px;
  }
  header .navigation-wrapper #menu-main-menu {
    justify-content: end;
  }
  header .navigation-wrapper #menu-main-menu li {
    margin-right: 30px;
  }
  header .navigation-wrapper #menu-main-menu li:last-child {
    margin-right: unset;
  }
  header .navigation-wrapper #menu-main-menu li a {
    font-size: 16px;
  }
  .section-hero .row .content-wrapper .top-line {
    font-size: 46px;
  }
  .section-hero .row .content-wrapper .bottom-line {
    font-size: 75px;
  }
}
@media (max-width: 800px) {
  header .navigation-wrapper {
    display: none !important;
  }
  header .mobile-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  header .mobile-menu #rmp_menu_trigger-72 {
    top: unset;
  }
  .site-btn {
    font-size: 18px;
    padding: 10px 34px;
  }
  header .mobile-menu {
    margin-left: auto;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  header .mobile-menu button#rmp_menu_trigger-72 {
    margin-top: unset !important;
    top: unset;
  }
  .section-about .container .image-with-text .image-wrapper {
    padding-right: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 30px;
    text-align: left;
  }
  .section-about .container .image-with-text .image-wrapper img {
    height: 400px;
  }
  .section-contact .container .row .col-md-6 {
    width: 100%;
  }
  .section-contact .container .row .col-md-6 .form-wrapper {
    float: right;
    width: 100%;
    max-width: 100%;
  }
  .section-contact .container .row .col-md-6:first-child {
    display: none;
  }
  .section-contact .container .form-wrapper {
    padding: 50px 30px 50px 30px;
  }
  .section-contact .container .form-wrapper input#gform_submit_button_1 {
    font-size: 18px;
    padding: 10px 34px;
  }
  header .main-header .logo {
    max-width: 250px;
  }
  .section-hero {
    padding: 50px 30px;
  }
  .section-hero .row .hero-image {
    margin-bottom: -50px;
    margin-top: unset;
  }
  .section-hero .row .content-wrapper a.site-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-hero .row .content-wrapper .hero-links {
    flex-direction: column;
  }
  .section-hero .row .content-wrapper .social-icons {
    margin-top: 20px;
  }
  .section-hero .row .content-wrapper .top-line {
    font-size: 40px;
    line-height: 1em;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-hero .row .content-wrapper .top-line .red {
    bottom: -12px;
  }
  .section-hero .row .content-wrapper .bottom-line {
    font-size: 68px;
    margin-top: -7px;
  }
  .section-hero .row .content-wrapper .content p {
    margin-bottom: 25px;
  }
  body {
    padding-top: 152.47px;
  }
}
@media (max-width: 768px) {
  .section-hero .row .hero-image {
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .title-404 {
    font-size: 6em;
  }
  body {
    padding-top: 144.47px;
  }
  .container, .container-sm {
    max-width: unset;
  }
  .section-404 {
    padding: 0 10px;
  }
  header .top-bar {
    padding: 10px 20px;
  }
  header .top-bar .row .col-md-6 {
    width: 50%;
  }
  header .main-header {
    padding: 14px 20px 15px 20px;
  }
  header .main-header .row {
    flex-direction: row;
  }
  header .main-header .row .col-md-6 {
    flex: 1;
  }
  .section-about {
    padding: 50px 20px 50px;
  }
  .section-contact {
    padding: 50px 20px 50px;
  }
  .section-contact form .gform_footer.before {
    position: relative;
    right: unset;
    bottom: unset;
  }
  .section-hero {
    padding: 50px 20px;
  }
  .section-hero .row .hero-image {
    display: none;
  }
  footer .footer-bottom-bar {
    padding: 17px 20px;
  }
  footer .footer-bottom-bar .row {
    flex-direction: row;
  }
  footer .footer-bottom-bar .row .col-md-6 {
    width: 50%;
  }
  footer .container-fluid {
    padding: 0 20px !important;
  }
  footer .container-fluid .phone-number {
    margin-bottom: 30px;
  }
  footer .container-fluid .logo-wrapper {
    justify-content: center;
  }
  footer .container-fluid .logo-wrapper .col-md {
    display: none;
  }
  footer .container-fluid .logo-wrapper .logo-inner-wrapper {
    display: block;
  }
  footer .container-fluid .col-md-12 {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .container-fluid .col-md-12 .logo-wrapper {
    padding-bottom: 30px;
  }
  footer .container-fluid .col-md-12 ul#menu-main-menu-1 {
    margin-bottom: unset;
    flex-direction: column;
  }
  footer .container-fluid .col-md-12 ul#menu-main-menu-1 li {
    text-align: center;
    margin-right: unset;
    margin-bottom: 20px;
  }
  footer .container-fluid .col-md-12 ul#menu-main-menu-1 li:last-child {
    margin-bottom: unset;
  }
}
@media (max-width: 575px) {
	footer .footer-bottom-bar .row p {
    	justify-content: center!important;
	}
	footer .footer-bottom-bar .row .col-md-6.text-end {
		margin-bottom: 10px;
	}
	footer .footer-bottom-bar .row {
		flex-direction: column-reverse!important;
	}
	footer .footer-bottom-bar .row .col-md-6:first-child {
		margin-bottom: unset!important;
	}
  .mobile-phone-wrapper-header {
    display: block;
  }
  .site-btn {
    font-size: 15px;
  }
  .social-icons li a {
    height: 24px;
    width: 24px;
  }
  .social-icons li a i {
    font-size: 12px;
  }
  body {
    padding-top: 118px;
  }
  a.site-btn {
    width: 100% !important;
    text-align: center !important;
    justify-content: center;
  }
  .section-title {
    font-size: 29px;
  }
  .top-text {
    font-size: 18px;
  }
  .section-about .container .image-with-text {
    justify-content: center;
  }
  .section-about .container .image-with-text .image-wrapper {
    max-width: 100%;
    text-align: center;
  }
  .section-about .container .section-title {
    margin-bottom: 20px;
  }
  .section-about .container p {
    text-align: center;
  }
  .section-about .container .image-with-text {
    display: flex;
    flex-direction: column;
  }
  .section-about .container .image-with-text .image-wrapper img {
    height: 300px;
  }
  .section-hero .row .content-wrapper .social-icons {
    justify-content: center;
  }
  .section-hero .row .content-wrapper .top-line {
    text-align: center;
    font-size: 28px;
    width: 100%;
    margin-top: -23px;
  }
  .section-hero .row .content-wrapper .top-line .red {
    position: relative;
    right: unset;
    bottom: unset;
    font-size: 45px;
  }
  .section-hero .row .content-wrapper .bottom-line {
    text-align: center;
    font-size: 55px;
    margin-top: -12px;
  }
  .section-hero .row .content-wrapper .content p {
    text-align: center;
  }
  header .top-bar a {
    font-size: 14px;
  }
  header .top-bar .row .col-md-6:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  header .top-bar .phone-number-wraper a {
    font-size: 14px;
  }
  header .top-bar .phone-number-wraper .text {
    font-size: 14px;
  }
  .section-contact .container .form-wrapper {
    padding: 30px 20px 30px 20px;
  }
  .section-contact .container .form-wrapper span#input_1_1_3_container {
    margin-bottom: unset;
  }
  .section-contact .container .form-wrapper input {
    height: 40px;
    margin-bottom: unset;
  }
  .section-contact .container .form-wrapper h2.gform_title {
    font-size: 29px;
  }
  .section-contact .container .form-wrapper input#gform_submit_button_1 {
    font-size: 18px;
    padding: 7px 34px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  footer .container-fluid .logo-wrapper .logo-inner-wrapper {
    max-width: 200px;
  }
  footer .container-fluid .phone-number > * {
    font-size: 29px;
  }
  footer .container-fluid ul#menu-main-menu-1 {
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .container-fluid ul#menu-main-menu-1 li {
    margin-right: unset;
    margin-bottom: 15px;
  }
  footer .footer-bottom-bar .col-md-6 {
    justify-content: center;
  }
  footer .footer-bottom-bar .col-md-6 .footer-right-text {
    margin-bottom: 10px !important;
  }
  footer .footer-bottom-bar .col-md-6 a {
    font-size: 15px;
    margin-right: unset !important;
  }
  footer .footer-bottom-bar .text-end {
    flex-wrap: wrap;
  }
  footer .footer-bottom-bar .text-end a {
    font-size: 15px;
  }
  footer .footer-bottom-bar .text-end p {
    flex: 1 100%;
  }
  footer .footer-bottom-bar .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer-bottom-bar .row .col-md-6:first-child {
    margin-bottom: 12px;
  }
  footer .footer-bottom-bar .row p {
    text-align: center;
    font-size: 15px;
  }
  footer .footer-bottom-bar .row .col-md-6:first-child p {
    display: flex;
    white-space: nowrap;
  }
  footer .footer-bottom-bar .col-md-6 .footer-right-text {
    display: flex;
  }
  footer .footer-bottom-bar .text-end a {
    white-space: nowrap;
  }
  footer .footer-bottom-bar .row p {
    white-space: nowrap;
  }
}
@media (max-width: 425px) {
  body {
    padding-top: 114.47px;
  }
}
@media (max-width: 360px) {
  header .top-bar .phone-number-wraper .text {
    margin: 0 3px 0 3px;
  }
}
@media (max-width: 335px) {
  header .top-bar .address-wrapper a {
    font-size: 12px;
  }
  header .top-bar .phone-number-wraper a {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .section-contact div#input_1_6 div {
    transform: scale(0.89);
    margin-left: -17px;
  }
}
/*# sourceMappingURL=style.css.map */