@charset "UTF-8";
/*
Theme Name: Cliively Theme
Theme URI: https://jodiemason.me
Author: Jodie A. Mason
Author URI: https://jodiemason.me/
Description: Agency Digital Marekting Theme
License: Copyright 2021, Jodie A. Mason
License URI:
Text Domain: cliively
*/
/*--------Critical CSS goes here. Expirement with Inlining. May need to use SASS or LESS to generate @media queries ------------------------*/
* {
  box-sizing: border-box;
}

.inner-content {
  padding: 1%;
}

.post-content {
  margin: 9% 0% 0% 0%;
  padding: 2%;
}

.archive-content {
  margin: 14% 0% 0% 0%;
  padding: 1%;
}

.white-background {
  background-color: white;
  color: black;
}

.flex-container {
  display: flex;
}

.grid {
  display: grid;
}

.container-fluid {
  width: 100%;
}

body {
  width: 100%;
  height: auto;
  color: black;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

/*footer::before {  content: url('img/footer.svg');  position: relative;  width: 100%;top:-33px }*/
/*#footer-overlay {  position: relative;  top: -31px;  width: 100%;}*/
.service-page {
  padding: 12% 11% 2% 11%;
}

.category-image-background {
  filter: sepia(60%);
  background-color: #e6b422;
  min-height: 278px;
  max-width: 100%;
}

@media only screen and (min-width: 779px) {
  .dot-hero-button-flexible {
    border-radius: 0px;
    background-color: #ff6600;
    font-size: 2.5em;
    font-family: "Quicksand", sans-serif;
    border: none;
    color: white;
    padding: 4%;
    line-height: 3;
  }
  .dot-hero-button-flexible:hover {
    color: white;
    background-color: #501616;
    animation: bubble 1.5s infinite;
  }
  .trolley-background {
    position: absolute;
    top: 102px;
    z-index: 1000;
    left: 0px;
    right: 0px;
  }
}
.dot-hero-button {
  border-radius: 0px;
  background-color: #e6b422;
  font-size: 48px;
  font-family: "Quicksand", sans-serif;
  border: none;
  color: #10528f;
  padding: 5px 19px 5px 19px;
  font-size: 1.5em;
}

/*--------------------End Critical CSS--------------------------------------------*/
a {
  color: #00d0f2;
  text-decoration: none;
}

ul {
  list-style: none;
}

video, .video {
  display: block;
  background-color: #00d0f2;
  width: 100%;
  margin: 0% 0% 1% 0%;
}

.img-margin {
  margin: 1%;
}

.burgers {
  position: fixed;
  z-index: 3000;
}

.burger-1, .burger-2, .burger-3 {
  width: 35px;
  height: 5px;
  background-color: wheat;
  margin: 6px 0;
  transition: 0.4s;
}

li {
  margin: 2% 0% 0% 0%;
}

.burger-close .burger-1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background-color: #995b29;
  z-index: 30000;
  position: relative;
}

.burger-close .burger-2 {
  opacity: 0;
}

.burger-close .burger-3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: #995b29;
  z-index: 30000;
  position: relative;
}

div.collapse {
  display: none;
}

.add-menu-background { /*background-color:rgb(240, 255, 255);*/
  width: 100%;
  height: 100%;
  font-size: 20px;
  margin: 0% 0% 0% 0%; /*box-shadow:15px 14px 14px #00d0f280;*/
  position: fixed;
  top: -15px;
  z-index: 2000px;
  left: 0;
}

.img-responsive {
  max-height: 100%;
  max-width: 100%;
}

.main-menu {
  background-color: wheat;
  width: 100%;
  height: 100%;
  padding: 11% 8%;
  text-align: center;
}

.main-menu a {
  color: #5c5e5a;
  font-size: 26px;
}

.main-menu:before { /*content: 'Menu';  font-size: 26px; transform: translateX(33px) rotate(180deg); color: red;*/ }

.dot-hero {
  padding: 215px 0px 0px 0px;
  height: auto;
  width: 100%;
}

.name {
  font-family: "Grandstander Black", cursive;
  font-size: 38px;
}

.blog-post-header, h1, h2, h3, h4, h5, h6, .h1 {
  text-align: center;
  font-family: "Grandstander Black";
  font-size: 38px;
}

.front-list {
  list-style: none;
  padding: 0px 68px;
}

