/* GLOBAL */
body.media {
    display: block;
}

body, .bg-white, .text-body {
  color:#4d4d4d;
}
#content a {
    color: #006405;
    font-weight: bold;
}
#content a:hover {
    color: rgba(0, 100, 5, .75);
}
.blog #content a {
    color: #006405 !important;
    font-weight: bold;
    font-size: 0.95em;
}
.blog #content a:hover {
    color: rgba(0, 100, 5, .75) !important;
    text-decoration: none;
}
.blog #content h2.entry-title a:hover {
    color: #000;
    text-decoration: none;
}
.content-highlight {
    display: none;
}
h1 {
  line-height: 1;
  position:relative;
}
h1 span {
    display: block;
}
h1 span:first-of-type, h2 span:first-of-type {
    color:#008906;
}
h1 span:last-of-type, h2 span:last-of-type {
    color: #515043;
}
.home h1 {
    margin-bottom: .5em;
    position: relative;
    line-height: 1em;
    font-size: 2.5rem;
}
.home h2 {
    margin-bottom: .5em;
    position: relative;
    line-height: 1em;
    font-size: 2.5rem;
}
/*
.home h1:before {
    content: ' ';
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    border: 1px solid #00c809;
    width: 100%;
}
.home h1:after {
    content: ' ';
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    border: 2px solid #515043;
    width: 100px;
}
.home h2:before {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    border: 1px solid #00c809;
    width: 100%;
}
.home h2:after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    border: 2px solid #515043;
    width: 100px;
}
*/
.home #content {
   /* margin-top: 5em;
    margin-bottom:3em;*/
}
a, button, svg {
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s
}
.content h1 {
	position: relative;
	margin: 0 0 1em;
	font-size: 2.75rem;
}
.single-post .content h1 {
    position: relative;
    margin: 0 0 1em;
    font-size: 2rem;
    font-weight: bold;
}
.content h1:before {
    content: ' ';
    position: absolute;
    bottom: -19px;
    left: 0;
    display: block;
    border: 1px solid #00c809;
    width: 100%;
}
.content h1:after {
    content:' ';
    position:absolute;
    bottom:-19px;
    left:0;
    display:block;
    border:2px solid #515043;
    width:100px;
}

.btn-wcag {
/*  position: absolute;
  top: 3rem;
  left: 1rem;
  color: white;
  border: 1px solid white;
*/}
.btn-wcag {
    background-color: #515043 !important;
    color: white !important;
    padding: 0.9em 1.2em !important;
}
.btn-skip-content {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem;
}

.btn-skip-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem;
}

.btn {
    border: 0px solid transparent;
    padding: 1rem 1.5rem;
}
.cross-lines span {
  display: inline-block;
  position: relative;  
}
.cross-lines span:before,
.cross-lines span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: 0;
  width: 200px;
  margin: 24px 15%;
}
.cross-lines span:before {
  background-image: linear-gradient( to right, rgba(0, 0, 0, 0), rgba(0, 0, 0,.5) );
}
.cross-lines span:after {
  background-image: linear-gradient( to left, rgba(0, 0, 0, 0), rgba(0, 0, 0,.5) );
}
.testimonials-section .cross-lines span:before, .menu-image-simple .cross-lines span:before {
  background-image: linear-gradient( to right, rgba(255,255,255,0), rgba(255,255,255,.5) );
}
.testimonials-section .cross-lines span:after, .menu-image-simple .cross-lines span:after {
  background-image: linear-gradient( to left, rgba(255,255,255,0), rgba(255,255,255,.5) );
}

.cross-lines span:before {
  right: 100%;
  margin-right: 15px;
}
.cross-lines span:after {
  left: 100%;
  margin-left: 15px;
}


a:not(.btn) {
  text-decoration: underline;
}
.navbar-light .navbar-brand {
    color: rgba(255,255,255,1);
}
.content a:not(.btn):not(.submenu a) {
  font-weight: bold;
  text-decoration: underline !important;
}

.content, .section {
  line-height: 1.6;
}

.home #content {
  position: relative !important;
  /*padding: 0 0 !important;*/
}
.page #content {
    position: relative;
    /*padding: 0 10em;*/
}
.page-id-300 #content {
  position: relative;
  padding:0 5em 0 0;
}
/*.home #content .col-md-6.text-left {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
}*/
img.alignnone.size-full.wp-image-1134 {
    box-shadow: 50px 50px 1px #00c809;
    border: 10px solid #fff;
}

/*.content-highlight {
  position: absolute;
  transition: .2s;
  top: 0;
  left: 0;
  background: #fff8a3;
  z-index: -1;
}
*/
.content img {
  max-width: 100%;
  height: auto;
}

body.no-scrolling {
  overflow: hidden;
}

.menu-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.embed-responsive {
  margin-bottom: 1rem;
}

.text-white a {
  color: white;
}

/* SAGE DEFAULT */

.comment-list ol {
  list-style: none;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft, .alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }
  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

/* FOCUS */

a:focus {
  outline-style: dotted;
  outline-width: 1px;
}

input:focus, select:focus, textarea:focus, [tabindex]:not([tabindex='-1']):focus {
  outline-style: dotted;
  outline-width: 2px;
}

