/*
 Theme Name:   Generatepress Child
 Theme URI:    http://1st.web.id/
 Description:  Generatepress Child Theme
 Author:       1st Web Solution
 Author URI:   http://1st.web.id
 Template:     generatepress
 Version:      1.0.0
*/

.entry-meta {display:none;}

/*
    Add your custom styles here
*/
#sticky-contact {
  position: fixed;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  left: 15px;
  bottom: 30px;
  z-index: 1;
  background-color: #D2691E;
  border-radius: 6px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}