footer {
  line-height: 1.175;
}

.site-footer {
  color: var(--white);
  padding: 0;
}

.footer-bottom {
  padding-left: 30px;
  padding-right: 30px;
}

.footer-top {
  background: var(--primary);
}

.site-footer input {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  color: var(--pale-c1);
  padding: 10px 20px;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  height: 45px;
  margin-right: 20px;
}

.site-footer input:placeholder {
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--pale-c1);
}

/* Chrome, Firefox, Opera, Safari 10.1+ */

.site-footer input::placeholder {
  color: var(--pale-c1);
  opacity: 1;
  /* Firefox */
}

/* Internet Explorer 10-11 */

.site-footer input:-ms-input-placeholder {
  color: var(--pale-c1);
}

/* Microsoft Edge */

.site-footer input::-ms-input-placeholder {
  color: var(--pale-c1);
}

.footer-bottom {
  background: var(--secondary);
}

.footer-newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 15px;
}

.footer-newsletter-l {
  font-size: 28px;
  line-height: 34px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer-newsletter-r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*social share*/
.social-media-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.social-media-footer li:not(:last-child) {
  margin-right: 25px;
}

.social-media-footer a {
  background: url(img//social_media_footer.png);
  width: 21px;
  height: 21px;
  transition: all .25s;
  display: block;
}

.social-media-footer .insta a {
  background-position: -45px 0;
  width: 21px;
  height: 21px;
}

.social-media-footer a:hover {
  background-position: 0 -39px;
}

.social-media-footer .insta a:hover {
  background-position: -45px -38px;
}

.social-media-footer .fb a {
  background-position: -94px 0;
  width: 13px;
  height: 22px;
}

.social-media-footer .fb a:hover {
  background-position: -94px -37px;
}

.social-media-footer .linkedin a {
  background-position: -135px -1px;
  width: 21px;
  height: 20px;
}

.social-media-footer .linkedin a:hover {
  background-position: -135px -38px;
}

/* Footer bottom */
.footer-bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  margin: 0 auto;
}

.footer-bottom-container>.footer-bottom-l {
  /* width: 25%; */
  width: 35%;
  padding-right: 15px;
}

.footer-bottom-container>.footer-bottom-links {
  /* width: 35%; */
  width: 25%;
}

.footer-bottom-container>.footer-bottom-r {
  width: 40%;
}

.footer-bottom-l,
.footer-bottom-links {
  display: flex;
  align-items: center;
}

.footer-bottom-container>div.footer-bottom-links {
  padding-right: 15px;
}

.footer-bottom-container>div:not(:first-child) {
  padding-left: 40px;
}

.footer-bottom-container>div:not(:last-child) {
  border-right: 1px solid var(--pale-c2);
}

.footer-logo {
  max-width: 110px;
  /* width: 100%; */
  /* margin-bottom: 25px; */
  margin-right: 50px;
}

.footer-logo p {
  margin-bottom: 0;
}

.footer-description {
  font-family: var(--font-secondary);
  font-size: 14px;
}

.footer-description>p {
  margin-bottom: 8px;
}

.footer-description>p:last-child {
  margin-bottom: 0;
}


.footer-bottom-l-desc {
  font-size: 14px;
  font-family: var(--secondary-font);
}

.footer-bottom-links ul {
  padding-left: 0;
  list-style-type: none;
}

.footer-bottom-links ul li a {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0 !important;
}

.footer-bottom-links ul li:not(:last-child) a {
  margin-bottom: 20px;
}

.footer-bottom-links ul li a:hover {
  color: var(--green-blue) !important;
}

.footer-followus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.footer-followus h2,
.footer-followus-title {
  font-size: 21px;
  margin-right: 20px;
  margin-bottom: 0;
}

.footer-bottom-newsletter h2 {
  font-size: 18px;
  margin-bottom: 16px;
}

.footer-bottom-newsletter form label {
  display: none;
}

.footer-bottom-newsletter form {
  display: flex;
  align-items: center;
}

.footer-bottom-newsletter form>.mailchimp-newsletter-mergefields {
  flex: 1;
}

.footer-bottom-newsletter {
  padding: 20px 30px;
  border: 1px solid var(--primary-light);
}

.footer-bottom-newsletter .coil-readmore-btn {
  padding: 7px 20px;
  height: 40px;
}

.site-footer .footer-bottom-newsletter input {
  height: 40px;
}

.footer-bottom-newsletter .coil-readmore-btn::after {
  display: none;
}

/* End of Footer bottom */
.footer-bottom-newsletter form .button {
  text-transform: uppercase;
  font-family: var(--font-secondary);
  margin-left: 20px;
  background: transparent;
  border: 1px solid #fff !important;
}

.footer-bottom-newsletter form .button:hover {
  background-color: #fff;
  color: var(--secondary);
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
}

.footer-bottom-newsletter .form-item,
.footer-bottom-newsletter .form-actions {
  margin: 0;
}
