/*
Theme Name:     ex-nihilo-child - Newspaper 7 Child theme
Theme URI: 		
Description:    Child theme made by tagDiv
Author:         tagDiv/ex-nihilo/bashibuzuk
Author URI: 	
Template:       Newspaper
Version:        7.7c
*/


/*  ----------------------------------------------------------------------------
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/

body,
body * div,
body p, p, ul, li {
font-size: 13px!important;
}
.td-main-content-wrap {
min-height: 75vh;
}

code {
background-color: gray !important;
color: #eee;
border: 0px solid transparent!important;
}

/* GENERAL */
p + p, p + ul, p + ol {
margin-top: -20px!important;
}
li {
line-height: normal!important;
}
.td-post-content blockquote {
margin: 0 2%!important;
}
.td-post-content blockquote,
.td-post-content blockquote p {
text-align: unset!important;
font-style: normal!important;
font-size: 1.2em!important;
color: #4db2ec!important;
text-transform: none!important;
line-height: 1em!important;
}

/* SMART LIST utilisée */
.td-left-smart-list, .td-right-smart-list {
font-size: 0.85em!important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 5px 9px 6.5px!important;
margin:  unset!important;
line-height: unset!important;
width: unset!important;
height: unset!important;
}
.td-left-smart-list {
right: 80px!important;
}
.td-left-smart-list .td-icon-left {
top: 3px;
padding-right: 5px;
}
.td-right-smart-list .td-icon-right {
top: 3px;
padding-left: 5px;
}

/* Image SMART LIST */
.td_smart_list_3 * .td-sml-figure {
width: 100%!important;
text-align: center;
/*background-color: #f60;*/
}

/* COOKIES */
#cookie-notice * {
font-size: 0.9em!important;
}
#cn-refuse-cookie {
display: none;
}