/*
Theme Name: Donovan Child
Template: donovan
License: GNU General Public License v2 or later
Author: EasyDrawingTips
Author URI: https://www.easydrawingtips.com
Description: The main theme of EasyDrawingTips.
*/

.container {
	max-width: 1196px;
}
.content-area, #secondary {
	max-width: 776px;
	margin: auto;
}
#content .content-no-sidebar {
	max-width: 100%;
}
:root {
	--link-color: #707070;
	--button-color: #FA9A74;
	--submenu-color: #FA9A74;
	--navi-color: #5bc3ff;
	--title-color: #707070;
	--footer-color: #707070;
	--button-hover-color: #707070;
	--content-link-color: #fa9a74;
}
.header-main {
	padding-top: 1em;
	padding-bottom: 1em;
}
#logo a img{
	margin: 0px;
}
body, button, input, select, textarea{
	color: #707070;
}
#masthead{
	background-color: #eaf7ff;
}
#footer-navigation ul li, #footer-navigation ul li a{
	display: inline-block;
}
#footer-navigation ul {
	padding: 0px;
}
#footer-navigation ul li a {
	padding: 1em 1.25em;
}
.site-info {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 25px;
}
#footer-navigation {
    display: inline-block;
	text-align: center;
    width: 100%;
}
#header-search {
	margin-top: 1em;
}
#header-search form{
	background-color: #fff;
}
.more-link{
	border-radius: 10px;
}
.content-area a{
	color: var(--content-link-color);
}
.below-hav {
	margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
## - Greater than 880px
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
	.site-info {
		width: 50%;
	}
	#footer-navigation {
		width: auto;
	}
	#header-search {
		margin-left: auto;
		width: 40%;
		margin-top: 0;
	}
	#secondary{
		width: 348px;
	}
	.content-area, #secondary{
		margin: 0;
	}
	
	/* set full width pages to 100% width */
	
	.no-sidebar .site-content .content-area .post-content,
	.no-sidebar .site-content .content-area .entry-footer {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 100%;
	}
}