/*------------------------------------*\
    Fonts
\*------------------------------------*/
/*------------------------------------*\
    Website Defaults
\*------------------------------------*/
/*------------------------------------*\
    Color Palette
\*------------------------------------*/
/*------------------------------------*\
    Color Assignments
\*------------------------------------*/
/*------------------------------------*\
    Grid
\*------------------------------------*/
/*------------------------------------*\
    Button
\*------------------------------------*/
/*------------------------------------*\
    Absolute Center
\*------------------------------------*/
/*------------------------------------*\
    Default Styles
\*------------------------------------*/
*,
.custom .fl-row-content-wrap,
.custom .fl-module-content,
.custom .fl-col-content {
  margin: 0;
  padding: 0;
  border: 0;
}
* img,
.custom .fl-row-content-wrap img,
.custom .fl-module-content img,
.custom .fl-col-content img {
  max-width: 100%;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

html {
  font-size: 18px;
}

body {
  font-family: "Roboto", sans-serif;
  max-width: 2000px;
  margin: 0 auto;
  background-color: #fbfbff;
  color: #343e3d;
}

body .fl-post-grid-text a,
a {
  color: #0b4f6c;
}
body .fl-post-grid-text a:hover,
a:hover {
  text-decoration: underline;
}
body .fl-post-grid-text a.button,
a.button {
  background-color: #1fbf55;
  color: #343e3d;
  padding: 8px 20px;
  border-radius: 10px;
  border: 2px solid #1fbf55;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
body .fl-post-grid-text a.button span,
a.button span {
  color: #343e3d;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
body .fl-post-grid-text a.button:hover,
a.button:hover {
  background-color: #343e3d;
  border: 2px solid #343e3d;
  color: #1fbf55;
  text-decoration: none;
}
body .fl-post-grid-text a.button:hover span,
a.button:hover span {
  color: #1fbf55;
}
body .fl-post-grid-text a[href*="/broken-link"], body .fl-post-grid-text a[href*="/broken-link"] *,
a[href*="/broken-link"],
a[href*="/broken-link"] * {
  color: crimson !important;
}

input[type=text],
input[type=email],
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

iframe,
img,
video {
  max-width: 100%;
}

.skip-nav {
  position: absolute;
  top: -50px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 99999;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.skip-nav > a {
  display: block;
  width: 25%;
  margin: 0 auto;
  padding: 5px;
  background: #1fbf55;
  font-size: 1.4rem;
  text-decoration: none;
}
.skip-nav.focus {
  top: 0;
}
@media all and (max-width: 1023px) {
  .skip-nav {
    display: none;
  }
}

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

h1,
h2,
h3 {
  font-family: "Comfortaa", cursive;
}

h1 {
  font-size: 3rem;
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 1.15rem;
  }
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.inside p {
  padding-bottom: 20px;
}

.eapps-widget-toolbar {
  display: none !important;
}

/*------------------------------------*\
    Beaver Builder Overrides
\*------------------------------------*/
.fl-builder-edit .hero-text {
  position: static;
  margin: auto;
}
.fl-builder-edit .custom .fl-row-content-wrap, .fl-builder-edit .custom .fl-module-content, .fl-builder-edit .custom .fl-col-content {
  padding: 20px;
}
.fl-builder-edit #adoption .fl-col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom .fl-col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom .fl-col-group .fl-col {
  float: none;
}
.custom .fl-button, .custom .fl-builder-content a.fl-button, .custom .fl-builder-content a.fl-button:visited, .custom .fl-module-button a.fl-button, .custom .fl-module-button a.fl-button:visited {
  background-color: #1fbf55;
  color: #343e3d;
  padding: 8px 20px;
  border-radius: 10px;
  border: 2px solid #1fbf55;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.custom .fl-button span, .custom .fl-builder-content a.fl-button span, .custom .fl-builder-content a.fl-button:visited span, .custom .fl-module-button a.fl-button span, .custom .fl-module-button a.fl-button:visited span {
  color: #343e3d;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.custom .fl-button:hover, .custom .fl-builder-content a.fl-button:hover, .custom .fl-builder-content a.fl-button:visited:hover, .custom .fl-module-button a.fl-button:hover, .custom .fl-module-button a.fl-button:visited:hover {
  background-color: #343e3d;
  border: 2px solid #343e3d;
  color: #1fbf55;
  text-decoration: none;
}
.custom .fl-button:hover span, .custom .fl-builder-content a.fl-button:hover span, .custom .fl-builder-content a.fl-button:visited:hover span, .custom .fl-module-button a.fl-button:hover span, .custom .fl-module-button a.fl-button:visited:hover span {
  color: #1fbf55;
}

.fl-module-contact-form form {
  max-width: 320px;
}
.fl-module-contact-form form input[type=text], .fl-module-contact-form form input[type=email], .fl-module-contact-form form input[type=tel], .fl-module-contact-form form textarea {
  padding: 5px;
  border: 1px solid #0b4f6c;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.fl-module-contact-form form input[type=submit], .fl-module-contact-form form .fl-button {
  background-color: #0b4f6c;
  color: #fbfbff;
  padding: 8px 20px;
  border-radius: 10px;
  border: 2px solid #0b4f6c;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.fl-module-contact-form form input[type=submit] span, .fl-module-contact-form form .fl-button span {
  color: #fbfbff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.fl-module-contact-form form input[type=submit]:hover, .fl-module-contact-form form .fl-button:hover {
  background-color: #fbfbff;
  border: 2px solid #fbfbff;
  color: #0b4f6c;
  text-decoration: none;
}
.fl-module-contact-form form input[type=submit]:hover span, .fl-module-contact-form form .fl-button:hover span {
  color: #0b4f6c;
}
.fl-module-contact-form form input[type=submit]:hover, .fl-module-contact-form form .fl-button:hover {
  border: 2px solid #0b4f6c;
}

/*------------------------------------*\
    Header Styles
\*------------------------------------*/
header {
  background-color: #0b4f6c;
  color: white;
}
@media all and (max-width: 1023px) {
  header {
    height: 6vw;
    min-height: 43px;
  }
}
header a {
  color: white;
}
header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1024px) {
  header .row {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  header .logo {
    text-align: center;
  }
}
@media all and (max-width: 1023px) {
  header .logo a {
    display: inline-block;
    position: relative;
    z-index: 99999999;
    margin-top: -40px;
  }
}
header .logo svg {
  width: 300px;
}
@media all and (max-width: 1023px) {
  header .logo svg {
    width: 40vw;
    min-width: 300px;
  }
}
@media all and (max-width: 399px) {
  header .logo svg {
    width: 75vw;
    left: -15px;
    position: relative;
    min-width: 0;
  }
}
header .logo svg path {
  -webkit-transition: fill 400ms;
  -o-transition: fill 400ms;
  transition: fill 400ms;
}
header .logo svg.active #Text path, header .logo svg.active .logo-text path {
  fill: #343e3d;
}

/*------------------------------------*\
    Homepage Styles
\*------------------------------------*/
.hero {
  padding: 0;
  margin: 0;
}
@media all and (max-width: 992px) {
  .hero {
    background: white;
  }
}
.hero p {
  font-size: 1.25rem;
}
.hero img {
  width: 100%;
}
.hero .fl-row-content-wrap, .hero .fl-module-content {
  padding: 0;
  margin: 0;
}

/* .hero-text {
    position: absolute;
    z-index: 9;
    max-width: $rowWidth;
    margin: auto;  
    @media all and (max-width: 992px) {
        left: 10%;
        max-width: 85%;
        width: 100%;
        top: 20%;
    }
    @media all and (min-width: 993px) {
        @include absolutely(550px, 300px);
        left: 33%;
    }
    & h1 {
        @media all and (max-width: 992px) {
            font-size: 2rem;    
        }    
    }
    & p {
        padding: 10px 0;
        @media all and (max-width: 992px) {
            font-size: 1rem;    
        } 
    }
    & a {
        @include button;
        margin: 5px 10px 5px 0;  
        padding: 3px 10px;  
    }  
    & .fl-module-content {
        max-width: 500px;    
    }
} */
#phoneNumber {
  font-size: 1.5rem;
  margin-bottom: -40px;
}
@media all and (max-width: 992px) {
  #phoneNumber {
    font-size: 1rem;
  }
}
#phoneNumber p {
  display: inline-block;
  background-color: #fbfbff;
  -webkit-box-shadow: 0px -5px 0px 5px #1fbf55;
          box-shadow: 0px -5px 0px 5px #1fbf55;
  top: -32px;
  position: relative;
  z-index: 999;
  border-radius: 10px;
  padding: 5px 10px 0 10px;
}
@media all and (max-width: 992px) {
  #phoneNumber p {
    top: -18px;
  }
}
#phoneNumber a {
  text-decoration: none;
}

