.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.background-image-cover, .background-image-contain {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-contain {
  background-size: contain;
}

.padding {
  padding: 15px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-title {
  text-align: center;
  color: #262626;
}

.post-body {
  height: 100%;
  margin-bottom: 45px;
}

.content-item .post-image {
  height: auto;
}

.content-item .post-image img {
  width: 100%;
  height: auto;
}

#main a, .breadcrumbs a {
  color: #333;
}

#main a:hover, .breadcrumbs a:hover {
  color: #5fbf59;
  text-decoration: none;
}

.breadcrumbs-container {
  padding: 15px 0;
  background: #f5f8fa;
  margin: 0;
}

blockquote, #text-7 .textwidget blockquote {
  position: relative;
  padding: 0px 50px 10px 50px;
  line-height: 30px;
  text-align: left;
  quotes: none;
  border: 0;
}

blockquote p, #text-7 .textwidget blockquote p {
  font-style: italic;
}

blockquote:before, #text-7 .textwidget blockquote:before, blockquote:after, #text-7 .textwidget blockquote:after {
  position: absolute;
  font-family: FontAwesome;
  color: #5fbf59;
  font-size: 35px;
}

blockquote:before, #text-7 .textwidget blockquote:before {
  left: 0;
  top: 7px;
  content: "\f10d";
}

blockquote:after, #text-7 .textwidget blockquote:after {
  content: "\f10e";
  right: 0;
  bottom: 10px;
}

@media (max-width: 992px) {
  .page-template blockquote, .page-template #text-7 .textwidget blockquote, #text-7 .textwidget .page-template blockquote, .post-template-default blockquote, .post-template-default #text-7 .textwidget blockquote, #text-7 .textwidget .post-template-default blockquote, .post-template blockquote, .post-template #text-7 .textwidget blockquote, #text-7 .textwidget .post-template blockquote {
    line-height: 20px;
    font-size: 15px;
    padding: 0px 25px 10px 25px;
  }
  .page-template blockquote:before, .page-template #text-7 .textwidget blockquote:before, #text-7 .textwidget .page-template blockquote:before, .page-template blockquote:after, .page-template #text-7 .textwidget blockquote:after, #text-7 .textwidget .page-template blockquote:after, .post-template-default blockquote:before, .post-template-default #text-7 .textwidget blockquote:before, #text-7 .textwidget .post-template-default blockquote:before, .post-template-default blockquote:after, .post-template-default #text-7 .textwidget blockquote:after, #text-7 .textwidget .post-template-default blockquote:after, .post-template blockquote:before, .post-template #text-7 .textwidget blockquote:before, #text-7 .textwidget .post-template blockquote:before, .post-template blockquote:after, .post-template #text-7 .textwidget blockquote:after, #text-7 .textwidget .post-template blockquote:after {
    font-size: 20px;
  }
  .page-template blockquote:before, .page-template #text-7 .textwidget blockquote:before, #text-7 .textwidget .page-template blockquote:before, .post-template-default blockquote:before, .post-template-default #text-7 .textwidget blockquote:before, #text-7 .textwidget .post-template-default blockquote:before, .post-template blockquote:before, .post-template #text-7 .textwidget blockquote:before, #text-7 .textwidget .post-template blockquote:before {
    top: 0;
  }
}

.main ul {
  list-style: none;
  padding: 0;
}

.main ul li {
  margin-bottom: 5px;
}

.main ul li:before {
  padding-right: 7.5px;
  color: #5fbf59;
  content: "\f0a9";
  font-family: FontAwesome;
}

.fg-default.fg-gutter-20 .fg-item {
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #333;
  background-color: linear-gradient(to bottom, #f0f0f0 0, #fefefe 20%);
}

#content a {
  color: #5fbf59;
}

#content a:visited {
  color: #71c66b;
}

#content a:hover {
  color: #4db847;
}

#header {
  background-color: #ffffff;
}

#header, #header a, #header a:hover, #header a:visited {
  color: #000000;
}

#footer {
  background-color: #efefef;
}

#footer, #footer a, #footer a:hover, #footer a:visited {
  color: #333;
}

#header > .header-top > .container-fluid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.header-top {
  border-bottom: 1px solid #5fbf59;
}

