.page-footer{
    background-image: url(/storage/general/bg-footer.png);
    background-repeat: no-repeat;
    background-color: black;
    background-position: right;
}
.bg-dark{
  background-color: rgb(2 2 2) !important;
}
.post__vertical--single .post__meta{
  height:90px !important;
}
.nav-top, .page-footer__bottom {
	background-color: #52d4ff; color: black;
}
.page-copyright p{
  color: black;
}
.header .header-wrap .nav-top .social--simple li a, .social--simple li a{
  border-radius:5px !important;
  width:79px;
}
#page-home .page-sidebar .widget {
    background-color: #fff;
    box-shadow: 0 0 7px rgb(82 212 255);
    margin-bottom: 30px;
}
#page-home .page-sidebar .widget .widget__header {
    background-color: #52d4ff;
}
.page-header--light {

    box-shadow: 0px 1px 4px 3px rgb(8 140 182);
}
.navigation .menu-item:hover{
  
    background: #52d4ff;

}
.navigation .menu-item:hover>a{
  color: black !important;
}
.gallery-wrap .gallery-item{
  box-shadow:0px 1px 13px 3px rgb(64 208 254 / 58%);
}
.gallery-wrap .gallery-item .gallery-detail{
  background: #03A9F4 !important;
}
.post__horizontal .post__thumbnail , .post__vertical--single .post__thumbnail{
  box-shadow:0px 0px 5px 3px #2092b8
}

.post--single {
    box-shadow: 0px 0px 30px 0px #52d4ff;
    padding: 20px;
}
.bg-overlay{
  background-color:  #03A9F4 ;
}

.gallery-wrap .gallery-item .gallery-detail{
  bottom:0px; font-size:12px;
}