@charset "UTF-8";
/*
Theme Name: AcuPerfectWebsitesv2
Author: Acupuncture Media Works, AcuPerfect Websites
Author URI: http://www.acuperfectwebsites.com/
Description: Theme for AcuPerfect Website customers
Text Domain: AcuPerfectWebsitesv2
Version: 7.7.6
License: © 2025 Acupuncture Media Works - All Rights Reserved
License URI: http://www.acuperfectwebsites.com/terms/
Tested up to: 6.3
Requires PHP: 7.1
*/
/* BREAKPOINTS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline-color: rgb(0, 95, 204) !important;
  outline-offset: 1px !important;
  outline-style: auto !important;
  outline-width: 1px !important;
}

body {
  color: #222;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  margin: 0px;
}

input:not([type=checkbox]),
textarea,
input[type=email],
input[type=tel],
input[type=text],
input[type=url],
select {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.5em;
  color: #555;
  border: 1px solid #999;
  margin: 0.3em 0.1em;
  box-shadow: inset -1px 1px 6px #ccc;
  border-radius: 0.2em;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
}

input[type=button], input[type=submit] {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: none;
  border-radius: 3px;
  padding: 0.4em 1em;
  font-size: 1.1em;
  color: #fff;
  background: #3371bc;
  box-shadow: none;
}

input[type=button]:hover, input[type=submit]:hover {
  cursor: pointer;
  background: #275b99;
}

input[type=button]:active, input[type=submit]:active {
  background: rgb(194, 194, 194);
  background: linear-gradient(rgb(194, 194, 194) 0%, rgb(214, 214, 214) 45%, rgb(240, 240, 240) 71%, rgb(236, 236, 236) 100%);
}

.entry-content .ninja-forms-form-wrap .field-wrap > div input, .entry-content .ninja-forms-form-wrap .field-wrap > div textarea {
  width: 98%;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table {
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0.3em 0;
  line-height: 1.3;
}

h1 {
  font-size: 2em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.17em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.17em;
  }
}

td {
  padding: 3px;
}

hr {
  border: 0;
  margin: 0 5% 1em;
  border-bottom: dotted 1px #BBB;
  height: 1em;
}

.entry-content p, .elementor-text-editor p, .entry-summary p {
  padding-bottom: 1em;
}

ul {
  margin: 0 0 1em 1em;
  list-style: disc inside;
}

ol {
  margin: 0 0 1.5em 2.5em;
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dd,
pre {
  margin-bottom: 1.5em;
}

li {
  margin: 0.1em 0 0.4em;
}

dt,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1.5em 5%;
  padding: 0.25em 0.5em;
  border-radius: 12px;
  border-left: solid 3px rgba(156, 156, 156, 0.5019607843);
  border-right: solid 3px rgba(156, 156, 156, 0.5019607843);
}

pre {
  line-height: 1.5;
}

code,
pre {
  font: 11px Monaco, monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  font-size: 0.7em;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

del,
s,
strike {
  text-decoration: line-through;
}

.littlenumber,
small {
  font-size: 0.8em;
}

img {
  border: none;
}

a:link,
a:visited {
  color: #06C;
}

a:active,
a:hover {
  color: #333;
  text-decoration: underline;
  transition: color 0.1s;
}

.wp-caption-text {
  font-style: italic;
  font-size: 0.9em;
}

.gallery-caption {
  font-size: 0.9em;
  line-height: 1.2;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

img.wp-post-image {
  float: left;
  margin: 0.6em;
}

#branding,
#sb-nav a {
  background-repeat: no-repeat;
}

#sidebar,
hr {
  background-color: transparent;
}

#container,
#sidebar {
  padding: 1%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h3.widget-title {
  font-weight: 400;
  margin-bottom: 0.5em;
  padding: 0.5em;
}

#comments,
#container,
#footer,
.aligncenter,
.clear,
.comment-reply-link,
.edit-link,
.entry-utility,
.navigation,
.page-link,
.seasonal-tabs,
hr {
  clear: both;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

#masthead,
sub,
sup {
  position: relative;
}

#wp-calendar,
.sidebuttons,
.wp-caption {
  text-align: center;
}

.wp-caption {
  max-width: 100%;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  /*background-color: #fff;*/
  border-radius: 0 0 3px 3px;
}

#header.logoGrid {
  display: grid;
  grid-template-columns: 33% auto;
  align-items: center;
}
#header.logoGrid .apw_top_logo {
  box-sizing: border-box;
  position: relative;
  justify-self: center;
  text-align: center;
  padding: 1em 2em;
}
#header.logoGrid .apw_top_logo img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
}
@media (max-width: 768px) {
  #header.logoGrid {
    display: block;
  }
}
#header .apw_center_logo {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 1em 10%;
}
#header .apw_center_logo img {
  max-width: 100%;
  height: auto;
}
#header #nav {
  /*padding-right: 2em;*/
}
@media (max-width: 768px) {
  #header #nav {
    padding: 0;
  }
}
#header #nav.menu-dark {
  /*padding: 0;*/
}
#header #masthead {
  grid-column: 1/3;
}
#header #masthead #branding.banner-show {
  display: block;
}
#header #masthead #branding.banner-hide {
  display: none;
}