.header-top .widget .textwidget {
  text-align: center;
}

#text-4 {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  font-style: italic;
}

#text-5 .textwidget {
  float: none;
}

#text-5 .textwidget div i {
  margin-right: 5px;
}

#text-5 .textwidget div a:hover {
  text-decoration: none;
  color: #5fbf59;
}

.fb-icon a {
  color: #007DB8 !important;
  background-color: #fff;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.fb-icon a i {
  margin: 0 !important;
  line-height: 23px;
}

@media (min-width: 860px) {
  #header > .header-top > .container-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .header-top .widget .textwidget {
    text-align: left;
  }
  #text-5 .textwidget {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #text-5 .textwidget div {
    margin-right: 10px;
  }
}

@media (max-width: 771px) {
  .header-top .widget .textwidget {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .fb-icon {
    padding-top: 5px;
  }
}

.header {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
  z-index: 1;
}

#header > .header-main > .container-fluid .widget:last-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

#header > .header-main {
  padding: 0;
}

.logo img {
  height: auto;
  max-width: 350px;
  width: 100%;
}

#template-widget-2 .eavenue-widget {
  padding: 15px 0;
}

#shortcode-widget-2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#shortcode-widget-2 .textwidget {
  margin-top: auto;
  margin-bottom: auto;
}

.ubermenu .ubermenu-submenu {
  background: #ffffff !important;
}

.ubermenu .ubermenu-target {
  margin: 0px 20px !important;
  padding: 14px 5px !important;
  display: inline-block !important;
  font-size: 100%;
}

.ubermenu .ubermenu-target-text:hover:after {
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  content: "";
  left: 0;
  right: 100%;
  height: 3px;
  background: #5fbf59;
  bottom: 0;
  width: 100% !important;
}

.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
  top: auto50px !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  right: -15px;
}

@media (max-width: 1370px) {
  .logo img {
    max-width: 350px;
  }
  .ubermenu .ubermenu-target {
    margin: 0 10px !important;
  }
  .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    right: -12px;
  }
}

@media (max-width: 1079px) and (min-width: 1024px) {
  .logo img {
    max-width: 250px;
  }
}

@media (max-width: 1024px) {
  .header-main .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-main .container-fluid .ubermenu_navigation_widget-class {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header-main .container-fluid .ubermenu_navigation_widget-class .ubermenu-responsive-toggle-align-full {
    text-align: right;
  }
  .ubermenu.ubermenu-responsive .ubermenu-column {
    text-align: right;
  }
}

@media (max-width: 520px) {
  .header-main .logo {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #shortcode-widget-2 {
    border-top: 1px solid #5fbf59;
  }
  .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    right: -10px;
  }
}

.textwidgeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 10px;
}

.info-row .info-item {
  padding-left: 10px;
  color: #262626;
}

@media screen and (min-width: 1025px) {
  .sidebar.header-main .container-fluid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1024px) {
  .ubermenu-responsive {
    position: absolute;
    background: #fff;
    width: 100vw !important;
    right: -15px;
    top: 50px;
  }
}

.sidebar.header-main div#template-widget-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  .sidebar.header-main div#template-widget-3 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sidebar.header-main div#shortcode-widget-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

@media screen and (max-width: 1024px) {
  .sidebar.header-main div#shortcode-widget-3 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar.header-top {
    padding: 5px 0px !important;
  }
}

.sidebar.header-top .container-fluid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.sidebar.header-top .container-fluid div#text-9,
.sidebar.header-top .container-fluid div#text-10 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 566px) {
  .sidebar.header-top .container-fluid {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .sidebar.header-top .container-fluid div#text-9 {
    display: none;
  }
  .sidebar.header-top .container-fluid .textwidgeta, .sidebar.header-top .container-fluid .info-row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.footer {
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 0px -3px 5px 0 rgba(50, 50, 50, 0.6);
  box-shadow: 0px -3px 5px 0 rgba(50, 50, 50, 0.6);
}

.we {
  text-align: center;
  /* color: #262626; */
  /* background: #f5f8fa; */
  padding: 20px 15px 38px;
}

.homepage .container-fluid {
  padding: 0;
}

