/* Change Logo Size | 33995910-hc CH */
@media only screen and (min-width: 600px) {
	#masthead > div > div > a > img {
	max-width: 50%;
}	
}
	
/* Reduce Logo Padding Top | 33995910-hc CH */
@media only screen and (min-width: 600px) {
	#masthead {
		padding-top: 10px;
	}	
}

/* Make logo display crisp without anti-aliasing | 33995910-hc HE-JC | edited 5980085-hc (KS) */
img.custom-logo {
    image-rendering: optimizequality;
	 image-rendering: -webkit-optimize-contrast;
width: 800px;
}/*hide site title 34013945-hc DF*/
.site-title {
	display: none;
}/* Center footer menu / 34013945-hc (BM) */
@media only screen and (min-width: 640px) {
    .footer-navigation .footer-menu {
        align-items: center;
        margin: 0 auto;
    }

    .footer-navigation {
        width: 100%;
    }
    .menu-main-container:nth-child(1) {
        display: flex;
    }
}
/* End Center footer menu / 34013945-hc (BM) */
/* Center the site title in the footer | CM | #34013945-zen*/
#colophon .site-info {
    text-align: center;
}
/* Add text beside logo | 34014760-hc JP */
.site-logo:after {
    content: "Better by Design";
    color: #9C3647;
    font-style: italic;
    font-size: 40px;
	  padding-left:45px;
} 
a {color: #9C3647;
}
/* resize group blocks on site's front page | 4768729-zen eD */ .home .wp-block-group.alignfull.has-background {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Make the footer take the page full width | 4771022-zen mh */ #colophon, .widget-area.responsive-max-width {
	width: 100vw;
	text-align: center;
	max-width: unset;
}
}/* Set link color on dark background colors | 34188312-HC BB */
.has-background-color a {
    color:#FFFFFF !important;
}
/* Remove red text on required fields JC | 34188312-hc */

.coblocks-form .required {
    color: #000;
}
/* hide entry metadata |  35044216-hc tdl */
.entry-meta {
	display: none;
}
.entry-footer {
	display: none;
}
/* Make turquoise line thinner / 35044216-hc kp */
.wp-block-group.has-background.thin-line  {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Center sharing buttons on pages / #35307487- HC JB */

.page .robots-nocontent.sd-block.sd-social.sd-social-icon.sd-sharing {
    text-align: center;
}
/* Edit the site info to include copyright / #-HC JB */

a.site-name {
    visibility: hidden;
}

a.site-name:before {
    content: '© Dymar Inc. - All Rights Reserved';
    visibility: visible;
    font-weight: normal;
}
/* Hide Privacy Policy in Footer  | 35307487-hc RW */
.privacy-policy-link {
  display: none;
}


/* Style for the "Thin Line - Spacer" reusable block | CM | #5201704-zen*/
.wp-block-spacer.thin-spacer {
    background: linear-gradient(135deg,rgb(255,255,255) 0%,rgb(7,135,151) 48%,rgb(255,255,255) 100%);
    font-size: 0.5px;
}

/* Update footer submenu position and size hc-35788929 TM */
ul#menu-legal {
	position:absolute;
	bottom: 1em;
	left:50%;
	margin-left:-50%;
	width:100%;
}

ul#menu-legal li {
    display: inline-block;
    font-size: 0.83333rem;
    font-family: "'Source Sans Pro'";
    margin: 0 10px;
}

ul#menu-legal li a {
    font-family: "Source Sans Pro";
    color: black;
    font-weight: normal;
}

footer#colophon {
	padding-bottom:3em;
	position: relative
}
/* Fix alignment of copyright text
 * zd-5293366 TM */
a.site-name:before {
	display:block;
}
/* change color of phone number in contact block 36040047-hc rs */
#colophon .wp-block-jetpack-phone a {
	color: #fff;
}

/* Make home page cover links visible on hover / 36402226-hc (BM) */ 
.home .wp-block-cover a.wp-element-button:hover,
.home .wp-block-cover a.wp-element-button:active {
    color: #fff;
}
/* End Make home page cover links visible on hover / 36402226-hc (BM) */
img.site-logo {
    width: auto;
    height: auto;
    max-width: 600px !important;
}
/* remove padding from left side footer | 7553687-zd (ad) */
#colophon, .widget-area.responsive-max-width {
  width: 100vw;
  text-align: center;
  max-width: 100%;
}