.heading h2, .heading h2.fl-heading {
  font-size: 3rem;
  margin-bottom: 10px !important;
  text-align: center;
}
@media all and (max-width: 992px) {
  .heading h2, .heading h2.fl-heading {
    font-size: 2rem;
  }
}

#happyPets {
  background-image: url("../images/pawprints.svg");
  background-size: cover;
  padding: 60px 20px 140px;
  text-align: center;
}
@media all and (max-width: 992px) {
  #happyPets {
    padding: 60px 20px 80px;
  }
}
#happyPets h3 {
  font-size: 1.25rem;
}
#happyPets p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 20px auto 0;
}
#happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:first-child {
  padding: 40px 0 80px;
}
#happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child {
  padding: 40px 0;
}
#happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 180px;
          flex: 1 180px;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}
@media all and (min-width: 699px) {
  #happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 150px;
            flex: 1 150px;
    margin: auto;
  }
}
#happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col .fl-col-content {
  height: 180px;
}
@media all and (min-width: 993px) {
  #happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col .fl-col-content {
    margin-top: auto;
  }
}
#happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col .fl-col-content a {
  display: block;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col .fl-col-content a:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media all and (min-width: 993px) {
  #happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col:nth-of-type(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
  }
}
#happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child img {
  width: 150px;
}
#happyPets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-photo-caption {
  font-weight: bold;
  font-size: 1rem;
  font-family: "Comfortaa", cursive;
}