.bg-primary a:focus, .bg-secondary a:focus, .bg-tetriary a:focus, .white-outline a:focus {
  outline-color: white !important;
}

.bg-primary a:not(.btn), .bg-secondary a:not(.btn), .white-outline a:not(.btn) {
  color: white;
}

.bg-primary a .svg-inline--fa, .bg-secondary a .svg-inline--fa, .white-outline a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.bg-primary, .bg-secondary {
  color: white;
}

/* NAVBAR */

.navbar-brand img {
  width: auto;
  max-height: 50px;
}

.navbar .navbar-collapse {
  flex-wrap: wrap;
  z-index: 99;
}

.dropdown-item.active, .dropdown-item:active, .navbar-nav a:focus, .navbar-nav a:hover {
  background: transparent;
}

.navbar:not(.highlight-active) .navbar-nav .nav-link.highlighted {
  background-color: white;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: underline;
}

.navbar-nav a {
  text-decoration: none !important;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .dropdown-item, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: white;
  border-color: white;
}

.navbar-dark .navbar-toggler span {
  background: white;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow, .navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
  border-color: white;
}

.navbar-dark .dropdown-menu {
  border-color: white;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .dropdown-item, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: gray;
}

.navbar-light .navbar-toggler {
  color: gray;
  border-color: gray;
}

.navbar-light .navbar-toggler span {
  background: gray;
}

.navbar-light .navbar-nav.sm-collapsible .nav-link .sub-arrow, .navbar-light .navbar-nav.sm-collapsible .sub-arrow {
  border-color: gray;
}

.navbar-light .dropdown-menu {
  border-color: gray;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128, 128, 128, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-menu {
  border-radius: 0;
}

.navbar-toggler {
  position: relative;
  height: 40px;
  width: 56px;
}

.navbar-toggler span {
  border: none;
  height: 2px;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  transform: translateX(-50%);
}

.navbar-toggler span:nth-of-type(2) {
  top: 18px;
}

.navbar-toggler span:nth-of-type(3) {
  top: 26px;
}

.navbar-toggler[aria-expanded="true"] .top {
  -webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
  transform: translateY(8px) translateX(-50%) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom {
  -webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
  transform: translateY(-8px) translateX(-50%) rotate(-45deg);
}
.nav-link {
    display: block;
    padding: 1.25rem 1rem;
}
.navbar-highlight {
  position: absolute;
  /*transition: .5s;
  background: #00e428;*/
  z-index: 1;
}
a.nav-link.active {
    background-color: #00e428;
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #00e428;
    color: #fff !important;
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-light .navbar-nav .nav-link:focus {
    background-color: #ffff;
    color: #000 !important;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

@media (max-width: 991px) {
  .fixed-top {
    z-index: 1031;
    max-height: 100vh;
    overflow: auto;
  }
}

/* CF7 & SEARCH FORM */

.search-form label {
  font-weight: normal;
}
.section-form .wpcf7-form p:first-of-type {
    color: #70f679;
}
.page-id-300 .wpcf7-form p:first-of-type {
    color: inherit;
}
.wpcf7-form, .error404 .searchform {
    max-width: 100%;
    background-color: rgba(31, 22, 23, .7);
    padding: 2em 4em 4em;
    text-align: left;
    margin: 0 0 0 0;
    float: right;
}
.page-id-300 .wpcf7-form {
    max-width: 100%;
    background-color: rgba(0, 0, 0, .05);
    padding: 4em 4em;
    text-align: left;
    margin: 0 0 0 0;
    float: left;
    width: 90%;
}
.modal-body .wpcf7-form, .error404 .searchform {
    max-width: 100%;
    padding: 4em 3em;
    text-align: left;
    margin: 0 0 0 0;
    color: #000;
    width:100%;
    outline-color: red !important;
    background-color: #fff;
}
.page-id-300 aside.sidebar {
    background-color: #00e428;
    padding: 0;
    display: inline-table;
    color: #000000;
}
.page-id-300 aside.sidebar .socials {
    margin: 10px 0 0;
    display: block !important;
}
.page-id-300 aside.sidebar .text-2 {
    padding: 2em 1em 2em;
}
.page-id-300 .widget_text h3 {
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
}
.page-id-300 .text-2 a.phone_anchor {
    font-size: 1.75em;
    font-weight: bold;
    margin: 10px 0 0;
    color: #000;
}
.page-id-300 .text-2 h4 {
    font-size: 1.5em;
    margin: 0em 0 0.25em;
}
.page-id-300 .text-2 p {
    margin: 0;
    padding: 0;
}
p.fax a {
    font-size: 1.05em !important;
    margin: 0 !important;
}
.fax {
  font-size:1.25em;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
  width: 100%;
}

/* SUBMENU */

.flc-submenu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}

.submenu-column ul {
  flex-direction: column;
  align-content: center;
}

.flc-submenu li {
  width: 50%;
  padding: 3px
}

.flc-submenu a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  padding: 5px;
}

.flc-submenu a:focus, .flc-submenu a:hover {
  background: white !important;
}

@media (max-width: 767px) {
  .flc-submenu li {
    width: 100%;
  }
}

/* BUTTONS */

.btn {
  text-decoration: none !important;
  border-radius: 0;
}

.btn:focus {
  box-shadow: unset;
  outline-color: transparent;
}

.btn .svg-inline--fa {
  border-bottom: none !important;
}

/* MOBILE CTA */

.mobile-cta a {
  width: 50%;
  padding: 0.5rem 0;
  border: 1px solid;
}

.mobile-cta a:focus {
  outline: inherit;
}

/* BLOG */
h2.entry-title {
    margin-bottom: 0.5em;
    font-size: 1.75em !important;
}
.entry-summary {
  margin-bottom: 1rem;
  padding-bottom: 0rem;
  position: relative;
  border-bottom: 1px dashed;
}
.entry-summary img.attachment-thumbnail {
    width: 300px;
}
.entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
  margin: 5px auto 1rem;
  display: block;
}
.entry-summary .sharing {
  float: right;
}
.entry-summary p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
    float: left;
    margin-right: 2rem;
  }
}

