/*
 Theme Name:   Stanford Leadership Blog
 Theme URI:
 Description:  Child theme of Stanford's Lagunita theme, ready for customization.
 Author:       University Communications, Stanford University
 Author URI:   http://ucomm.stanford.edu/webteam/
 Template:     lagunita
 Version:      1.0.0
 Text Domain:  lagunita-child
*/


@import url("../lagunita/style.css"); /* load parent themes styles */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:700');

/**
 * Custom styles
 * -----------------------------------------------------------------------------
 */

body {
    background-color: #ffffff;
}

#signature #site-name {
    font-size: 4.5em;
    font-family: "Crimson Text","Source Serif Pro", Georgia, serif;
    font-weight: 700;
}

body.site-slogan #signature #site-slogan a {
font-style: normal;
}

h2.widgettitle {
   text-transform: none;
}

#content {
   font-size: 18px;
}

#sidebar-second p {
   font-size: 16px;
}
#sidebar-second .textwidget{
    margin-bottom: 30px;
}

#sidebar-second div.es_caption{
    font-size: .9em;
}
#sidebar-second div.es_lablebox label{
    font-weight: 400;
    font-size: .9em;
}

#sidebar-second #es_txt_button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #8c1515;
    color: #fff;
}
#sidebar-second #es_txt_button:hover {
    background-color: #820000;
}
#main-content {
    padding-right: 30px;
}
#main-content a.post-link {
    color: #006CB8;
    text-decoration: none;
}
#main-content a.post-link:hover {
    color: #006CB8;
    text-decoration: underline;
}

#main-content h1 {
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 2.8em;
}

#main-content h3 {
    font-weight: 700;
    font-size: 1.5em;
}
#main-content h3 a {
    color: #333;
}

#main-content h3 a:hover {
  color: #8c1515;
}

#main-content .lead {
  font-size: 1.25em;
}

.postcard-date {
  font-size: .9em;
  margin-bottom: 0;
}

.post-attribution {
    font-style: normal;
    font-weight: bold;
    margin: 15px 5px;
}

.post-attribution a {
    text-decoration: none;
}

.post-attribution a:hover {
    text-decoration: underline;
}

.post-attribution .author-avatar {
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #666;
    border-radius: 50%;
    overflow: hidden;
}

.post-attribution .author-name {

}

.post-attribution .author-title {
    color: #999;
    font-weight: 400;
}

.image-caption {
    background-color: #fff;
    font-size: .9em;
}
.image-caption h4 {
    text-transform: none;
    display: block;
}
.author-widget-item{
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #signature #site-name {
	font-size: 3em;
    }
    body.site-slogan #signature #site-slogan a {
	font-size: 1.2em;
    }
    #main-content h3 {
	font-size: 1.8em;
    }
    #main-content h1 {
	font-size: 2em;
    }
}
