/*
THEME NAME: Mega Theme
THEME URI:
DESCRIPTION: A theme that works with SiteOrigin's Pagebuilder
VERSION: 3.4
AUTHOR: Nathan Hartwell
For advanced functions, see http://lesscss.org/#overview
*/
/* image aligning for blog posts */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  box-sizing: border-box !important;
  /* Opera/IE 8+ */
}
.stretch {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center center;
}
input {
  -webkit-appearance: none;
}
html {
  -webkit-box-sizing: border-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  box-sizing: border-box !important;
  /* Opera/IE 8+ */
  width: 100%;
  width: 100vw;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  font-size: 16px;
  color: #202020;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  box-sizing: border-box !important;
  /* Opera/IE 8+ */
}
a {
  color: #1a899d;
  text-decoration: none;
}
a:hover {
  color: #074f6a;
}
p {
  padding-bottom: 15px;
}
.font_main {
  font-family: 'Open Sans', sans-serif;
}
.font_main * {
  font-family: 'Open Sans', sans-serif;
}
.font_second {
  font-family: "Montserrat", sans-serif;
}
.font_second * {
  font-family: "Montserrat", sans-serif;
}
.font_third {
  font-family: "Boldonse", system-ui;
}
.font_third * {
  font-family: "Boldonse", system-ui;
}
.container {
  /*This is the main container of the site, its width should control everything.*/
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1300px) {
  .container {
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1.5px;
  font-family: "Boldonse", system-ui;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 900;
}
@media screen and (max-width:900px) {
  .leftalign,
  .rightalign {
    float: none;
    width: 100%;
    padding: 30px;
  }
}
.leftalign {
  float: left;
  width: 30%;
  height: auto;
  padding: 20px 20px 20px 0;
}
.rightalign {
  float: right;
  width: 30%;
  height: auto;
  padding: 20px 0 20px 20px;
}
.leftalign {
  width: 50%;
}
.leftalign,
.alignleft {
  float: left;
  height: auto;
  padding: 0 20px 20px 0;
}
.rightalign {
  width: 50%;
}
.rightalign,
.alignright {
  float: right;
  height: auto;
  padding: 5px 0 20px 20px;
}
.alignleft,
.alignright {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
.clear {
  clear: both;
}
.widget_siteorigin-panels-builder {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul,
ol {
  padding-left: 30px;
}
ul li,
ol li {
  margin-bottom: 3px;
  margin-top: 3px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.page-title h1 {
  padding: 30px;
}
.category_page .editor-tinymce {
  padding: 0;
}
.editor-tinymce {
  padding: 30px;
}
.main-side,
.main-sidebar {
  display: block;
  float: left;
  -webkit-box-sizing: border-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  box-sizing: border-box !important;
  /* Opera/IE 8+ */
}
@media screen and (max-width:900px) {
  .main-side,
  .main-sidebar {
    width: 100%;
    float: none;
  }
}
.main-side {
  width: 70%;
  padding: 30px;
}
.main-sidebar {
  width: 30%;
}
div.ginput_container_name {
  /*This is to fix the stupid gravity forms name field*/
}
div.ginput_container_name span {
  padding-right: 0 !important;
  float: left;
  margin: 0 !important;
  width: 49.5% !important;
}
div.ginput_container_name span:first-child {
  margin-right: 1% !important;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4 {
  font-size: 2.4em;
  line-height: 1.1em;
  font-weight: 900;
}
.hero p {
  font-size: 1.5em;
  line-height: 1.4em;
}
.ml_icon.ml_icon_consult {
  background-image: url('https://marblelifeproducts.com/wp-content/themes/mega-theme-1/img/stripe_icons_header.svg');
  width: 56px;
  height: 56px;
  display: inline-block;
  background-color: #4361ED;
  background-position: 51px -35px;
  border-radius: 100%;
  margin-right: 0;
}
.mega-menu-item-has-children {
  position: relative;
}
.mega-menu-item-has-children > a {
  display: inline-flex !important;
  justify-content: normal !important;
  align-items: center !important;
}
.consult_us:not(.widget_for_mob) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.consult_us h3 span,
.consult_us h3 {
  font-size: 14px;
  font-family: 'Manrope Semibold';
  color: #363D5A;
  line-height: normal;
}
.consult_us h3 span {
  line-height: 20px;
}
.consult_us span.ml_icon,
.consult_us .ml_user_menu a span.ml_icon {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-color: #4361ED;
  background-position: 51px -35px;
  border-radius: 100%;
  margin-right: 0;
}
.consult_us h3 a {
  font-size: 24px;
  color: #111527;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width:900px) {
  #full-header .top-row {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}
#full-header .top-row > .panel-grid-cell {
  flex-basis: 100%;
  width: 100%;
}
@media screen and (max-width:900px) {
  #full-header .top-row > .panel-grid-cell:nth-child(1),
  #full-header .top-row > .panel-grid-cell:nth-child(2) {
    flex-basis: 49%;
    width: 49%;
  }
}
@media screen and (max-width:900px) {
  #full-header .btns > .panel-grid-cell {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (max-width:900px) {
  .headerTopbar {
    justify-content: center;
  }
}
@media screen and (max-width:900px) {
  .headerTopbar .ml_logo {
    width: 50%;
  }
}
@media screen and (max-width:900px) {
  .headerTopbar .ml_logo a {
    max-width: unset;
  }
}
.logo-slider p {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 700;
}
@media screen and (max-width:900px) {
  .logo-slider p {
    font-size: 2em;
    padding-top: 30px;
  }
}
.trusted_logos {
  padding: 30px 0;
}
.trusted_logos > .panel-grid-cell {
  gap: 30px !important;
}
@media screen and (max-width:900px) {
  .trusted_logos > .panel-grid-cell {
    gap: 15px !important;
  }
}
.trusted_logos img {
  height: 80px !important;
  width: auto !important;
}
@media screen and (max-width:900px) {
  .trusted_logos img {
    height: 50px !important;
  }
}
.trusted_logos p {
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 700;
}
@media screen and (max-width:900px) {
  .trusted_logos p {
    font-size: 2em;
  }
}
.inline-row {
  display: flex;
}
@media screen and (max-width:900px) {
  .inline-row {
    flex-wrap: wrap;
  }
}
.inline-row.inline-wrap > .panel-grid-cell {
  flex-wrap: wrap;
}
.inline-row.inline-half > .panel-grid-cell > div {
  flex-basis: calc(50% - 15px);
}
.inline-row.inline-just-end > .panel-grid-cell {
  justify-content: end;
}
.inline-row.inline-just-equal > .panel-grid-cell {
  justify-content: space-evenly;
}
.inline-row.inline-just-center > .panel-grid-cell {
  justify-content: center;
}
.inline-row.w-divider > .panel-grid-cell .widget:not(:last-of-type) {
  border-right: 1px solid;
  padding-right: 15px;
}
.inline-row > .panel-grid-cell {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:900px) {
  .inline-row > .panel-grid-cell {
    flex-wrap: wrap;
  }
}
.vc_row {
  z-index: 999999 !important;
}
.sow-slider-image {
  z-index: 9 !important;
}
.ml_variation .cta_banner_block {
  border-radius: 4px !important;
  overflow: hidden !important;
}
.ml_variation .cta_banner_block .ow-button-base a {
  min-width: 168px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  line-height: 24px;
  background-color: transparent !important;
  background-size: cover !important;
  transition: all .3s;
  -moz-transition: all .3s;
  /* Firefox 4 */
  -webkit-transition: all .3s;
  /* Safari and Chrome */
  -o-transition: all .3s;
  /* Opera */
  position: relative;
  border: 0px solid #fff !important;
}
.ml_variation .cta_banner_block .ow-button-base a:hover {
  border: 4px solid #FF8811 !important;
}
.ml_variation .cta_banner_block .ow-button-base a span {
  position: relative;
  z-index: 1;
}
.ml_variation .cta_banner_block .ow-button-base a:before {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  opacity: .4;
}
.ml_variation .tile .cta_banner_block:hover {
  border: 4px solid #FF8811;
  color: #111527;
}
.ml_variation .tile .cta_banner_block span {
  position: relative;
  z-index: 1;
}
.ml_variation .tile .cta_banner_block:hover::before {
  background: #fff 6;
}
.ml_variation .tile .cta_banner_block:before {
  content: '';
  background: #000 6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}
@media screen and (max-width:900px) {
  .services > .panel-grid-cell {
    justify-content: center;
  }
}
.services > .panel-grid-cell > div {
  flex-basis: calc(25% - 15px);
}
@media screen and (max-width:900px) {
  .services > .panel-grid-cell > div {
    flex-basis: calc(50% - 15px);
  }
}
.service-block {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  border-radius: 8px;
  overflow: hidden;
}
.service-block .ow-button-base a {
  background-color: transparent !important;
  border: none !important;
  position: relative;
  aspect-ratio: 1.3333333333333;
  display: block;
  width: 100%;
}
.service-block .ow-button-base a span {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 24px;
  background: url(assets/shape_service.png);
  background-size: cover;
  font-weight: 600;
  left: 0;
  bottom: 0;
}
.exprt_soln {
  margin-bottom: 120px;
}
.exprt_soln .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width:900px) {
  .exprt_soln .head {
    justify-content: center;
    text-align: center;
  }
}
.exprt_soln .head h3.heading {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}
.exprt_soln .head .explore_all {
  color: #000;
  border: 1px solid #747474;
  border-radius: 5px;
  padding: 5px 15px;
}
.exprt_soln .exprt_soln_section {
  display: flex;
  gap: 32px;
}
@media screen and (max-width:900px) {
  .exprt_soln .exprt_soln_section {
    justify-content: center;
    align-items: center;
  }
}
.exprt_soln .exprt_soln_section .ml_blog-itm {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 352px;
  height: 352px;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
}
.exprt_soln .exprt_soln_section .ml_blog-itm:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,black -10%,transparent 50%);
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
}
.exprt_soln .exprt_soln_section .ml_blog-itm a {
  position: relative;
  z-index: 1;
}
.exprt_soln .exprt_soln_section .ml_blog-itm a p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #fff;
  margin: 0;
  -webkit-line-clamp: 1;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
}
.exprt_soln .exprt_soln_section .ml_blog-itm a h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  line-height: 24px;
  margin-bottom: 8px;
}
.exprt_soln .exprt_soln_section .ml_blog-itm a:last-child {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-weight: 600;
  filter: brightness(0) grayscale(0) invert(1);
}
.gallery-form .filters {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  gap: 15px;
}
@media screen and (max-width:900px) {
  .gallery-form .filters {
    flex-wrap: wrap;
  }
}
.gallery-form .filters > div {
  flex-basis: 100%;
}
@media screen and (max-width:900px) {
  .gallery-form .filters > div {
    flex-basis: calc(50% - 15px) !important;
  }
}
.gallery-form .dropdown {
  position: relative;
}
.gallery-form .dropdown.active .dropdown-options {
  display: block !important;
}
.gallery-form .dropdown .dropdown-options {
  background-color: #fff;
  padding: 15px;
  height: 250px;
  z-index: 999;
  position: absolute;
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.5);
}
.gallery-form .dropdown .dropdown-options:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 999;
}
.gallery-form .dropdown .dropdown-options .inner {
  overflow-y: scroll;
  height: calc(250px - 30px);
  padding: 15px 0;
}
.gallery-form .dropdown .dropdown-options label {
  width: 100%;
  display: block;
  font-size: 1.2em;
  padding: 3px 0;
}
.gallery-form .results {
  overflow-y: scroll;
}
.gallery-form .results .loadMore {
  background-color: #4361ED;
  color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  width: fit-content;
  margin: 15px auto;
}
.gallery-form .results .loadMore:hover {
  cursor: pointer;
  background-color: #304cc9;
}
.gallery-form .results .ba-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.gallery-form .results .ba-container > div {
  flex-basis: calc(33% - 15px) !important;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #000;
  display: flex;
}
@media screen and (max-width:900px) {
  .gallery-form .results .ba-container > div {
    flex-basis: calc(50% - 15px) !important;
  }
}
.gallery-form .results .ba-item {
  border: 1px solid #b3b3b3;
}
.gallery-form .results .ba-item:hover {
  cursor: pointer;
}
.gallery-form .results .ba-item .dialog {
  display: none;
}
.gallery-form .results .img {
  position: relative;
  height: 200px;
}
.gallery-form .results .img:before {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.gallery-form .results .img.before {
  border-right: 2px solid #ffffff;
}
.gallery-form .results .img.before:before {
  content: 'before';
  background-color: rgba(39,39,39,0.8);
}
.gallery-form .results .img.after:before {
  content: 'after';
  background-color: rgba(255,136,17,0.8);
}
.gallery-form .results .img.ext {
  border-left: 2px solid #ffffff;
}
.gallery-form .results .img.ext:before {
  content: 'exterior';
  background-color: rgba(39,39,39,0.8);
}
.gallery-form .results .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lity-content .dialog {
  display: inline-flex !important;
}
.lity-content .dialog .img {
  position: relative;
  height: 400px;
}
@media screen and (max-width:900px) {
  .lity-content .dialog .img {
    height: 200px;
  }
}
.lity-content .dialog .img:before {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.lity-content .dialog .img.before {
  border-right: 2px solid #000000;
}
.lity-content .dialog .img.before:before {
  content: 'before';
  background-color: rgba(39,39,39,0.8);
}
.lity-content .dialog .img.after:before {
  content: 'after';
  background-color: rgba(255,136,17,0.8);
}
.lity-content .dialog .img.ext {
  border-left: 2px solid #000000;
}
.lity-content .dialog .img.ext:before {
  content: 'exterior';
  background-color: rgba(39,39,39,0.8);
}
.lity-content .dialog .img img {
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:900px) {
  .com_solutions .inline-row .panel-grid-cell {
    justify-content: center;
    text-align: center;
  }
}
.talk_expert_section {
  flex-direction: row-reverse;
}
.talk_expert_section .expert_right {
  left: unset;
  right: 0;
}
.products.shortcode {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.products.shortcode .product {
  width: 100%;
  max-width: calc(25% - 15px);
  padding: 5px;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  text-align: center;
}
@media screen and (max-width:900px) {
  .products.shortcode .product {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.products.shortcode .product span {
  display: block;
}
.products.shortcode .product .img-con {
  aspect-ratio: 1;
}
.products.shortcode .product .img-con img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.products.shortcode .product .title {
  padding-top: 10px;
  border-top: solid 1px #f3f3f3;
  font-weight: 700;
}
.products.shortcode .product .btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #4361ED;
  color: #fff;
  margin: 5px auto;
  width: auto;
  text-align: center;
}
.reviews {
  padding: 30px 0;
}
.reviews.list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width:900px) {
  .reviews.list {
    display: block;
  }
}
.reviews.list > div {
  flex-basis: calc(50% - 15px);
}
.reviews.list > div .review {
  border: none;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0);
  text-align: left;
}
.reviews.list > div .review .name {
  font-weight: 700;
  font-size: 1.2em;
  text-transform: capitalize;
}
.reviews .review {
  text-align: center;
  padding: 15px;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
.reviews .stars {
  color: #FFC603;
}
.reviews .slick-dots {
  bottom: 0;
}
.location-template-default ul,
.location-template-default ol {
  margin-left: 15px;
}
.location-template-default ul ul,
.location-template-default ol ul {
  margin-left: 30px;
}
.location-template-default .left_hero h1 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  line-height: 32px !important;
}
.location-template-default .follow {
  gap: 8px !important;
}
.location-template-default .follow .social_icon {
  margin-left: 0 !important;
}
.location-template-default .follow .social_icon img {
  height: auto !important;
  width: 26px !important;
}
.vc_active {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  transition: all .3s;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}
#gform_3 .gform_fields {
  display: block !important;
  position: relative;
}
#gform_3 .gfield--type-email input {
  padding: 15px 80px 15px 15px;
  border-radius: 8px;
}
#gform_3 #field_submit {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-items: center;
}
#gform_3 #field_submit input {
  align-self: center;
  padding: 5px 10px;
  background-color: #FF8811;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  border: none !important;
}
#footer .widget_nav_menu h3 {
  font-size: 1em;
  font-weight: 700;
}
@media screen and (max-width:900px) {
  #footer .widget_nav_menu h3 {
    text-align: center;
  }
}
#footer .menu {
  padding: 0;
}
#footer .menu li {
  list-style: none;
}
#footer .menu li a {
  font-size: .9em;
}
@media screen and (max-width:900px) {
  #footer .menu li a {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width:900px) {
  #footer .so-widget-sow-image-default-70900a088054 .sow-image-container {
    justify-content: center;
  }
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 1px solid #353535;
  background-color: transparent !important;
  padding: 5px 10px !important;
}
.gform_wrapper input::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  color: rgba(0,0,0,0.75) !important;
}
.gform_wrapper input.gform_button,
.gform_wrapper select.gform_button,
.gform_wrapper textarea.gform_button {
  padding: 5px 10px;
  color: #FF8810;
  border: 1px solid #FF8810;
  background-color: transparent !important;
}
.gform_wrapper input.gform_button:hover,
.gform_wrapper select.gform_button:hover,
.gform_wrapper textarea.gform_button:hover {
  color: #000;
  background-color: #FF8810 !important;
  cursor: pointer;
}
.form-container.rounded {
  border-radius: 15px !important;
  overflow: hidden !important;
}
.form-container.shadow {
  box-shadow: 0 10px 15px rgba(0,0,0,0.2) !important;
}
.light .gform_wrapper input,
.light .gform_wrapper select,
.light .gform_wrapper textarea {
  border: 1px solid #e8e8e8;
  color: #fff !important;
}
.light .gform_wrapper input::placeholder,
.light .gform_wrapper select::placeholder,
.light .gform_wrapper textarea::placeholder {
  color: rgba(255,255,255,0.8) !important;
}
.light .gform_wrapper input.gform_button,
.light .gform_wrapper select.gform_button,
.light .gform_wrapper textarea.gform_button {
  color: #fff;
  border: 1px solid #fff;
}
.light .gform_wrapper input.gform_button:hover,
.light .gform_wrapper select.gform_button:hover,
.light .gform_wrapper textarea.gform_button:hover {
  color: #000;
  background-color: #fff !important;
}
.products.shortcode {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.products.shortcode .product {
  width: 100%;
  max-width: calc(25% - 15px);
  padding: 5px;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  text-align: center;
}
@media screen and (max-width:900px) {
  .products.shortcode .product {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.products.shortcode .product span {
  display: block;
}
.products.shortcode .product .img-con {
  aspect-ratio: 1;
}
.products.shortcode .product .img-con img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.products.shortcode .product .title {
  padding-top: 10px;
  border-top: solid 1px #f3f3f3;
  font-weight: 700;
}
.products.shortcode .product .btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #4361ED;
  color: #fff;
  margin: 5px auto;
  width: auto;
  text-align: center;
}
