/*
Theme Name: Total Childs
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.testquote {
  /* background: #f9f9f9; */
  border-left: 10px solid #ccc;
  margin: 0 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.testquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.testquote p {
  display: inline;
}

.footer-menu {
   line-height: 1.4em;
}

#footer {
   display: none;
}

.templatera_shortcode p {
  margin: 0 !important;
}
