/*
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
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Readex+Pro:wght@200&display=swap');


/*** VARIABLES ***/
:root {
    /*Colors*/
	--black:#000;
	--white:#fff;
}
/*=============================================
	GLOBAL STYLES
==============================================*/
body{
	color:var(--primary-color);
	font-family:var(--primary-font);
}

a,
a:focus,
a:active{
	color:var(--primary-complimentary-color);
	font-weight:bold;
	
}
/*==============================
 * 	HEADER
 * =================================*/
 #site-header{
	
}
/*============================================
	MAIN
==============================================*/
main#site-content{
	
}

main#site-content p {
    margin-bottom: 16px !important;
	margin-top: 16px !important;
}

/*=============================================
	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;
    }
	#site-top .wp-block-buttons,
	#site-top .wp-block-image{
		margin: 30px 0 -30px !important;
	}
}
/* 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) {
	body{
		font-size: 1em;
	}
	main{
		padding: 0 15px;
	}
}

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

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