/*
 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
*/

@media (min-width:768px){
	.hm-qu-grid figure, .hm-qu-grid h4 {
	  display: inline-block !important;
	}
}

.hm-serv > div > div {
  box-shadow: 0px 0px 5px 4px lightgray;
}

@media (max-width:768px){
	.top-hed-mail, .top-hed-grid div:nth-child(2) {
  		display: none !important;
	}
	.page-id-19 .divider-color{
		background: #5b6149 !impotant;
    	background-color: #484f33 !important;
	}
	
	.mob-cen {
  		justify-content: center !important;
	}
}

.serv-sidebar {
  position: sticky;
  top: 45px;
}