/* -- fix space gap https://d.pr/i/Z1sJaw | DZ-2550361-zen -- */
@media screen and (min-width: 600px){
#primary {
    margin-top: 150px!important;
}
}


/* -- fix space gap home only | HC-17809206 -- */
@media screen and (min-width: 600px){
.home #primary {
    margin-top: 76px!important;
}
}


/* -- fix space gap mobile - home only | HC-17809206 -- */
@media screen and (max-width: 600px){
/*.home #primary {
    margin-top: -11px!important;
	} */
	.site-main {
		padding-top: 0px!important;
}
}


/* reduce whitespace in header #2550361-zen  */
#masthead {padding-bottom: 0px; padding-top: 0px;
}


/* Adjust margins around logo | 18661425-hc kf */
#masthead .site-header-wrapper .site-branding .site-logo {
    margin: 5px 0px;
}

/* Set larger home page cover block height for desktop | 18661425-hc kf */
@media only screen and (min-width: 600px) {
.home .wp-block-cover.is-style-default {
    min-height: 1000px!important;
}
}


/* Heading sizes, in relative units | 2874867-zen sb */

h1  {
    font-size: 2.1rem;
}
h2  {
    font-size: 1.8rem;
}
h3  {
    font-size: 1.5rem;
}
h4  {
    font-size: 1.25rem;
}
h5  {
    font-size: 1rem;
}


/* Adjusts the width/size of the logo on mobile devices, and gives a slight margin to the menu toggle 20266326hc */ 
@media (max-width: 560px) {
a.custom-logo-link img {
    width: 50%;
}
.main-navigation #toggle-menu {
    margin-top: 13px;
}
}


/* Gives padding between page titles and the header on all pages except the homepage on mobile devices 20266326hc */ 
@media (max-width: 560px) {
body:not(.home) h1.entry-title {
    padding-top: 20px;
}
}

/* remove underline from Our Services on home 22800439-hc */
.home .wp-block-group h3 a {
    text-decoration: none;
}

/* Move down success message which is hidden under fixed header. TC zn-3234811 */

/* Small devices */
.home .entry-header #contact-form-20 h3 {
    margin-top: 250px
}

/* Large devices */
@media (min-width: 600px) {
    .home .entry-header #contact-form-20 h3 {
        margin-top: 0;
        position: relative;
        top: 215px;
    }

    .home .entry-header #contact-form-20 p {
        position: relative;
        top: 215px;
    }
}