/* SECTIONS */

.section, .home .content-wrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section, .content-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section header {
  text-align: center;
  padding-bottom: 2rem;
}

.section header>h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 1px;
}
.section header>p {
    font-size: 1.125em;
    margin-top: 1em;
}
.section-form header {
    text-align: center;
    padding-bottom: 2rem;
    background-color: rgba(31, 22, 23, .7);
    padding: 4em 4em .1em !important;
    display: block;
    color: #fff;
}

/* SOCIALS */

.socials a, .sharing a {
  margin: 3px;
}

a .fa-stack .svg-inline--fa:last-of-type {
  border-bottom: transparent !important;
}

.sharing-text {
  padding-bottom: 5px;
  margin: 5px;
}

.contrastHigh a:focus .color-facebook, .contrastHigh a:hover .color-facebook {
  color: #3b5998
}
.contrastHigh a:focus .color-twitter, .contrastHigh a:hover .color-twitter {
  color: #4099ff
}
.contrastHigh a:focus .color-google-plus, .contrastHigh a:hover .color-google-plus {
  color: #d34836
}
.contrastHigh a:focus .color-linkedin, .contrastHigh a:hover .color-linkedin {
  color: #0077B5
}
.contrastHigh a:focus .color-youtube, .contrastHigh a:hover .color-youtube {
  color: #e52d27
}
.contrastHigh a:focus .color-pinterest, .contrastHigh a:hover .color-pinterest {
  color: #BD081C
}
.contrastHigh a:focus .color-instagram, .contrastHigh a:hover .color-instagram {
  color: #CD486B
}
.contrastHigh a:focus .color-yelp, .contrastHigh a:hover .color-yelp {
  color: #d32323
}


/* IMAGE HEADER */

.header-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.home .header-image {
  height: 32vw;
  position: relative;
  overflow: hidden;
}
.header-image {
  height: 20vw;
  position: relative;
  overflow: hidden;
}

.home .header-image>.container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.header-image>.container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align:left;
  line-height: 1.25;
}

@media (max-width: 991px) {
  .header-image {
    height: auto;
    overflow: auto;
  }
  .header-image>div {
    /*background: white !important;
    color: black;*/
  }
  .header-image a, .header-image .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    /*color: black !important;*/
  }
  .header-image a:focus {
    outline-color: black !important;
  }
.header-image>.container {
/*    position: static;
    transform: translateY(0%);*/
  }
}

/* BREADCRUMBS */

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.header-image .breadcrumb-item.active {
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white;
}
.header-image ol {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
  margin: 0 0 0 1em;
}

/* TEST ROWS */

.row-logo img {
  max-height: 50px;
  width: auto;
  padding: 0 1.5rem;
  max-width: 100%;
  margin: 1.5rem 0;
}

.row-newsletter p span {
  display: block;
}
.row-newsletter p span:first-of-type {
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.row-newsletter p span:last-of-type {
    font-size: 1.5em;
    font-weight: normal;
    text-transform: initial;
    text-align: center;
}
/* HEADER ROW */

.header-row img {
  max-width: 100%;width: 300px;
}

/* BEFORE AFTER GALLERY */

.flc-before-after {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flc-before-after li {
  margin-bottom: 1rem;
}

.cross2-slider:focus, .cross2-slider:hover {
  border-color: transparent !important;
}

/* OVERLAYS */

.overlay-solid, .overlay-grid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-grid::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

/* FAQ */

.fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

/* CAROUSEL TEXT ONLY */

.carousel-text-only .bx-wrapper {
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
}

/* CAROUSEL ROW LOGOS */

.carousel-row-logos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.carousel-row-logos .bx-prev {
  left: -2rem;
}

.carousel-row-logos .bx-next {
  right: -2rem;
}

.carousel-row-logos img {
  max-height: 150px;
  margin: 0 auto;
}

.carousel-row-logos li {
  float: left;
  list-style: outside none none;
  position: relative;
}

.carousel-row-logos .bx-controls-auto {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 2rem;
}

/* CAROUSEL IMAGE WITH TEXT */

.carousel-image-with-text .carousel-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
  padding-right: 20%;
}

.carousel-image-with-text .position-relative>img {
  width: 100%;
}

.carousel-image-with-text .bx-wrapper .bx-pager, .carousel-image-with-text .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  position: absolute;
  bottom: 2rem;
}

