/* -----------------------------------
Template : Rovast - Corporate HTML5 Template

NOTE: This is Footer style file. All footer related style included in this file.

--------------------------------------*/

/*---------- Footer top -------------*/
.footer-widget p,.footer-widget a,.footer-widget span,.footer-widget .semi-title,.footer-widget label{
    color: #fff;
}
.footer-widget .semi-title,.footer-widget h3{
    margin-bottom: 45px;
}
.footer-widget p{
    margin-top: 18px;
}
.footer-logo {
  margin-bottom: 10px;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-list span {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.contact-list p {
  overflow: hidden;
}
.footer-nav{
    text-align: left;
}
.footer-nav li{
    display: block;
}
.footer-nav li a{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
}
.footer-nav li a:hover{
    color: #ffbbbb;
    margin-left: 5px;
}
.footer-nav a::before {
  content: "";
  font-family: "icofont";
  margin-right: 5px;
}
/* instagram-feed */
.instagram-feed{
    overflow: hidden;
}
.instagram-feed li{
    float: left;
}
.instagram-feed li a{
    display: block;
    float: left;
    margin: 4px;
    position: relative;
    overflow: hidden;
    width: 30%;
}
.instagram-feed li a:nth-child(3n) {
  margin-right: 0;
}
.instagram-feed li a:nth-child(1),
.instagram-feed li a:nth-child(2),
.instagram-feed li a:nth-child(3){
    margin-top: 0;
}
.instagram-feed li a:nth-last-child(1),
.instagram-feed li a:nth-last-child(2),
.instagram-feed li a:nth-last-child(3) {
    margin-bottom: 0;
}

.instagram-feed li a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 147, 212, .50);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.instagram-feed li a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    font-family: "icofont";
    color: #fff;
    z-index: 999;
    opacity: 0;
}
.instagram-feed li a img{
    max-width: 100%;
}
.instagram-feed li a:hover:after{
    opacity: 1;
}
.instagram-feed li a:hover:before{
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*---------- footer form -------------*/
.footer-widget input[type="text"], 
.footer-widget input[type="email"], 
.footer-widget input[type="number"], 
.footer-widget input[type="password"],
.footer-widget textarea {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    height: 40px;
    outline: 1px solid transparent;
}
.footer-widget input[type="checkbox"] {
    display: none;
}
.footer-widget input[type="checkbox"] + label:before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../../img/icon/check.png") no-repeat center center;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.footer-widget input[type="checkbox"]:checked + label:before{
    background: url("../../img/icon/checked.png") no-repeat center center;
}
.footer-widget form button {
  margin-top: 20px;
}
/* Foooter Botttom */
.footer-copyright p,.footer-copyright span{
    margin-bottom: 0;
    color: #fff;
}