/*
 Theme Name:   TALENTID GP
 Theme URI:    https://astreetweb.com
 Description:  GeneratePress child theme customized for talentid.org
 Author:       A Street Web
 Author URI:   https://astreetweb.com
 Template:     generatepress
 Version:      0.1

link blue: #1e73be
hover: orange: #ff6600
button  #749c04 green
button hover: #1e73be blue
current: #279e9a
background: #EDE7D2 #E0D3B4
main menu bg: #3a7865
logo color: #1ECBB6
#F7F8F9
rgb(237, 237, 237) menu bg


*/
div.webdesign {margin: 1em auto; text-align:center;} 
.webdesign a {color:#999!important; font-size:.5em;}
.wp-show-posts-single.post {margin-bottom: 1em;}
span.download-label {font-size:.76em; text-transform:uppercase;}
.sm {font-size:.86em!important; color:444;}
.wp-caption {text-align:center;}
.wp-caption-text {font-size: 75%;padding-top: 5px;opacity: .8;}
p.note, .note {font-size:.86em;}
ul.default  li, ol.default  li {padding-bottom:.75em!important;}
 ol.default  li  ol{padding-top:.75em!important;}
ul.nobull li {list-style-type:none;}
.clear {clear:both;}
a.read-more {font-size:.8em; text-transform:uppercase;}
a.read-more::after {content:" \00BB";}
table.fee-table th, table.fee-table td {text-align:left; vertical-align:top;}
table.fee-table th span, table.fee-table td span {font-weight:400; font-size:.86em; }
.address-indent { margin-left: 40px; }
a.button {border-radius:10px; text-align:center;}
/* header */
/*header phone and email address .header-widget #text-8.widget  {margin-top: -1em!important;} */
.header-widget p {font-weight:700;}
.header-widget span.phone-title,  p a.phone-title {font-size:.82em;}
.red {color:#f30;}
a.phone {color:#C30;}
a.phone:hover {color:#1e73be;}
a.phone-footer {font-size:1.2em;}


h3.news-title {font-size:15px; text-transform:uppercase; font-weight:700;}
/* hashbar */
.hthb-notification-content p, .hthb-notification-content  {font-size:1.1em; font-weight:700; text-align:center; color:#ffef85;}
.hthb-notification-content p a {color: #ffef85;}
.hthb-notification-content p a:hover {color:#ff6600;}
/* from old style */

/*susan's customization*/



#recent-posts-3 ul li {padding-bottom:1em!important;}


}
/* END susan's customization*/
/* HEADER widget after logo on mobile */
@media (max-width: 768px) {
	.inside-header {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
 	}
    
	.site-branding {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
  
	.site-logo {
		-webkit-box-ordinal-group: 2;  
		-moz-box-ordinal-group: 2;     
		-ms-flex-order: 2;     
		-webkit-order: 2;  
		order: 2;
	}

	.header-widget {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		
	}
	.header-widget  {margin:1em; text-align:center;}
}

/* END HEADER widget after logo on mobile */