#masthead {
  width: 100%;
}

#container {
  float: left;
  width: 650px;
}

.home.page-template-nosidebar-page #main {
  display: block;
}

.home.page-template-nosidebar-page #container, .home.page-template-homer-wide #container, #container.fullwide {
  width: 100% !important;
  flex-basis: 100%;
}

.home.page-template-nosidebar-page.apw_three-column #main {
  display: flex;
}

#search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  margin: 4px;
  border-radius: 3px;
  background-color: transparent !important;
}

#search input {
  margin: 2px;
}

form#searchform {
  margin: 1em 0;
}
form#searchform > div {
  display: flex;
  flex-wrap: nowrap;
  margin: 0.5em;
}
form#searchform > div #s {
  padding: 0.33em;
  text-align: center;
}
form#searchform > div #searchsubmit {
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 48px;
  margin-left: 0.5em;
}
form#searchform > div #searchsubmit:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
form#searchform > div #searchsubmit:hover i {
  color: #fff;
}
form#searchform > div #searchsubmit i {
  width: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #333;
}

#branding {
  height: 200px;
  background-size: cover;
}

.brandingInner {
  margin: auto;
  height: 100%;
  position: relative;
}

#nav,
div.menu > ul > li > a,
ul.menu > li > a {
  background-position: bottom;
  background-repeat: repeat-x;
}

#nav.menu-dark, #header .elementor-widget-wp-widget-nav_menu.menu-dark {
  overflow: visible;
  font-size: 1em;
  position: relative;
  /*padding: 0;*/
  margin: 0;
  display: block;
  width: 100%;
}
#nav.menu-dark ul.menu > li > a, #header .elementor-widget-wp-widget-nav_menu.menu-dark ul.menu > li > a {
  color: #fff;
  margin: 0;
  display: block;
  background-color: transparent;
}
#nav.menu-dark.light-color ul.menu > li > a, #header .elementor-widget-wp-widget-nav_menu.menu-dark.light-color ul.menu > li > a {
  color: #333;
}
#nav.menu-light, #header .elementor-widget-wp-widget-nav_menu.menu-light {
  padding: 1em 0;
  font-size: 0.9rem;
  background-color: transparent;
  background-image: none;
}
#nav.menu-light ul.menu > li > a, #header .elementor-widget-wp-widget-nav_menu.menu-light ul.menu > li > a {
  background-color: transparent;
  background-image: none;
  color: #555;
}
@media (min-width: 768px) {
  #nav.apw-menu-stretch ul.menu, #header .elementor-widget-wp-widget-nav_menu.apw-menu-stretch ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  #nav, #header .elementor-widget-wp-widget-nav_menu {
    overflow: visible;
    width: 100%;
  }
}
#nav ul.menu li:hover, #nav ul.menu li:active, #header .elementor-widget-wp-widget-nav_menu ul.menu li:hover, #header .elementor-widget-wp-widget-nav_menu ul.menu li:active {
  background-color: rgba(0, 0, 0, 0.1882352941);
}

/*ELEMENTOR HEADER STUFF */
#header.menu-light .elementor-widget-wp-widget-nav_menu ul.menu > li > a {
  color: #222;
  background-color: transparent;
}
#header.menu-dark .elementor-widget-wp-widget-nav_menu ul.menu > li > a {
  color: #fff;
  background-color: transparent;
}

ul.sub-menu:not(.elementor-nav-menu--dropdown) a:link,
ul.sub-menu:not(.elementor-nav-menu--dropdown) a:visited {
  color: #eee;
}

#sidebar {
  float: right;
  width: 310px;
}

.home.page-template-nosidebar-page .blog-home, .home.page-template-nosidebar-page .blog-short, .home.page-template-nosidebar-page #sidebar, .page-template-homer-wide #sidebar {
  display: none;
}

#sidebar ul.sid {
  margin: 0;
}

#sidebar ul.sid > li {
  list-style: none;
}

#sidebar ul.sid .widget_recent_entries li {
  list-style: inside;
}

.widget_newsletterwidget ul, .elementor-widget-wp-widget-newsletterwidget ul {
  margin-left: 0;
  padding-left: 0;
}
.widget_newsletterwidget ul li, .elementor-widget-wp-widget-newsletterwidget ul li {
  margin: 0;
  list-style: none;
}
.widget_newsletterwidget h4, .elementor-widget-wp-widget-newsletterwidget h4 {
  margin-left: 0;
}

#sidebar .textwidget img {
  max-width: 100%;
  height: auto;
}

#wp-calendar {
  display: block;
  margin: auto;
  width: 170px;
}

#testimonial,
div.menu > ul,
ul.menu {
  position: relative;
  text-align: left;
}

#wp-calendar #today {
  font-weight: 700;
  background-color: #ddd;
  border: 1px solid #bbb;
  border-radius: 8px;
}

#testimonial {
  margin: 2%;
}

#testimonial .scrollable {
  position: relative;
  overflow: hidden;
  width: 275px;
  height: 180px;
  margin: 0.5em auto;
}