.carousel-image-with-text, .carousel-image-with-text .bx-wrapper, .carousel-image-with-text img {
  height: 22.65vw;
  overflow: hidden;
}

/* CAROUSEL BACKGROUND IMAGE */

.carousel-background-image .bx-viewport li {
  width: 100%;
  background-size: cover;
}

.carousel-background, .carousel-background-image .bx-viewport li {
  height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/* MOUSE ANIMATION */

.carousel-background-image::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  width: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  animation-iteration-count: infinite;
  animation-iteration-count: 2;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 10px
  }
  25% {
    bottom: 15px
  }
  50% {
    bottom: 10px
  }
  75% {
    bottom: 20px
  }
  to {
    bottom: 10px
  }
}

@keyframes bounce {
  0% {
    bottom: 10px
  }
  25% {
    bottom: 15px
  }
  50% {
    bottom: 10px
  }
  75% {
    bottom: 20px
  }
  to {
    bottom: 10px
  }
}

/* flc-amenities */

.flc-amenities {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-amenities li {
  width: 25%;
  padding: 5px;
  text-align: center;
}

@media (max-width: 991px) {
  .flc-amenities li {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .flc-amenities li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .flc-amenities li {
    width: 100%;
  }
}

/* OPENING HOURS */

.section-opening-hours h3 {
  font-size: 1.5rem;
}

.section-opening-hours .col {
  padding: 15px;
}

.section-opening-hours .current-day {
  background: #F8F9FA;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* testimonials EXPANDABLE REVIEWS */
.testimonials-section {
    color: #fff;
    padding: 6em 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}


.morelink {
  margin-top: 1rem;
  display: block;
}

#testimonials-modal .modal-content {
  max-height: 70vh;
}

#testimonials-modal .modal-body {
  overflow: auto;
}

#testimonials-modal .modal-footer {
  padding: 0;
}

.testimonials-blockquote cite {
    font-size: 1rem;
    opacity: .8;
}
.testimonials-stars .fa-star {
  margin-right: 3px;
  color: #ffca2e;
  font-size: 1rem;
}
.testimonials-section h3.text-center {
    opacity: .7;
}
.score .testimonials-stars .fa-star {
    margin-right: 3px;
    color: #ffca2e;
    font-size: 1.25rem;
}
.testimonials-average {
  font-size: 2rem;
}

.testimonials-average small {
  font-size: 75%;
}

/* TEAM */

.section-team img {
  max-width: 100%;
}

.section-team figcaption {
  margin: 1rem 0;
}

/* flc-coupons */

.flc-coupons {
  padding: 0;
  list-style: none;
}

.flc-coupons li {
  border: 3px dashed white;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 5px solid;
  margin: 5px 5px 2rem 5px;
  position: relative;
}

.flc-coupons li p:last-of-type {
  margin-bottom: 0;
}

.flc-coupons a {
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 0;
}

@media print {
  .flc-coupons li {
    border-color: black;
  }
  .flc-coupons a {
    display: none;
  }
}

/* MENU IMAGE SIMPLE */

.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover .menu-item {
  min-height: 400px;
  position: relative;
}

.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul, .touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
  }
}

.menu-image-hover h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: white;
  margin: 0;
  padding: 0.5rem 0;
}

.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* my code */


.menu-image-simple {
    background-size: 790px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 5em 18em 5em;
    background-position: right center;
    background-repeat: no-repeat;
}
.menu-image-simple h2:before, .menu-image-simple h2:after, .section-latest-posts h2:before, .section-latest-posts h2:after,
.testimonials-section h2:before, .testimonials-section h2:after, .section-contact h2:after, .section-contact h2:before {
  display:none;
}
.menu-image-simple h1 span:last-of-type, .menu-image-simple h2 span:last-of-type, .testimonials-section h2 span:last-of-type {
    color: #fff;
}
.menu-image-simple h2 {
    margin: 0 0 0.5em !important;
    display: block;
}
.menu-image-simple .menu-item {
    min-height: 350px;
    position: relative;
    background-size: cover;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
}
.menu-image-simple .menu-item h3 {
    color: #fff;
    background-color: #00c809;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 0;
}
.menu-image-simple .menu-item h3 a {
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    /* border-top: 1px solid #333; */
    text-transform: uppercase;
}

/* MENU IMAGE SIMPLE */

.menu-image-simple li {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    width: 24%;
    background-size:cover;
    /*border: 5px solid #e6f6ee;*/
    margin: 4px;
}
.menu-image-simple nav {
    margin: 0 auto;
    max-width: 1440px;
}


