@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,900;1,600&amp;family=Signika:wght@300;500;600;700;900&amp;display=swap');
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Dickiebirds
 Author URI:   https://dickiebirds.studio/
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
/*
 * FONTS
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Nunito', sans-serif;
  color: #231f20;
  letter-spacing: 1px;
  background-color: #fff !important;
}
body:not(.fl-builder-edit) * {
  cursor: url(https://boneonthebayou.com/wp-content/uploads/2021/01/CursorPaw2.svg), auto;
}
body:not(.fl-builder-edit) a:hover, body:not(.fl-builder-edit) a:hover > span:hover, body:not(.fl-builder-edit) button:hover, body:not(.fl-builder-edit) .fl-button:hover, body:not(.fl-builder-edit) input:hover, body:not(.fl-builder-edit) .menu-btn:hover, body:not(.fl-builder-edit) textarea:hover {
  cursor: url(https://boneonthebayou.com/wp-content/uploads/2021/01/CursorPawHover.svg), auto !important;
  transition: cursor 0.3s linear;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5 {
  font-family: 'Swingdancer';
  font-weight: 400;
}
h2 span, h3 span, h4 span {
  color: #28304b;
}
h1, h1 .fl-heading-text {
  font-size: 60px;
}
h2, h2 .fl-heading-text {
  font-size: 38px;
}
h3, h3 .fl-heading-text {
  font-size: 28px;
}
h4, h4 .fl-heading-text {
  font-size: 22px;
}
p, ul {
  font-size: 18px;
  line-height: 1.5;
}
@media all and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 36px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 25px;
  }
  h4, h4 .fl-heading-text {
    font-size: 22px;
  }
  p, ul {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media all and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 33px;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fl-rich-text ul {
  margin: 0px 0px 20px 30px !important;
  list-style: none !important;
}
.fl-rich-text ul li {
  padding-bottom: 10px;
  position: relative;
}
.fl-rich-text ul li:last-child {
  padding-bottom: 0px;
}
.fl-rich-text ul li::after {
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/paw-print.svg");
  display: inline-block;
  height: 10px;
  content: "";
  position: absolute;
  top: 30%;
  width: 10px;
  transform: translateY(-50%);
  right: calc(100% + 9px);
  background-size: cover;
}
.fl-rich-text ul li::before {
  display: inline-block;
  height: 20px;
  content: "";
  position: absolute;
  top: 30%;
  width: 20px;
  background-color: rgba(228, 155, 0, 1);
  border-radius: 50%;
  transform: translateY(-50%);
  right: calc(100% + 4px);
  background-size: cover;
}
@media all and (max-width: 768px) {
  .fl-rich-text ul li::before {
    transform: none;
    top: 0%;
    right: calc(100% + 8px);
  }
  .fl-rich-text ul li::after {
    transform: translateY(50%);
    top: 0%;
    right: calc(100% + 13px);
  }
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .fl-row-content {
    max-width: 880px !important;
  }
}
@media all and (max-width: 768px) {
  .fl-row-content {
    max-width: 600px !important;
  }
  .fl-row-content img {
    max-height: 420px;
    object-fit: cover;
  }
}
.fl-button {
  font-family: 'Niunito', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
  border-width: 3px !important;
  border-style: dotted !important;
  border-radius: 12px !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  min-width: 180px;
  padding: 14px 50px 14px 20px !important;
  display: block;
  text-align: left !important;
  font-size: 16px !important;
  transform: skew(10deg);
  transition: 0.3s;
}
.fl-button::after {
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/paw-print.svg");
  display: inline-block;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  transform: translateY(-50%) skewX(-10deg);
  right: 22px;
  background-size: cover;
}
.fl-button::before {
  display: inline-block;
  height: 24px;
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translateY(-50%) skewX(-10deg);
  right: 15px;
  background-size: cover;
}
.fl-button span {
  transform: skew(-10deg);
  display: block;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 13px 10px !important;
    padding-right: 50px !important;
  }
}
.primary .fl-button {
  background: #e49b00 !important;
  border-color: #fff;
  color: #fff !important;
}
.primary .fl-button span {
  color: #fff !important;
}
.primary .fl-button:hover {
  background: #33a1fd !important;
  border: #fff;
  color: #fff !important;
}
.primary .fl-button:hover span {
  color: #fff !important;
}
.secondary .fl-button {
  background: #33a1fd !important;
  border-color: #fff;
  color: #fff !important;
}
.secondary .fl-button span {
  color: #fff !important;
}
.secondary .fl-button:hover {
  background: #e49b00 !important;
  border-color: #fff;
  color: #fff !important;
}
.secondary .fl-button:hover span {
  color: #fff !important;
}
.transparent-primary .fl-button {
  background: none !important;
  border-color: #e49b00 !important;
  color: #e49b00 !important;
}
.transparent-primary .fl-button:hover {
  border-color: #e49b00 !important;
  color: #fff !important;
  background: #e83871 !important;
}
.transparent-primary .fl-button:hover span {
  color: #fff !important;
}
.transparent-secondary .fl-button {
  background: none !important;
  border-color: #33a1fd !important;
  color: #33a1fd !important;
}
.transparent-secondary .fl-button:hover {
  border-color: #e83871;
  color: #fff !important;
  background: #e83871 !important;
}
.transparent-secondary .fl-button:hover span {
  color: #fff !important;
}
.dual-btn {
  margin-top: -5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dual-btn.center {
  justify-content: center;
}
.dual-btn div {
  margin-top: 5%;
}
.dual-btn div:first-child {
  margin-right: 5%;
}
.dual-btn div.link a {
  position: relative;
  font-family: 'Niunito', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #231f20;
  z-index: 9;
}
.dual-btn div.link a::before {
  content: "";
  bottom: 0%;
  left: 0;
  height: 7px;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
  position: absolute;
  background-color: #33a1fd;
}
.dual-btn div.link a:hover {
  color: #e49b00;
}
.dual-btn div.link a:hover::before {
  opacity: 1;
}
.banner {
  color: #fff;
}
.min-height .fl-row-content-wrap {
  display: flex;
  align-items: center;
  min-height: 700px;
}
@media all and (max-width: 992px) {
  .min-height .fl-row-content-wrap {
    min-height: 650px;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .min-height .fl-row-content-wrap {
    min-height: 500px;
    align-items: center;
  }
}
.overlay .fl-row-content-wrap:after, .gradient .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.overlay .fl-row-content, .gradient .fl-row-content {
  z-index: 10;
}
.narrow-col {
  width: 100%;
}
.narrow-col .fl-col-content {
  max-width: 1000px;
  margin: 0 auto;
}
.general-img img {
  border-radius: 0px;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
}
#primary-menu {
  margin-top: 15px;
}
@media only screen and (max-width: 1250px) {
  #primary-menu {
    margin-top: 0px;
  }
}
#primary-menu a {
  font-weight: 700;
}
#primary-menu li.menu-btn {
  margin-top: -5px;
  margin-left: 20px;
}
#primary-menu li.menu-btn a {
  border-radius: 12px;
  text-transform: uppercase;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
  background-color: #e49b00 !important;
  border: 3px dotted #fff;
  color: #fff !important;
  transform: skewX(10deg);
  transition: 0.3s;
}
#primary-menu li.menu-btn a span {
  transform: skewX(-10deg);
  display: block;
}
#primary-menu li.menu-btn a::after {
  display: none;
}
#primary-menu li.menu-btn a:hover {
  background-color: #33a1fd !important;
  border-color: #fff;
  color: #fff !important;
}
#primary-menu .popular {
  position: relative;
}
#primary-menu .popular::after {
  content: "popular";
  text-transform: uppercase;
  font-weight: 700;
  background-color: #33a1fd;
  position: absolute;
  padding: 2px 6px;
  font-size: 8px;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  top: 0;
  right: 0;
}
#primary-menu .menu-item a {
  position: relative;
}
#primary-menu .menu-item a::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  bottom: 10px;
  left: 50%;
  right: 50%;
  transition: 0.3s;
}
#primary-menu .menu-item.current_page_item a::after {
  left: 20px;
  right: auto;
  width: calc(100% - 40px);
  background-color: #e49b00;
}
#primary-menu .menu-item:hover a::after {
  left: 20px;
  right: 20px;
  background-color: #33a1fd;
}
.secondary-menu li.hide {
  display: none !important;
}
.secondary-menu a {
  font-weight: 500 !important;
}
@media only screen and (max-width: 500px) {
  .secondary-menu a {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
#secondary-navigation {
  position: relative;
  z-index: 2;
}
.site-header {
  z-index: 2;
}
.site-header .main-navigation {
  background-color: transparent;
}
footer .fl-col {
  padding-left: 20px;
}
@media all and (max-width: 450px) {
  footer .fl-col {
    padding-left: 10px;
  }
}
footer .fl-col:first-child {
  padding-left: 0px;
}
@media all and (max-width: 992px) {
  footer .fl-col:first-child {
    padding-left: 20px;
  }
}
footer h4 {
  margin-bottom: 0px;
  font-size: 16px !important;
}
footer h5 {
  margin-bottom: 10px;
  font-size: 14px !important;
}
footer .fl-module-heading .fl-module-content {
  margin-bottom: 10px;
}
footer a, footer p {
  font-size: 13px !important;
}
footer #fb-root .fb_dialog, footer #fb-root .fb_dialog_content > iframe, footer #fb-root .fb-customerchat > span > iframe {
  z-index: 2 !important;
  display: none;
}
.slideout-navigation .site-logo {
  margin: 40px 20px 25px 20px;
}
.slideout-navigation a {
  font-weight: 800 !important;
}
.image-left, .image-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-left img, .image-right img, .image-left article, .image-right article {
  width: 48%;
}
.image-right img {
  order: 2;
}
.image-right article {
  order: 1;
}
.review-google .wpbr-review {
  background: #fff !important;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2) !important;
  border-radius: 20px !important;
  border: 0px !important;
}
.review-google .swiper-pagination {
  padding-top: 30px;
}
.review-testimonial {
  padding: 40px 40px 20px 40px;
  border: 4px dashed #e49b00;
  border-radius: 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.review-testimonial img {
  display: none;
  padding-right: 40px;
}
@media all and (max-width: 768px) {
  .review-testimonial img {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.review-testimonial article {
  width: 100%;
}
@media all and (max-width: 768px) {
  .review-testimonial {
    flex-wrap: wrap;
    text-align: center;
  }
}
.fl-builder-pagination-load-more {
  padding-top: 60px;
}
.fl-post-grid-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
  box-shadow: 3px 1px 18px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.fl-post-grid-post:hover {
  cursor: pointer;
}
.fl-post-grid-post:hover img {
  filter: grayscale(0);
}
#latest-blog .column {
  background-color: rgba(51, 161, 253, 0.9) !important;
  color: #fff !important;
}
#latest-blog .column a {
  color: #fff !important;
}
#latest-blog .column .fl-post-more-link a {
  color: #fff !important;
  background: #e49b00 !important;
}
#latest-blog .column .fl-post-more-link a:hover {
  background: #e49b00 !important;
}
.column {
  padding: 20px;
  transition: 0.3s;
  background-color: #fff !important;
}
.column .fl-post-text {
  padding: 20px 15px 15px 15px;
}
.column .fl-post-text h4 {
  font-family: 'Nunito', sans-serif;
  font-weight: bold !important;
  font-size: 20px !important;
}
.column .fl-post-text h4 a {
  color: #231f20;
}
.column .fl-post-text .fl-post-more-link a {
  font-family: 'Niunito', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
  border-width: 3px !important;
  border-style: dotted !important;
  border-radius: 12px !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  min-width: 180px;
  padding: 14px 50px 14px 20px !important;
  display: inline-block;
  text-align: left !important;
  font-size: 14px !important;
  transform: skew(10deg);
  background: #33a1fd !important;
  border-color: #fff !important;
  color: #fff !important;
  transition: 0.3s;
}
.column .fl-post-text .fl-post-more-link a::after {
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/paw-print.svg");
  display: inline-block;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  transform: translateY(-50%) skewX(-10deg);
  right: 22px;
  background-size: cover;
}
.column .fl-post-text .fl-post-more-link a::before {
  display: inline-block;
  height: 24px;
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translateY(-50%) skewX(-10deg);
  right: 15px;
  background-size: cover;
}
.column .fl-post-text .fl-post-more-link a span {
  transform: skew(-10deg);
  display: block;
}
.column .fl-post-text .fl-post-more-link a:hover {
  background: #e49b00 !important;
  color: #fff !important;
}
.fl-post-feed-post {
  border-radius: 0px;
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.fl-post-feed-post:hover {
  cursor: pointer;
}
.fl-post-feed-post:hover img {
  filter: grayscale(0);
}
.list {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.list .fl-post-text {
  padding: 20px 30px;
  width: 60%;
}
.list .fl-post-text h4 {
  font-weight: bold !important;
  padding-bottom: 20px;
}
.list .fl-post-text p {
  font-size: 16px !important;
}
.list .fl-post-text .fl-post-more-link a {
  display: inline-block;
  margin-top: 5px !important;
  font-family: 'Niunito', sans-serif;
  border-radius: 12px;
  background-color: #e49b00;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  padding: 16px 32px 16px 16px;
  color: #fff !important;
}
.list .fl-post-text .fl-post-more-link a::after {
  transition: 0.3s;
  position: absolute;
  transition: 0.3s;
  content: ">";
  display: block;
  right: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list .fl-post-text .fl-post-more-link a:hover {
  background-color: #33a1fd;
}
.list .fl-post-text .fl-post-more-link a:hover::after {
  right: 5px;
}
.list .fl-post-image {
  margin-bottom: -5px;
  width: 40%;
}
.list .fl-post-image img {
  height: 350px;
  object-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.arrow-1 .fl-heading-text {
  position: relative;
}
.arrow-1 .fl-heading-text::after {
  content: "";
  mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-1.svg");
  -webkit-mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-1.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #1da1f2;
  height: 81px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translate(-50%, -70%);
}
@media only screen and (max-width: 550px) {
  .arrow-1 .fl-heading-text::after {
    height: 60px;
    width: 111;
    left: -60px;
  }
}
.arrow-2 .fl-heading-text {
  position: relative;
  z-index: 1;
}
.arrow-2 .fl-heading-text::after {
  content: "";
  mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-straight.svg");
  -webkit-mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-straight.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #1da1f2;
  height: 81px;
  width: 118px;
  position: absolute;
  top: calc(50% - 10px);
  left: -140px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 550px) {
  .arrow-2 .fl-heading-text::after {
    height: 60px;
    width: 86px;
    left: -100px;
  }
}
@media only screen and (max-width: 550px) {
  .arrow-2.change-arrow-mobile .fl-heading-text::after {
    mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-3.svg");
    -webkit-mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-3.svg");
    height: 78px;
    top: 15%;
    right: calc(100% + 3px);
    width: 58px;
    left: auto;
  }
}
.arrow-3 .fl-heading-text {
  position: relative;
  z-index: 1;
}
.arrow-3 .fl-heading-text::after {
  content: "";
  mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-3.svg");
  -webkit-mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-3.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #1da1f2;
  height: 108px;
  width: 81px;
  position: absolute;
  top: calc(50% - 30px);
  right: 105%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 650px) {
  .arrow-3 .fl-heading-text {
    max-width: 230px;
    display: inline-block;
  }
  .arrow-3 .fl-heading-text::after {
    height: 78px;
    top: 15%;
    right: 100%;
    width: 58px;
  }
}
.arrow-4 .fl-heading-text {
  position: relative;
}
.arrow-4 .fl-heading-text::after {
  content: "";
  mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-4.svg");
  -webkit-mask-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/arrow-4.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #1da1f2;
  height: 193px;
  width: 118px;
  position: absolute;
  bottom: 100%;
  left: 105%;
  transform: translateY(25%);
}
@media only screen and (max-width: 650px) {
  .arrow-4 .fl-heading-text {
    max-width: 230px;
    display: inline-block;
  }
  .arrow-4 .fl-heading-text::after {
    transform: translateY(53%);
    height: 93px;
    width: 55px;
    left: 100%;
  }
}
.service-col .fl-col-content {
  padding: 20px !important;
  margin: 20px !important;
  background: #fff;
  box-shadow: 3px 1px 18px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.general-img .fl-photo-content {
  position: relative;
}
.general-img .fl-photo-content img {
  position: relative;
  z-index: 3;
}
.general-img .fl-photo-content::after, .general-img .fl-photo-content::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  left: 15px;
}
.general-img .fl-photo-content::after {
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/blob-2.svg");
  width: 95%;
  height: 133%;
  top: -25px;
}
.general-img .fl-photo-content::before {
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/blog-1.svg");
  width: 105%;
  height: 123%;
  top: -25px;
}
.z-index .fl-row-content {
  position: relative;
  z-index: 1;
}
.fl-row {
  z-index: 9;
  position: relative;
}
.circle-after {
  position: relative;
  z-index: 1;
}
.circle-after::after {
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/blog-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 1284px;
  width: 1920px;
  position: absolute;
  z-index: 1;
  top: 0%;
  transform: scaleX(-1) translate(50%, -50%);
  left: 50%;
  content: "";
}
.circle-after .fl-row-content {
  z-index: 99;
  position: relative;
}
.circle-after.circle-above-footer::after {
  top: 85%;
}
.dog-heading-icon .fl-heading {
  position: relative;
  padding-left: 40px !important;
}
.dog-heading-icon .fl-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../uploads/2020/10/icon-ball.png");
}
.dog-heading-icon.dog-ball .fl-heading::after {
  background-image: url("../../uploads/2020/10/icon-ball.png");
}
.dog-heading-icon.dog-house .fl-heading::after {
  background-image: url("../../uploads/2020/10/icon-house.png");
}
.dog-heading-icon.dog-dog .fl-heading::after {
  background-image: url("../../uploads/2020/10/icon-dog.png");
}
.instagram-gallery #sbi_images .sbi_item {
  overflow: inherit !important;
}
.instagram-gallery #sbi_images .sbi_item .sbi_link {
  background-color: rgba(51, 161, 253, 0);
}
.instagram-gallery #sbi_images .sbi_item:hover .sbi_link {
  background-color: rgba(51, 161, 253, 0.5);
}
.instagram-gallery #sbi_images .sbi_item:nth-child(2n + 1) .sbi_photo_wrap {
  margin-top: -20px;
}
.instagram-gallery #sbi_images .sbi_item:nth-child(2n) .sbi_photo_wrap {
  margin-top: 20px;
}
.instagram-gallery #sbi_load {
  margin-top: 40px;
}
.instagram-gallery #sbi_load a {
  z-index: 1;
  position: relative;
  font-family: 'Niunito', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
  border-width: 3px !important;
  border-style: dotted !important;
  border-radius: 12px !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  min-width: 180px;
  padding: 14px 50px 14px 20px !important;
  display: block;
  text-align: left !important;
  font-size: 16px !important;
  transform: skew(10deg);
  transition: 0.3s;
}
.instagram-gallery #sbi_load a::after {
  background-image: url(https://boneonthebayou.com/wp-content/uploads/2020/10/paw-print.svg);
  display: inline-block;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  transform: translateY(-50%) skewX(-10deg);
  right: 17px;
  background-size: cover;
}
.instagram-gallery #sbi_load a::before {
  display: inline-block;
  height: 24px;
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translateY(-50%) skewX(-10deg);
  right: 10px;
  background-size: cover;
}
.instagram-gallery #sbi_load a span {
  transform: skew(-10deg);
  display: block;
}
.instagram-gallery #sbi_load a:hover {
  background-color: #e49b00 !important;
}
.instagram-gallery #sbi_load a svg {
  display: none;
}
.video-paws {
  position: relative;
}
.video-paws::after, .video-paws::before {
  content: "";
  position: absolute;
  height: 120px;
  width: 120px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/paw-print.svg");
}
@media all and (max-width: 768px) {
  .video-paws::after, .video-paws::before {
    height: 80px;
    width: 80px;
  }
}
.video-paws::after {
  transform: rotate(-45deg);
  bottom: 40px;
  right: 40px;
}
.video-paws::before {
  transform: rotate(125deg);
  top: 40px;
  left: 40px;
}
.about-video .pp-video-wrapper {
  border: 5px dotted #33a1fd;
  outline: 5px dotted #e49b00;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.5);
}
.about-video .pp-video-iframe {
  z-index: 99;
}
.contact-zIndex .fl-row-content-wrap {
  z-index: 2;
}
.page-id-67 .circle-after::after {
  display: none;
}
.contact-form form ul, .contact-form form li, .contact-form form input, .contact-form form span, .contact-form form div {
  margin: 0px !important;
  padding: 0px !important;
}
.contact-form form li {
  margin-top: 20px !important;
}
@media all and (max-width: 768px) {
  .contact-form form li {
    margin-top: 10px !important;
  }
}
.contact-form form li:first-child {
  margin-top: 0px !important;
}
.contact-form form li span {
  position: relative;
}
.contact-form .ginput_container_name {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .contact-form .ginput_container_name {
    flex-wrap: wrap;
  }
}
.contact-form .ginput_container_name span {
  width: calc(50% - 10px) !important;
}
@media all and (max-width: 768px) {
  .contact-form .ginput_container_name span {
    width: 100% !important;
  }
}
@media all and (max-width: 768px) {
  .contact-form .name_first {
    margin-bottom: 10px !important;
  }
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form .gfield_label, .contact-form label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  border: 2px dashed #e49b00;
  padding: 10px !important;
  border-radius: 12px;
  font-family: 'Swingdancer' !important;
  letter-spacing: 1px !important;
  background: transparent;
}
.contact-form ::placeholder {
  color: #232323 !important;
  font-family: 'Swingdancer' !important;
  letter-spacing: 1px !important;
}
.contact-form .gform_footer > div {
  margin-top: 30px !important;
  display: inline-block;
  position: relative;
  background: #e49b00 !important;
  border-radius: 12px;
  border: 3px dotted #fff !important;
  transform: skew(10deg);
  transition: 0.3s;
}
.contact-form .gform_footer > div:hover {
  background: #33a1fd !important;
}
.contact-form .gform_footer > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/pawCir.svg");
  background-size: cover;
  transform: translateY(-50%) skewX(-10deg);
  z-index: 1;
  width: 24px;
  height: 24px;
}
.contact-form .gform_footer > div::after {
  content: "SUBMIT";
  top: 50%;
  right: 50px;
  transform: translateY(-50%) skew(-10deg);
  color: #fff;
  position: absolute;
  font-size: 16px !important;
  font-weight: 700;
  font-family: 'Niunito', sans-serif;
  text-transform: uppercase;
}
.contact-form .gform_button {
  letter-spacing: 1px !important;
  padding: 14px 50px 14px 20px !important;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1 !important;
  text-align: center !important;
  font-size: 16px !important;
  font-family: 'Niunito', sans-serif;
  border-radius: 12px;
  background-color: transparent !important;
  border: 3px dotted transparent !important;
  color: transparent;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #33a1fd !important;
  border-color: #fff !important;
  color: #33a1fd;
  background-color: transparent !important;
  border: 3px dotted transparent !important;
  color: transparent;
}
.long-form input[type=text], .long-form textarea, .long-form select {
  border: 2px dashed #e49b00;
  padding: 10px !important;
  border-radius: 12px;
  letter-spacing: 1px !important;
  background: transparent;
}
.long-form .gfield_radio li input[type=radio], .long-form .gfield_checkbox li input[type=checkbox] {
  margin-top: 0px !important;
}
.long-form .gsection_description {
  padding: 10px 0px 0px 0px !important;
}
.long-form .gform_footer > div {
  display: inline-block;
  position: relative;
  background: #e49b00 !important;
  border-radius: 12px;
  border: 3px dotted #fff !important;
  transform: skew(10deg);
  transition: 0.3s;
}
.long-form .gform_footer > div:hover {
  background: #33a1fd !important;
}
.long-form .gform_footer > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url("https://boneonthebayou.com/wp-content/uploads/2020/10/pawCir.svg");
  background-size: cover;
  transform: translateY(-50%) skewX(-10deg);
  z-index: 1;
  width: 24px;
  height: 24px;
}
.long-form .gform_footer > div::after {
  content: "SUBMIT";
  top: 50%;
  right: 50px;
  transform: translateY(-50%) skew(-10deg);
  color: #fff;
  position: absolute;
  font-size: 16px !important;
  font-weight: 700;
  font-family: 'Niunito', sans-serif;
  text-transform: uppercase;
}
.long-form .gform_button {
  letter-spacing: 1px !important;
  padding: 14px 50px 14px 20px !important;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1 !important;
  text-align: center !important;
  font-size: 16px !important;
  font-family: 'Niunito', sans-serif;
  border-radius: 12px;
  background-color: transparent !important;
  border: 3px dotted transparent !important;
  color: transparent;
  text-transform: uppercase;
  transition: 0.3s;
}
.long-form .gform_button:hover {
  background: #33a1fd !important;
  border-color: #fff !important;
  color: #33a1fd;
  background-color: transparent !important;
  border: 3px dotted transparent !important;
  color: transparent;
}
.searchandfilter ul li {
  padding: 0px !important;
}
.faqs-filter .sf-field-search {
  margin: 30px 0px;
  text-align: center;
}
.faqs-filter .sf-field-search label, .faqs-filter .sf-field-search input {
  width: 100% !important;
  max-width: 1000px;
}
.faqs-filter .sf-field-search input {
  border: 3px solid #e49b00;
  transition: 0.3s ease-in;
}
.faqs-filter .sf-field-search input:focus, .faqs-filter .sf-field-search input:hover {
  border-color: #33a1fd;
}
.faqs-filter .sf-field-taxonomy-faqs_categories ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faqs-filter .sf-field-taxonomy-faqs_categories ul li {
  border-radius: 0px;
  padding: 0px !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #e49b00;
  color: #fff !important;
  width: calc(100% / 6 - 10px);
}
@media all and (max-width: 992px) {
  .faqs-filter .sf-field-taxonomy-faqs_categories ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .faqs-filter .sf-field-taxonomy-faqs_categories ul li:last-child, .faqs-filter .sf-field-taxonomy-faqs_categories ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .faqs-filter .sf-field-taxonomy-faqs_categories ul li {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .faqs-filter .sf-field-taxonomy-faqs_categories ul li:last-child {
    margin-bottom: 0 !important;
  }
}
.faqs-filter .sf-field-taxonomy-faqs_categories ul li.sf-option-active {
  background: #33a1fd;
}
.faqs-filter .sf-field-taxonomy-faqs_categories ul li:hover {
  cursor: pointer;
  background: #33a1fd;
}
.faqs-filter .sf-field-taxonomy-faqs_categories ul li label {
  width: 100%;
  margin: 0px !important;
  padding: 18px 10px;
}
.faqs-filter .sf-field-taxonomy-faqs_categories ul li label:hover {
  cursor: pointer;
}
.faqs-filter .sf-field-taxonomy-faqs_categories ul li input {
  display: none;
}
.accordion {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.accordion .label {
  background: #1da1f2;
  padding: 15px 20px;
  position: relative;
  z-index: 3;
  height: auto !important;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.accordion .label::before, .accordion .label::after {
  height: 14px;
  width: 14px;
  content: "\f067";
  font-family: 'Font Awesome 5 pro';
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  top: 50%;
  right: 23px;
  position: absolute;
  transform: translateY(-50%);
  color: #fff;
}
.accordion .label::after {
  content: "\f068";
  right: 23px;
  display: none;
}
.accordion .label::before {
  display: block;
}
.accordion .content {
  padding: 15px 20px 0px 20px;
  border-left: 3px dotted #f6f6f6;
  border-right: 3px dotted #f6f6f6;
  border-bottom: 3px dotted #f6f6f6;
  transition: 0.5s ease;
  opacity: 1;
  overflow: hidden;
}
.accordion:not(.active) .content {
  opacity: 0;
  position: absolute;
}
.accordion.active .label::before {
  display: none;
}
.accordion.active .label::after {
  display: block;
}
.customer-portal-script iframe {
  margin: 0 auto;
  width: 100%;
  min-height: 600px;
  border: 4px dashed #e49b00;
  border-radius: 20px;
}
.customer-portal-script .btn {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-family: 'Niunito', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
  border-width: 3px !important;
  border-style: dotted !important;
  border-radius: 12px !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  min-width: 180px;
  padding: 14px 50px 14px 20px !important;
  font-size: 16px !important;
  transition: 0.3s;
}
.customer-portal-script .btn.btn-primary {
  background: #e49b00 !important;
  border-color: #fff;
  color: #fff !important;
}
.customer-portal-script .btn.btn-primary:hover {
  background: #b17800 !important;
  color: #fff !important;
  border-color: #fff;
}
.customer-portal-script .btn.btn-default {
  background: #33a1fd !important;
  border-color: #fff;
  color: #fff !important;
}
.customer-portal-script .btn.btn-default:hover {
  background: #028afb !important;
  color: #fff !important;
  border-color: #fff;
}
