/*
Theme Name: Flora Child
Description: Child theme for the Flora
Version: 1.0.1
Template: flora
Author: deadzebra
*/

body.page .main-content .post-content {
    padding-top: 30px;
}

/*header nav size*/
.dropdown-nav a {
    padding: 0 9px 0 8px !important;
}
.index-note {
    border-bottom: 2px dotted #ddd;
    padding: 0 0 10px 0;
}

/* PORTFOLIO */
/*Artwork Page Masonry tweaks */
.w-view div.cover-image {
    border-radius: 7px;
}
.w-view figure{
    background: #FFF;
}
.w-effect-flora-3 figure figcaption:before {
	Border-radius: 5px
}
.w-showmore .w-next {
    border-top: none;
    text-transform: uppercase;
    font-weight: bold;
}



/*portfolio internal gallery temp size fix*/
.w-image-gallery .w-item .cover-image {
    height: auto;
    width: 300px;
}
.w-image-gallery .w-item a {
    border-radius: 7px;
}
.w-filter {
    margin: 0 0 10px 0;
}

/*add neutral space to grab images*/
.pp_hoverContainer > a {
	  width: 40%;
}

/*portfolio top and internal gallery large images*/
.portfolio-default .post-description .widget h4:before, .portfolio-default .post-description .widget h4:after {
	display: none;
    height: 0px;
}
.portfolio-default .post-description .widget h4, .post-description .widget h4 {
    margin-bottom: 10px;
	border-bottom: 2px dotted #DDD;
	width:50%;
}
.portfolio-gallery .post-media .cover-image, .portfolio-gallery .post-gallery .cover-image {
height:500px;
}
.portfolio-skill-widget.widget.pwidget{
	margin-bottom: 30px;
}
.portfolio-meta-widget.widget.pwidget{
	margin-bottom:30px;
}
.portfolio-meta-widget > p {
    border: none;
	padding: 0px;
}
.portfolio-tags span {
   padding-left: 0px;
}

/*conflict?*/
.post-description .widget .pwidget.h4 {
	margin-bottom: 2px;
    border-bottom: 1px solid #EEE;
}
.picon {
    color: #BBB;
    margin-right: 6px;
}

.w-filter {
		text-transform:uppercase;
}
.w-filter li.active a:before, .w-filter li:hover a:before {
    background: #AA0000 !important;;
}
.w-filter li a:before {
    content: '';
    width: 10px !important;;
    height: 10px !important;;
    border-radius: 8px;
}
.w-filter li a:after {
	display:none !important;
}



/*single archive or tag page image shrink*/
.w-blog-posts .post-media img {
    max-width: 100%;
}
.post-media{
    text-align: center;
}

/*adjust css in archive or tag page*/
.w-blog-posts.w-grid .post-media{
    max-height: 100%;
}
.w-blog-posts.grid-2-cols .w-item > .post {
    height: auto;
}

/* CREATURES */
/*adjust css in creatures specific gallery*/
.creature .w-blog-posts.w-grid .post-media{
    max-height: 100%;
}
.creature.w-blog-posts.grid-2-cols .w-item  .post {
    height: auto;
}

.creature .post-meta, .creature .meta-category{
    display: none;
}
.creature.w-blog-posts h3.post-title{
	text-transform:none;
}
/*adjust css in creatures specific post template*/
#creature-post.post-detail {
    margin-bottom: 0px;
}
#creature-post.post-detail .post-meta {
    height: auto;
    margin: 0;
}
.creature-tags {
	margin: 0 0 10px 0;
}


/*adjust related posts thumbs*/
.no-sidebar .related-posts .thumb a {
    height: auto;
}

/*SEARCH RESULTS*/
.search-item .thumb, .search-item .type-icon {
    width: 240px;
	height: auto;
    border: 2px solid #eee;
    border-radius: 7px;
}