.front-list > li {
  display: block;
  /*padding:0%;
  margin:0% 1% 0% 1%;
  width:33%;*/
  text-align: center;
}

.post-title {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
}

.main-title {
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.clear {
  clear: both;
}

.clear-button {
  background-color: transparent;
  border: 3px solid #501616;
  padding: 2%;
  font-size: 22px;
  color: #501616;
  margin: 2% 0% 0% 0%;
  font-family: "Quicksand", sans-serif;
}

.clear-button:hover {
  background-color: #501616;
  color: wheat;
  border: none;
}

.footer {
  width: 100%;
  font-size: 22px;
  padding: 2% 0px 0% 0px;
  background-color: #501616;
  margin: -1% 0px;
  color: wheat;
}

footer a {
  color: #c1c8c7;
}

ul#menu-footer-menu > li.menu-item {
  display: inline-block;
  padding: 1%;
}

.attachment-large.size-large {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  shape-outside: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.comments-form-list {
  margin: 5% 10% 1% 30%;
}

.comment-respond {
  margin: 9% 0% 11% 7%;
}

.author-box {
  text-align: justify;
  padding: 3%;
  margin: 0% 25%;
}

.author-name {
  width: 36%;
  height: 59px;
  text-align: center;
  font-size: 29px;
}

.author-page {
  margin: 12% 5% 1% 5%;
  color: wheat;
  width: 86%;
}

.product-card-hr {
  width: 100%;
  height: 20px;
}

/*Images*/
.attachment-service-page {
  width: 90%;
  padding: 2%;
  height: 215px;
  background-color: white;
  border-radius: 17px;
}

.attachment-service-page:nth-child(even) {
  background-color: white;
}

.mauticform-errormsg {
  color: red;
}

#mauticform_label_formname_honeypot {
  display: none;
}

.hidden {
  display: none;
}

ul.table > li {
  float: left;
  width: 44%;
  padding: 2%;
  background-color: #0077b5;
  height: 514px;
  margin: 0% 0% 2% 0%;
  font-size: 26px;
  border-right: solid 10px green;
  border-left: solid 10px green;
  color: white;
}

ul.table > li {
  float: left;
  width: 36%;
  padding: 2%;
  background-color: #0077b5;
  height: auto;
  margin: 0% 0% 2% 0%;
  font-size: 26px;
  border-right: solid 10px #fad724;
  border-left: solid 10px #fad724;
  color: #fff;
  min-height: 658px;
}

ul.table > li.center-li-circle {
  width: 8%;
  float: left;
  background-color: #0e0b52;
  padding: 19px;
  text-align: center;
  border-radius: 50%/50%;
  font-size: 51px;
  /*! border: none; */
  /*! shape-outside: circle(47.85% at 61px 308px); */
  z-index: 1000;
  shape-margin: 17%;
  margin-top: 219px;
  height: auto;
  min-height: 0px;
}

.category-post-title {
  width: 75%;
  margin: 0% 5%;
  color: white;
  font-family: "Grandstander Black", cursive;
  font-size: 29px;
}

.category-page-excerpts {
  background-color: rgba(128, 128, 128, 0.4509803922);
  width: 75%;
  margin: 5% 9%;
  color: white;
  padding: 36px 50px;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.read-more-button {
  background-color: #e6b422;
  padding: 15px;
  color: #2e4d4d;
  font-family: "Quicksand", sans-serif;
  font-size: 36px;
}

.callout-text {
  background-color: #995b29;
  color: wheat;
}

.col-custom-background {
  background-color: #995b29;
  padding: 3%;
  margin: -1% 0%;
  width: 100%;
  color: wheat;
}

.post-custom-background {
  position: relative;
  color: black;
  padding: 0% 7%;
  margin: 12% 0% 0% 0%;
}

.testme {
  color: green;
}

.col-full-width {
  margin-top: 4%;
  line-height: 1.5;
}

.header-background-brown:after {
  content: url("https://www.cliively.com/wp-content/themes/cliively/img/background-2.svg)");
  position: fixed;
  /*height: 100%;*/
  width: 100%;
  top: 0px;
  z-index: 8000;
  background: no-repeat;
}

.wp-column-remove-bottom-margin {
  margin-bottom: 0px;
}

.package {
  border: solid #f60 1px;
  border-radius: 14%;
  margin: 1%;
  padding: 1%;
}

#cta {
  clear: both;
}

#packages {
  width: 100%;
}

