/* font style overrides */
@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Martel:900');

body, p { 
	letter-spacing: unset;
}
p {
		font-family: 'Lora', serif;
}

/* header overrides */
header#head .head-area.fixed {
	border-bottom: 1px solid #44b547
}
header#head .head-area.fixed .logo { top: 10px;}

.head-nav ul li a:hover {
    color: #44B547;
}

@media only screen and (min-width: 0px) and (max-width: 960px) {
  .logo { width: 70%;}
	header#head .head-area.fixed {
    padding: 0px
}
}
@media only screen and (min-width: 961px) and (max-width: 2000px) {
  .logo { width: 40% }
}
@media only screen and (min-width: 1201px) and (max-width: 1468px) {
  header#head .head-area.fixed   {
	  padding: 35px 35px;		
  }
}
@media only screen and (min-width: 1201px) {
  header#head .head-area.fixed   {
		height: 132px;  
	}
}



/* -- SIDEBAR WIDGETS -- */
h3.widget_title {
    display: block;
    color: #44B547;
    border-bottom: 5px solid #44B547;
    margin-bottom: 1rem;
}

.post-sidebar input[type="submit"] {
    background-color: #888;
}

.post-sidebar input[type="submit"]:hover {
    background-color: #44B547;
}

/* archives widget */
.widget_box.widget_archive select {
    width: 100%;
    padding: 10px;
}

/* mailchimp widget */
.mc_signup_submit { 
	text-align: left;
	margin-top: 0px;
}

#mc_signup_form .mc_input {
    width: 100%;
}

input#mc_signup_submit {
    margin-top: 0px;
    width: unset;
}

/* -- HOME PAGE -- */
.home-post-meta h1 {
    margin-top: 0px;
}
/* custom read more */
a.more-link {
		border: 2px solid #44b547;
    font-size: .8em;
    padding: 5px 15px;
    background-color: #44b547;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    display: block;
    max-width: 150px;
    text-align: center;
    margin-top: 10px;
		text-transform: uppercase;
    transition: background-color 200ms ease-out;
}
a.more-link:hover {
	background-color: #FFF;
	color: #44b547;
}

/*-- LINK HOVER --*/
.widget_box.widget_recent_entries li a:hover {
	color: #44b547;
}
.row-title h1 a:hover {
    color: #44b547;
}
.post_content .post_box a {
    color: #44b547;
}
.post_content .post_box a:hover {
	text-decoration: underline;
}