@charset "UTF-8";

/*
Theme Name: Maidily Template Custom Theme
Description: Contains the custom Maidily Template WordPress theme
Version: 1.0.2
*/

@font-face {
  font-family: 'Futura';
  src: url('fonts/Futura/Futura-Book.ttf');
}

@font-face {
  font-family: 'Futura Medium';
  src: url('fonts/Futura/Futura-Medium.ttf');
}

@font-face {
  font-family: 'Futura Light';
  src: url('fonts/Futura/Futura-Light.ttf');
}

@font-face {
  font-family: 'Futura Bold';
  src: url('fonts/Futura/Futura-Bold.ttf');
}


h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
  font-family: 'Futura Medium', sans-serif !important;
}

p,
ul li,
ol li,
blockquote {
  font-family: 'Futura', sans-serif !important;
}

a:focus {
  outline: none;
  border: 0;
}

a::-moz-focus-inner {
  border: 0;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.mobile-only {
  display: none;
}

@media (max-width: 896px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}

/** Header **/
.Zb2878608357b07aebd2 {
  height: 90px;
  line-height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.Cde2a5c0a11a72f6f0f3 {
  display: flex;
}

.Gb337862153d7e6b73fc {
  width: 30%;
}

.Gb337862153d7e6b73fc img {
  height: 80px;
  display: block;
  width: auto;
  margin-left: 40px;
  margin-top: 5px;
}

.Ga904f78fe8e65bdc5a9 {
  width: 70%;
}

.Ga904f78fe8e65bdc5a9 ul {
  text-align: right;
  box-sizing: border-box;
  padding-right: 40px;
}

.Ga904f78fe8e65bdc5a9 ul li {
  display: inline-block;
  line-height: 90px;
  margin-left: 20px;
  font-size: 1.2em;
}

.Ga904f78fe8e65bdc5a9 ul li a {
  color: #fff;
  text-transform: uppercase;
}

.Ga904f78fe8e65bdc5a9 ul li a.active {
  border-bottom: 2px solid #fff;
}

.Ga904f78fe8e65bdc5a9 ul li:last-child a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  background: #0089CF;
  color: #fff;
  border-radius: 5px;
}

.Ga904f78fe8e65bdc5a9 ul li:last-child a:hover {
  background: #fff;
  color: #1c1c1c;
}

.Hf64fd00dac4950922ed {
  display: none;
}

.N565738308c821205edf {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  /* margin-top: 80px; */
  padding-top: 30px;
  box-sizing: border-box;
  padding-left: 20px;
}

.N565738308c821205edf ul li {
  display: block;
  padding-bottom: 10px;
}

.N565738308c821205edf ul li a {
  box-sizing: border-box;
  font-size: 1.2em;
  color: #1c1c1c;
}

.N565738308c821205edf ul li a.J24dd95d614d4ee64d18 {
  padding: 0px;
  width: 200px;
  height: auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.N565738308c821205edf ul li a.J24dd95d614d4ee64d18:hover {
  color: #fff;
  background: #1c1c1c;
}

@media only screen and (max-width: 1024px) {
  .Zb2878608357b07aebd2 {
    width: 100%;
  }

  .Ga904f78fe8e65bdc5a9 {
    display: none;
  }

  .Gb337862153d7e6b73fc {
    width: 50%;
  }

  .Gb337862153d7e6b73fc img {
    margin-left: 20px;
    height: 70px;
  }

  .Zb2878608357b07aebd2 {
    height: 80px;
    line-height: 80px;
  }

  .Hf64fd00dac4950922ed {
    display: block;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
  }

  .Hf64fd00dac4950922ed button {
    font-size: 2.5em;
    color: #fff;
  }

  .Hf64fd00dac4950922ed button span {
    display: block;
    height: 3px;
    background: #fff;
    width: 50px;
  }

  .Hf64fd00dac4950922ed button span.middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .Zb2878608357b07aebd2.header-active {
    z-index: 99999991;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    position: absolute;
  }
}

/** Footer **/
/* line 1, ../sass/style.scss */
footer {
  /* background: #ededed; */
  padding-top: 80px;
  background-color: #0089CF;
  padding-bottom: 70px;
}

footer img {
  width: 250px;
  margin-left: 100px;
}

/* line 6, ../sass/style.scss */
footer p,
footer span {
  font-family: sans-serif;
  color: #666;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

/* line 15, ../sass/style.scss */
footer span {
  margin-top: 20px;
  font-size: 0.9em;
}

/* line 20, ../sass/style.scss */
footer .column {
  padding: 0px;
}

/* line 24, ../sass/style.scss */
footer ul {
  margin: 0px;
  max-width: 80%;
  margin: 0 auto;
}

/* line 28, ../sass/style.scss */
footer ul li {
  display: block !important;
  padding-bottom: 10px;
}

footer .menu-header-menu-container {
  margin: 0 !important;
}

/* line 32, ../sass/style.scss */
footer ul li a {
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em !important;
}

footer ul li a:hover {
  /* border-bottom: 2px solid #fff; */
  color: #fff;
}

/* line 43, ../sass/style.scss */
footer h2 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* line 51, ../sass/style.scss */
footer address {
  font-style: normal;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

/* line 57, ../sass/style.scss */
footer address span {
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
  color: #fff;
}

.data-here {
  border-right: 1px solid #fff;
}

.data-here ul {
  padding-left: 70px;
}

@media only screen and (max-width: 825px) {

  /* line 67, ../sass/style.scss */
  footer {
    padding-bottom: 40px;
  }

  /* line 75, ../sass/style.scss */
  footer .column {
    padding-bottom: 40px;
  }

  footer img {
    margin-left: 0;
  }

  .data-here {
    border: 0;
  }

  .data-here ul {
    padding-left: 0px;
  }
}

/** Home **/
.hero {
  height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero .table {
  background: rgba(34, 34, 34, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;

}

.hero .table h1 {
  text-align: left;
  color: #fff;
  font-size: 3em;
  margin: 0 auto;
  line-height: 1;
}

.hero .table p {
  color: #fff;
  font-size: 1.2em;
  text-align: left;
}

.hero .da {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 4em;
}

#iframe-changes {
  height: 250px;
}

.yelp-button img {
  display: block;
  margin: 0 auto;
  width: 150px;
}

@media (max-width: 825px) {
  #iframe-changes {
    height: 700px;
  }

  .hero .table h1 {
    font-size: 1.5em;
  }

  header .Gb337862153d7e6b73fc h3 {
    font-size: 9px !important;
  }

  footer h1 {
    margin-left:30px !important ;
  }

  .hero {
    height: auto !important;
  }

  .hero .table {
    position: static;
    padding-top: 100px;
  }
}

.N2d128b8c8fbae7b7edb55d866b5c3e6058daad38 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.N2d128b8c8fbae7b7edb55d866b5c3e6058daad38 h2 {
  color: #1c1c1c;
  text-align: center;
  font-size: 2em;
}

.N2d128b8c8fbae7b7edb55d866b5c3e6058daad38 p {
  font-family: sans-serif;
  margin: 0 auto;
  padding-left: 30px;
  font-size: 1.25em;
  text-align: left;
  max-width: 650px;
  line-height: 1.4;
  padding-bottom: 0px;
  color: #787878;
  display: block;
}

.cooperation-section {
  padding-bottom: 50px;
}

.cooperation-section h3 {
  font-style: italic;
  font-size: 1.4em;
}

.cooperation-section img {
  height: 100px;
  width: 100%;
  object-position: center;
  object-fit: scale-down;
}

.Wbd0fe3b99f5e72b2128 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.R854c6b4c29d131825dc {
  display: flex;
}

.Ad2cdaf872efcd15ca09 {
  position: relative;
  height: 300px;
  background: #0089CF;
  width: 95%;
  margin: 0 auto;
}

.Dc0e2bd3050134640b71 {
  position: absolute;
  width: 50%;
  margin-left: 25%;
  bottom: 0;
  left: 0;
  background: #0089CF;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: -30px;
  text-align: center;
}

.Dc0e2bd3050134640b71 h2 {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0px;
  margin-bottom: 10px;
  color: #fff;
}

.Dc0e2bd3050134640b71 a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #bae1c9;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
}

.Dc0e2bd3050134640b71 a:hover {
  background: #61ba83;
  color: #fff;
}

.Dc0e2bd3050134640b71 p {
  padding-bottom: 20px;
  max-width: 95%;
  margin: 0 auto;
  color: #fff;
}

.Dc0e2bd3050134640b71 img {
  height: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .Wbd0fe3b99f5e72b2128 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .R854c6b4c29d131825dc {
    flex-wrap: wrap;
  }

  .R854c6b4c29d131825dc .columns {
    margin-bottom: 60px;
  }
}

.f46c01556ea3da89ea72dd9481bad9629f20ca07 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.f46c01556ea3da89ea72dd9481bad9629f20ca07 h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 2em;
}

.f46c01556ea3da89ea72dd9481bad9629f20ca07 hr {
  border: 0px;
  display: block;
  height: 1px;
  background: #ff6363;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.f46c01556ea3da89ea72dd9481bad9629f20ca07 ul li {
  display: inline-block;
}

.f46c01556ea3da89ea72dd9481bad9629f20ca07 p {
  line-height: 1.7;
  font-size: 1.1em;
  color: #787878;
  text-align: center;
}

.c30350bf9f5697b96ebdd73424b29fb4749c4f6f {
  padding-top: 20px;
}

.c30350bf9f5697b96ebdd73424b29fb4749c4f6f .columns {
  padding: 0px;
}

.c3202c0cc46cdd0324e3f3284fcb652625ebb28bf {
  width: 100%;
  height: 255px;
}

.c3202c0cc46cdd0324e3f3284fcb652625ebb28bf h3 {
  font-size: 1.05em;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.c3202c0cc46cdd0324e3f3284fcb652625ebb28bf p {
  padding-top: 0px;
  font-size:20px;
  line-height: 1.7;
  color: #787878;
  text-align: center;
  width: 70%;
  display: block;
  margin: 0 auto;
}

.f46c01556ea3da89ea72dd9481bad9629f20ca07 a {
  text-align: center;
  background: #0089CF;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  width: 100%;
  display: block;
  width: 150px;
  margin: 0 auto;
  font-size: 1.8em;
}

.f46c01556ea3da89ea72dd9481bad9629f20ca07 img {
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .f46c01556ea3da89ea72dd9481bad9629f20ca07 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .f46c01556ea3da89ea72dd9481bad9629f20ca07 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c3202c0cc46cdd0324e3f3284fcb652625ebb28bf {
    width: 100%;
    padding-bottom: 30px;
  }

  .c30350bf9f5697b96ebdd73424b29fb4749c4f6f {
    padding-top: 20px;
  }

  .c3202c0cc46cdd0324e3f3284fcb652625ebb28bf p {
    width: 100%;
  }
}

.faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-section .background-faq {
  background: #ededed;
  color: #515151;
}

.background-faq {
  position: relative;
  text-align: center;
}

.background-faq img {
  height: 150px;
  margin: 0 auto;
  margin-top: -80px;
}

.background-faq p {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 1.1em;
  display: block;
}

.background-faq a {
  background: #0089CF;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 1.8em;
}

@media (max-width: 600px) {
  .background-faq p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
  text-align: center;
}

.testimonial-top-bit {
  margin-bottom: 20px;
}

.testimonial-top-bit h2 {
  font-size: 2em;
  font-weight: bolder;
}

.testimonial-top-bit p {
  font-size: 1.25em;
  color: #515151;
}

.testimonial-content h3 {
  color: #515151;
}

.testimonial-content p {
  width: 60%;
  display: block;
  margin: 0 auto;
  font-size: 1.24em;
  color: #787878;
}

.yelp-stars {
  width: 150px;
  margin-top: 15px;
  display: initial !important;
}

.customer-image {
  width: 100px;
  border-radius: 100%;
  display: initial !important;
}

.testimony-slide .slick-dots li {
  display: inline-block;
  color: transparent;
  height: 13px;
  width: 13px;
  background: #444;
  box-sizing: border-box;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 9999px;
  cursor: pointer;
  margin-top: 20px;
  opacity: 0.3;
}

.testimony-slide .slick-dots li.slick-active {
  opacity: 1;

}

.testimony-slide .slick-dots li.slick-active button:focus {
  opacity: 0;
}

/** About **/
.about-us-hero {
  background-position: center;
  background-size: cover;
}

.subpages-hero {
  height: 70vh !important;
}

.subpages-hero .table h1 {
  text-align: center;
}

.about-us-blurb p {
  margin-bottom: 30px;
}

.about-us-blurb a {
  text-decoration: underline;
}

.team-details {
  padding-top: 0px;
  padding-bottom: 60px;
}

.team-details p {
  color: #121846;
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.team-details .blurb h3 {
  text-align: left;
  margin-bottom: 0;
  font-size: 2.3em;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.team-details .blurb p {
  text-align: left;
  margin-bottom: 0;
  font-size: 1em;
  max-width: 100%;
}

.team-details .blurb a {
  color: #6b6b6b;
  font-size: 1.1em;
  text-align: left;
  float: left;
  margin-right: 20px;
}

.team-details .blurb .inline-social a {
  display: inline-block;
  ;
  text-align: left;
}

.card-image {
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.card-image img {
  border-radius: 100%;
}

.card-image .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-radius: 100%;
}

.card-image:hover .img-top {
  display: inline;
}

.team-details-break {
  margin-top: 100px;
}

.details-join {
  text-align: center;
}

.details-join .columns {
  padding-top: 40px;
  padding-bottom: 80px;
}

.details-join p {
  font-size: 1.1em;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.details-join h2 {
  color: #1f3367;
  font-size: 1.8em;
}

.details-join img {
  height: 100px;
}

.details-join a {
  color: #fff;
  background: #fb6542;
  text-transform: uppercase;
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}

.promise-content {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
}

.promise-content p {
  display: inline;
}

.title-choosing {
  margin-bottom: 30px !important;
}

.c30350bf9f5697b96ebdd73424b29fb4749c4f6f h2 {
  margin: 0 !important;
  font-size: 1.5em !important;
}

.about-why p {
  margin-bottom: 30px;
}

.faq-content .accordion {
  background: transparent;
  border: 0;
}

.faq-content .accordion-content {
  background: transparent;
  border: 0;
}

.faq-content .accordion-title:focus,
.faq-content .accordion-title:hover {
  background: transparent;
}

.faq-content .accordion-title {
  color: #444;
  padding: 10px;
  border: 0;
}

.faq-content .accordion-title h2 {
  font-size: 1.2em;
  font-weight:bolder;
  text-align: left;
}

.faq-content .accordion-content p {
  text-align: left;
}

.faq-content .accordion-title::before {
  right: auto;
  left: -1rem;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: -.7rem;
  color: #008ACF;
}

/** Checklist **/
.checklist-hero {
  background-position: center;
  background-size: cover;
}

.checkinglist img {
  border-radius: 0;
}

.checkinglist .columns {
  padding: 0;
}

.check-list-content h2 {
  font-size: 2.5em;
}

.check-list-content ul {
  margin-left: 20px;
}

.check-list-content ul li {
  font-size: 1.1em;
}

.green-border {
  border-bottom: 5px solid #70920A;
}

.blue-border {
  border-bottom: 5px solid #0089CF;
}

.subpage-choosing {
  background: #f8f8f8;
}

.subpage-choosing .about-why p {
  margin-bottom: 10px;
}

@media (max-width: 829px) {
  .check-list-content h2 {
    font-size: 2em;
    margin-top: 20px;
  }
}

/** Contact **/
.contact-hero {
  background: url("assets/new/map.png");
  background-position: center;
  background-size: cover;
}

.contact-blurb.N2d128b8c8fbae7b7edb55d866b5c3e6058daad38 p {
  padding-left: 0;
}

.contact-actions-content {
  text-align: center;
  margin-bottom: 30px;
}

.contact-actions-content a {
  display: block;
  margin-top: 20px;
  font-size: 1.5em;
}

.contact-actions {
  padding-top: 0px;
  padding-bottom: 60px;
}

.block-field input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #818181;
  box-shadow: none;
  padding-left: 30px;
}

.block-field .field {
  position: relative;
}

.block-field .field img {
  width: 20px;
  position: absolute;
  top: 5px;
}

.contact-form {
  padding-bottom: 80px;
}

.submission-class {
  text-align: center !important;
  background: #0089CF !important;
  color: #fff !important;
  height: 40px !important;
  border-radius: 10px !important;
  width: 100% !important;
  display: block !important;
  width: 150px !important;
  margin: 0 auto !important;
  font-size: 1.3em !important;
  font-weight: bold !important;
  margin-top: 10px !important;
}

input:focus {
  border: 0 !important;
  border-bottom: 1px solid #818181 !important;
}

.Y03a7fe93606590ab8bac9b99 iframe {
  height: 2800px;
}
@media (max-width: 500px) {
  .Y03a7fe93606590ab8bac9b99 iframe {
      height: 4300px;
  }
}

li#menu-item-302 a {
    display: block;
    height: 30px;
    line-height: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #0089CF;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase !important;
    transition: 0.2s all;
}

li#menu-item-302 a:hover{
  display: block;
  height: 30px;
  line-height: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  text-transform: uppercase !important;
  transition: 0.2s all;
}

.testimonials .border-testimonial {
  overflow-x: hidden !important;
}

.testimonials .border-testimonial .testimoni{
  display: block;
  max-width: 70%;
  margin: auto;
}

.testimonials img {
  border-radius: 100%;
  height: 100px;
  display: block;
  margin: 30px auto;
}

body {
  overflow-x: hidden;
}

.testimonials img.star {
  border-radius: 0;
  height: 30px;
}

.testimoni .slick-slide {
  width: 100% !important;
}

.slick-dots button {
  display: none;
}

.slick-next {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 99;
}

.slick-prev {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 99;
}

.slick-dots li {
    display: inline-block;
    color: transparent;
    height: 13px;
    width: 13px;
    background: #444;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 9999px;
    cursor: pointer;
    margin-top: 20px;
    opacity: 0.3;
}

.slick-dots li.slick-active {
    opacity: 1;
}

.checklist-type {
  margin-top: 50px;
  margin-bottom: 50px;
}

.error-iframe {
  margin-top: 40px;
  margin-bottom: 40px;
}
.error-iframe h3 {
  text-align: center;
  color: red;
  font-style: italic;
}

.default-page-post {
  margin-top: 60px;
  margin-bottom: 60px;
}
.default-page-post p {
  margin: 0 auto;
  padding-left: 30px;
  font-size: 1.25em;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 0px;
  color: #787878;
  display: block;
  margin-bottom: 30px;
}