/* change yelp social icon  | #-hc/zd bk */
.social-navigation .menu-item-280 a:before {
  background: url('https://advocatesforthepeople.com/wp-content/uploads/2020/01/icons8-yelp-24.png') no-repeat;
  background-size: contain;
  color: transparent;
}
/* change google social icon  | #-hc/zd bk */
.social-navigation .menu-item-283 a:before {
  background: url('https://advocatesforthepeople.com/wp-content/uploads/2020/01/icons8-google-30.png') no-repeat;
  background-size: contain;
  color: transparent;
}
/* Center align image captions |#17988706-hc|  CM */
/* Remove space around H1 elements on the homepage | kb-18024570-hc */
.home h1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.wp-block-image figcaption {
    text-align: center;
}
#site-top-navigation {
  position: relative;
}#site-top-navigation #menu-item-761 {
  position: absolute;
  right: 0;
  top: 0;
}#social-navigation {
  position: relative;
  top: 10px;
}
/* Hide child pages on home page | 17966586-hc kf */
.home #child-pages {
    display: none;
}
/* make footer flex to align items in middle | #2660940-zen eD */
@media screen and (min-width: 800px) {
    #tertiary .twelve.column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
}


/* move widget right | 18222175-hc bsan */
#media_image-3 {
  text-align: right; 
}
/* set header background color | 18222175-hc bsan */
#site-top-navigation {
  background-color: white;
	}
	
	    /* unset left alignment of image widget | #2660940-zen eD */
    #tertiary #media_image-3 {
        left: unset !important;
    }
	}
/*Change text for child page widget 18324148-SD*/
#child-pages{
    font-size: 30px;
    color: rgba(22,175,209,1);
    font-weight: bold;
}
/* Hide primary menu on desktop | 18491025-hc kf */
@media only screen and (min-width: 50em) {
    .main-navigation-wrapper {
        display: none;
    }
}
 /* Hide search on mobile | HC18491025 JG */

@media screen and (max-width: 50em){
body #site-top-search-form {
    display: none !important;
}
}
/* Adjust spacing of top layout grid images on homepage | 18491964-HC | GM */
.home .wp-block-image .aligncenter {
	margin-bottom: 0px;
}
/* Adjust paragraph margins in layout grid on homepage | | 18491964-HC | GM */
.home .wp-block-jetpack-layout-grid p {
	margin: 0px;
}
div#site-top-navigation div.grid {
    max-width: none;
}