#services {
  background-image: url("../images/playful-dog.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 20px 120px;
}
#services .heading {
  padding: 40px 0;
}
#services .fl-col-group .fl-col-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media all and (max-width: 699px) {
  #services .fl-col-group .fl-col-group {
    display: block;
  }
}
#services .fl-col-group .fl-col-group .fl-col {
  background-color: rgba(251, 251, 255, 0.9);
  border: 5px solid #01baef;
  border-radius: 40px;
  padding: 30px;
  margin: 20px;
  font-size: 0.9rem;
}
@media all and (max-width: 999px) {
  #services .fl-col-group .fl-col-group .fl-col {
    margin: 40px auto;
  }
}
@media all and (max-width: 499px) {
  #services .fl-col-group .fl-col-group .fl-col {
    max-width: 300px;
  }
}
#services .fl-col-group .fl-col-group .fl-col > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 499px) {
  #services .fl-col-group .fl-col-group .fl-col > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#services .fl-col-group .fl-col-group .fl-col > div > div {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
#services .fl-col-group .fl-col-group .fl-col > div::after {
  content: url("../images/medical-heart.svg");
  display: inline-block;
  width: 100%;
  max-width: 50px;
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
@media all and (max-width: 499px) {
  #services .fl-col-group .fl-col-group .fl-col > div::after {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 20px auto;
  }
}
#services .fl-button-wrap {
  text-align: center;
  padding-top: 20px;
}
#services .fl-button-wrap .fl-button {
  background-color: #01baef;
  color: #fbfbff;
  padding: 8px 20px;
  border-radius: 10px;
  border: 2px solid #01baef;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  font-size: 1.25rem;
  margin-top: 60px;
}
#services .fl-button-wrap .fl-button span {
  color: #fbfbff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#services .fl-button-wrap .fl-button:hover {
  background-color: #fbfbff;
  border: 2px solid #fbfbff;
  color: #01baef;
  text-decoration: none;
}
#services .fl-button-wrap .fl-button:hover span {
  color: #01baef;
}

