/*

Theme Name: Hyatt Home Health Care Inc.
Theme URI: http://www.hyatthomehealth.com
Description: WordPress theme for Hyatt Home Health Care Inc.
Version: 1
Author: Derek Richey
Author URI: http://www.derekrichey.me/

*/

* {
  border-radius: 0 !important;
}

body {
  background-color: rgba(212, 232, 218, 1);
  font-family: Bookman Old Style, "Times New Roman", Times, serif;
  color: #258b43;
}

@font-face {
  font-family: "knunormal";
  src: url("assets/fonts/karenfont/knu-webfont.woff2") format("woff2"),
    url("assets/fonts/karenfont/knu-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #208d43;
  font-weight: normal;
}

.bg-red {
  background-color: #a52d24;
}

.red {
  color: #a52d24;
}

.bg-green {
  background-color: #208d43;
}

.green {
  color: #208d43;
}

hr {
border-top: 1px solid #a52d24;
}

.btn-primary {
  color: #fff;
  background-color: #a52d24;
  border-color: #a52d24;
}

.btn-primary:hover {
  color: #fff;
  background-color: #208d43;
  border-color: #208d43;
}

.logo {
  width: 100%;
  max-width: 150px;
  float: left;
}

header, .bg-white {
  background-color: rgba(255, 255, 255, 1);
}

header p {
  /*margin-top: 45px;*/
  text-align: right;
  /*color: #208d43;*/
  font-size: 1.2rem;
}

/*header span {
	font-size: 22px
}*/

#kc, #c {
    padding: 20px 0;
    display: none;
}

.tm {
  padding-right: 0;
  padding-left: 0;
}

.top-header {
  background-color: #208d43;
  color: #fff !important;
  font-size: 1.25rem;
}

header h1 {
  font-size: 3.5rem;
  color: #208d43;
  text-shadow: 2px 2px rgba(212, 232, 218, 1);
  font-weight: normal;
}

.top-header {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-header ul {
  text-align: right;
  list-style: none;
  margin: 0;
}

.top-header ul li {
  display: inline-block;
  margin-right: 10px;
}

.top-header a,
.top-header a:visited {
  color: #fff;
}

.top-header a:hover,
.top-header a:focus {
  color: rgba(255, 255, 255, 0.6);
}

.dline {
  height: 20px;
  border-top: 2px dashed rgba(212, 232, 218, 1);
}

#home-featured {
  background: url("img/Untitled.jpg") top center;
  background-size: cover;
  /*height: calc(100vh - 105px);*/
  height: 500px;
}

#home-featured .welcome h1 {
  font-size: 65px;
  color: #208d43;
  text-shadow: 2px 2px #fff;
  font-family: Bookman Old Style, "Times New Roman", Times, serif;
  font-weight: normal;
}

#home-featured .welcome span {
  font-size: 22px;
  color: #fff;
}

#call-out {
  background-color: #208d43;
  color: #fff;
}

#call-out h2 {
  color: #fff !important;
  padding: 20px;
  font-size: 2.75rem;
  font-style: italic;
}

.tag {
  text-align: center;
}

main section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.card {
  border: 2px dashed rgba(212, 232, 218, 1);
}

footer p {
  margin: 0;
}

footer {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 1.25rem;
}

.copy {
  font-size: 0.7em;
}

/* Navbar */
.navbar {
  border-bottom: 2px dashed rgba(212, 232, 218, 1);
  border-top: 2px dashed rgba(212, 232, 218, 1);
  padding: .75rem 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(178, 59, 39, 1) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:visited {
  color: rgba(178, 59, 39, 1) !important;
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 1) !important;
  }
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(178, 59, 39, 1);
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
  }

  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(178, 59, 39, 1);
  }
}

.nav-link {
  margin-right: 2rem;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255, 255, 255);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(178, 59, 39, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-menu {
  background-color: #a52d24;
  color: #fff;
  border: none;
  border-radius: 0;
}

.dropdown-item {
  color: rgba(255, 255, 255, 1);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: rgba(255, 255, 255, 1);
  background-color: #208d43;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}

@media (max-width: 576px) {
  .logo {
    float: none;
    max-width: 300px;
  }
  header p {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  header {
    text-align: center;
  }
  .nav-link {
    text-align: left;
  }
  .top-header {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .top-header {
    text-align: center;
  }
  .call span,
  .top-header ul {
    text-align: center !important;
  }
  header h1 {
    font-size: 1.5rem;
  }
  .card {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  header h1 {
    font-size: 2.5rem;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-left: 3px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  header h1 {
    font-size: 3.2rem;
  }
  nav {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  #home-featured {
    height: 700px;
  }
}

@media (max-width: 992px) {
  #call-out h2 {
    font-size: 1.5rem;
  }
  footer {
    font-size: 1rem;
  }
}

#call-out p {
  font-size: 1.25em;
  font-style: italic;
}

.navbar-toggler,
.navbar-toggler:focus {
  border: none;
}

#rotate,
#rotate div {
  display: inline;
}

.embed-responsive-16by9::before {
    padding-top: 45% !important;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #a94442;
}

div.wpcf7-validation-errors::before {
  font-family: Font Awesome\ 5 Free;
  content: '\f071';
  padding-right: 5px;
  font-weight: 900;
}

div.wpcf7-validation-errors {
  margin: 10px auto;
  border: 1px solid #f5c6cb;
  background-color: #f2dede;
  color: #721c24;
}

div.wpcf7-mail-sent-ok::before {
  font-family: Font Awesome\ 5 Free;
  content: '\f058';
  padding-right: 5px;
  font-weight: 900;
}

div.wpcf7-mail-sent-ok {
  margin: 10px auto;
  border: 1px solid #155724;
  background-color: #d4edda;
  color: #155724;
}

.kc-regions-av span.wpcf7-list-item, 
.c-regions-av span.wpcf7-list-item {
  display: block;
}