.page-content-wrap a { 
	color: #a8398a !important;
}

.page-content-wrap a:hover {color: #d835ac !important;}


/* Reduce and align caption font */
body { font-size: 16px; }
.wp-caption-text  {
	font-size: 13px !important;
	text-align: left;
	font-weight: 400;
	font-style: italic;
	}
img.alignleft, .wp-caption.alignleft {
	margin-bottom: 1rem;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.25em !important;
}

/* Change color of sidebar menus and increase indentation of submenus */
a.wp-block-button__link { color: #fff !important; }
a.wp-block-button__link {
    color: #fff !important;
}
.blog-sidebar-wrapper a  {
	color: #000	 !important;
	font-weight: 400 !important;
	
}
ul.sub-menu {
	padding-left: 20px !important;
}

/* Bold current menu item in sidebar menu */


.widget_nav_menu .current-menu-item, .current_page_item a { color: #000; }


/* Switch logo color opaque */
.navbar-not-transparent .navbar-brand img {   
  display: block; 
  -moz-box-sizing: border-box;  
  box-sizing: border-box;  
  background: url(https://am.aals.org/wp-content/uploads/sites/4/2018/04/logo400x400-e1523665154662.png) no-repeat;  
  width: 50px !important; /* Width of new image */   
  height: 50px !important; /* Height of new image */  
  padding-left: 50px; /* Equal to width of new image */  
  background-repeat: round;
}

@media (max-width: 769px) {
  .navbar-transparent .navbar-brand img, .navbar-not-transparent .navbar-brand img { 
     display: block; 
     -moz-box-sizing: border-box;  
     box-sizing: border-box;  
     background: url(https://am.aals.org/wp-content/uploads/sites/4/2018/04/logo400x400-e1523665154662.png) no-repeat;  
     width: 50px !important; /* Width of new image */   
     height: 50px !important; /* Height of new image */  
     padding-left: 50px; /* Equal to width of new image */ 
     background-repeat: round;
  }
}

/* When heading is link with p description below*/
.linked-heading {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* current page in all the sidebar menus */
   /* highlight current */
#secondary  li.current-menu-item a {
	color: #587AA0 !important;
}
   /* current only, not children or custom links */
#secondary li.current-menu-item .menu-item-object-page a {
	color: #000 !important;
}
#secondary li.current-menu-item .menu-item-object-custom a {
		color: #000 !important;

}


/* Remove Author info from FAQs*/
h4.author { display: none; }
.entry-categories { display: none; }
/* Remove thumbnails from FAQs*/
img.attachment-thumbnail.size-thumbnail.wp-post-image { display: none; }

.hestia-title {
	font-weight: 800;
}



.search-results-title {
	font-weight: 500;
	font-size: 22px; 
}
.card-blog { margin-top: 0; }


/* Blue, Ornange and Pink Feature text */

.blue-text {
	color: #009AAE;
	margin-bottom: 0 !important; 
margin-top: 35px !important;}

.pink-text {
	color: #e91e63;
	margin-bottom: 0 !important; 
margin-top: 35px !important;}

.green-text { 
	color: #4caf50;
	margin-bottom: 0 !important;

margin-top: 35px !important;}

/* adjust front page ribbon spacing */

.hestia-ribbon-content-left { text-align: right !important; 
margin-right: 20px !important; }



.c-accordion__item { border: 1px solid #d9d9d9;
    margin: 15px;
    background: #f4f4f4;
    padding: 10px;
} 
 /* The accordion item container */
.c-accordion__item.is-open {
	background: #fff;
} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
.c-accordion__title { font-size: 22px !important; line-height: 1 !important; margin-bottom: 0 !important; } /* An accordion item title */
.c-accordion__title--button {} /* An accordion item title that is using a  tag */
.c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {
padding-top: 15px;
} /* An accordion item content container */

/* Line up headshot */

.headshotmargin { margin-top: 20px !important; }


figcaption {
	    font-size: 14px;
}

/* Weird Second Button Issue */
a.btn.btn-right.btn-lg {
	display: none;
}


/* Use repeating image on background for About */
section#about {
    background-repeat: repeat;
	background-size: auto;
background: radial-gradient(rgba(79, 14, 136, 0.63), rgba(128, 0, 32, 0) 90%), url(https://am.aals.org/wp-content/uploads/sites/4/2020/02/agsquare_@2X.png) !important }

/* Button Formatting */

a.btn.btn-primary.btn-lg.btn-left.no-js-color {
    font-size: 1em !important;
	background-color: rgb(168, 29, 132) !important;
}
