/*
Theme Name: pivotCE2
Description: 2. Theme for pivotCE
Author: pattyland
Template: twentyfourteen
*/

/* #24890d -> #1d70b8 */
/* #41a62a -> #004f84 */

@import url("../twentyfourteen/style.css");

body, button, input, select, textarea {
	font-family: "Prelude WGL Medium", sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .featured-content .entry-meta, .entry-meta .tag-links a, .post-navigation a, .image-navigation a, button, .contributor-posts-link, input[type="button"], input[type="reset"], input[type="submit"], .footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
	font-family: "Prelude WGL Bold", sans-serif;
	font-weight: bold;
}

blockquote, cite, dfn, em, i {
	font-family: "Prelude WGL Medium Italic", sans-serif;
	font-weight: normal;
}

body.custom-background {
	background-size: contain;
}

.header-main {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/pivotce2/images/logo_klein.png);
	background-size: 139.5px 48px;
}

.site-title {
	visibility: hidden;
}

.entry-content, .entry-summary, .page-content {
	hyphens: none;
}

/* display fixes for plugins */
#donateextraform p:not(.submit) {
	margin-bottom: 9px;
}

#donateextraform p.submit input {
	border: none;
	margin-bottom: 20px;
}

.yarpp-related {
	margin-top: 1em;
}

.socialmedia-buttons img, .wpp-list li {
	margin-bottom: 10px;
}

iframe.twitter-timeline {
	min-width: 0 !important;
}

ins.adsbygoogle {
	background-color: transparent;
}

/* display fixes for small displays */
@media screen and (min-width: 673px) {
	.header-main {
		background-position: 30px;
	}
}

@media screen and (min-width: 810px) {
	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: auto;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
  body {
		overflow-x: hidden; /* dirty Fix :( */
	}
	/* now even more dirtier */
}