/*
Theme Name:   Holly & Weave Child
Theme URI:    http://example.com
Description:  Holly & Weave Child
Author:       Me
Author URI:   http://example.com
Template:     pipdig-hollyandweave
Version:      1.0
License:      GNU v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* add your styles below this line */

body {
	font-family: 'Lato', serif !important;
}

.floated_summary_right .floated_summary_post_date,
.floated_summary_right .listing-comments {
	display: none;
}

.floated_summary_post .more-link {
    display: block;
}

#p3_trending_bar {
    margin-bottom: 0px;
    max-width: 1140px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    margin-top:5px;
}

.site-credit {
	display:none !important;
}

#welcome-1-widget-section {
	margin-top: -8px;
	margin-bottom: 30px;
}
#welcome-1-widget-section .widget-title {
	margin: 0;
}
.welcome-1-bordering {
	padding: 10px 0;
}

/* Die Bilder, auch 622px Breite auf die Contentbreite ziehen */
div.alignnone {
	max-width:100% !important;
}

div.entry-content > img,
.size-large {
   height: auto !important;
   width:100% !important;
}



/** Trennlinien entfernen **/
.site-top {
	border-bottom: none;
}

/*.widget-title {
	border-top: none;
}*/

.hentry.floated_summary_post,
#widget_area_after_first,
#widget_area_after_second,
#widget_area_after_third {
	border-bottom: none;
}

/* ZWischen-HEadlines groesser */
/*.widget-title {
	font-weight: 700 !important;
	font-size: 110%;
}

.widget-title span {
	top: -10px;
}*/

.play-thumb {
	
	/*padding-top: 50%;*/
	/*bottom: 50%;*/
}

.play-thumb::before {
	font-size: 50px;
	display:block;
	position: absolute;
	left: 45%;
	right: 55%;
	top:40%;
	z-index: 99;
	color: #000000;
	background-color: #FFF;
}

.play-thumb::before::hover, .play-button::hover {
	color:#999 !important;
}

/* featured Catagories mobil ausblenden: */
@media screen and (max-width: 729px) {
  #p3_featured_cats { display: none }
}