/*
Theme Name: TT5 Dogg
Theme URI: https://clutterboy.com
Author: Sheila007
Author URI: https://2k2solutions.com
Description: A dogg/child theme of Twenty Twenty-five customized for Clutterboy World Beautification
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: tt5-dogg
Tags: 
*/
/* Button */
.wp-block-button__link.wp-element-button:hover {
  background: #334733 !important;
  color: #fff;
  text-decoration: underline;
}
/* drop cap */
.has-drop-cap .rave {
  font-size: 1.2rem;
  margin-bottom: 12%!important;
}
/* quote for desktop */
blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    border: none;
    margin-top: -70px;
    margin-bottom: 40px;
}
.trademark sup {
    font-size: 1.2rem;
}
/* list items */
ul.wp-block-list.is-style-default {
    list-style-type: circle;
}
/* Contact form WP */
.wpforms-field-container {
    padding: 20px!important;
}
/* Footer */
footer.wp-block-template-part {
  margin-top: -1px!important;
}
/* Media Queries */
@media (max-width: 764px) {
.wp-container-core-group-is-layout-c67a0e41 {
  line-height: 1.75rem;
  padding-left: 4.5em!important;
  }
}