.submit_t_link {
  margin: 0.5em 0 1.5em;
  clear: both;
}

.testiDesc {
  clear: both;
}

.post-type-archive-apw_testimonial .addtoany_share_save_container, .widget_testimonialwidget .addtoany_share_save_container {
  display: none;
}

.testiCont {
  display: flex;
  flex-wrap: wrap;
}

.testiCont .apw_testimonial {
  box-sizing: border-box;
  margin: 0.5em;
  padding: 0.33em 0.66em;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  position: relative;
}

.testiCont.tcGrid .apw_testimonial {
  width: 47%;
}

@media all and (max-width: 768px) {
  .testiCont.tcGrid .apw_testimonial {
    width: 100%;
  }
}
.testiCont.tcList .apw_testimonial {
  width: 100%;
  margin-bottom: 2em;
}

.testiCont .apw_testimonial .entry-title {
  position: relative;
}

.testiCont .apw_testimonial .entry-summary {
  padding: 1em;
  text-indent: 1em;
}

.testiCont .apw_testimonial i.tquote {
  position: absolute;
  font-size: 3em;
  color: rgba(0, 0, 0, 0.06);
}

.testiCont .apw_testimonial i.fa-quote-left.tquote {
  top: 45px;
  left: 5px;
}

.testiCont .apw_testimonial i.fa-quote-right.tquote {
  bottom: 0px;
  right: 5px;
}

.testiFeatWrap {
  display: flex;
}

.tcGrid .testiFeatWrap {
  flex-wrap: wrap;
}

.testiFeatWrap .entry-summary {
  width: 70%;
}

.tcGrid .testiFeatWrap .entry-summary {
  width: 100%;
}

.testiPhoto {
  padding: 1em;
}

.testiPhoto img {
  float: none;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.tcList .testiPhoto {
  width: 30%;
}

.tcGrid .testiPhoto {
  width: 100%;
}

.test_readMore {
  float: right;
}

div#infscr-loading {
  width: 100%;
  text-align: center;
  margin: 1em;
}

.testiSoon {
  text-align: center;
  width: 100%;
}

.widget_testimonialwidget .slick-slide {
  overflow: hidden;
  max-height: 300px;
}

.slick-autoplay-toggle-button {
  display: none;
}

#footer {
  padding: 6px;
  background-color: rgba(255, 255, 255, 0);
}
#footer #copyright {
  font-size: 0.9em;
  padding: 0;
  margin: 1em;
  text-align: center;
  color: #eee;
  font-style: italic;
}
#footer #copyright a {
  color: #eee;
}
@media (max-width: 768px) {
  #footer #copyright {
    font-size: 1em;
  }
}
#footer #footbutton a {
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 2px;
  padding: 4px 8px;
  margin: 2px 8px;
  background-color: rgba(0, 0, 0, 0.25);
}
#footer #footbutton a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
  #footer #footbutton a {
    padding: 12px;
    margin: 12px;
  }
}
#footer.light-color #copyright {
  color: #333;
}
#footer.light-color #copyright a {
  color: #333;
}
#footer.light-color #footbutton a {
  background-color: rgba(255, 255, 255, 0.5);
}
#footer.light-color #footbutton a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.edit-link a {
  text-decoration: none;
  background-color: transparent !important;
  color: #06c !important;
}
.edit-link a::before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.edit-link a:hover {
  background-color: transparent;
  color: #333;
}

.divider {
  height: 0;
  width: 90%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 1.5em auto;
}

div.post {
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 2.7em;
  clear: both;
}

.blog-home div.post {
  margin: 0;
  border: none;
  padding: 0;
}

.entry-meta {
  display: none;
}

.entry-title {
  margin-bottom: 1em;
}

div.menu > ul,
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0 6px;
  display: flex;
  flex-wrap: wrap;
}

