Hi, my site at midwestcentertherapy.com is showing a flicker delay on page loads. It’s a fairly simple site and I don’t know what’s causing it. Custom css is as follows:
/* Removes excess padding from header */
.header-bg {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 10px;
}
#masthead .header-inner {
padding: 0px!important;
}
.header-inner .logo {
display: inline;
}
/* Remove excess white space below banner & Increase main body font size.*/
#cta {
background-color: #ffffff;
padding: 0rem;
}
#content {
padding-top: 20px;
}
/*Style sub-menus*/
#primary-navigation ul.nav-menu li ul.sub-menu li a {
text-transform: inherit;
background-color: #2d353f;
}
#primary-navigation ul.nav-menu li ul.sub-menu li a:hover {
text-transform: inherit;
background-color: #696977;
}
/*Customize title and widget title fonts*/
h1.entry-title {
font-weight: bold!important;
font-family:sans-serif;
}
h3.widget-title {
font-weight:bold!important;
font-family:sans-serif;
}
/* Turns off capitalization of primary menu items */
.site-navigation ul {
text-transform: none;
}