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

/*==============================
 * 	HEADER
 * =================================*/
 #site-header{
	
}
/*============================================
	MAIN
==============================================*/
main#site-content{
	
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}
hr{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    border-top: 3px double #333 !important;
	width: 100% !important;
    color: #333 !important;
    overflow: visible !important;
    text-align: center !important;
    height: 10px !important;
}
hr:after{
    background: #fff !important;
    content: '\2666' !important;
    color: #b1281d !important;
    padding: 0 4px !important;
    position: relative !important;
    top: -26px !important;
    font-size: 30px !important;
}
.title {
	background-color: #234865;
    color: #ffffff !important;
    font-size: 15pt;
    line-height: 19pt;
	padding: 5px 0;
}
h2, h2 a {
    /* text-decoration: none !important; */
    padding: 0;
    color: #0fb419;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}
p{
    margin-block-start: 0;
}
/****** SU TOC *******/


/************** FEEDBACK FORM *****************/
.feedback_form input[type="text"]{
    width:95%;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}
.feedback_form .feedback_go:hover, .feedback_form .feedback_reset {
    background-color: #404040;
}
.feedback_form .feedback_go, .feedback_form .feedback_reset {
    width: auto !important;
    margin: 10px 2px 0 0 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    text-transform: uppercase !important;
    transition: background-color 250ms;
    -webkit-transition: background-color 250ms;
    vertical-align: top;
    outline: none !important;
}
.feedback_form .feedback_go, .feedback_form .feedback_reset {
    border: none !important;
    padding-left: 37px !important;
    background-image: url(/wp-content/themes/davenport-child/img/send_c.png);
    background-repeat: no-repeat;
    background-position: 20px 16px;
}

.feedback_form .feedback_reset {
    background-image: url(/wp-content/themes/davenport-child/img/remove_c.png);
}
.feedback_form .feedback_go:hover, 
.feedback_form .feedback_reset {
    background-color:#404040;
}
.feedback_form .feedback_go, .feedback_form .feedback_reset:hover {
    background-color: #0c0d0e;
}

/*=============================================
	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){
	
}
