/**
 * Theme Name:  Make (child theme)
 * Theme URI:   https://thethemefoundry.com/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.1.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-child
 * 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 2015 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */

/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above. All new!
 */

.site-header-main {
    min-height: 800px;
    padding-top: 0;
}

.site-header-main nav#site-navigation.site-navigation {
	display:none;
}

.site-header-main .container {
	display: flex;
	flex-flow: column-reverse wrap;
}

.site-header-main .widget_nav_menu,
.site-header-main .site-branding {
	flex: 0 1 100%;	
}

.site-header-main .site-branding {
	order: 1;
}

.site-header-main .widget_nav_menu ul.menu {
	/*display: flex;
	flex-flow: row wrap;*/
	text-align:right;
}

.site-header-main .widget_nav_menu ul.menu li {
	/*flex: 0 1 30%;*/
	border: none;
}

.site-header-main .widget_nav_menu ul.menu li a {
	color: #000000;
	text-transform: uppercase;
	font-family: "futura-pt-condensed", sans-serif;
	font-size: 14pt;
}


#mailinglist {
	background-image: url('../../uploads/2016/11/burst.png');
	background-repeat: no-repeat;
	width:100%;
	background-size: contain;
	background-position: center center;
	color: #ffffff;
	display:inline-block;
	clear:both;
	text-align: center;
	padding: 70px 40px;
	margin: -127px auto 0 auto;
}

@media only screen and (min-width: 620px) {
	.site-header-main .container {
		display: flex;
		flex-flow: row wrap;
	}
	
	.site-header-main .widget_nav_menu,
	.site-header-main .site-branding {
		flex: 0 1 30%;	
	}
	
	.site-header-main .site-branding {
		order: 0;
	}	
	
	.site-header-main .widget_nav_menu ul.menu {
		display: flex;
		flex-flow: row wrap;
		text-align:center;
	}
	
	.site-header-main .widget_nav_menu ul.menu li {
		flex: 0 1 30%;
		border: none;
	}
	#mailinglist {
		height: 259px;
		width: 497px;
		margin: -127px auto 0 calc(50% - 250px);
	}
}


.site-main {
	max-width: 760px;margin:auto;
	float:none;
}

.site-footer {
	background-image: url('../../uploads/2016/11/burstfooter.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
}

footer .container {
	max-width: 560px;
	margin: auto;
}

div.footer-widget-container.columns-3 {
	border-top: 3px solid black!important;
	padding-top: 30px;
}

.site-footer a {
	color: #000000;
}