div.menu > ul > li,
ul.menu > li {
  text-align: center;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

div.menu > ul > li > a,
ul.menu > li > a {
  font-size: 1.1em;
  display: inline-block;
  text-align: center;
  padding: 9px 6px;
  margin: 0;
}

ul.children,
ul.sub-menu:not(.elementor-nav-menu--dropdown) {
  text-align: left;
  list-style: none;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 5000;
  top: -99999em;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.2s ease-in;
  width: auto;
  border-top: solid 2px #333;
}

div.menu > ul > li:hover > ul.children,
li.touch ul.children,
li.touch ul.sub-menu:not(.elementor-nav-menu--dropdown),
ul.menu > li:hover > ul.sub-menu:not(.elementor-nav-menu--dropdown),
ul.menu > li > ul.sub-menu.open:not(.elementor-nav-menu--dropdown) {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
@media (min-width: 480px) {
  div.menu > ul > li:hover > ul.children.edge,
  li.touch ul.children.edge,
  li.touch ul.sub-menu:not(.elementor-nav-menu--dropdown).edge,
  ul.menu > li:hover > ul.sub-menu:not(.elementor-nav-menu--dropdown).edge,
  ul.menu > li > ul.sub-menu.open:not(.elementor-nav-menu--dropdown).edge {
    right: 0 !important;
  }
}

.apw_three-column ul.menu > li > ul.sub-menu.open {
  top: 0;
  left: 100%;
}

ul.sub-menu ul.sub-menu {
  min-width: 100%;
}

li.touch ul.children,
li.touch ul.sub-menu {
  /*display: none*/
}

ul.children li,
ul.sub-menu li {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.children li > a,
ul.sub-menu:not(.elementor-nav-menu--dropdown) li > a {
  display: block;
  padding: 12px 6px 12px 10px;
  margin: 0;
  text-align: left;
  line-height: 1.3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 14em;
  border-bottom: solid 1px #444;
  height: auto;
}
ul.children li > a.navArrowDown,
ul.sub-menu:not(.elementor-nav-menu--dropdown) li > a.navArrowDown {
  min-width: unset;
}

ul.children li > a:hover,
ul.sub-menu li > a:hover {
  margin: 0;
}

ul.children li:last-child > a,
ul.sub-menu li:last-child > a {
  border: none;
}

ul.children > li:hover > ul.children,
ul.sub-menu > li:hover > ul.sub-menu,
ul.sub-menu > li > ul.sub-menu.open {
  top: 5%;
  left: 99%;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 480px) {
  ul.children > li:hover > ul.children.edge,
  ul.sub-menu > li:hover > ul.sub-menu.edge,
  ul.sub-menu > li > ul.sub-menu.open.edge {
    left: auto !important;
    right: 99% !important;
  }
}

.elementor-nav-menu a.navArrowDown {
  display: none;
}

ul.children > li.touch ul.children,
ul.sub-menu:not(.elementor-nav-menu--dropdown) > li.touch ul.sub-menu {
  display: block;
  position: relative;
  top: 0;
  left: 20%;
  opacity: 1;
  filter: alpha(opacity=100);
}

li.touch ul.children li,
li.touch ul.sub-menu:not(.elementor-nav-menu--dropdown) li {
  z-index: 5003;
}

li.touch ul.children li a,
li.touch ul.sub-menu:not(.elementor-nav-menu--dropdown) li a {
  z-index: 5005;
}

div.menu > ul a:link,
div.menu > ul a:visited,
ul.menu a:link,
ul.menu a:visited {
  text-decoration: none;
}

div.menu > ul li a:active,
div.menu > ul li a:hover,
div.menu > ul li.current-menu-item > a,
li.current-menu-ancestor > a,
ul.menu li a:active,
ul.menu li a:hover,
ul.menu li.current-menu-item > a {
  text-decoration: none;
  text-shadow: none;
}

@media (min-width: 768px) {
  ul.menu li.menu-item-has-children {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: auto 32px;
  }
}
li.menu-item-has-children a i.fas, li.menu-item-has-children a i.far {
  text-shadow: none;
}

li.menu-item-has-children li.menu-item-has-children a i.fas, li.menu-item-has-children li.menu-item-has-children a i.far {
  float: right;
  transform: rotate(-90deg);
}

ul.menu > li > a.navArrowDown {
  padding-left: 0;
}

ul.menu li.menu-item-has-children > a.navArrowDown::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  padding: 0m;
  font-size: 0.8em;
}

ul.sub-menu:not(.elementor-nav-menu--dropdown) li.menu-item-has-children > a.navArrowDown::after {
  content: "\f138";
}

ul.menu li.menu-item-has-children > a.navArrowDown.navArrowUp::after {
  content: "\f139";
}

ul.sub-menu:not(.elementor-nav-menu--dropdown) li.menu-item-has-children > a.navArrowDown.navArrowUp::after {
  content: "\f137";
}

.apw_three-column ul.menu {
  display: block;
}
.apw_three-column ul.menu li.menu-item-has-children {
  justify-content: stretch;
  align-items: end;
}

/* IMAGE SIZES */
.entry-content img, .panes img, .textwidget img, .entry-summary img {
  max-width: 100%;
  height: auto;
}

.entry-content .alignright,
.entry-content .alignleft,
.panes .alignright,
.panes .alignleft {
  max-width: 65%;
}

.entry-content .size-medium.alignright,
.entry-content .size-medium.alignleft,
.panes .size-medium.alignright,
.panes .size-medium.alignleft {
  max-width: 50%;
}

@media all and (max-width: 768px) {
  .entry-content .alignright,
  .entry-content .alignleft,
  .panes .alignright,
  .panes .alignleft {
    max-width: 90%;
  }
}
.widget_ns_mailchimp {
  text-align: right;
  padding: 2px;
  margin: 2px;
  background-color: #666;
  color: #fff;
  border-radius: 6px;
}

.navigation p a,
.page-link a,
.seasonal-tabs a {
  text-decoration: none;
  position: relative;
}

.seasonal-tabs ul {
  text-align: center;
}

.widget_ns_mailchimp input {
  margin: 2px;
  width: 55%;
  font-size: 0.9em;
  padding: 3px;
}

.widget_ns_mailchimp h3.widget-title {
  text-shadow: none;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.blog-home {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 1em 0 0;
}

.type-page,
.type-post {
  padding: 0;
  width: 100%;
  margin: 0;
}

.entry-meta,
.entry-utility {
  font-size: 0.9em;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#blog-short,
.blog-short {
  width: 48%;
  float: left;
  padding: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 1em 0 0;
}

.entry-content {
  word-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
}

.seasonal-tabs {
  padding: 2px;
}

.seasonal-tabs ul {
  margin: 4px;
  list-style: none;
}

.seasonal-tabs li {
  list-style: none;
  display: inline-block;
  margin: 2px;
}

.seasonal-tabs a {
  background-color: #333;
  font-size: 1.2em;
  color: #fff !important;
  padding: 4px;
  border-radius: 2px;
  display: inline-block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.seasonal-tabs a.current,
.seasonal-tabs a:active,
.seasonal-tabs a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.seasonal-tabs a:hover {
  background-color: #666;
}

.seasonal-tabs a:active {
  top: 1px;
}

.seasonal-tabs a.current {
  background-color: #333;
  top: -1px;
}

.navigation p a:active,
.page-link a:active {
  top: 1px;
}

.seasonal-tabs.next {
  background-image: none;
  float: right;
}

.navigation p a {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  font-weight: 600;
}

.apwclinic {
  font-weight: 600;
}

.navigation p a:hover {
  background-color: #666;
}

#nav-above, #nav-below {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#nav-above a, #nav-below a {
  margin: 0.5em;
}
.comment {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px;
  margin: 4px 0;
}
.comment .comment-content {
  font-size: 13px;
}

#comments li.odd {
  background-color: #eee;
}

#comments ul {
  list-style: none;
}

.comment-author {
  display: block;
}
.comment-author .avatar {
  display: none;
}

.comment-author span {
  font-size: 0.8em;
}

.WWT_tabs li,
.WWT_tabs li a,
.navi a,
.page-link,
.page-link a {
  display: inline-block;
}

.comment-meta {
  font-size: 0.9em;
  color: #666;
}

.comment-reply-link {
  color: #666;
}

#respond {
  width: 500px;
  max-width: 96%;
  margin: 2%;
  padding: 2%;
  box-sizing: border-box;
}

#form-allowed-tags,
#form-allowed-tags code {
  font-size: 0.8em;
}