#vets {
  padding: 80px 0;
}
#vets > .fl-row-content-wrap > .fl-row-content {
  background-color: #0b4f6c;
  border-radius: 40px;
  margin-top: 60px;
}
@media all and (max-width: 768px) {
  #vets > .fl-row-content-wrap > .fl-row-content {
    border-radius: 0;
  }
}
#vets > .fl-row-content-wrap > .fl-row-content > div:first-child {
  position: relative;
  top: 30px;
}
#vets > .fl-row-content-wrap > .fl-row-content > div:first-child h2 {
  color: white;
}
#vets > .fl-row-content-wrap > .fl-row-content > div:last-child {
  position: relative;
  top: 40px;
}
@media all and (max-width: 768px) {
  #vets > .fl-row-content-wrap > .fl-row-content > div:last-child {
    top: 0;
  }
}
#vets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#vets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 150px;
          flex: 1 150px;
  margin: 20px;
}
@media all and (max-width: 799px) {
  #vets > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-child .fl-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 200px;
            flex: 1 200px;
    margin: 60px auto 0;
    max-width: 200px;
  }
}
#vets .fl-photo-content img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
  max-height: 430px;
  width: 100%;
}
#vets .fl-photo-content:hover .fl-photo-caption-hover {
  height: 50px;
}
#vets .fl-photo-caption {
  font-size: 1rem;
}
#vets .fl-photo-caption-hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 0 0 20px 20px;
  height: 0;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media all and (max-width: 1024px) {
  #vets .fl-photo-caption-hover {
    height: 50px;
    padding: 20px;
    opacity: 1;
  }
}

#adoption .fl-col-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 360px 360px;
  grid-template-rows: 360px 360px;
  color: #fbfbff;
}

#adoption .fl-col-group > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#adoption .fl-col-group > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#adoption .fl-col-group > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#adoption .fl-col-group > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#adoption .fl-col-group > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#adoption .fl-col-group > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media all and (max-width: 899px) {
  #adoption .fl-col-group {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  #adoption .fl-col-group > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #adoption .fl-col-group > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media all and (max-width: 499px) {
  #adoption .fl-col-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#adoption .fl-col-group h3 {
  font-size: 1.6rem;
}
#adoption .fl-col-group p {
  padding: 20px 0;
  font-size: 0.9rem;
}
#adoption .fl-col-group .fl-button {
  background-color: #01baef;
  color: #fbfbff;
  padding: 8px 20px;
  border-radius: 10px;
  border: 2px solid #01baef;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
#adoption .fl-col-group .fl-button span {
  color: #fbfbff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#adoption .fl-col-group .fl-button:hover {
  background-color: #fbfbff;
  border: 2px solid #fbfbff;
  color: #01baef;
  text-decoration: none;
}
#adoption .fl-col-group .fl-button:hover span {
  color: #01baef;
}
#adoption .fl-col-group .fl-col {
  width: 100%;
  background-color: #0b4f6c;
  max-width: none;
}
#adoption .fl-col-group .fl-col:nth-child(2), #adoption .fl-col-group .fl-col:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#adoption .fl-col-group .fl-col:nth-child(2) > div, #adoption .fl-col-group .fl-col:nth-child(5) > div {
  margin: auto;
  width: 80%;
  text-align: center;
}
@media all and (max-width: 499px) {
  #adoption .fl-col-group .fl-col:nth-child(2) > div, #adoption .fl-col-group .fl-col:nth-child(5) > div {
    margin: 40px auto;
  }
}
#adoption .fl-col-group .fl-col img {
  -o-object-fit: cover;
     object-fit: cover;
}
#adoption .fl-col-group .fl-col .fl-button-wrap {
  text-align: center;
}
#adoption .fl-col-group .fl-col:first-child {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
@media all and (max-width: 899px) {
  #adoption .fl-col-group .fl-col:first-child {
    display: none;
  }
}
#adoption .fl-col-group .fl-col:first-child img {
  height: 720px;
}
#adoption .fl-col-group .fl-col:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media all and (max-width: 899px) {
  #adoption .fl-col-group .fl-col:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
#adoption .fl-col-group .fl-col:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media all and (max-width: 899px) {
  #adoption .fl-col-group .fl-col:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media all and (max-width: 499px) {
  #adoption .fl-col-group .fl-col:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
#adoption .fl-col-group .fl-col:nth-child(3) img {
  height: 360px;
}
#adoption .fl-col-group .fl-col:nth-child(4) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media all and (max-width: 899px) {
  #adoption .fl-col-group .fl-col:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media all and (max-width: 499px) {
  #adoption .fl-col-group .fl-col:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
