/*
Theme Name: Laika Loves Lassie
Theme URI: http://underscores.me/
Author: Laika Loves Lassie
Author URI: http://laikaloveslassie.com
Description: A custom theme by Laika Loves Lassie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laikaloveslassie
Tags:
*/






.footer-container {
  line-height: 27px;
  color: #f7f7f7;
}


/*------------------------------------------------------------------------------
# Cookie Notice
------------------------------------------------------------------------------*/

.cookie-notice-container {
  line-height: 24px;
}

#cn-notice-text {
  display: block;
}




.cookie-notice-container a {
  text-decoration: underline;
  margin: 0 20px;
}

.cookie-notice-container a:hover {
  text-decoration: underline!important;

}




/*------------------------------------------------------------------------------
# Instagram Feed
------------------------------------------------------------------------------*/


.wdi_feed_container { border-bottom: 0px!important; }

#wdi_feed_0 .wdi_photo_wrap {
	    padding: 6px!important;
}

.wdi_feed_item { margin-bottom: -7px; }

.wdi_photo_wrap_inner { margin-bottom: -20px;}

.wdi_photo_wrap_inner { border: 0!important; }

.wdi_img { margin: 0!important; }

.wdi_load_more { display: none; }

.wdi_img {
    width: auto!important;
    height: 100%!important;
    min-width: 100%!important;
    max-width: 1000%!important;
}

.wdi_photo_img img {}





/*------------------------------------------------------------------------------
# Footer Navigation
------------------------------------------------------------------------------*/



.footer-navigation div ul{
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;

}

.footer-navigation li {
    padding: 138px 0px;
    white-space: nowrap;
}

.footer-navigation li a{
    color: #fff;
    font-size: 14px;
}



a.footer-login-area {
  padding: 40px 0;
  transition: background-color 0.3s;
}

a.footer-login-area,
a.footer-login-area:hover,
a.footer-login-area:visited { color: #fff; }


a.footer-login-area:hover {
  background-color: #BF4441;
  transition: background-color 0.3s
}




@media all and (max-width: 639px) {



.footer-navigation div ul{
  display: block;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}




.footer-navigation li {
    width: 100%;
    padding: 0 0 20px 0;
}


}




@media only screen and (min-width : 991px) {


  a.footer-login-area {
    padding: 138px 0;
  }


}
