/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* STICKY HEADER MENU */
body {
  padding-top: 47px; /* Adjust the value based on your header height */
}

.elementor.elementor-13.elementor-location-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff; 
}

/* DISABLLING LINK OF ELEMENTOR POST INFO WIDGETS */
ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
  pointer-events: none; cursor: pointer;
}


/* PADDING ABOVE PAGINATION OF POST WIDGETS */
nav.elementor-pagination {
Padding-top: 20px
}
