/*
Theme Name:     Twenty Fourteen Child
Theme URI:      http://example.com/twenty-fourteen-child/
Description:    Twenty Fourteen Child Theme
Author:         Jandy Hardesty
Author URI:     http://the-frame.com
Template:       twentyfourteen
Version:        1.0.0
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.site {
	margin: 0 auto;
}

.content-area .content-sidebar {
	padding-top: 0;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 550px; !important
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 550px;
	padding: 0 10px;
}

.page-header {
	margin: 24px auto;
	max-width: 550px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 550px;
}

.comments-area {
	margin: 48px auto;
	max-width: 550px;
	padding: 0 10px;
}

.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 550px;
	padding: 0 30px;
}

.archive-header .comments-area .image-navigation .page-header .page-content .post-navigation .site-content .entry-header .site-content .entry-content .site-content .entry-summary .site-content footer.entry-meta {
margin-right: 0px;
}

.content-area {
padding-top: 20px; !important
}

.content-sidebar {
padding-top: 20px; !important
}

#secondary, #supplementary {
padding: 20px; !important
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
text-decoration: none;
}

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover {
text-decoration: underline;
}

h2 {
font-size: 24px;
font-variant: small-caps;
line-height: 1;
background-color: mintcream;
padding: 5px 0;
border-top: black 1px solid;
border-bottom: black 1px solid;
}

h4 {
font-size: 18px;
line-height: 1.2;
}

/* blockquote {
color: #767676;
font-size: 19px;
font-style: italic;
font-weight: 300;
line-height: 1.2631578947;
margin-bottom: 24px;
margin-left: 20px;
background-color: mintcream;
padding: 10px 10px 0px 10px;
} */

/* BLOCKQUOTE STYLING */

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 5px 20px;
  margin: 0 10px 20px;
  position: relative;
  background-image: url("http://www.the-frame.com/blog/wp-content/uploads/2015/05/Flying_Film_Reel-small2.png");
  background-repeat: no-repeat;
  
  /*Font*/
//  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
  color: #999;
  text-align: justify;
  
  /*Borders - (Optional)*/
//  border-left: 15px solid #c76c0c;
//  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

/* blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
} */

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  text-decoration: underline;
  font-style: italic;
}

blockquote p {
  margin: 0 0 10px 0; !important
}

blockquote .cite{
  text-align: right;
  font-size: 14px;
  color: #ccc;
  padding: 0 0 15px 0;
  }

/* END BLOCKQUOTE STYLING */

.site-header {
background-color: #555;
max-width: 1260px;
position: relative;
width: 100%;
z-index: 4;
}

#disqus_thread {
margin: 35px; !important
}

.wp-caption-text {
font-size: 14px;
line-height: 1.2;
}