/*1

Theme Name:     Newspaper Child theme

Theme URI: 		http://themeforest.net/user/tagDiv/portfolio

Description:    Child theme made by tagDiv

Author:         tagDiv

Author URI: 	http://themeforest.net/user/tagDiv/portfolio

Template:       Newspaper                             

Version:        1

*/



@import url("../Newspaper/style.css");





/*  ----------------------------------------------------------------------------

    Your custom style.... here :)

*/



/* brødtekstfarve mørkere end standard */

body {
  color: #343434;
}


/* font på knapper (f.eks. søg) ændret til Roboto 13 px */

.wpb_button,
.form-submit input,
.wpcf7-submit {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}


/* font på optælling af antal artikler på skribent profilside */

.td-author-counters {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	color: white;
	margin-bottom: 17px;
}


/* font på optælling af antal artikler på authors oversigtsside */

.td_top_authors .item-details span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 12px;
  color: white;
  padding: 2px 7px 3px 7px;
  margin-right: 10px;
}


/* rettelse så billedtekster ikke er kursive og centrerede + mindre luft under billedtekster */

.wp-caption-text {
	text-align: left;
	margin: 0px !important;
	padding: 5px 0px 10px 0px;
	font-family: 'Roboto', arial, sans-serif !important;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;/*  color: #808080; */
}

.wp-caption {
  text-align: left;
  max-width: 100% !important;
}


/* rettelse så der ikke er så meget luft under opdeling af artikelkolonne med to billeder */

.post .row-fluid {
  padding-bottom: 0px;
}


/* mørkere baggrund i skribent-biografiboks */

.author-box-wrap {
  background-color: #f5f5f5;
}


/* mørkere baggrund i share-boks i bund af artikler */

.td-tags-and-social-wrapper-box {
  background-color: #f5f5f5;
}
  
  
/* mørkere baggrund i citat-bokse */

.td_quote_box {
  background-color: #f5f5f5;
}


/* mindre luft under billedtekster */

.td_quote_box p {
  font-family: 'Roboto', arial, sans-serif !important;
  color: #808080;
  font-size: 13px !important;
  font-style: normal;
  line-height: 1.5em !important;
  text-align: left;
  padding-bottom: 16px;
  margin: 0px;
}


/* mindre luft over underrubrikker */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  font-weight: normal;
  margin: 20px 0px 0px 0px;
}


/* justering af luft over og under paragraffer */

.post p {
  margin-bottom: 16px;
  margin-top: 4px;
}