.apwaddress,
.apwclinic,
.page-link a,
.page-number {
  font-size: 1.2em;
}

.page-link {
  text-align: right;
  padding: 3px;
  margin: 2px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#apwContact,
#apwaddwidg,
.apwaddwidg,
#apwhours .hoursnote,
.WWT_tabs,
.WWT_tabs li,
.apwOptin,
.navi,
.widget_a2a_share_save_widget,
.widget_search {
  text-align: center;
}

.page-link a {
  background-color: #333;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
}

.page-link a:hover {
  background-color: #666;
  color: #fff;
}

#apwaddwidg h1, .apwaddwidg .apwphone {
  padding: 0;
  margin: 6px 0;
  font-size: 1.4em;
  font-weight: bold;
}

.apw-contact-form {
  width: 80%;
  margin: auto;
}

.WWT_sidebox {
  max-width: 33%;
  padding: 1em;
  margin: 1em;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  .WWT_sidebox {
    max-width: 100%;
  }
}

.WWT_left {
  float: left;
  margin-right: 1em;
}

.WWT_right {
  float: right;
  margin-left: 1em;
}

.WWT_quote {
  font-style: italic;
  width: 80%;
  margin: 4px auto;
  padding: 8px 4px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  border-radius: 3px;
}

.WWT_tabs {
  position: relative;
}

.WWT_tabs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.WWT_tabs li a {
  position: relative;
  padding: 3px;
  margin: 2px 1px;
  text-decoration: none;
  color: #333;
  background-color: #bbb;
  border-radius: 2px;
}

.WWT_tabs li a:hover {
  color: #000;
  background-color: #888;
}

.WWT_tabs li a.current {
  color: #fff;
  top: -2px;
  box-shadow: 1px 3px 3px #999;
}

#QandA .Qpane {
  box-sizing: border-box;
  display: none;
  padding: 1em;
  margin: 0 3px 1em;
  border-radius: 2px;
  font-size: 1.1em;
  background: rgba(0, 0, 0, 0.05);
}

#QandA h2 {
  display: none;
}

#QandA h2.current {
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.apw-accord-class__panel[aria-hidden=true] {
  box-sizing: border-box;
  display: none;
  padding: 1em;
  margin: 0 3px 1em;
  border-radius: 2px;
  font-size: 1.1em;
  background: rgba(0, 0, 0, 0.05);
}

.apw-accord-class__header {
  display: block;
  padding: 0.5em 1em;
  margin: 0.5em 0 0;
  border-radius: 0px;
  cursor: pointer;
  font-size: 1.2em;
  color: #222;
  background-color: #ddd;
  background-repeat: repeat-x;
  background-position: top;
  font-weight: 200;
  width: 100%;
  text-align: left;
  border: none;
}

/* title opened */
.widget_apwhours h3.widget-title, .elementor-widget-wp-widget-duplicate_widget h5 {
  text-align: center;
}

