/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

/* -- remove dots from menu https://d.pr/i/cWiSXt | DZ-18742557-hc -- */
@media only screen and (min-width: 560px){
#site-navigation.main-navigation ul.main-menu > li:after, .fse-template-part .main-navigation ul.main-menu > li:after {
    display: none;
}
}

/* -- increase letter spacing https://d.pr/i/cWiSXt | DZ-18742557-hc -- */
#site-navigation.main-navigation ul li a, .fse-template-part .main-navigation ul li a {
    letter-spacing: 6px;
}


/* change the spacing on the menu word| DZ-18742557-hc */
label#toggle-menu {
    letter-spacing: 6px;
}

/* Mobile menu  / 18742557-HC (MI) */

#toggle-menu {
	text-transform:none;
}
/* On Mobile Add a margin to the left of Navigation Blocks - 18828983-hc*/
@media screen and (max-width: 600px) {
	.wp-block-navigation-link__content {
		margin-left: 40px;
	}
}
/* Hide site title in footer 18681184-hc DF */
.site-name {
	display: none;
}

/* -- decrease font size of Contact Form labels on Contact Page | DZ-18742557-hc -- */
.page-id-66 #contact-form-66 label.grunion-field-label {
    font-size: medium;
}
/* -- remove title from estate planning page -- */
.page-id-279 .site-branding {
  display: none;
}

/*Reduce Logo Size 20355365-hc SD*/
img.custom-logo {
    max-width: 25%;
}

/*Hide menu on webinar landing page | jp-20355365-hc*/
.page-id-372 .main-navigation {
  display: none;
}

/*Remove link from logo on  webinar landing page | jp-20355365-hc*/
.page-id-372 .site-branding,
.page-id-372 .site-branding .custom-logo-link {
pointer-events: none;
}
/*Remove logo on webinar landing page | jp-20355365-hc*/
.page-id-372 .site-branding {
    display: none;
}
/*Change size of title on M - webinar landing page | #20435081-hc JL */
.page-id-372 .entry-title {
	font-size: 1.2em;
}
/*change size of contact form labels on M - webinar landing page| #20435081-hc JL */
.page-id-372 .contact-form label {
font-size: .8em;
}
/*Change submit button on M - webinar landing page | #20435081-hc JL */
.page-id-372 button.pushbutton-wide {
background-color: #FF0707;
}
 /*Change padding on top of M - webinar landing page | #20435081-hc JL */
.page-id-372 .entry-content {
	padding-top: 2px;
}


/* add checkmark to checkbox lists  | 21048347-hc/zd bk */
.is-style-checkbox li::before {
  content: '';
    background: url('https://kprusadvisory.com/wp-content/uploads/2020/05/icons8-checkmark-48.png') no-repeat center;
    background-size: contain;
    margin-right: 10px;
    padding-left: 30px;
}
/*  hide bullets from checkbox lists | 21048347-hc/zd bk */ 
.is-style-checkbox {
  list-style: none;
  padding-left: 5px;
}

/* Font size - workshop page / 22694093-HC (MI) */
.page-id-487 .entry-content p,
.page-id-487 .entry-content,
.page-id-487 .wp-block-button__link {
    font-size: 14px;
}