/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://maxmind.wpengine.com
Description:    Child theme for the Twenty Twelve theme
Author:         Miguel Atienza
Author URI:     http://maxmind.com
Template:       twentytwelve                             
Version:        0.1.1
*/

/* Import theme from parent stylesheet */
@import url("../twentytwelve/style.css");

/* Import fonts */
@import url("montserrat.css");
@import url("roboto.css");

/* Remove borders from image header */
img.header-image {
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* Remove extra white space above image header */
.header-image {
  margin-top: 0px;
  margin-top: 0rem;
}

/* Change font color of sidebar titles */
.widget-title {
  color: #009fee;
  font-weight: bold;
}

/* Change font color and formatting of post titles */

.entry-header .entry-title {
  color: #009fee;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.428571429rem;
  font-weight: bold;
}

.entry-header .entry-title a {
  text-decoration: none;
  color: #009fee;
}

/* Change font */

body {
  font-family: Roboto, sans-serif;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-family: Montserrat, sans-serif;
}

/* Reduce spacing between sidebar titles and content */

.widget-area .widget h3 {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

/* Align search box and button */

.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
  vertical-align: top;
}

button,
input,
textarea {
  vertical-align: top;
}

/* Style the footer */

.site-info {
  font-family: CantarellRegular, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-size: 0.7857142857142857rem;
}


div.sharedaddy div.sd-block {
/* border-top: 1px solid #ddd;
border-top: 1px solid rgba(0,0,0,.13); */
padding: 10px 0 5px;
margin: 0;
width: 100% !important;
}

/*MailChimp widget*/
/* Add padding to MailChimp Widget Title */

.mc_form_inside {
  padding: 10px 0px 0px 0px;
}

/* Remove space between submit button and textbox */

.mc_signup_submit #mc_signup_submit {

    margin-top: 0;
}

/* Remove 'email address' label in mailchimp widget */

#mc_signup_form .mc_var_label {
display:none;
}

.site-content article,
.widget-area .widget {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

/* Code Blocks */

/* For code blocks not styled by prism plugin */
.entry-content code:not([class*="language-"]),
.comment-content code:not([class*="language-"]) {
  background: #eee;
  border: 1px solid #ddd;
  padding: 2px 5px;
}

.entry-content .wp-block-code {
  border: 0;
  padding: 0;
}

.entry-content .wp-block-code code,
.entry-content .wp-block-code code {
  overflow: auto;
  padding: 20px;
}
