/*
 Theme Name:   ColorMag Child
 Theme URI:    http://nonkilling.org
 Description:  ColorMag Child Theme for NonKilling.org
 Author:       Asociacion Touda
 Author URI:   http://www.asociacion-touda.org
 Template:     colormag
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, white, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats
 Text Domain:  colormag-child
*/
h2 {
font-size: 200%;
color: #289dcc;
}

h3 {
font-size:130%;
}

ul {
font-size: 100%;
}

.entry-content li {
line-height: inherit;
font-size: 15px;
}

.entry-content {
text-align: justify;
}

small {
font-size: 70%;
}

/* To correctly align images in links widgets inside page content at http://nonkilling.org/center/links/ */
#widgets_for_shortcodes ul.blogroll li img {
float:left;
padding-right:10px;
}

/* Idem, for another links page template */
.linklist ul li img {
float:left;
padding-right:10px;
}

.linklist {
text-align: justify;
}

/* To remove extra space (line break) between book titles when only showing a list */
#bookindex h3 {
font-size:90%;
line-height:70%;
margin-bottom:0px;
padding-bottom:0px;
}

#bookindex h3 span.book-author {
font-size:70%;
}

.wpcf7-checkbox label {
clear:left;
display: block;
}

acronym {
border-bottom: none;
}

.txtwithbg {
background-color:#289dcc;
padding-left:4px;
padding-right:4px;
color:#eee;
}

.person { /* To allow 2 column-style display of person's photo and bio aside */
/* display:inline-block; */
float:left;
clear:both;
margin-bottom:15px;
}

.personsbio { /* To allow 2 column-style display of person's photo and bio aside */
margin-left: 145px;
border-top: 2px solid #289dcc;
}

.personsphoto { /* To allow 2 column-style display of person's photo and bio aside */
float:left;
width:145px;
}

.wp-caption-text {
font-style: italic;
font-size:80%;
}

input[type="url"],input.wpcf7-url {
-moz-appearance: none !important;
-webkit-appearance: none !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 1%;
border: 1px solid #EAEAEA;
line-height: 20px;
width: 95%;
margin: 0 0 30px;
background-color: #F8F8F8;
border-radius: 3px;
appearance: none !important;
}

.bookinfo, .genre, .isbn { /* To allow 2 column-style display of book image and info aside */
margin-left: 153px;
/* IMPORTANT: Book review must be ALL inside a DIV tag of this class for this disposition to work. */
}

div.book-review-wrapper h3 a {
background-color: #3a75c4;
color: #eee;
padding-left:5px;
padding-right:5px;
}

div.book-review-wrapper h3 span.book-author a {
background: none;
color: #289dcc;
padding-left:0px;
padding-right:0px;
}

.give-btn {
background: #303440;
}

.wysija-submit-field { 
/* It's useless - the problem are 2 line breaks between the text field and the button, introduced by php code on the widget. */
margin-top:0px; !important; 
}

.wysija-paragraph input {
margin-bottom:0px;
}

aside#text-4 h4{
padding-top:6px;
padding-bottom:6px;
color:white;
font-size:16px;
}

.entry-content label {
text-align: left;
}
