/*
 Theme Name:   Make Child
 Theme URI:    http://medievalhistories.com/twenty-fourteen-child/
 Description:  Make Child Theme
 Author:       WPDK
 Author URI:   http://example.com
 Template:     make
 Version:      1.0.0
 Tags:         
 Text Domain:  make-child
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

.site-navigation {
	max-width: 100%;
	clear: both;
}

.nav-menu {
	padding: 0;
}

.postheader img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.postheader p {
	float: left;
}

.postheader h1 {
	float: left;
	clear: none;
	max-width: 450px;
}

.header-social-links li a {
	color: #fff;
}

.widget_wysija_cont, .wysija-paragraph {
	float: left;
}

.widget_wysija input[type="submit"] {
	padding: 5px 0 0 15px;
}
.site-navigation .menu li a:hover {
    background-color: #fbfbfb;
}
.site-navigation .menu li:first-of-type a {
    padding-left: 16px !important;
}
.site-navigation .menu li:last-of-type a {
    padding-right: 16px  !important;
}
.widget_wysija_cont {
	margin-top: -10px;
}
.site-title {
    float: left;
}
.site-description {
    margin: 2rem 0 2rem 0rem;
	float: left;
    font-size: 1.5rem;
}
.site-branding {
	max-width: 100% !important;
	width: 100% !important;
	clear: both;
}
.builder-text-section-title, h3 > .builder-text-section-title, h3 .builder-text-section-title, h3 {
	font-size: 19.2px !important;
	font-size: 1.92rem !important;
}
.builder-text-title {
	font-size: 19.2px !important;
	font-size: 1.92rem !important;
}
.entry-content h2 {
	font-size: 19.2px !important;
	font-size: 1.92rem !important;
}
@media only screen and (min-width: 665px) {
	.site-description {
		float:right;
		margin: 2.5rem 0 5rem 3rem;
	}
}