.package h3 {
  text-align: center;
  color: #f60;
  font-family: "Bauhaus 93";
}

.package-cta {
  background-color: #501616;
  color: white;
  width: 65%;
  text-align-last: center;
  border: none;
  font-size: 34px;
  margin: 0% 25%;
  border-radius: 10px;
}

.package-cta:hover {
  background-color: #f60;
  color: white;
}

.main-menu {
  overflow: auto;
} /*enable scrolling on top menu*/
.services-title {
  color: black;
}

.headline-gradient {
  background-color: #f60;
  background-image: linear-gradient(180deg, #ff6600 20%, #501616 80%);
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 54px;
  font-family: "Bowlby";
}

.styled-list > li:before {
  content: "🠷";
  position: relative;
  color: #ff6600;
  right: 25px;
  display: inline-block;
  height: 40px;
}

.general-list > li:before {
  content: "🠷";
  position: relative;
  color: #ff6600;
  right: 25px;
  display: inline-block;
  height: 40px;
}

.contact-box {
  border-radius: 22px;
  padding: 2%;
}

/* Fonts ONLY  */
@font-face {
  src: url(fonts/Grandstander/static/Grandstander-Black.ttf);
  font-family: "Grandstander Black";
  font-weight: 100;
  font-display: swap;
}
@font-face {
  src: url(fonts/Grandstander/static/Grandstander-ExtraBold.ttf);
  font-family: "Grandstander Bold";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url(fonts/Grandstander/Grandstander-VariableFont_wght.ttf);
  font-family: "Grandstander";
  font-display: swap;
}
@font-face {
  src: url(fonts/Bowlby_One_SC/BowlbyOneSC-Regular.ttf);
  font-family: "Bowlby";
  font-display: swap;
}
@font-face {
  src: url(fonts/reggae-one-font-path/ReggaeOne-Regular.ttf);
  font-family: "Reggae One";
  font-display: swap;
}
/* Fonts 

Grandstander/static/Grandstander-Thin.ttf
  Grandstander/static/Grandstander-ExtraLight.ttf
  Grandstander/static/Grandstander-Light.ttf
  Grandstander/static/Grandstander-Regular.ttf
  Grandstander/static/Grandstander-Medium.ttf
  Grandstander/static/Grandstander-SemiBold.ttf
  Grandstander/static/Grandstander-Bold.ttf
  Grandstander/static/Grandstander-ExtraBold.ttf
  Grandstander/static/Grandstander-Black.ttf
  Grandstander/static/Grandstander-ThinItalic.ttf
  Grandstander/static/Grandstander-ExtraLightItalic.ttf
  Grandstander/static/Grandstander-LightItalic.ttf
  Grandstander/static/Grandstander-Italic.ttf
  Grandstander/static/Grandstander-MediumItalic.ttf
  Grandstander/static/Grandstander-SemiBoldItalic.ttf
  Grandstander/static/Grandstander-BoldItalic.ttf
  Grandstander/static/Grandstander-ExtraBoldItalic.ttf
  Grandstander/static/Grandstander-BlackItalic.ttf
*/
/*Max screen size 368px */
@media only screen and (max-width: 368px) {
  #svg34 {
    position: fixed;
    top: -92px;
    z-index: 8000;
    max-height: 240px;
    width: 100%;
  }
  #trolley {
    opacity: 0.55;
    filter: alpha(opacity=50);
    filter: sepia(100%);
  }
  header {
    position: fixed;
    z-index: 8001; /*! height: 300px; */
    width: 100%;
    max-height: 240px;
    background-color: #501616;
  }
  .custom-logo {
    height: 38%;
    width: 38%;
    margin: 0% 33%;
  }
  .trolley-background {
    position: absolute;
    top: 102px;
    z-index: 1000;
    left: 0px;
    right: 0px;
  }
  .dot-hero {
    padding: 246px 0px 0px 0px;
    height: auto;
    width: 100%;
  }
  .dot-hero-text {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -69px;
    background-color: rgba(154, 92, 42, 0.6784313725);
    color: wheat;
    z-index: 5000;
    float: right;
    z-index: 2000;
    width: 100%;
  }
  .main-menu {
    background-color: wheat;
    width: 100%;
    height: 100%;
    padding: 11% 8%;
    text-align: center;
  }
}
/*Screens between 369px to 768px */
@media only screen and (min-width: calc(368px + 1px)) and (max-width: 768px) {
  #svg34 {
    position: fixed;
    top: -352px;
    z-index: 8000;
    min-height: 240px;
    max-height: 768px;
    width: 100%;
  }
  #trolley {
    opacity: 0.55;
    filter: alpha(opacity=50);
    filter: sepia(100%);
  }
  header {
    padding: 8px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 8001;
    background-color: #501616;
  }
  .trolley-background {
    position: absolute;
    top: 102px;
    z-index: 1000;
    left: 0px;
    right: 0px;
  }
  .dot-hero {
    margin: 26% 0% 0% 0%;
    height: auto;
    width: 100%;
  }
  .dot-hero-text {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -230px;
    background-color: rgba(154, 92, 42, 0.6784313725);
    color: wheat;
    z-index: 5000;
    float: right;
    z-index: 2000;
    width: 100%;
  }
  .logo-band {
    align-content: center;
    text-align: center;
    margin: 0% 0% 0% 0%;
  }
  .custom-logo, .logo {
    margin: 0% 11%;
    height: 35%;
    width: 33%;
  }
  .dot-hero-button {
    border-radius: 0px;
    background-color: #e6b422;
    font-size: 1.2em;
    font-family: "Quicksand", sans-serif;
    border: none;
    color: #10528f;
    padding: 5px 19px 5px 19px;
    width: 100%;
    font-size: 23px;
  }
  .main-menu {
    background-color: wheat;
    width: 100%;
    height: 100%;
    padding: 11% 8%;
    text-align: center;
  }
  .read-more-button {
    background-color: #e6b422;
    padding: 15px;
    color: #2e4d4d;
    font-family: "Quicksand", sans-serif;
    font-size: 30px;
  }
  .offer-button {
    border: none;
    border-radius: none;
    background-color: aliceblue;
    padding: 2%;
    float: right;
  }
  .dot-hero-button-flexible {
    border-radius: 0px;
    background-color: #10528f;
    font-size: 2em;
    font-family: "Quicksand", sans-serif;
    border: none;
    color: rgb(240, 255, 255);
    padding: 2%;
    max-width: 100%;
  }
  .contact-button {
    border-radius: 0px;
    background-color: #860629;
    font-size: 22px;
    font-family: "Quicksand", sans-serif;
    border: none;
    color: rgb(240, 255, 255);
    padding: 5px 19px 5px 19px;
    position: fixed;
    height: 11%;
    width: 25%;
    right: 0%;
  }
  .featured-image-main-title {
    height: auto;
    width: 98%;
    color: white;
  }
  .row {
    padding: 1% 0%;
  }
  .offer-button {
    border: none;
    border-radius: none;
    background-color: aliceblue;
    padding: 2%;
  }
}
/* Screen sizes between 769px and 992px */
@media only screen and (min-width: calc(768px + 1px)) and (max-width: 992px) {
  #svg34 {
    position: fixed;
    top: -57px;
    z-index: 8000;
    height: 240px;
    width: 100%;
  }
  header {
    padding: 8px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 8001;
  }
  .services-grid {
    margin: 15% 0% 0% 0%;
  }
  .trolley-background {
    position: absolute;
    top: 102px;
    z-index: 1000;
  }
  .dot-hero {
    padding: 215px 0px 0px 0px;
    height: auto;
    width: 100%;
  }
  .dot-hero-text {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -69px;
    background-color: rgba(154, 92, 42, 0.6784313725);
    margin: 0% 3% 12% 3%;
    padding: 5%;
    color: wheat;
    z-index: 5000;
    width: 100%;
    float: right;
    z-index: 2000;
  }
  .logo-band {
    align-content: center;
    text-align: center;
    margin: 0% 0% 0% 0%;
  }
  .offer-button-wrapper {
    position: fixed;
    top: 55px;
    z-index: 13000;
    right: 0;
  }
  body, html {
    font-size: 18px;
  }
  .custom-logo, .logo {
    margin: 0% 0% 0% 48%;
    height: 57%;
    width: 47%;
  }
  .header-band { /*background-color: #501616;*/
    height: 120px;
    padding: 8px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
  }
  .offer-button {
    border-radius: 0px;
    float: right;
    border: none;
    background-color: wheat;
    padding: 2% 3%;
    font-family: "Quicksand", serif;
  }
  .dot-hero-button {
    border-radius: 0px;
    background-color: #e6b422;
    font-size: 48px;
    font-family: "Quicksand", sans-serif;
    border: none;
    color: #10528f;
    padding: 5px 19px 5px 19px;
  }
  .dot-hero-button-flexible {
    border-radius: 0px;
    background-color: #10528f;
    font-size: 2em;
    font-family: "Quicksand", sans-serif;
    border: none;
    color: rgb(240, 255, 255);
    padding: 2%;
    max-width: 100%;
  }
  .contact-button {
    border-radius: 50%;
    background-color: transparent;
    border: none;
    padding: 5px 19px 5px 19px;
    margin-top: 5%;
    position: fixed;
    top: 10px;
    right: 72px;
    height: 22%;
    width: 0%;
    /*background-image:url('img/email.svg');
    background-repeat: no-repeat;*/
  }
  .linkedin-button {
    border-radius: 50%;
    background-color: rgb(0, 119, 181);
    border: none;
    padding: 10px;
    margin-top: 3%;
    position: fixed;
    right: 19px;
    top: 165px;
  }
  .featured-image-main-title {
    height: auto;
    width: 98%;
  }
  .lead-gen-box-left {
    float: left;
    width: 46%;
    padding: 0% 4%;
  }
  .lead-gen-box-right {
    float: right;
    width: 42%;
    line-height: 2.25;
    background-color: #fad724;
    color: #0e0b52;
    padding: 0% 2%;
    font-size: 18px;
  }
  .content {
    padding: 0% 10%;
  }
  .content p {
    line-height: 1.75;
    font-family: "Quicksand", sans-serif;
  }
  .under-form-content.alignright {
    float: right;
    width: 44%;
    padding: 0% 1%;
  }
  li.list {
    list-style: disclosure-closed;
    color: honeydew;
  }
  .mautic-headline {
    font-size: 1.25em;
    color: #0077b5;
  }
}
/* Screen Width 992 to 1400px */
@media only screen and (min-width: calc(992px + 1px)) and (max-width: 1440px) {
  #svg34 {
    position: fixed;
    top: -43px;
    z-index: 8000;
    height: 240px;
    width: 100%;
  }
  header {
    padding: 8px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 8001;
  }
  .services-grid {
    margin: 15% 0% 0% 0%;
  }
  .trolley-background {
    position: absolute;
    top: 102px;
    z-index: 1000;
    left: 0px;
    right: 0px;
  }
  .dot-hero {
    padding: 215px 0px 0px 0px;
    height: auto;
    width: 100%;
  }
  .dot-hero-text {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -69px;
    background-color: rgba(154, 92, 42, 0.6784313725);
    margin: 0% 3% 12% 3%;
    padding: 5%;
    color: wheat;
    z-index: 5000;
    width: 57%;
    float: right;
    z-index: 2000;
  }
  .logo-band {
    align-content: center;
    text-align: center;
    margin: -6% 0% 0% 0%;
  }
  .custom-logo, .logo {
    height: 57%;
    width: 47%;
    margin: 0%;
  }
  .main-menu {
    background-color: wheat;
    width: 100%;
    height: 100%;
    padding: 11% 8%;
    text-align: center;
  }
}
/*screens over  1400px */
@media only screen and (min-width: calc(1440px + 1px)) {
  #svg34 {
    position: fixed;
    top: -18px;
    z-index: 8000;
    height: 240px;
    width: 100%;
  }
  header {
    position: fixed;
    z-index: 8001; /*! height: 300px; */
    width: 100%;
    max-height: 240px;
  }
  .custom-logo {
    height: 38%;
    width: 38%;
    margin: 0% 33%;
  }
  .logo-band {
    align-content: center;
    text-align: center;
    margin: -6% 0% 0% 0%;
  }
  .services-grid {
    margin: 15% 0% 0% 0%;
  }
  .trolley-background {
    position: absolute;
    top: 102px;
    z-index: 1000;
    left: 0px;
    right: 0px;
  }
  .dot-hero {
    padding: 215px 0px 0px 0px;
    height: auto;
    width: 100%;
  }
  .dot-hero-text {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -69px;
    background-color: rgba(154, 92, 42, 0.6784313725);
    margin: 0% 3% 12% 3%;
    padding: 5%;
    color: wheat;
    z-index: 5000;
    width: 57%;
    float: right;
    z-index: 2000;
  }
  .main-menu {
    background-color: wheat;
    width: 100%;
    height: 100%;
    padding: 11% 8%;
    text-align: center;
  }
}
.container {
  width: 100%;
}

