/*
Theme Name: GoMedia Child Theme
Template: gomedia
*/
img {height: auto}
figure {
	max-width: 100%;
}
code {
  padding: 2px 4px !important;
  font-size: 90% !important;
  background-color: #F9F2F4 !important;
  border-radius: 7px;
}
pre {
  background: #515567;
  padding: 1em;
  color: #EAEAEA;
}
ins {
	background-color: transparent !important;
}
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.content-loop .hentry .entry-category a:link, .content-loop .hentry .entry-category a:visited {
    width: 133px;
    color: #6C5F5F;
    background: rgb(230, 230, 230) !important;
}
.recommend-plugin {
    background: #F0F0F0;
    padding: 15px;
    font-size: 0.905em;
}
.single #content .entry-meta {font-size: 0.95em}
a.encyclopedia {
	border-bottom: 1px solid #666666;
	color: #666666;
}
ul#menu-lien-ket li {
float: left;
margin-right: 1em;
}
.seriesmeta {padding: 10px}

.entry-content table tr {
	border: 1px solid #e8e8e8;
}
.entry-content table tr:first-child {
	background: rgb(25, 101, 165);
	color: #fff;
	font-weight: bold;
}
.entry-content table td {
	border: 1px solid #e8e8e8;
	padding: 5px 10px;
}
.entry-content table th {
padding: 0 15px;
}
.entry-content p {
	margin-top: 15px;
}
.wpb_text_column.wpb_content_element { /* Glossary page */
	font-size: 0.9em;
}
p#breadcrumbs {
	font-size: 0.86em;
	margin-bottom: 10px;
}
.serie-list {
	overflow: hidden;
	background: #C7F5D2;
	padding: 1em;
	border: 1px solid #e8e8e8;
}
li.serieslist-current-li a { font-weight: bold; color: #007BB6 }
div#iphorm-outer-54c76dbe1ad4d {
	background: rgb(149, 225, 247);
	padding: 3em;
}
li.starter {
	background: rgb(216, 51, 51);
}
.disqus-toggle {
	background: rgb(71, 71, 71);
	border: none;
	padding: 10px;
	display: block;
	width: 100%;
	margin: 15px 0;
	color: #fff;
}
.footnote-reference-container tr {
	background: transparent !important;
}
.footnote-reference-container tr:first-child {
	font-color: inherit;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
margin-top: 15px;
}

a.jp-relatedposts-post-a {
  font-weight: bold !important;
  font-size: 120% !important;
}
html .serieslist-box {
       border-width: 0px; 
       border-bottom-width: 3px; 
       border-left-style: solid; 
       border-bottom-style: dashed; 
       border-bottom-color: rgba(188,188,188,1); 
    } 

html .sidebar .widget {
       border-width: 1px; 
       border-style: solid; 
       border-color: rgba(216,216,216,1); 
    } 

html .entry-content {
       color: rgba(84,84,84,1); 
       font-family: Arial; 
       font-size: 16px; 
    } 

html .entry-content p {
       font-size: 16px; 
       line-height: 25px; 
    } 

/* Mobile */
@media all and (max-width: 568px) {
	.hide-mobile, .essb_links, .essb_topbar { display: none }
	
}


/* Tablet */
@media all and (max-width: 1024px ) {
	.hide-tablet { display: none }
	.entry-info {display: none}
}