﻿/*
  Theme Name: Piston Digital - Park Cafe Özel Teması
  Theme URI: https://pistondigital.com/
  Author: Piston Digital
  Description: Park Cafe Bar & Restaurant için özel oluşturulmuş wordpress temasıdır.
  Version: v1.0
  License: -
  License URI: -
  */

  #fixed-social {
   position: fixed;
   top: 170px;
   z-index: 999;
   right: 0;
 }

 #fixed-social a {
   color: #fff;
   display: block;
   height: 50px;
   position: relative;
   text-align: center;
   line-height: 40px;
   width: 50px;
   margin-bottom: 1px;
   z-index: 2;
 }
 #fixed-social a:hover>span{
  visibility: visible;
  right: 46px;
  opacity: 1;
  border-radius: 10px;
} 
#fixed-social a span {
  line-height: 41px;
  top:  5px;
  right: 60px;
  position: absolute;
  text-align: center;
  width: 150px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}
.fixed-facebook{
  background: url(http://kartepeparkcafe.com/wp-content/uploads/2019/12/face.png) no-repeat 0 0;
  display: inline-block;  
}
.fixed-facebook span{
  background-color: #5f82cf;
}
.fixed-instagrem{
  background: url(http://kartepeparkcafe.com/wp-content/uploads/2019/12/insta.png) no-repeat 0 0;
  display: inline-block;  
}
.fixed-instagrem span{
  background-color: #cc3f5e;
}
.fixed-whatsapp{
  background: url(http://kartepeparkcafe.com/wp-content/uploads/2019/12/wp.png) no-repeat 0 0;
  display: inline-block;
}
.fixed-whatsapp span{
  background-color: #3fac2b;
}
.fixed-mail{
  background: url(http://kartepeparkcafe.com/wp-content/uploads/2020/01/mail2.png) no-repeat 0 0;
  display: inline-block;
}
.fixed-mail span{
  background-color: #1e4383;
}

@media only screen and (max-width: 600px) {
  .map-container{
    padding: 0;
  }
  .map-div{
    padding-left: 0px !important;
    padding-top: 10px !important;
  }
}