/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#navigation ul.rss li.sub-email a:before {
    content: url(http://www.freerangekids.com/wp-content/uploads/2015/02/twitter32.png); padding-top: 6px;
}

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
    color: #e35f14;
}

abbr {
    border-bottom: none;
    cursor: default;
}

.post-more {visibility: hidden; display: none;}

.post {padding: 5px 5px;}

.post:nth-child(2n) {
background-color: #ddd;
}

.widget {
    font-size: 14px;
}

.widget h2, .widget h3 {
    border-bottom: 1px solid #e6e6e6;
    color: #555;
    font: bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 0.8em;
    padding: 0 0 0.8em;
}

#mc_signup_submit {
    margin-top: 10px !important;
}

.mc_merge_var {
    margin-bottom: 0em !important;
}


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}

/* Simple Banner styles added 11/2/17 by Erim Foster */
.simple-banner-text {
height: 100px !important;
line-height: 100px !important;
font-size: 17px !important;
}