.apwHours {
  font-size: 1.1em;
}
.apwHours .aphRow {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  margin: auto;
  max-width: 400px;
  min-width: 200px;
  align-items: stretch;
}
.apwHours .aphRow:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.apwHours .aphRow > div {
  padding: 0.5em;
  display: grid;
}
.apwHours .aphRow > div:first-child {
  text-align: right;
  border-right: solid 1px #aaa;
}
.apwHours .aphRow > div:last-child {
  grid-column-start: 2;
}
.apwHours .aphRow > div > div {
  align-self: center;
}
.apwHours .hoursnote {
  margin: 4px;
  padding: 2px;
}

#apwContact a,
#apwFlashy,
.apwFlashy,
.apwYelpWidget a {
  text-align: center;
  padding: 0.5em;
  margin: 0em 0.25em 1em;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 500;
  border-radius: 2px;
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); */
}

#apwFlashy,
.apwFlashy {
  display: block;
  color: #fff;
  background-color: #444;
  padding: 1rem 0.5rem;
}

.apwFlashy .cheadline {
  font-size: 1.2rem;
  font-weight: 600;
}

.apwFlashy .cdetails {
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0.75em 0;
}

a.apwFlashy:link,
a.apwFlashy:visited,
a.apwFlashy:hover,
a.apwFlashy:active {
  color: #fff;
  text-decoration: none;
}

a.apwFlashy:hover,
a.apwFlashy:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  transition: box-shadow 0.1s;
}

#apwContact a {
  display: block;
  background-color: #C30;
  background-position: center center;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none !important;
}

#apwContact a,
#sidebar.wide > div {
  position: relative;
  box-sizing: border-box;
}

#apwContact a,
#apwFlashy a,
.apwFlashy a {
  color: #fff;
}

#apwContact a:active,
#apwContact a:hover {
  background-color: #F90;
  text-decoration: none;
  transition: background-color 0.1s;
}

.apwYelpWidget a {
  background-color: #CB2329;
  display: block;
}

.apwYelpWidget a:link, .apwYelpWidget a:visited {
  color: #fff;
}

.apwYelpWidget a:hover, .apwYelpWidget a:active {
  color: #fff;
  background-color: #b73136;
}

.apwOptin {
  font-size: 1.23em;
  font-weight: 700;
}
.apwOptin span {
  font-weight: 400;
  font-style: italic;
}

#container.wide {
  float: none;
  width: 100%;
  padding: 0;
}

#container.wide #content {
  padding: 2px 10px;
  width: auto;
}

#sidebar.wide {
  float: none;
  width: auto;
  padding: 0;
  border: none;
  position: relative;
}

#sidebar.wide > div {
  float: left;
  width: 33.2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  padding: 1%;
  margin: 0;
  border: none;
}

#sidebar.wide > div#three,
.wide .type-page,
.wide .type-post {
  border: none;
}

#widev2 {
  padding: 10px;
}

.nivoSlider img {
  max-width: none;
}

.theme-apw .nivoSlider {
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor .nivoSlider img {
  max-width: none;
}

.widget_twitter ul li {
  border: 1px dotted #259FE4;
  padding: 0.3em;
  margin: 0.3em 0;
  font-size: 0.9em;
  border-radius: 1em 1em 1em 0;
}

.widget_twitter .twitter-avatar img {
  float: left;
  margin: 0.5em;
  border-radius: 0.4em;
}

.vye_download,
.vye_links {
  display: none;
}

#tribe-events {
  padding: 10px;
  margin: 0;
}

.tribe-events-calendar {
  background-color: #fff;
}

.tribe-events-style-theme .entry-title {
  display: none;
}

#wp-admin-bar-widgets.hide-if-customize {
  display: list-item !important;
}

#wp-admin-bar-customize-themes.hide-if-no-customize,
#wp-admin-bar-customize-widgets.hide-if-no-customize,
#wp-admin-bar-themes {
  display: none !important;
}

#wpadminbar ul li#wp-admin-bar-subTicket a {
  background-color: #5040AB;
}

#wpadminbar ul li#wp-admin-bar-subTicket a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1cd";
}

#wpadminbar ul li#wp-admin-bar-elementor_app_site_editor {
  display: none;
}

.scrollable {
  float: left;
}