.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-image-simple li a span {
    background: rgb(0, 199, 8);
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    text-decoration: none;
    transition: .4s;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.menu-image-hover .menu-item, .menu-image-simple .menu-item {
  min-height: 366px;
  position: relative;
  background-size: 366px;
  background-repeat: no-repeat;
   border: 1px solid rgba(255,255,255, .5);
   background-position: center;
}    

.menu-image-simple a {
  height: 100%;
  display: block;
}
.page-id-1352 .menu-image-simple a {
    height: 100%;
    display: block;
    color: #fff;
}
.menu-image-simple a:hover {
    background-color: rgba(16, 67, 120, .5);
    color: #fff;
    text-decoration: none;
}
.menu-image-simple a:focus {
    border: dotted 2px white;
    background-color: #194a7d;
    color: #fff !important;
}
.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul, .touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
  }
}

.menu-image-hover h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: white;
  margin: 0;
  padding: 0.5rem 0;
}

.menu-image-simple ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-image-simple p {
    padding: 0 20em;
    margin: 0;
    font-size: 1.1em;
}
.menu-image-simple header {
  margin: 0 auto 1em;
}
.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}













/* MENU IMAGE BRICKS */

.menu-image-bricks ul {
  z-index: 2;
  border-left: 0.5rem solid white;
  border-right: 0.5rem solid white;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.menu-image-bricks a {
  border: solid 0.5rem white;
  display: flex;
  height: 100%;
  padding: 8rem 1rem;
  background-color: transparent;
  transition: all 0.5s;
}

.menu-image-bricks img {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.menu-image-bricks a:hover, .menu-image-bricks a:focus {
  transition: all 0.5s;
}

.menu-image-bricks a:hover img, .menu-image-bricks a:focus img {
  opacity: 1;
}

.menu-image-bricks .box {
  position: unset;
  height: auto;
  padding: 0;
}

/* FINACIAL TABLE */

.table-javascript caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  color: black;
}

.table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
  border-bottom: 1px dashed !important;
}

.table-javascript tr, .table-javascript thead th {
  border-bottom: 1px dashed !important;
}

.table-javascript th, .table-javascript td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none !important;
}

.table-javascript th {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .table-javascript th, .table-javascript td {
    width: 100%;
    display: block;
    border: transparent !important;
    text-align: left;
    padding: 0.5rem;
  }
  .table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
    border: none !important;
  }
  .table-javascript thead {
    display: none;
  }
  .table-javascript tr {
    padding: 1rem 0;
  }
}

/* BACKGROUND VIDEO */

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#btn-video {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  z-index: 1;
}

.backgroundvideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* BANNER HEADER */
header.banner {
    padding:1em 5em;
    display: flex;
    justify-content: space-between;
}
header.banner img {
    width: 200px;
}
header a.phone_anchor {
    font-size: 2rem;
}
p.header-contact-info a {
    display: block;
    line-height: 1;
    margin: 0 6px 0 0;
}
a.email_anchor {
    color:#006812;font-size: 17px;padding: 1px 0 0;
}
.home .page-header p {
    font-size: 1.65rem;
    margin: 0;
    line-height: 1;
}
.page-header p {
    font-size: 4rem;
    margin: 0 0 0 0.25em;
    line-height: 1;
    font-weight: bold;
}
.page-header p span {
    font-size: 5rem;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
}
.home .page-header p:last-of-type {
    margin: 3em 0 0;
}
.page-header .btn {
    border: 1px solid #999;
    width: 11em;
}
.strap-line {
    background-color: #00c809;
    color: #fff;
    padding: 4em 0 !important;
}
.strap-line p {
    line-height: 1.1;
    margin: 0;font-weight: bold;
    font-size: 3.4rem;
    padding: 0 1em;
}

.strap-line span {
    display: block;
}
.strap-line span:nth-child(2) {
    display: block;
    color: #fff;
    font-size: 3.35rem;
    letter-spacing: 2px;
}
.strap-line a.btn {
    background-color: #fff;
    color: #525043;
    margin: 3em 0 0;
    width: 190px;
    border: 1px solid #525043;
}
.strap-line a.btn:focus, .strap-line a.btn:hover {
    background-color: #000;
    color: #fff;
}    
/* HOME CONTENT */

section.home-content {
    /*margin: 2em -15px 2em;*/
    position:relative;
    padding: 5em 0;
    background-color: #f2f2f2;
}
/*section.home-content:before {
  content: '';
  background-color: rgba(0, 0, 0, .05);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 188px;
}*/
/*section.home-content:after {
    content: '';
    background-color: rgba(242, 242, 242, 1);
    width: 1246px;
    height: 151px;
    position: absolute;
    top: 37px;
    z-index: -1;
    margin: 0 auto !important;
    display: block;
    left: 25%;
    right: 25%;
}*/
.home-content a, .section-second a {
    font-weight: bold;
    color:#005504;
}
/*section.home-content:after {
  content: '';
  background-color: #000; 
  width:200px;  
  height: 300px;
  display: block;
  position: absolute;
    top: 0;
    z-index: -1;
}*/
.home-content .col-md-6:nth-child(1) {
  /*background-color: #f2f2f2;*/
/*    display: block;
    padding: 0em 7em 0em 10em;
*/}
.home-content .col-md-6:nth-child(2) {
    /*padding: 0em 0em 0em 1em;
    background-color: #f2f2f2;*/
}
.section-content {
   /* background-repeat: no-repeat;
    background-position: 85% center;*/
}
.section-content .col-md-6:nth-child(1) {
    padding: 5em 2em 5em 40em;
}
.section-content .col-md-6:nth-child(2) {
    background-repeat: no-repeat;
    background-position: 1em center;
    position: relative;
}
/*.section-content .col-md-6:nth-child(2):after {
    content: ' ';
    position: absolute;
    bottom: 78px;
    left: 30px;
    border: 15px solid #00c809;
    width: 100%;
    z-index: -1;
}*/
.section-second .col-md-6:nth-child(1) {
    background-repeat: no-repeat;
    background-position: right center;
}