#text-7 {
  background-color: #5fbf59;
}

#text-7 .textwidget {
  padding: 45px 15px;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 30px;
}

#text-7 .textwidget blockquote {
  margin-bottom: 0;
  font-size: 30px;
  padding-bottom: 0;
}

#text-7 .textwidget blockquote:before, #text-7 .textwidget blockquote:after {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

#text-7 .textwidget blockquote:before {
  top: 0;
}

#text-7 .textwidget blockquote:after {
  bottom: 0;
}

#text-7 .textwidget .quotename {
  text-align: right;
  margin: 0;
}

.master-slider {
  width: 100% !important;
}

.ms-view {
  width: 100% !important;
}

.ms-layer {
  font-size: 25px !important;
  color: #fff !important;
  top: 50% !important;
  max-width: 525px;
  left: 2% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  line-height: normal !important;
  right: 10% !important;
}

.ms-layer h3 {
  font-size: 38px;
  font-weight: bold;
}

.ms-layer p {
  margin: 0;
}

@media (max-width: 992px) {
  .ms-layer {
    font-size: 22px !important;
  }
  .ms-layer h3 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .ms-layer {
    font-size: 17px !important;
  }
  .ms-layer h3 {
    font-size: 20px;
  }
}

@media (max-width: 490px) {
  .ms-skin-default .ms-nav-next {
    right: 10px !important;
  }
  .ms-skin-default .ms-nav-prev {
    left: 5px !important;
  }
  #text-7 .textwidget {
    font-size: 23px;
  }
  #text-7 .textwidget blockquote {
    font-size: 23px;
    padding: 0 30px;
  }
  #text-7 .textwidget blockquote:before, #text-7 .textwidget blockquote:after {
    color: #fff;
    font-size: 23px;
    line-height: 23px;
  }
}

.ms-parent-id-1 > .master-slider {
  background-position: center;
  background-size: cover;
  min-height: calc(100vh - 414px);
}

.page-template-leftimage-template .content-item .post-image img, .post-template-leftimage-template .content-item .post-image img {
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.22);
}

.page-template-leftimage-template .post-date, .post-template-leftimage-template .post-date {
  margin-bottom: 15px;
}

.page-template-leftimage-template .post-body, .post-template-leftimage-template .post-body {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .page-template-leftimage-template .post-image, .post-template-leftimage-template .post-image {
    padding-right: 30px;
    margin-bottom: 45px;
  }
  .page-template-leftimage-template .post-body, .post-template-leftimage-template .post-body {
    padding-left: 30px;
    padding-top: 0;
  }
}

.page-template-default .content-item .post-image, .page-template-fullcontainer-page .content-item .post-image, .post-template-default .content-item .post-image {
  margin-bottom: 30px;
}

.page-template-default .content-item .post-image img, .page-template-fullcontainer-page .content-item .post-image img, .post-template-default .content-item .post-image img {
  -webkit-box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.5);
}

.page-template-default .post-content, .page-template-fullcontainer-page .post-content, .post-template-default .post-content {
  text-align: justify;
}

.page-template-default .post-header, .page-template-default .post-body, .post-template-default .post-header, .post-template-default .post-body {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-captchar:focus {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.name, .rd {
  padding-bottom: 7.5px;
}

.name {
  font-size: 20px;
  font-weight: bold;
}

.required, .contact-page-info i {
  color: #5fbf59;
}

.contact-page-info {
  padding-bottom: 15px;
}

.contact-page-info i {
  margin-right: 5px;
}

.contact-page-info .hour-text {
  font-weight: bold;
}

.contact-page-info .hour-text:last-child {
  margin-left: 15px;
}

.contact-page-info a {
  color: #333 !important;
}

.contact-page-info a:hover {
  color: #5fbf59 !important;
  text-decoration: none;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #5fbf59;
  color: #fff !important;
  line-height: 1em;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin: 0;
  -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  padding: 14px 18px;
  font-size: 14px;
  border: 0;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #46a540;
  color: #fff !important;
  border: 0;
}

.google-maps-builder-wrap {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.dismissButton {
  color: #5fbf59;
}
/*# sourceMappingURL=e-grid.css.map */