a.browse {
  background: url(../img/scrollable/arrow/hori_large.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 40px 10px;
  cursor: pointer;
  font-size: 1px;
}

a.right {
  background-position: 0 -30px;
  clear: right;
  margin-right: 0;
}

a.right:hover {
  background-position: -30px -30px;
}

a.right:active {
  background-position: -60px -30px;
}

a.left {
  margin-left: 0;
}

a.left:hover {
  background-position: -30px 0;
}

a.left:active {
  background-position: -60px 0;
}

a.down,
a.up {
  background: url(../img/scrollable/arrow/vert_large.png) no-repeat;
  float: none;
  margin: 10px 50px;
}

a.up:hover {
  background-position: -30px 0;
}

a.up:active {
  background-position: -60px 0;
}

a.down {
  background-position: 0 -30px;
}

a.down:hover {
  background-position: -30px -30px;
}

a.down:active {
  background-position: -60px -30px;
}

a.disabled {
  visibility: hidden !important;
}

.scrollable {
  position: relative;
  overflow: hidden;
  width: 275px;
  height: 180px;
}

.scrollable .items {
  width: 20000em;
  position: absolute;
  clear: both;
  height: auto;
}

#sb-body,
#sb-info,
#sb-loading,
#sb-overlay,
#sb-title,
#sb-wrapper-inner,
.navi,
.navi a {
  position: relative;
}

.items div {
  float: left;
  width: 275px;
}

.scrollable img {
  float: left;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 4px;
}

.scrollable .active {
  border: 2px solid #000;
  position: relative;
  cursor: default;
}

#sb-body-inner,
#sb-loading-inner {
  position: absolute;
  width: 100%;
}

.navi {
  width: 275px;
  height: 20px;
  clear: both;
  margin: 12px 2px;
}

.navi a:focus {
  outline: 0;
}

.navi a {
  background-color: #333;
  height: 12px;
  width: 12px;
  border-radius: 8px;
  box-shadow: none;
  margin: 1px 1px 1px 0;
}

#sb-body,
#sb-body-inner,
#sb-loading,
#sb-overlay {
  height: 100%;
}

.navi a.active,
.navi a:hover {
  background-color: #888;
}

.navi a.active {
  top: -1px;
  box-shadow: 0 3px 2px #bbb;
}

.navi a:active {
  top: 1px;
}

#sb-info-inner,
#sb-loading-inner,
#sb-title-inner,
div.sb-message {
  font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading-inner {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  text-align: center;
}

#sb-loading-inner span {
  background: url(shadowbox/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body,
#sb-loading {
  background-color: #060606;
}

#sb-info,
#sb-title {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title,
#sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info-inner,
div.sb-message {
  font-size: 12px;
}

.fs-booking-choices li > a,
.fs-service-price {
  font-size: 1.1em;
  font-weight: 700;
}

#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-nav,
#sb-nav a {
  float: right;
  height: 16px;
}

#sb-nav {
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}

#sb-nav-close {
  background-image: url(shadowbox/close.png);
}

#sb-nav-next {
  background-image: url(shadowbox/next.png);
}

#sb-nav-previous {
  background-image: url(shadowbox/previous.png);
}

#sb-nav-play {
  background-image: url(shadowbox/play.png);
}

#sb-nav-pause {
  background-image: url(shadowbox/pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  padding: 10px;
  text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

.fs-service-price {
  border-left: solid 1px rgba(0, 0, 0, 0.27);
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.5em;
  line-height: 1;
}

.fs-option-summary {
  margin-bottom: 1em;
}

.fs-selected-value {
  font-weight: 700;
}

a.readMore {
  font-size: 0.9em;
}

/* NINJA FORMS */
.ninja-forms-cont {
  width: 90%;
  margin: auto;
}

/* MAP EMBED */
.pageMap iframe {
  width: 100%;
  margin: 1em 0 0.5em;
}

.sideMap iframe {
  width: 100%;
  max-height: 200px;
  margin: 1em 0 0.5em;
}

.apw-map-present .sidemap {
  display: none;
}

/* WP IMAGE GALLERY */
.gallery:after {
  content: "";
  display: table;
  clear: both;
}

/*img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}*/
.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

@media (max-width: 767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
/* LANDING PAGE NINJA FORM FOR MOBILE */
@media all and (max-width: 640px) {
  .nf-form-cont nf-field > div {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
  }
}
.single-apw_lp #wp-admin-bar-elementor_edit_page {
  display: none;
}

/* REVIEW FEEDBACK FUNNEL */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.fbspinner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.fbspinner span.loading {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgba(231, 231, 231, 0.96);
}
.fbspinner span i {
  font-size: 44px;
  color: #4F881B;
  animation: spin 1s linear infinite;
}

@keyframes pr_lines {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 400px;
  }
}
.pr_progress_cont {
  border: solid 2px #3f5c0d;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 75%;
  margin: auto !important;
  padding: 0 !important;
  box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.5333333333);
  background: #eee;
}

.pr_progress_fill {
  height: 32px;
  position: relative;
  background: #79b40f;
  background: linear-gradient(167deg, #79b40f 0%, #a0d939 50%, #79b40f 100%);
  width: 0%;
  transition: width 1s;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4666666667);
  text-align: right;
  line-height: 32px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 1em 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.pr_progress_fill span {
  position: relative;
  font-weight: bold;
}
.pr_progress_fill .pr_lines {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/funky-lines.png);
  top: 0;
  left: 0;
  opacity: 1;
  mix-blend-mode: multiply;
  animation: pr_lines 6s infinite linear;
}

