/* ==========================================================================
  20. FOOTER
  ========================================================================== */ 

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
}

#footer-3.footer {
  padding-bottom: 80px;
}

.footer.bg-red,
.footer.bg-dark {
  background-image: url(../images/footer-red.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: scroll!important;
} 

.footer.bg-dark {
  background-image: url(../images/footer-dark.jpg);
} 

#footer-1 .footer-contacts {
  padding-left: 30px;
}

#footer-4 .footer-contacts {
  padding-left: 40px;
}

#footer-4 .footer-info {
  padding-left: 10px;
}

/*------------------------------------------*/
/*  FOOTER LOGO
/*------------------------------------------*/

.footer-logo {
  margin-bottom: 30px;
}

#footer-4 .footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  width: auto;
  max-width: inherit;
  max-height: 95px;
}

#footer-3 .footer-logo img {
  max-height: 120px;
}

/*------------------------------------------*/
/*   FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h5 {
  color: #283034;
  line-height: 1;
  margin-bottom: 25px;
}

.bg-red.footer h5,
.bg-dark.footer h5 {
  color: #fff;
}

.footer-info p,
.footer-contacts p {
  margin-bottom: 3px;
}

#footer-1 .footer-info p {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}

#footer-1 .footer-contacts p.p-xl {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

#footer-1 .footer-contacts p.p-lg {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}

#footer-1 .footer-contacts p.foo-email {
  margin-top: 15px;
  margin-bottom: 2px;
}

.footer-contacts p span {
 font-family: 'Oswald', sans-serif;
 font-size: 1.85rem;
 line-height: 1;
 font-weight: 700;
 letter-spacing: -0.5px;
 position: relative;
 top: 4px;
 left: 6px;
}

#footer-2 .footer-contacts p span,
#footer-4 .footer-contacts p span {
 left: 0;
}

.footer-info p span {
  padding-left: 8px;
}

/*------------------------------------------*/
/*   FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.footer-links li p {
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*   FOOTER SOCIAL LINKS
/*------------------------------------------*/

#footer-3 .footer-socials-links {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 12px;
}

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 0 auto 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.foo-socials a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 23px;
  line-height: 1;
  margin: 0 2px;
}

/*------------------------------------------*/
/*  FOOTER INSTAGRAM IMAGES
/*------------------------------------------*/

.footer-img img.insta-img {
  float: left;
  width: 75px;
  height: 75px;
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 40px;
}

#footer-2 .bottom-footer {
  margin-top: 15px;
}

#footer-2.bg-red .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, .25);
}

#footer-2.bg-dark .bottom-footer {
  border-top: 1px solid rgba(100, 100, 100, .25);
}

/*------------------------------------------*/
/*  FOOTER COPYRIGHT
/*------------------------------------------*/

.footer-copyright p {
  line-height: 1;
  margin-bottom: 0;
}

#footer-3 .footer-copyright p {
  margin-top: 10px;
}

/*------------------------------------------*/
/*  BOOTOM FOOTER LINKS
/*------------------------------------------*/

.bottom-footer-list li {
  display: inline-block !important;
  margin-bottom: 0;
}

.bottom-footer-list li i {
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  top: -1px;
  right: 3px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.bottom-footer-list li p {
  font-size: 1rem;
  line-height: 1; 
  font-weight: 300;
  margin-left: 10px;
  margin-bottom: 0;
}

#footer-3 .bottom-footer-list li p {
  font-size: 0.915rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bottom-footer-list p:after { 
  content: "|"; 
  padding-left: 11px; 
  position: relative;
  top: -1px;
}

.bottom-footer-list p.last-li:after { 
  content: " "; 
  padding-left: 0; 
}