.section-second {
    background-repeat: no-repeat;
    background-position: 14% center;
}
.section-second .col-md-6:nth-child(2) {
    padding: 6em 36em 6em 3em;
}
/* LATEST POSTS - BLOG SECTION */

.section-latest-posts ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 767px) {
  .section-latest-posts li {
    margin-bottom: 3rem;
  }
  .section-latest-posts li:last-of-type {
    margin-bottom: 0;
  }
  .section-latest-posts .btn {
    float: right;
  }
}

.section-latest-posts {
  background-image: url('https://www.ecopumpservices.com/wp-content/themes/ecopumpservices/assets/images/blog-bg.jpg');
  background-repeat: repeat-x;
    background-position: center 445px;
}
.section-latest-posts a.d-block p {
    margin: 0px;
    background-color:#00c809 !important;
    width: 100%;
    color: #fff;
    display: inline-block;
}
.section-latest-posts h3 {
    font-size: 1.5rem;
    padding: 0.75em 1em;
}
.section-latest-posts li.col-md-4 {
    background-color: #fff;
    padding: 0;
    margin-right: 15px;
    max-width: 32.4%;
    float: left;
}
a.readmore {
    font-weight: bold;
    color:#008906 !important;
}
.section-latest-posts li.col-md-4:last-of-type {
    margin-right: 0;
}    
.section-latest-posts li img {
  width:100%;
}
.section-latest-posts p {
    padding: 0 1.5em;
}
.section-latest-posts header p {
    padding: 0 1.5em;
    font-size: 1.25em;
}
.section-latest-posts .btn {
    float: right;
}
.section-latest-posts p:last-of-type .btn {
    float: none;
}
.section-latest-posts .w-100 {
    padding: 0;
    margin: 2em 0 0;
}
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}
.widget_recent_entries a {
    color: rgba(255, 255, 255, .9);
    line-height: 1.25;
    display: block;
    padding: 0.5em 0;
}
.widget_recent_entries a:hover, .widget_recent_entries a:focus {
  color: #000 !important;
}
aside.sidebar .widget_recent_entries {
    padding: 2em 2em 1em;
    background-color: #00c809;
    display: table;
    margin: 1em 1em;
}
.widget_recent_entries h3 {
    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 2rem;
}
/* CONTACT EMAIL SECTION */

.section-form {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0;
}
.section-form h2 {
    font-size: 2.75rem;
    text-transform: uppercase;
    margin-bottom: 0.75em;
}
.section-form .col-xl-4.form,
.section-form .col-lg-6.form,
.section-form .col-md-8.form {
    padding: 0em;
    color: #fff;
}

/*.home .section-form h2:after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    border: 2px solid rgba(255, 255, 255, .75);
    width: 100px;
}
*/
.section-contact h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 0.75em;
    font-weight: bold;
    font-size: 2.75rem;
}

.section-contact a.phone_anchor {
    font-weight: bold;
    font-size: 1.75em;
    margin: 10px 0 0;
}
.section-contact a.phone_anchor:hover {
    text-decoration: none;
}
.section-contact p {
    margin: 0;
}
.section-contact .socials {
    margin: 10px 0 0;
}
.half {
    width: 48%;
    float: left;
    margin-bottom: 1em;
}
.half.left {
    margin-right: 2%;
}

ul.list {
    list-style: none;
    padding: 0;
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
      -webkit-column-gap: 0.5em; 
  -moz-column-gap: 0.5em; 
  column-gap: 0.5em;
}
ul.list li a {
    background-color: #00c809;
    color: #fff !important;
    display: block;
    padding: 1em 0em;
    text-align: center;
    margin-bottom: 1px;
}
.flc-submenu ul li a {
    background-color: #00c809;
    color: #fff !important;
    display: block;
    padding: 1em 0em;
    text-align: center;
    margin-bottom: 1px;
}

ul.list li a:hover, ul.list li a:focus {
  background-color: #000;
}
/* NEWSLETTER */

.row-newsletter {
    background-color: #00c809;
    color: #fff;
    padding:4em 0;
    border-bottom: 1px solid;
}
.row-newsletter button.btn {
    background-color: #515043;
    border: 0 !important;
}




/* FOOTER */

footer img.img-fluid.flc-logo {
    width: 200px;
}
footer.content-info {
    background-color: #000;
    color: rgba(255, 255, 255, .75);
    padding: 1.5em 2em 0.5em;
    display: block;
    font-size: 0.95em;
}
footer.content-info p a:before {
    content: '|';
    color: rgba(255, 255, 255, 0.5);
    padding: 0 10px 0 5px;
    display: inline-block;
}
footer.content-info p a:last-of-type:before {
    content: '';
    display: none;
}

