#ht-top-footer .textwidget p {
    color: #989898;
}

.ht-site-description {   
    float: right; 
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	
.header-transparent .logobox img, .header-transparent .reslogobox img {
			max-width: 65%;
		}
}

.ht-site-description {
  font-size: 30px;
	font-style:normal; 
	font-weight:bold; 
	padding-left: 20px; 
}

.menu-wrapper{
	font-size: 0px; 
}

.site-header .navigation ul li a{
	font-size:16px; 
}

.site-header .navigation ul.sub-menu li a{
		font-size:16px; 
	
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image {
	width: 1210px !important;
	height: 300px !important;
}

a.custom-logo-link {
    float: left;
    margin: 5px 0 15px;
}

.ht-site-description {
    float: left;
    margin-top:30px;
    margin-left: 6px;
}

.page-main-header {
    display: none;
}

/* change content box background | 30402569-hc Dan P. 
#innerpage-box #content-box {
    background-color: #F9F8EB;
}*/

/* Change background color | 30402569-hc bb */
#innerpage-box {
	background-color: #fffaec !important;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50.customWidthBtn {
    width: calc(57% - .25em);
}

/*.innerpage-whitebox {
    background: #F9F8EB !important;
}*/

/* font color on contact us page hc-30426692-vk*/
.page-id-2337.page-template-default #innerpage-box #content-box h1 {
    color: #fff
}

/* Hide pause button from slideshow block hc-30426692-vk*/
.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause{
    display: none;
}

.wp-block-jetpack-slideshow_button-pause{
    display: none !important;
}

/* Show the entire image on the cover block on the frontpage | 30426692-hc rg */
img.wp-block-cover__image-background.wp-image-2513.jetpack-lazy-image.jetpack-lazy-image--handled {
    object-fit: contain;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(33% - .375em);
}
#innerpage-box {
    padding-bottom: 0em;
}

body.page-template-default.site-content{
	background:#FCF1D8;
}

#inner-pages-header .theme-breadcrumb {
    display: none !important;
}

#inner-pages-header .header-content {
    display: none !important;
}

#tab-description .article-content a{
	text-decoration: none;
}

.search-box {
    display: none !important;
}

/* Hide the search bar and button sitewide */
.search-form,
.search-field,
.search-submit {
    display: none !important;
    visibility: hidden !important;
}

/* Hide 404 error message and search box on "Page Not Found" pages */
.page-content p,
.page-content form.search-form {
    display: none !important;
}