/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

a[href^="tel:"] {
  cursor: default; }


div#post-116 {
    position: absolute;
    top: 36px;
    right: calc((100vw - 1280px)/2);
}
CSS


@media (max-width: 991px) {
    .site-header-sub {
        display: inherit;
        margin: 0;
        padding: 0;
    }
}

.sidebar {
    display: none;
}

site-header-logo {
  top: 50em;
}

.site-body {
	padding: 0
		
}