/* ----------------------------------------------------------------

/*
 Theme Name:   Caveat Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Caveat Child Theme
 Author:       John Doe
 Author URI:   
 Template:     truspout
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  truspout-child
*/

@import url("../truspout/style.css");
	
/* =Theme customization starts here
-------------------------------------------------------------- */

/* misc */

a:hover { color: #282972; }
h2 { color: #414295; }

/* header */

#header .masthead { opacity: 0.55; }
#header #nav li a { color: #fff; }
#header-meta h1 { letter-spacing: -1; font-weight: 600; }

/* home > body */

#portfolio { margin-bottom: 0px; }
#portfolio .post span { background: #282972; color: #fff; }
body.page-template-template-portfolio-php #content h2.entry-title a { text-transform: uppercase; font-size: 18px; font-weight: 700; letter-spacing: 0; }

/* interior > body */
#header-meta h2, #header-meta span { width: 90%; }
body.single-portfolio .portfolio-meta p { font-weight: 700; padding-top: 10px; }
body.single-portfolio .portfolio-meta p span { font-size: 14px; line-height: 20px; }
#content article .entry-content ul li, #content article .entry-content ol li { list-style-position: outside; margin-left: 15px; }
#content article .entry-content ul li span, #content article .entry-content ol li span { color: #414295; }

/* footer */
#footer { background-color: #282972; padding: 25px 0 25px 0; }
#footer .social-media a { color: #fff; }
#footer .social-media a:hover { color: #ed1d7f; }
#footer p.copyright { color: #fff; float: none; text-align: center; }
