/*
Theme Name: Acorns
Theme URI: http://educatedmachine.com
Description: ACONRS Theme
Author: Educated Machine
Author URI: https://educatedmachine.com
Version: 1.0.0
Template: motif
*/
.main-navigation, .footer-widget-area {
    background-color: #007747;
}
.main-navigation ul ul {
    background-color: #007747;
}

.footer-widget-area {
    color: #ffffff;
}

.gallery-item {
    text-align: center;
    width: 31%;
    float: left;
    margin: 1%;
}

.gallery-item .entry-thumbnail img {
    box-shadow: 0px 5px 15px #565656;
}

@media all and (max-width: 850px) {
    .gallery-item {
        width: 48%;
    }
}

@media all and (max-width: 590px) {
    .gallery-item {
        width: 98%;
    }
}

.home .entry-content {
    padding: 0px;
}

.front-page-content {
    padding: 1.3334em;
}

.home div#primary {
    margin: 34px 0px 10px 0px;
}

.gallery-item .entry-thumbnail {
    height: 250px;
}

.gallery-item img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 222px;
}

.entry-content a:visited {
	color: #ea2e25;
}
