/*
Theme Name: Davenport Child
Theme URI: https://distinctbydesign.com
Author: Shannon Davenport
Author URI: https://distinctbydesign.com/
Copyright 2022-2025 Shannon L Davenport
Description: Davenport Child Theme. For support and suggestions, go to: https://distinctbydesign.com.
Version: 1.1.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Template:davenport
Tested up to: 6.8.1
Requires PHP: 8.1
Text Domain: davenport-child
*/

/*** VARIABLES ***/
:root {
    /*Colors*/
	--black:#000;
	--white:#fff;
}
/*=============================================
	GLOBAL STYLES
==============================================*/
.shadow {text-shadow: 2px 2px #000000;}
body .is-layout-constrained > * + * {
    margin-bottom: 1.5em;
}
/*==============================
 * 	HEADER
 * =================================*/

/*============================================
	MAIN
==============================================*/
/* .custom-bullets li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.custom-bullets li::before {
  content: "";
  color: var(--lt-aqua);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family:"Font Awesome 7 Free";
  font-size:14px;
  align-self: anchor-center;
}
nav.custom-bullets ul > li a{
    margin-left:15px;
} */



/*=============================================
	FOOTER
==============================================*/


/*=============================================
	MEDIA QUERIES
==============================================*/
/* Change the WordPress default css to a 1023px media query */
@media (min-width: 1023px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none !important;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block !important;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit;
    }
}
/* Remove the WordPress default for 600px */
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }
}
@media (max-width: 1023px) {
	/* .custom-bullets li{
        line-height: 1.3;
        padding-bottom: 5px;
        padding-top: 5px;
    } */
}

@media (max-width: 767px) {
	
}

@media (max-width:480px){
	
}
