/* Hide the page titles | 30034043-hc rg */
header h1.entry-title {
    display: none;
}
/* Increase the nav menu font-size | 30034043-hc rg */
.site-header .main-navigation a, .site-header .main-navigation .dropdown-toggle {
    font-size: 18px;
}
/* Change background color buttons hover | 30148217-hc WH */
.entry-content button:hover, .entry-content input[type="button"]:hover, .entry-content input[type="reset"]:hover, .entry-content input[type="submit"]:hover, .entry-content button:focus, .entry-content input[type="button"]:focus, .entry-content input[type="reset"]:focus, .entry-content input[type="submit"]:focus, .content-area #infinite-handle>span>button:focus, .wp-block-button__link:focus, .entry-content button:active, .entry-content input[type="button"]:active, .entry-content input[type="reset"]:active, .entry-content input[type="submit"]:active, .content-area #infinite-handle>span>button:active, .wp-block-button__link:active, body .content-area #infinite-handle>span>button:hover, .wp-block-button__link:hover, .has-background-background-color[class] button[type="submit"]:hover, .has-background-light-background-color[class] button[type="submit"]:hover, .has-background-background-color[class] .wp-block-button__link:hover, .has-background-light-background-color[class] .wp-block-button__link:hover, .wp-block-button__link.has-text-color.has-background:hover {
	background-color:#848484!important;
}
/* Change background color form fields | 30148217-hc WH */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .masonry-layout .site-main .format-link .format-holder, .masonry-layout .site-main .format-quote .format-holder, .blog:not(.masonry-layout) .site-main article, .archive:not(.masonry-layout):not(.tax-jetpack-portfolio-type):not(.post-type-archive-jetpack-portfolio) .site-main article  {
	background-color:#fff;
}
/*Adjust background on gallery captions 30153208-hc sy*/
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    background-color: rgba(0,0,0,0.3);
    padding-top: 5px;
}
/* workaround for gallery attachment bug | 4091746-hc NS*/
.disable-carousel{
    cursor: default;
    pointer-events: none;
}
/* hide search | 30306113-HC DZ */
.search-button {
	display: none !important;
}

/* remove pointer | 4092207-ZD DZ */
div.wp-block-columns, 
div.wp-block-column {
    cursor:default
}

