/*
Theme Name: The7 Child theme of dt-the7
Theme URI: 
Description: Child theme of dt-the7 theme for the The7 theme
Author: <a href="http://dream-theme.com/">Dream-Theme</a>
Author URI: 
Template: dt-the7
Version: 7.5.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 12 Apr 2019 14:24:45 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.branding a img, .branding img {
    max-width: 100%;
    height: 60px;
    width: auto;
}

.testimonial-content {
    font-size: 15px !important;
    line-height: 22px !important;
}
.post-template-default .entry-title{
	color: #fff !important;
	font-size: 32px !important;
}
.code{
	padding: 10px 0px;
	margin: 10px 0px;
}
pre {
  font-family: monospace;
  background-color: #fff;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  line-height: 0;
  counter-reset: line;
  padding: 10px 0px;
}
pre span {
  display: block;
  line-height: 1.5rem;
}
pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #888;
}



