/*
Theme Name: Fernic Building Solutions
Theme URI: 
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Fernic
Text Domain: fernic
Author URI: 
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

p img {
  padding: 0;
  max-width: 100%;
}
a img {
  border: none;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

/* End Images */

.bg_white {
  background: #fff !important;
}
.breadcrumb_sec .breadcrumb li:after {
  right: -15px !important;
}
.faq-sec .faqs-content p {
  margin-bottom: 0;
}
.blog_page .blog_box .blog_text {
  z-index: 3;
}
.blog_page .blog_box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 19.82%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.blog_page .blog_box .blog_text a {
  color: #fff;
  text-decoration: none;
}
.blog_single_page .blog_single_content .img img {
  width: 100%;
}
.SideBar .user-profile {
  margin-bottom: 20px;
}
p .btn:hover {
  color: #fff;
}
.BuildingMaintenance .container {
  position: relative;
  z-index: 4;
}
.gform-theme--foundation .gfield select.large {
  line-height: 2;
}
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination .active span,
.pagination .active span:hover,
.pagination .active span:focus {
  color: var(--white);
  cursor: default;
  background: var(--green);
}
@media (min-width: 767px) {
  .blog_page .blog_content .blogs_box .img img {
    margin-right: 20px;
    width: 300px;
    height: 280px;
    object-fit: cover;
  }
}
.header .menu > ul > li.show_only_on_mobile {
  display: none;
}
@media (max-width: 991px) {
  .header .menu > ul > li.show_only_on_mobile {
    display: initial;
  }
}
@media (max-width: 991px) {
  .tab-sec .flex-row .wraper > div {
    width: 100% !important;
  }
}

.gfield--type-captcha,
.gform_heading {
  display: none !important;
}

.newsletter form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsletter form .gform-footer {
  margin: 0;
  width: 155px;
}
.newsletter form .gform-body {
  width: 362px;
  margin-bottom: 0;
}
.newsletter form .gform-body input {
  background: transparent;
  color: #757575;
  background: #ffffff;
  width: 100%;
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  margin-right: 5px;
  margin: 0;
}

.newsletter form .gform-footer {
  position: relative;
}

.newsletter form .gform-footer input[type="submit"] {
  height: 50px !important;
  width: 100% !important;
  background-color: #529569 !important;
  border: none;
  display: flex !important;
  color: #fff !important;
  padding: 13px;
  align-items: center !important;
  font-size: 18px !important;
  border-radius: 0 !important;
}

.newsletter .gform-body .gfield_validation_message,
.newsletter .gform-footer .gfield_validation_message,
.newsletter .gform_validation_errors {
  display: none !important;
}

.newsletter .gform-body .gfield_contains_required input[aria-invalid="true"] {
  border: 1px solid #ff0000 !important;
}
.newsletter .gform-footer {
  position: relative !important;
}
.newsletter .gform-footer .gform-loader {
  position: absolute !important;
  right: 10px !important;
  top: 15px;
}

/* .gform_wrapper .gform-footer:before {
  position: absolute;
  content: "";
  background: url(https://fernic-building-solutions.local/wp-content/themes/fernic/img/arrow-up-right.svg)
    no-repeat;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 57%;
  transform: translate3d(0px, 0px, 0px);
  filter: brightness(100);
  transition: all 0.3s;
} */

.Let_friends .newsletter form {
  max-width: 448px;
  margin: 22px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Let_friends .newsletter form input {
  text-align: left;
}
.Let_friends .newsletter .gform-body {
  width: auto;
}

.Let_friends .newsletter form .gform-footer input[type="submit"] {
  background-color: #000 !important;
  width: 160px;
}
