/*
 Theme Name:   DTC
 Description:  A custom Wordpress layout, modern, and clean.
 Author:       Martine Craven
 Author URI:   https://www.digitrends.com
 Template:     twentytwenty
 Text Domain:  FolderName
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

body, p {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 20px !important;
	}

body {
	background: #ffffff;
}
	
/* Take Out Header Space and Header for all pages */
.entry-header.has-text-align-center.header-footer-group {
    display: none !important;
}
 /* navigation color */
 
.primary-menu.reset-list-style > li > a {
	text-decoration: none !important;	
	color: #1A5E8F !important;
}
.primary-menu.reset-list-style > li > a:hover {
	   color: #737FA7 !important;	
}
.primary-menu.reset-list-style .current_page_item a {
    color: #000 !important;
}
.modal-menu.reset-list-style > li > a, .modal-menu > li > .ancestor-wrapper > a {
	text-decoration: none !important;
	color: #1A5E8F !important;
}
.modal-menu.reset-list-style  a:hover {
	   color: #737FA7 !important;	
}
.modal-menu.reset-list-style .current_page_item a {
    color: #000 !important;
}/* To Take Out space between  blocks NOTE: then go to the block that you are trying
to eliminate top and bottom spacing, under Advanced panel on the right side enter 
in Additional CSS Class(es) input: m0 */
.m0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
/* To take out top and bottom spacing of entry content */
.entry-content > .alignwide:not(.wp-block-group.has-background),
.entry-content > .alignfull:not(.wp-block-group.has-background) {
	margin-bottom: 0rem;
	margin-top: 0rem;
}
.post-inner {
	padding-top: 0rem;
	}