.flex-container {
  display: flex;
}

.grid {
  display: grid;
}

.container-fluid {
  max-width: 100%;
}

.col-3-grid {
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  text-align: center;
  grid-template-rows: auto;
  grid-auto-columns: auto;
  column-gap: 20px;
  row-gap: 20px;
}

[class*=grid-width] {
  background-color: white;
  border: 17px solid #ff6600;
  border-radius: 17px;
}

@media only screen and (max-width: 368px) {
  /* Small Max Width 392px*/
  .row {
    width: 100%;
  }
  .col-md-* {
    width: 98%;
    margin: 1%;
    overflow: hidden;
  }
}
@media only screen and (min-width: calc(368px + 1px)) and (max-width: 768px) {
  /* Medium *Min-width:392px AND Max Width: 768px */
  .row {
    width: 100%;
  }
  .col-md-* {
    width: 98%;
    overflow: hidden;
  }
}
@media only screen and (min-width: calc(768px + 1px)) and (max-width: 992px) {
  /* Large Min-width:769px 
   *Max Width: 991px
  */
  .row {
    width: 100%;
  }
  .col-md-1 {
    width: 7.33%;
  }
  .col-md-2 {
    width: 14%;
  }
  .col-md-3 {
    width: 23%;
  }
  .col-md-4 {
    width: 31%;
  }
  .col-md-5 {
    width: 39%;
  }
  .col-md-6 {
    width: 48%;
  }
  .col-md-7 {
    width: 56%;
  }
  .col-md-8 {
    width: 64%;
  }
  .col-md-9 {
    width: 72.99%;
  }
  .col-md-10 {
    width: 81.33%;
  }
  .col-md-11 {
    width: 89.66%;
  }
  .col-md-12 {
    width: 98%;
  }
  .col-md-14 {
    width: 50%;
    overflow: hidden;
  }
  .col-md-* {
    float: left;
  }
  /*
  .col-md-3{grid-column:3/12;grid-row:1;}
  .col-md-4{grid-column:4/12; grid-row:1}
  .col-md-6{grid-column:6/12;grid-row:1}
  .col-md-9{grid-column:9/12; grid-row:1;}
  .col-md-12{grid-column:12/12; grid-row:1;}*/
  .row {
    clear: both;
    content: "";
  }
}
@media only screen and (min-width: calc(992px + 1px)) and (max-width: 1440px) {
  /* X-Large Min-width:992px 
   *Max Width: 1440px
   */
  .row {
    width: 100%;
  }
  .col-md-1 {
    width: 7.33%;
  }
  .col-md-2 {
    width: 14%;
  }
  .col-md-3 {
    width: 23%;
  }
  .col-md-4 {
    width: 31%;
  }
  .col-md-5 {
    width: 39%;
  }
  .col-md-6 {
    width: 48%;
  }
  .col-md-7 {
    width: 56%;
  }
  .col-md-8 {
    width: 64%;
  }
  .col-md-9 {
    width: 72.99%;
  }
  .col-md-10 {
    width: 81.33%;
  }
  .col-md-11 {
    width: 89.66%;
  }
  .col-md-12 {
    width: 98%;
  }
  .col-md-14 {
    width: 50%;
    overflow: hidden;
  }
  [class*=col-md] {
    float: left;
    padding: 1%;
    margin: 1%;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  .col-custom-background {
    background-color: #995b29;
    padding: 3%;
    margin: -1% 0%;
    width: 100%;
    color: wheat;
  }
  .col-md-12-service {
    min-width: 90%;
    max-width: 95%;
    margin: 1% 0% 3% 2%;
    padding: 0px 0px 0px 0px;
  }
  /*
  .col-md-3{grid-column:3/12;grid-row:1;}
  .col-md-4{grid-column:4/12; grid-row:1}
  .col-md-6{grid-column:6/12;grid-row:1}
  .col-md-9{grid-column:9/12; grid-row:1;}
  .col-md-12{grid-column:12/12; grid-row:1;}*/
}
@media only screen and (min-width: calc(1440px + 1px)) {
  /* Min Width: 1440px */
  .row {
    width: 100%;
    margin-bottom: 1%;
  }
  .col-md-1 {
    width: 7.33%;
  }
  .col-md-2 {
    width: 14%;
  }
  .col-md-3 {
    width: 23%;
  }
  .col-md-4 {
    width: 31%;
  }
  .col-md-5 {
    width: 39%;
  }
  .col-md-6 {
    width: 48%;
  }
  .col-md-7 {
    width: 56%;
  }
  .col-md-8 {
    width: 64%;
  }
  .col-md-9 {
    width: 72.99%;
  }
  .col-md-10 {
    width: 81.33%;
  }
  .col-md-11 {
    width: 89.66%;
  }
  .col-md-12 {
    width: 98%;
  }
  .col-md-14 {
    width: 50%;
    overflow: hidden;
  }
  [class*=col-md] {
    float: left;
    padding: 1%;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  .col-custom-background {
    background-color: #995b29;
    padding: 3%;
    margin: -1% 0%;
    width: 100%;
    color: wheat;
  }
  .col-md-12-service {
    min-width: 90%;
    max-width: 95%;
    margin: 1% 0% 3% 2%;
    padding: 0px 0px 0px 0px;
  }
}
column-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

column-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}

column-4 {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
}

#modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: transparent;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
#close {
  color: #aaa;
  float: right;
  top: 0px;
  font-size: 28px;
  font-weight: bold;
  content: "×";
}

