/* =============================
   Footer Area
============================= */

.footer-area {
  padding: 20px 0 0;
}

.footer-area a {
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-area a:hover {
  color: #222;
}

.footer-area h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-area p {
  color: #000;
  text-align: justify;
}



/* Footer Widgets */
.single-footer,
.single-footer-widget {
  float: left;
  bottom: 15px;
  position: relative;
  padding-left:15px;
}

.single-footer p {
  font-size: 10px;
  line-height: 1em;
  margin-bottom: 0;
  
}

.single-footer-widget {
  font-size: 25px;
  float: right;
  padding-right:15px;
}

.single-footer-widget input:focus {
  background: #f9f9ff;
  border: 1px solid #f9f9ff;
  box-shadow: none;
  outline: none;
}

.single-footer-widget .click-btn {
  background-color: #62aeff;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.single-footer-widget .click-btn:hover {
  background-color: #4a8cd8;
}

.single-footer-widget .info {
  font-size: 12px;
  position: absolute;
  margin-top: 20%;
  color: #fff;
}

.single-footer-widget .info.valid {
  color: #008000;
}

.single-footer-widget .info.error {
  color: #FF0000;
}

/* =============================
   Cookie Consent Bar
============================= */

#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  background-color: rgba(0, 0, 0, 0.53);
  color: #ccc;
  font-size: 10px;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  opacity: 0.8;
  z-index: 9999;
  display: none;
  min-height: 26px;
}

#cookieConsent a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

#cookieConsent a:hover {
  color: #fff;
}

#closeCookieConsent {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
}

#closeCookieConsent:hover {
  color: #fff;
}

#cookieConsent a.cookieConsentOK {
  float: right;
  margin: 0 60px 0 10px;
  padding: 0 20px;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0.53);
  border: 1px solid #fff;
  color: #ccc;
  font-weight: 300;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #f0f0f0;
  color: #000;
}
