/* For the Home Page Featured Boxes that we're customizing */


.home #p3_featured_panels.row { display: none; }

.p3_featured_panels .textwidget {
    position: relative;
    height: 400px;
}

.p3_featured_panels h3 {
    background-color: #ffffffdd;
    text-align: center;
    width: 80%;
    padding: 10px 0;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.p3_featured_panels h3 a {
    line-height: 1.4em;
    font-size: 15px;
    display: block;
}

body.page .entry-content .p3_featured_panels h3 a:hover {
	text-decoration: none;
	color: #000000;
}


.p3_featured_panels .panel-cell-style:hover {
	opacity: 0.6;
}


@media only screen and (max-width: 768px) {

.p3_featured_panels .textwidget {
    height: 240px;
}

}