#adoption .fl-col-group .fl-col:nth-child(4) img {
  height: 360px;
}
#adoption .fl-col-group .fl-col:nth-child(5) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media all and (max-width: 899px) {
  #adoption .fl-col-group .fl-col:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media all and (max-width: 499px) {
  #adoption .fl-col-group .fl-col:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

#blogPosts {
  padding: 80px 20px 160px;
  overflow: hidden;
}
#blogPosts .heading {
  padding: 40px 0 80px;
}
#blogPosts article {
  -webkit-box-shadow: -2px 2px 16px #bbb;
          box-shadow: -2px 2px 16px #bbb;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#blogPosts article:hover {
  -webkit-transform: translateX(3px) translateY(-3px);
      -ms-transform: translateX(3px) translateY(-3px);
          transform: translateX(3px) translateY(-3px);
  -webkit-box-shadow: -2px 2px 24px #ccc;
          box-shadow: -2px 2px 24px #ccc;
}
#blogPosts .fl-button {
  background-color: #0b4f6c;
  color: #fbfbff;
  padding: 8px 20px;
  border-radius: 10px;
  border: 2px solid #0b4f6c;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 1.25rem;
}
#blogPosts .fl-button span {
  color: #fbfbff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#blogPosts .fl-button:hover {
  background-color: #fbfbff;
  border: 2px solid #fbfbff;
  color: #0b4f6c;
  text-decoration: none;
}
#blogPosts .fl-button:hover span {
  color: #0b4f6c;
}
#blogPosts .fl-button:hover {
  border: 2px solid #0b4f6c;
}
#blogPosts .fl-post-column {
  max-width: 400px;
}
#blogPosts .fl-post-column img {
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------*\
    Inside Page Styles
\*------------------------------------*/
.error-page {
  padding: 80px 0 120px 0;
}
.error-page ul {
  margin: 0 0 20px 40px;
}

.inside-banner img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 899px) {
  .inside-banner img {
    height: 300px;
  }
}

.inside-banner .fl-col-group {
  display: block;
}

.inside .page-title h1 {
  color: #0b4f6c;
}

.inside h3 {
  color: #0b4f6c;
}

#sidebar {
  text-align: center;
}
@media all and (max-width: 899px) {
  #sidebar {
    margin: 60px auto;
  }
}
#sidebar h2 {
  color: #0b4f6c;
}
#sidebar .button {
  width: 240px;
  background-color: #0b4f6c;
  color: #fbfbff;
  padding: 8px 20px;
  border-radius: 10px;
  border: 2px solid #0b4f6c;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
#sidebar .button span {
  color: #fbfbff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sidebar .button:hover {
  background-color: #fbfbff;
  border: 2px solid #fbfbff;
  color: #0b4f6c;
  text-decoration: none;
}
#sidebar .button:hover span {
  color: #0b4f6c;
}
#sidebar .button:hover {
  border: 2px solid #0b4f6c;
}

/*------------------------------------*\
    Blog Post Styles
\*------------------------------------*/
.blog-post-wrap {
  max-width: 900px;
  padding: 0 20px;
  margin: auto;
  /* & main {
      max-width: 700px;
      margin: 20px auto 40px;
  }    
  & aside {
      display: flex;
      flex-wrap: wrap; 
      justify-content: center;  
      margin-bottom: 60px;
      & > div {
          width: 180px;
          margin: 0 auto 40px;  
      }
      & ul {
          list-style: none;
          & li {
              padding: 5px 0;
          }    
      }
      & a {
          color: $navy;
          text-decoration: none;
          &:hover {
              text-decoration: underline;    
          } 
      }
  } */
}
.blog-post-wrap .featured-image {
  text-align: center;
}
.blog-post-wrap p {
  padding-bottom: 20px;
  line-height: 1.5;
}

.fl-post-grid-author,
.fl-post-grid-author + .fl-sep {
  display: none;
}

.blog-post-title {
  margin-bottom: 40px;
  text-align: center;
}

.featured-image {
  margin: 40px auto;
}
.featured-image img {
  border-radius: 10px;
}

