/*global styles*/

@font-face {
    font-family: FreeSans;  
    src: url(http://www.meganlavengood.com/wp-content/themes/reykjavik/fonts/freefont/FreeSans.woff);  
    font-weight: normal;  
}

#wpcf7-f3826-p3317-o1 > form > p:nth-child(n) > label > span > input, textarea.wpcf7-form-control {
	border-color: currentColor;
}

details > summary::-webkit-details-marker {
   color: var(--color_accent);
}

summary { cursor: pointer;} 
details h4 { display: inline; }
summary h4:hover {
	-webkit-transition: .4s;
	color: var(--color_accent);
}

/* fix subscribe button */
#subscribe-submit > button {
	letter-spacing: 0em;
	padding: 0.76391em;
}

/*style course buttons*/
div.at-button a {
	background: url(https://musi611.meganlavengood.com/wp-content/uploads/2018/07/cropped-at-icon-1-2.png) center center no-repeat;
		text-shadow: 2px 2px 2px black;
}

div.timbre-button a{
	background: transparent url(http://timbreclass.meganlavengood.com/wp-content/uploads/2019/01/cropped-timbre-icon-square-stripe.png) center center no-repeat;
	text-shadow: 2px 2px 2px black;
}

div.pop-button a{
	background: transparent url(https://meganlavengood.com/wp-content/uploads/2020/01/dark-1850120_1920-e1579202344579.jpg) center center no-repeat;
	color: #ffffff;
	text-shadow: 2px 2px 2px navy;
}

/*hide header image text*/
#intro > div > h2 {
	   text-indent: -9999px;
}

/*close up spacing in widget titles*/
.widget-title, .widget-title-style .widgettitle { 
	margin: 0 0 .6244rem; font-size: 1.272rem; 
}

/* Top Posts styling */
#top-posts-4 > ul > li > a {
	text-decoration: none;
  line-height: 2.5em;
	text-transform: uppercase;
	font-size: .75em;
}
#top-posts-4 > ul > li {
	padding: 1em;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}
#top-posts-4 > ul > li:hover {
background-color: var(--color_accent);
	color: var(--color_accent_text);
	text-decoration: none;
}
#top-posts-4 > ul > li:hover > a{
  color: var(--color_accent_text);
	text-decoration: none;
}

/*style tagcloud widget*/
.widget .tagcloud a {
	text-decoration: none;
	padding: 0.618em;
	white-space: nowrap;
	line-height: 2.5em;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}

/*style home page*/
#post-3625 > div > div > div > div >p.tab  {
	text-indent: 2.5em;
}
#post-3625 > div > div > div > div a {
	color: var(--color_content_text);
	text-decoration-style: dotted;
}
#post-3625 > div > div > div > div > p:nth-child(1) > span.small-caps {
	text-transform: uppercase;
	font-family: var(--typography_fonts_headings);

}

/*style for research page*/
#post-1251 > div > div > details  {
    margin-bottom: 2em;
}
#post-1251 > div > div > details > summary  {
	color: var(--color_content_headings);
  font-family: var(--typography_fonts_headings);
	font-weight: 200;
	font-size: 1.272em;
	line-height: 1.38;
	padding: 0;
  text-rendering: optimizeLegibility;
}

/* Bio tabs styling */

.su-tabs.bios-tabs {
	background: #222;
}

.bios-tabs .su-tabs-nav span {
	font-family: var(--typography_fonts_headings);
	background-color: var(--color_intro_background);
	color: var(--color_intro_text);
	text-transform: uppercase;
}

.bios-tabs .su-tabs-nav span.su-tabs-current {
	background-color: #444;
	color: var(--color_accent_text);
}

.bios-tabs .su-tabs-pane {
	background-color: #222;
	color: var(--color_content_text); 
	border-top-right-radius: 3px;
	border: solid 2px #444;
}

.bios-tabs .su-tabs-nav span:hover {
	background: #444;
	color: var(--color_accent_text);
}

/*capitalize certain headers*/
h1, h2, #masthead > div > div > div > div {
		text-transform: uppercase;
	}
h2 {font-size: 1.5em;}
h2:not(.page-title):not(.widget-title):not(.entry-title) {
	text-align: right;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif		!important;
}

/*small captions*/
.blocks-gallery-grid figcaption, .wp-block-gallery, .entry-content figcaption {
	font-size: small !important;
}
