/* =============================================== */
/* ====================== footer ================= */
/* =============================================== */
.footer-main {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #837D79;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #837D79;
}
@media only screen and (min-width: 992px) {
  .footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .item {
  margin-bottom: 30px;
}
footer h2 {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: #232323;
  margin-top: 0;
}
footer p {
  font-size: 14px;
  margin-bottom: 3px;
}
footer p a {
  color: inherit;
}
footer p a:hover, footer p a:focus {
  color: #DC1E34;
}
footer .logo {
  max-width: 109px;
}
@media only screen and (min-width: 992px) {
  footer .logo {
    max-width: 162px;
  }
}
/* footer menu */


footer .footermenu {
  margin-left: 15px;
}
footer .footermenu ul {
  /*font-family: "Playfair Display", serif;*/
  font-size: 16px;
  line-height: 135%;
  color: #232323;
  font-weight: 700;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 425px) {
  footer .footermenu {
    margin-left: 0;
  }
  footer .footermenu ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 576px) {
  footer .footermenu ul {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footermenu ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
footer .footermenu ul li {
  display: block;
  margin-bottom: 3px;
}
footer .footermenu ul li a:link, footer .footermenu ul li a:visited {
  color: #232323;
  text-decoration: underline;
  text-decoration-style: dotted;
}
footer .footermenu ul li a:hover, footer .footermenu ul li a:focus, footer .footermenu ul li.current_page_item > a, footer .footermenu ul li.current_page_parent > a {
  color: #DC1E34;
  text-decoration: underline;
}
/* links menu */
footer .linksmenu ul {
  font-size: 14px;
  line-height: 135%;
  color: #232323;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .linksmenu ul li {
  display: block;
  margin-bottom: 3px;
}
footer .nav-link {
 padding: 0;
  margin: 0;
  
}

footer .linksmenu ul li a:link, footer .linksmenu ul li a:visited {
  display: block;
  color: #232323;
	 padding: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: underline;
  text-decoration-style: dotted;
}



footer .linksmenu ul li a:hover, footer .linksmenu ul li a:focus, footer .linksmenu ul li.current_page_item > a, footer .linksmenu ul li.current_page_parent > a {
  color: #DC1E34;
  text-decoration: underline;
}
/* info wrapper */
footer .info-wrapper-border {
  width: 100%;
  padding-top: 30px;
  margin-top: 30px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #837D79;
}
footer .info-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  /*text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #837D79;*/
}
@media only screen and (min-width: 425px) {
  footer .info-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 768px) {
  footer .info-wrapper-border {
	  display: none;
  }
  footer .info-wrapper {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
  }
}
/* social icons */
footer .social {
  /*text-align:center;*/
  padding-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  footer .social {
    margin: 0;
    text-align: left;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
  }
}
footer .social a {
  margin-left: 6px;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  footer .social a {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  footer .social a {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  footer .social a {
    margin-right: 25px;
  }
}
.social a {
  font-size: 1.5em;
  border-radius: 50%;
  color: #232323;
  background-color: transparent;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .social a {
    font-size: 1.75em;
  }
}
.social a:hover, .social a:focus {
  color: #DC1E34;
  text-decoration: none;
}
/* footer badges */
footer .footer-badges {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
footer .footer-badges div {
  margin: 12px;
}
@media only screen and (min-width: 768px) {
  footer .footer-badges {
    display: block;
    text-align: center;
  }
  footer .footer-badges div {
    margin: 0;
    margin-bottom: 20px;
  }
}
footer .footer-btm {
  text-align: center;
  padding-bottom: 50px;
}
/* subscribe module */
.subscribe-module {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .subscribe-module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .subscribe-module {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.subscribe-module h2 {
  font-family: "Playfair Display", serif;
  color: #DC1E34;
  font-size: 42px;
}
.subscribe-module p {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .subscribe-module h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1400px) {
  .subscribe-module h2 {
    font-size: 60px;
  }
}