/*
 * Theme Name:  Make (child theme)
 * Theme URI:   https://thethemefoundry.com/wordpress-themes/make/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: 
 * 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:       	COMMENTS ARE EDITED OUT OF BUILDER PAGE TEMPLATE AND REGULAR PAGE TEMPLATE IN PARENT THEME!
 * CHANGED SECTION TITLE TO H3 from H1 in section-title.php file in PARENT THEME
 */

@import url( 'style.css' );

/* Add your custom styles below. */

/* Remove jetpack comments in carousel */

.jp-carousel-left-column-wrapper {
        display: none;
}

.jp-carousel-image-meta {
        display: none;
}

/* remove blank line above UL */

p + ul {
    margin-top: -20px;
}

/* center widgets and images on mobile single column layout */
@media screen and (max-width: 799px) {
	.size-medium {
		width: 95%; 
		display: block;
		padding: 20px;
		margin: 20px;
		clear: both;
	}
}



/* reduce white space above logo */

.site-header-main {
	padding: 33px 0px 11px 0px;
}

.site-branding {
	padding: 0px 0px 11px 0px;
}

.imagerow {
	float: left;
	margin-right: 10px;
}

.header-layout-3 .site-navigation {
	text-align: center;
}

.search-form input {
	width: 90%;
	float: center;
}

.site-footer .site-info {
	display: none;
}

.builder-text-title, .builder-text-section-title, .builder-section-title, .builder-gallery-section-title, .builder-banner-section-title {
	text-align: center;
}

.widget_search {
	padding: 15px;
}

.builder-banner-section-title a {
	color: #dd3333;
}

/* blue field inputs and buttons */

body, button, input, select, textarea {
	color: #25527b;
}

.ttfmake-button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #25527b;
}

/* blue menu bar in mobile */
.menu-toggle {
	background-color: #25527b;
}

/* shrink section title */

h1.section-title {
	font-size: 26px !important;
}

/* fake header */
.feader {
	font-size: 22px;
	font-family: ‘Merriweather’, Georgia, serif;
}