footer a {
    color: #00c809;
}
footer a:hover, footer a:focus {
  color:#fff;
  text-decoration: none;
}
footer img {
    float: right;
    padding: 0;
    width: 90px;
    opacity: .7;margin-right: 4em;
}


/* MEDIA QUERIES */
@media (max-width: 2400px) {
.section-content .col-md-6:nth-child(1) {
    padding: 5em 2em 5em 30em;
}
.section-second .col-md-6:nth-child(2) {
    padding: 6em 30em 6em 3em;
}
.menu-image-simple p {
    padding: 0 15em;
}
}
@media (max-width: 2035px) {
.section-content .col-md-6:nth-child(1) {
    padding: 5em 2em 5em 20em;
}
.section-second .col-md-6:nth-child(2) {
    padding: 6em 20em 6em 3em;
}
.menu-image-simple p {
    padding: 0 0;
}
}

@media (max-width: 1920px) {
.section-content .col-md-6:nth-child(1) {
    padding: 5em 2em 5em 10em;
}
.section-second .col-md-6:nth-child(2) {
    padding: 6em 6em 6em 3em;
}
.menu-image-simple p {
    margin: 0 0em;
    padding: 0 15em;
}
.menu-image-simple {
    padding: 6em 7em 7em;
}
.menu-image-simple .menu-item {
    min-height: 300px;
    }
.wpcf7-form, .error404 .searchform {
    padding: 2em 4em 4em;
    }   
header.banner {
    padding: 1em 1em;
 }        
}
@media (max-width: 1700px) {
.menu-image-simple p {
    padding: 0px 0em;
}
}
@media (max-width: 1688px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}
}

@media (max-width: 1611px) {
header.banner {
    display: inherit;
    justify-content: inherit;
}
.contact-info {
    position: absolute;
    top: 3em;
    right: 2em;
}
header.banner img {
    margin-left: 1em;
}
.menu-image-simple {
    padding: 6em 1em 7em;
}
.strap-line p, .strap-line span:nth-child(2) {
    font-size: 2.8rem;
}
}
@media (max-width: 1410px) {
.home h1 {
    font-size: 2.5rem;
}
}
@media (max-width: 1280px) {
.section-content .col-md-6:nth-child(1) {
    padding: 2em 1em 2em 3em;
} 
.section-second .col-md-6:nth-child(2) {
    padding: 2em 3em 2em 3em;
} 
.strap-line p, .strap-line span:nth-child(2) {
    font-size: 2.5rem;
}
.strap-line a.btn {
    margin: 2em 0 0;
}
.page-header p span {
    font-size: 4rem;
    }
.home .page-header p {
    font-size: 1.35rem;
    }
.home .page-header p:last-of-type {
    margin: 2em 0 0;
}    
.page-header p {
    font-size: 3.75rem;
    }    
}
@media (max-width: 1199px) {
.section-latest-posts li.col-md-4 {
    margin-right: 5px;
}
.section-latest-posts {
    background-position: center 408px;
}
.wpcf7-form, .error404 .searchform {
    max-width: 100%;
    padding: 2em 2em;
}
.strap-line p, .strap-line span:nth-child(2) {
    font-size: 2rem;
}
.page-header p {
    font-size: 3rem;
}    
}
@media (max-width: 1081px) {
.menu-image-simple li a span {
    font-weight: 700;
    padding: 10px 10px;
    height: 3em;
    line-height: 1;
}
.page-header p span {
    font-size: 3rem;
}
.home .page-header p {
    font-size: 1rem;
}
}

@media (max-width: 1063px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    padding-top: 1em;
    padding-bottom: 1em;
}
}
@media (max-width: 1024px) {
.home h2 {
    font-size: 2.2rem;
}
}
@media (max-width: 991px) {
.section-latest-posts h3 {
    font-size: 1rem;
}
.section-latest-posts {
    background-position: center 360px;
}
.home h1 {
    font-size: 2.25rem;
}
.home h2 {
    font-size: 2rem;
}
.strap-line p, .strap-line span:nth-child(2) {
    font-size: 2rem;
}
.section-content .col-md-6:nth-child(1) {
    padding: 2em 1em 2em 2em;
}
.navbar-expand-lg .navbar-nav .nav-link {
  border-bottom:1px dotted;
}
.strap-line p, .strap-line span:nth-child(2), .strap-line span  {
    display: initial;
}
.testimonials-section .cross-lines span:before, .menu-image-simple .cross-lines span:before {
  display: none;
}
.testimonials-section .cross-lines span:after, .menu-image-simple .cross-lines span:after {
  display: none;
}
}

@media (max-width: 1010px) {
.section-footer p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer.content-info p a:before {
  display: none;
}
footer img {
    margin-right: 0;
    margin-top: .25em;
}
footer a {
    padding: .25em;
}
}

@media (max-width: 860px) {
.menu-image-simple li {
    height: 300px;
    width: 48%;
}
.cross-lines span:before, .cross-lines span:after {
  display: none;
}
.home h1 {
    font-size: 2rem;
}
}

