/**
 * Theme Name:  Make (child theme)
 * Theme URI:   https://thethemefoundry.com/wordpress-themes/make/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: Create your website without touching a line of code. Make's flexible customization features and a powerful drag and drop page builder make designing your site fun and easy. Build almost anything: a simple portfolio or photography site, an ecommerce business site, a minimalist blog, or even a professional magazine. You'll start by customizing your background, layouts, fonts, colors, and logo. Next, add and organize your content using the drag and drop page builder. Add a photo, a video, a gallery, or even a slider to any page on your website. Make is responsive, so your website will naturally look great on phones, tablets, and desktop screens. It's also fully compatible with popular plugins like WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
 * Version:     1.0.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Make WordPress Theme, Copyright 2014 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */

@import url( '../make/style.css' );

/* Add your custom styles below. */

.view-blog h1 {
  font-size:24px;
}

/*
custom css for makerfaire.de by phs

maker faire colors:
blue: #00aeef
red: #ed1c24
pale blue: #d4effc

*/

h1.entry-title {
  font-size:40px;
}

h2 {
	color: #ed1c24;
	margin: 0 0 1.1rem;
}

em {
	font-style: normal;
	color: #ed1c24;
}

table#archiv td {
	vertical-align: top;
}

.header-bar {
	line-height: 1;
}

.site-branding {
	max-width: 100%;
}

.site-navigation .nav-menu li a {
	padding: 1.1rem;
}

.header-layout-3 .site-navigation .menu {
	border-top: none;
	border-bottom: none;
}

.site-footer {
	padding: 4.4rem 0 1rem;
}

.site-footer .widget-area {
	margin-bottom: 0;
}

.widget {
	margin-bottom: 1rem;
}

.post {
  margin: 20px 0;
}

.entry-date {
	line-height:0px;
  margin-bottom:0px;
}

/* text width in home banner */
.builder-banner-content {
	padding: 1.1rem 6.4rem;
}

/* white box on banner. home-white is our custom class */
.home-white .builder-banner-inner-content {
	background-color: white;
	color: black;
	padding: 1rem;
	margin-right: 4rem;
	width: auto;
}

/* white box of logos .logo-box is our custom class */
.logo-box div.builder-gallery-item.has-link {
	background-color: white;
}

/* Sponsor Headlines*/
.sponsor .builder-text-title {
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
	color: #00aeef;
	padding: 1em 0;
}

/* maker faire news headline on home */
h3.builder-post-list-section-title {
	color: #ed1c24;
}

/* banner flag */
blockquote.ttfmake-testimonial {
	position: relative;
	color: #fff;
	background-color: #00aeef;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 60px;
}

blockquote.ttfmake-testimonial:after {
	content: ' ';
	position: absolute;
	width: 102px;
	height: 102px;
	right: -60px;
	left: auto;
	top: 0;
	border-width: 51px;
	border-style: solid;
	border-color: #00aeef transparent #00aeef #00aeef;
}

/* call for makers */
.gform_wrapper .top_label .gfield_label {
	margin: 10px 0;
}

.gform_wrapper select, .gform_wrapper input, .gform_wrapper textarea {
	font-size: inherit !important;
}

.gform_wrapper .gsection {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper li.gfield {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.gform_wrapper h2.gsection_title {
	margin-top: 10px !important;
	padding-top: 10px !important;
	border-top: 2px solid #d4effc;
}

.gfield_html {
	margin-top: 10px;
}

.gform_wrapper .gfield_description {
 font-size:1em;
}

/* colors in maker list */

td.catering {
  color:white;
	background-color:#25ae97;
}

td.highlight {
  color:white;
	background-color:#ea9043;
}

/* news display main page */

.wupsa .container {
padding-bottom:0;
}

.wupsa .ttfmp-post-list-item {
margin-bottom:0;
}

.columns-4 h3.ttfmp-post-list-item-title {
font-size: 1.8rem;
}