#close:hover,
#close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  background-color: #ff6600;
  text-align: center;
  padding: 5% 0% 0% 0%;
}

.modal-footer {
  background-color: #ff6600;
  height: 10%;
}

#modal-button {
  background-color: #ff6600;
  color: wheat;
  font-size: 1em;
  font: "Grandstander Black";
  padding: 5%;
  width: 100%;
  border: none;
}

input[name="mauticform[potters_field]"] {
  display: none;
}

.mauticform-textarea, .mauticform-input {
  width: 100%;
  border: none;
  background-color: wheat;
  color: black;
  padding: 1px;
  margin: 3px;
  display: inline-block;
  min-height: 45px;
  text-align: center;
  font-family: "Century Gothic", san-serif;
  box-sizing: border-box;
}

.mauticform-button {
  width: 100%;
  background-color: #ff6600;
  color: wheat;
  border: none;
  padding: 20px;
  margin: 5% 0%;
  font-family: "Century Gothic", san-serif;
  font-size: 31px;
}

.mautic-pagebreak-next, .mautic-pagebreak-back {
  color: wheat;
  border-radius: 0px;
  border: none;
  background-color: #501616;
  font-size: 25px;
  padding: 10px;
  margin: 13px;
  width: 42%;
}

.mautic-pagebreak-next:hover, .mautic-pagebreak-back:hover {
  background-color: #ff6600;
}

