.t3-header {
  padding-top: 19px;
  padding-bottom: 19px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 19px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 38px;
  padding-top: 38px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 38px;
    padding-top: 38px;
  }
}
.t3-sl-4 {
  padding-bottom: 38px;
  padding-top: 38px;
}
.t3-mainbody {
  padding-top: 19px;
  padding-bottom: 19px;
}
.t3-content {
  padding-top: 19px;
  padding-bottom: 19px;
}
.t3-sidebar {
  padding-top: 19px;
  padding-bottom: 19px;
}
.t3-footer {
  border-top: 0;
  background: #302021;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 19px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 38px 0;
  }
}
.t3-footnav .t3-module {
  background: #302021;
  color: #ffffff;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.t3-footnav .t3-module .module-title {
  color: #ffca44;
  font-size: 25px;
  margin-bottom: 19px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffffff;
}
.t3-copyright {
  border-top: 0;
  font-size: 12px;
  padding: 38px 0 76px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 19px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-to-top {
  position: fixed;
  right: 19px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #ffca44;
  border: 0;
  color: #ffffff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  text-align: center;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #ffca44;
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top.affix {
  bottom: 38px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 28px;
  line-height: 22px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #302021;
  border-color: #302021;
}
#t3-header,
.jt-cs.ourservices .btn-primary {
  background: #302021;
}
.topbar-left a:hover,
#t3-header a:hover {
  transition: all 0.3s ease 0s;
  color: #ffca44;
}
.topbar-right .fa {
  color: #ffca44;
}
.off-canvas-toggle.btn {
  background-color: #ffbc11;
}

.mainnav-right a.qf3modal.example2 {
  color: #ffca44 !important;
}
.qf3form.example2.qfmodalform {
  background: #ffca44 !important;
}
.mainnav-right a.qf3modal.example2:hover {
  background: #302021 !important;
}
.ui.modal > .content {
  background: #ffca44 !important;
}

.moduletable h3,
.module-title {
  color: #ffca44;
  border-left: 4px solid #ffca44;
}
.jt-cs h3.pethouse,
h3.pethouse {
  color: #ffca44;
  border-left: 4px solid #ffca44;
}
.bt-cs .first-word-pethouse,
.first-word-pethouse {
  color: #302021;
}
.jt-cs.ourservices .owl-dots span {
  background: #c6c6c6;
  border-color: #c6c6c6;
}
.jt-cs.ourservices .owl-dots .active span {
  background: #ffca44;
  border-color: #ffca44;
}
.color {
  color: #ffca44;
}
.jt-overlay {
  background: #ffca44;
}
#t3-footer .first-word-pethouse {
  color: #ffffff;
}
h3.media-heading,
h3.media-heading .first-word-pethouse {
  color: #ffca44;
}
.jt-cs.ourservices .owl-carousel .owl-nav span {
  color: #302021;
}
.klatest .pethouse.klatest-cat.pethouse a {
  color: #ffca44;
}
.t3-footnav .t3-module ul.f-info li a {
  color: #ffca44;
}
h1.article-title,
h2 {
  color: #ffca44;
  border-left: 4px solid #ffca44;
}
h1.article-title .first-word-pethouse,
h2 .first-word-pethouse {
  color: #302021;
}
.coloredmodule-1 {
  background: #ffca44 url("../../../templates/pethouse/images/paws.png");
}
.coloredmodule-2 {
  background: #302021 url("../../../templates/pethouse/images/paws.png");
}
.pricing-table {
  background: #302021 url("../../../templates/pethouse/images/paws.png");
}
.pricing-table .btn-order {
  background: #ffca44 url("../../../templates/pethouse/images/paws.png");
}
.zt-information.pethouse {
  background: #302021 url("../../../templates/pethouse/images/paws.png");
}
.zt-social-links-inner {
  background: #ffca44 url("../../../templates/pethouse/images/paws.png");
}
.zt-module-testimonial .zt-testimonial .zt-information .pethouse ul.zt-member-social-links.pethouse li a:hover {
  color: #302021 !important;
}
.care .right h4,
.care .right p {
  color: #302021;
}
.hvr-ripple-out:before {
  border: #ffca44 solid 6px;
}
.jt-cs.fromgallery .jt-category {
  background: #ffca44;
  color: #ffffff;
}
.services .btn-1 {
  background: #ffca44;
}
.services .btn-1:hover {
  background: #302021;
}
.care .right .btn-1:hover {
  background: #302021;
}
.about-main .jqmeter-vertical .vertical.inner-therm,
.about-main .jqmeter-vertical2 .vertical.inner-therm,
.about-main .jqmeter-vertical3 .vertical.inner-therm {
  background: #ffca44 url(../../../templates/pethouse/images/paws.png) repeat !important;
}
.tp-caption.smallbgorangepeth {
  background: #ffca44 !important;
}
.tp-caption.largeboldorange {
  color: #ffca44 !important;
}
.tp-caption.largebolddarkbluepethouse {
  color: #302021 !important;
}
a.apntmnt {
  color: #302021 !important;
}
a.apntmnt:hover {
  background: #302021 !important;
  color: #ffca44 !important;
}
div.effect-julia .jun-icon.icon-lightbox.pethouse,
div.effect-julia .jun-icon.icon-url.pethouse {
  background: #302021 !important;
}
.jt-cs .jt-imagecover::before {
  background: #ffca44 !important;
}
.about .about-main {
  background: #302021 url(../../../templates/pethouse/images/paws.png) repeat;
}
.mainnav-right .sitter,
.mainnav-right .ui.green.button {
  color: #ffca44 !important;
}
.steps .media-body .circle {
  background: #ffca44 !important;
}
.care .right .btn-1 {
  background: #ffca44 !important;
}
.pricing-table .btn-order:hover {
  color: #ffca44 !important;
}