/*
 Theme Name:   Illustratr Child Theme
 Theme URI:    https://wordpress.com/theme/illustratr/
 Description:  Illustratr Child Theme
 Author:       Gabrielle Bremer
 Author URI:   gabriellebremer.com
 Template:     illustratr
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  illustratrchild
 */
 
 @import url("../illustratr/style.css");


.site-title{
	background-image: url('http://new.throughthelensmn.com/wp-content/uploads/2021/06/Olive-Branch-small.jpg');
	height: 188px;
  background-position: center; 
  background-repeat: no-repeat;
}

.main-navigation li.menu-item a:hover{
	color: #667051 !important;
}

.main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a{
	color: #667051 !important;
}

.site-description{
	font-family: warnock-pro,serif;
	font-weight: 300;
	font-style: normal;
}

.main-navigation li.menu-item a{
	font-family: fino-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.site-header{
	padding: 0px;
	padding-top: 30px;
}

.main-navigation.toggled .menu-toggle{
	background-color: #667051 !important;
}

.button-submit{
		font-family: fino-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	background-color: white !important;
	border: none !important;
}

.button-submit:hover{
		font-family: fino-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	background-color: #667051 !important;
	color: white !important;
}

label{
	font-family: warnock-pro,serif;
	font-weight: 300;
	font-style: normal;
}

input{
	font-family: warnock-pro,serif;
		border: transparent !important;
	border-bottom: 1px solid black !important;
}

input:hover{
	border: 1px solid black !important;
}

input:focus{
	border: 1px solid black !important;
}

textarea{
	font-family: warnock-pro,serif;
		border: transparent !important;
	border-bottom: 1px solid black !important;
}

textarea:hover{
	border: 1px solid black !important;
}

textarea:focus{
	border: 1px solid black !important;
}

.site-info{
	display: none;
}

a{
	color: gray;
}

a:hover{
	color: #667051;
}

.wp-block-button__link{
	font-family: fino-sans,sans-serif;
}


.page-title a:hover, .page-title a:focus, .page-title a:active, .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .entry-title::selection{
	color: #667051 !important;
}

::selection {
	background: #667051 !important;
	color: white;
}

::-moz-selection {
	background: #667051 !important;
	color: white;
}

blockquote {
	padding-left: 40px;
	margin: 0;
	font-family: "PT Serif", serif;
	font-size: 1.2em;
	border-left: 2px solid #667051 !important;
}



.site-main .post-navigation a:active {
	color: #667051 !important;
}

.main-navigation ul li a:hover, .main-navigation ul li a:focus, .main-navigation ul li a:active {
	color: #667051 !important;
}

.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a {
	color: #667051 !important;
}

.main-navigation ul .genericon.genericon-collapse {
	background: #667051 !important;
	color: white;
}

.main-navigation.toggled .menu-toggle {
	background: #667051 !important;
	color: white;
}

.menu-social li a:hover, .menu-social li a:focus, .menu-social li a:active {
	border-color: #667051 !important;
}
.menu-social li a:hover, .menu-social li a:focus, .menu-social li a:active {
	color: #667051 !important;
}

.entry-title a:active {
	color: #667051 !important;
}

.more-link{
	color: black;
	font-family: warnock-pro,serif;
}

.more-link-wrapper .more-link:hover, .more-link-wrapper .more-link:focus, .more-link-wrapper .more-link:active {
	color: #667051 !important;
}

.page-links .page-link {
	background: #667051 !important;
}