.feedback_box {
  position: relative;
  text-align: center;
  margin: 0.5em auto;
  padding: 2em 1em;
  font-size: 18px;
  border-radius: 24px;
}
.feedback_box .feedback_intro {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 1em 0;
}
.feedback_box .feedback_intro > div {
  position: relative;
  flex-basis: 50%;
}
.feedback_box .feedback_intro > div h1 {
  font-size: 34px;
}
@media (max-width: 768px) {
  .feedback_box .feedback_intro {
    flex-wrap: wrap;
  }
  .feedback_box .feedback_intro > div {
    flex-basis: 100%;
  }
  .feedback_box .feedback_intro > div h1 {
    font-size: 28px;
  }
}

.feedback_step1 .feedback_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 2em 1em;
}
.feedback_step1 .feedback_links .feedback_bt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 3em;
  border-radius: 8px;
  cursor: pointer;
  min-width: 220px;
  background: rgb(73, 73, 73);
  background: linear-gradient(167deg, rgb(73, 73, 73) 0%, rgb(122, 122, 122) 50%, rgb(93, 93, 93) 100%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 1%;
  top: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .feedback_step1 .feedback_links .feedback_bt {
    flex-basis: 100%;
    margin: 1em;
  }
}
.feedback_step1 .feedback_links .feedback_bt#apwfb_poscnt {
  background: rgb(121, 180, 15);
  background: linear-gradient(167deg, rgb(121, 180, 15) 0%, rgb(160, 217, 57) 50%, rgb(121, 180, 15) 100%);
}
.feedback_step1 .feedback_links .feedback_bt#apwfb_neucnt {
  background: rgb(252, 212, 32);
  background: linear-gradient(167deg, rgb(252, 212, 32) 0%, rgb(247, 221, 102) 50%, rgb(252, 212, 32) 100%);
}
.feedback_step1 .feedback_links .feedback_bt#apwfb_negcnt {
  background: rgb(238, 82, 36);
  background: linear-gradient(167deg, rgb(238, 82, 36) 0%, rgb(255, 128, 90) 50%, rgb(238, 82, 36) 100%);
}
.feedback_step1 .feedback_links .feedback_bt:hover {
  background: rgb(64, 170, 173) !important;
  background: linear-gradient(167deg, rgb(64, 170, 173) 0%, rgb(114, 207, 210) 50%, rgb(65, 165, 168) 100%) !important;
  top: -1em;
}
.feedback_step1 .feedback_links .feedback_bt i {
  display: inline-block;
  box-sizing: border-box;
  font-size: 48px;
  line-height: 48px;
  color: #fff !important;
  margin: 0 1em 0 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.feedback_step1 .feedback_links .feedback_bt span {
  display: inline-block;
  line-height: 48px;
  font-size: 28px;
}
.feedback_step2 .review_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 2em;
}
.feedback_step2 .review_links a, .feedback_step2 .review_links div {
  font-size: 20px;
  width: 18%;
  min-width: 120px;
  text-align: center;
  display: inline-block;
  color: #333 !important;
  padding: 1em;
  border-radius: 8px;
  background: rgb(219, 219, 219);
  background: linear-gradient(167deg, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 50%, rgb(222, 222, 222) 100%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 1%;
}
.feedback_step2 .review_links a:hover, .feedback_step2 .review_links div:hover {
  background: rgb(201, 212, 222);
  background: linear-gradient(167deg, rgb(201, 212, 222) 0%, rgb(255, 255, 255) 50%, rgb(173, 191, 208) 100%);
  cursor: pointer;
}
.feedback_step2 .review_links i {
  display: block;
  background-color: #333;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  font-size: 42px;
  line-height: 64px;
  border-radius: 32px;
  color: #fff !important;
  margin: 8px auto;
}
.feedback_step2 .review_links .google i {
  background-color: #E44133;
}
.feedback_step2 .review_links .facebook i {
  background-color: #3A5895;
}
.feedback_step2 .review_links .yelp i {
  background-color: #c41200;
}
.feedback_step2 .review_links span {
  font-weight: 600;
}

.feedback_step3 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1027;
}
.feedback_step3 .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0;
  z-index: 998;
}
.feedback_step3 .flexwrap {
  display: flex;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 5vh;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  border: none;
}
@media (max-width: 1200px) {
  .feedback_step3 .flexwrap {
    width: 70%;
    left: 15%;
  }
}
@media (max-width: 768px) {
  .feedback_step3 .flexwrap {
    width: 90%;
    left: 5%;
  }
}
.feedback_step3 .apwfb_modal {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  padding: 2em;
  overflow: scroll;
  height: 80vh;
  z-index: 999;
}
.feedback_step3 .nf-form-fields-required {
  display: none;
}

.feedback_step2, .feedback_step3, .feedback_step4 {
  display: none;
}

#fancybox-title-over {
  display: none;
}

.skip-to-content-link {
  background: #e6e6e6;
  top: 1%;
  padding: 0.5em 1em;
  position: absolute;
  transform: translateX(-100%);
  transition: transform 0.3s;
  border: 2px solid #335893;
  border-radius: 3px;
  line-height: 32px;
  font-size: 16px;
}
.skip-to-content-link:focus {
  transform: translateX(10%);
  z-index: 99999;
}

#apwAllyLink {
  text-align: center;
  font-style: italic;
}/*# sourceMappingURL=style.css.map */