/*------------------------------------*\
    Footer Styles
\*------------------------------------*/
footer {
  background-color: #0b4f6c;
  color: white;
  font-weight: 100;
  font-size: 0.8rem;
  padding: 40px 20px;
  line-height: 1.5;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer h3 {
  color: #fbfbff;
  font-size: 1.25rem;
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 799px) {
  footer .row {
    display: block;
    text-align: center;
  }
}
footer .row .address {
  margin: 0 40px;
}
@media all and (max-width: 799px) {
  footer .row .address {
    margin: 40px auto;
  }
}
footer .row .newsletter {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
@media all and (max-width: 799px) {
  footer .row .newsletter {
    text-align: center;
  }
}
footer .row .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 799px) {
  footer .row .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto;
  }
}
footer .row .socials a {
  width: 30px;
  height: 30px;
  margin: 5px;
  display: inline-block;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
footer .row .socials a:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media all and (min-width: 1025px) {
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav ul li {
    margin: 0 10px;
    position: relative;
    list-style: none;
    font-size: 0.9rem;
  }
  nav ul li > a {
    text-decoration: none;
    padding: 20px 5px;
    display: block;
  }
  nav ul li ul {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    width: 225px;
  }
  nav ul li ul li {
    display: block;
    margin-bottom: 10px;
  }
  nav ul li ul li a {
    display: block;
    text-decoration: none;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  nav ul li ul li a:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.magic-hamburger svg {
  max-width: 35px;
  height: 3px;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
.magic-hamburger svg path {
  fill: white;
}

/*--- Mean Menu ---*/
.mean-nav * {
  float: none;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: none;
  width: 100%;
  position: relative;
  background-color: #0b4f6c;
  min-height: 40px;
  z-index: 31415913;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 8px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 42px;
  min-height: 0px;
  padding-bottom: 0;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.meanclose + .mean-nav {
  padding-bottom: 64px;
}

.mean-container nav.mean-nav ul {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: black;
  border-bottom: 1px solid #0b4f6c;
  text-decoration: none;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  padding: 0px 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: none !important;
  border-left: 1px solid #0b4f6c !important;
  line-height: 45px;
}

.mean-container .mean-nav ul li ul li a.mean-expand {
  line-height: 45px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #000;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mean-nav .nav-extras {
  display: none;
}

/*
Theme Name: Eastland Animal Companion Hospital
Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins
# Paddings
# Width
# Typography
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {
  /* Margins */
  @page {
    margin: 2cm;
  }
  .entry-header,
.site-footer {
    margin: 0;
  }

  /* Paddings */
  .posts {
    padding: 0;
  }

  /* Width */
  .entry-content,
.entry-content p,
.section-inner,
.section-inner.max-percentage,
.section-inner.medium,
.section-inner.small,
.section-inner.thin {
    max-width: 100%;
    width: 100%;
  }

  /* Fonts */
  body {
    background: #fff !important;
    color: #000;
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }

  h1 {
    font-size: 20pt;
  }

  h2,
h2.entry-title,
h3,
h4,
.has-normal-font-size,
.has-regular-font-size,
.has-large-font-size,
.comments-header {
    font-size: 14pt;
    margin-top: 1cm;
  }

  /* Page breaks */
  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  table,
pre {
    page-break-inside: avoid;
  }

  ul,
ol,
dl {
    page-break-before: avoid;
  }

  /* Links */
  a:link,
a:visited,
a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }

  a {
    page-break-inside: avoid;
  }

  a[href^=http]:after {
    content: " < " attr(href) "> ";
  }

  a:after > img {
    content: "";
  }

  article a[href^="#"]:after {
    content: "";
  }

  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }

  /* Visibility */
  #site-header,
.comment-form,
.comments-wrapper,
.comment .comment-metadata,
.footer-social-wrapper,
.footer-widgets-outer-wrapper,
.header-navigation-wrapper,
.pagination-wrapper,
.post-meta-wrapper.post-meta-single-bottom,
.post-separator,
.site-logo img {
    display: none;
  }

  .entry-content .wp-block-button .wp-block-button__link,
.entry-content .wp-block-button .wp-block-file__button,
.entry-content .button {
    background: none;
    color: #000;
  }
}
/*# sourceMappingURL=main.css.map */