@media (max-width: 767px) {
.section-latest-posts li.col-md-4 {
    max-width: 100%;
}
.section-latest-posts {
  background-image: none;
}
.section-latest-posts h3 {
    font-size: 1.5rem;
}
.menu-image-simple li {
    width: 48%;
   } 
.menu-image-simple li a span {
    height: initial;
  } 
  .strap-line p, .strap-line span:nth-child(2) {
    font-size: 1.75rem;
}    
.page-header p span {
    font-size: 1.75rem;
}
.home .page-header p {
    font-size: 0.6rem;
}
.strap-line {
    background-color: #00c809;
    color: #fff;
    padding: 2em 1em !important;
}
.section-content .col-md-6:nth-child(2), .section-second .col-md-6:nth-child(1) {
    background-position: 0 0;
    background-size: cover;
    height: 428px;
    width: 100%;
}
.section-content .col-md-6:nth-child(1) {
    padding: 2em 1em 2em 1em;
}
.section-second .col-md-6:nth-child(2) {
    padding: 2em 3em 2em 1em;
}
.section-form {
    background-image: none !important;
    background-color: #000;
}
.section-contact .col-md-4 .container.text-center {
    padding: 3em 0;
}
.row-newsletter .input-group {
    margin: 2em 0 0;
}
.home h1 {
    font-size: 1.9rem;
}
section.home-content {
    padding: 3em 0 2em;
}
.menu-image-simple {
    padding: 4em 1em 4em;
}
.page-header p {
    font-size:2.5rem;
}
header.banner img {
    margin-left: 0em;
}
.content h1 {
    font-size: 2rem;
}
.page-header .btn {
    width: 10.5em;
}
.col-lg-4.col-md-6.d-flex.justify-content-center {
    padding-top: 4em;
    padding-bottom: 4em;
}
footer.content-info {
    padding-bottom: 4em;
}
}

@media (max-width: 675px) {
header.banner {
    text-align: center;
}
.d-flex.contact-info {
   /* display: -ms-flexbox!important;
    display: -webkit-box!important;*/
    display: block !important;
}
a.btn.btn-primary.btn-sm {
    margin: 1em 0;
}
.contact-info {
    position: absolute;
    top: 11em;
    width: 100%;
    right: 0;
}
header.banner .header-contact-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.header-contact-info span {
    text-align: center;
}
.btn-wcag {
    position: absolute;
    top: -8em;
    right: 0;
}
header.banner {
    padding: 1em 1em;
}
.navbar {
    margin:8em 0 0 0 !important;
}
.btn-wcag.mobile {
    display: block;
    right: 0 !important;
    left: auto;
}
p.header-contact-info a {
    margin: 0 0px 0 0;
}
.home .page-header p:last-of-type {
    margin: 1em 0 0;
}
.strap-line p, .strap-line span:nth-child(2) {
    font-size: 1.5rem;
    display: initial;
    padding: 0;
}
.strap-line span {
  display: initial;
}
.strap-line a.btn {
    margin: 1em 0 0;
    padding: 0.75em;
    width: 150px;
}
.section-content .col-md-6:nth-child(2), .section-second .col-md-6:nth-child(1) {
    height: 300px;
}
.page-header p {
    font-size: 1.75rem;
}
}

@media (max-width:528px) {
.page-header p {
    margin: 0;
  }
.header-image ol {
    margin: 0;
}  
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.25rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .25rem;
}
.breadcrumb {
    padding: 0;
 }   
 .header-image a {
    font-size: 0.75em;
}
.header-image .breadcrumb-item.active {
    font-size: 0.75em;
} 
}

@media (max-width:526px) {
.half {
    width: 100%;
}
}

@media (max-width: 483px) {
.page-header p {
    font-size: 1.25rem;
}
}
@media (max-width: 480px) {
  .page-header .btn {
    border: 1px solid #999;
    width: 9em;
    padding: 0.5em 0;
}
.menu-image-simple li {
    width: 100%;
}
.section-content .col-md-6:nth-child(2), .section-second .col-md-6:nth-child(1) {
    height: 255px;
}
.header-image ol {
    margin: 0;
}
ul.list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em;
}
.home .header-image {
    height: 35vw;
}
}
@media (max-width: 375px) {
.page-header p span {
    font-size: 1.5rem;
}
.home .page-header p {
    font-size: 0.5rem;
}
.page-header .btn {
    width: 9em;font-size: 1.5em;
}
.row-newsletter p {
    font-size: 1.6rem;
}
.section-content .col-md-6:nth-child(2), .section-second .col-md-6:nth-child(1) {
    height: 195px;
}
.home h1 {
    font-size: 1.5rem;
}
.home h2 {
    font-size: 1.75rem;
}
.menu-image-simple {
    padding: 3em 1em 3em;
}
.section header>h2 {
    font-size: 2rem;
}
.menu-image-simple p {
    font-size: 1em;
}
.menu-image-simple {
    padding: 3em 0 3em;
}
.menu-image-simple header {
    margin: 0 auto 0em;
}
.section-latest-posts header p {
    padding: 0 0;
    font-size: 1em;
}
.section header {
    padding-bottom: 1rem;
}
.testimonials-section {
padding: 3em 0;
    }
.page-header p {
    font-size: 1.25rem;
}   
}