
/*
*
* FOOTER
*
* * * * * * * * * * * */

footer {
  margin-top: auto;
  min-height: 300px;
  color: white;
  background-color: #282843;
  z-index: 99;
  padding: 40px 0;
}


footer .container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
}

footer .container div {
  width:auto;
  text-align: left;
  width: 25%;
  }

  footer .container > div:nth-child(1) {
    width: 15%;
  }

  footer .container > div:nth-child(2) {
    width: 30%;
    margin-right: 15%;
  }

  footer .container > div:nth-child(3) {
    width: 15%;
    min-width: 200px;
  }

  footer .container > div:nth-child(4) {
    width: 10%;
  }




footer p {
   font-size: 17px;
  margin-bottom: 7px;

}

footer a, footer p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 7px;
  color: white;
  text-decoration: none;
}

 footer a {
    text-decoration: none;
  }

  .footer_home_link img {
    width: 150px;
    height: auto;

  }


  #footer_booking {
    padding: 12px 33px 10px 33px;
    background-color: rgba(242,106,89,1);
    margin: 0px 0 20px 0;
     font-size: 17px;
     font-weight: 500;
  }

  #footer_booking:hover {
    background-color: rgba(242,106,89,0.7);
  }


 footer ul a {
  position: relative;
 }

 footer ul a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


footer ul a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}




#footer-menu-list {
  width: 100%;
  list-style: none;
}

#footer-menu-list li {
  margin-bottom: 5px;
}

#footer-menu-list li a {
  font-size: 16px;
}


footer div.container div p a i {
  color: rgba(255,255,255,1);
  font-size: 15px;
  margin-right: 12px;
  width:20px;
  text-align: center;
  vertical-align: top;
}

footer div.container div p {
  margin-bottom: 12px;
}

footer div.container div span {
  display: inline-block;
}

#secondary-link-list li {
    display: inline-block;
    margin-right: 25px;
}

.baseline.secondary-items {
    width: 100%;
    text-align: left;
}

.secondary-items {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 50px;
}

.secondary-items ul, 
.secondary-items div  {
    display: inline-block;
}

.secondary-items ul li a, 
.secondary-items div  {
    font-size: 12px;
}


footer div.copyright {
    width: auto;
    padding: 4px 14px;
    float: right;
}




/* Social Links */


.social-links ul {
  min-width: 150px;
}

.social-links ul li {
  display: inline-block;

}

.social-links ul li a {
  font-size: 25px;
  color: #fff;
    margin-right: 20px;
}

.social-links ul li a:hover {
  color: #f26a59;
}

.social-links li a:before, 
.social-links li a:hover:before {
  visibility: hidden;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * MEDIA QUERIES * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */







@media only screen and (max-width: 1024px) {


  footer{
    padding-top: 40px;
    padding-bottom: 30px;
  }

  footer .container {
    flex-direction: column;
  }

  footer .container div {
    min-width: 60%!important;
    margin-bottom: 30px;
    text-align: left;
  }



  footer h4 {
    margin: 0 auto 20px auto;
    max-width: 530px;
  }

  .baseline.secondary-items {
      text-align: left;
  }

  footer div.copyright {
     border-left: none; 
     padding: 0; 
     margin-top: 7px;
     float: none;
    }

    footer div.container div p a i {
      display: none;
    }


}


@media (max-width: 768px){ 

        footer .container > div {
        width: 100%!important;
      }

        footer .container.row {
          flex-flow: column;
          justify-content: center;
        }

      

}