.faq-ga {
  border: 3px solid #6f374e;
  padding: 10px;
  /*! font-size: 26px; */
}

.faq-ga > div.schema-faq-section {
  background-color: wheat;
  padding: 10px;
}

.mauticform-checkboxgrp-checkbox {
  appearance: none;
}

/*for checkbox -make changes to the row. */
.mauticform-checkboxgrp-row {
  display: inline;
  position: relative;
  padding: 10px;
  cursor: pointer;
  font-size: 22px;
}

/*hide checkbox original style*/
.mauticform-checkboxgrp-checkbox {
  appearance: none; /*opacity:0; cursor:pointer; height:0px; width:0px; border-width:0 3px 3px 0;*/
  /*  border:solid wheat;
    position:absolute;   
  height:30px;width:30px
    background-color: wheat;*/
  font-size: 60px;
  right: 10px;
  top: 40px;
  background-color: wheat;
  color: #ff6600;
  font-size: 20px;
  padding: 0.18em;
  height: 30px;
  width: 30px;
  align-content: center;
}

.mauticform-checkboxgrp-checkbox::before {
  content: "X";
  font-size: 20px;
  visibility: hidden;
}

.mauticform-checkboxgrp-checkbox:checked::before {
  visibility: visible;
  background-color: wheat;
  color: white;
}

.mauticform-selectbox {
  background-color: wheat;
  border: none;
  height: 44px;
  width: 100%;
}

.mauticform-selectbox.form-multiselect-option {
  /*uses Javascript to set size attribute*/
  background-color: wheat;
  border: none;
  min-height: 100px;
  width: 100%;
  max-height: fit-content;
  overflow: hidden;
}

#mauticform_formforgoogleadslandingpage_do_you_have_any_experienc1 {
  margin: 10px 0px;
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */

