/**
 * 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.
 */


/*Testimonial font size*/
blockquote.ttfmake-testimonial p {
font-size: 14pt !important;
line-height: 150% !important; }

#mc_embed_signup {
  border: none;
  text-align: center;
  width: 90%;
}


/* Signup form container */

.mc-field-group {
  display: inline-block;
}


/* positions input field horizontally */

#mce-EMAIL, #mce-FNAME, #mce-LNAME {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  border: 2px solid #39552f;
  color: #343434;
  background-color: #fff;
  padding: .7em 9em .7em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
}


/* Input Styles */

.clear {
  display: inline-block;
}


/* positions button horizontally in line with input */

.button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: .03em;
  color: #fff;
  background-color: #39552f;
  padding: .7em 2em;
  border: 2px solid #39552f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
}


/* Button Styles */

:-webkit-input-placeholder {
  color: #ABB0B2;
}


/* WebKit browsers */

:-moz-placeholder {
  color: #ABB0B2;
}


/* Mozilla Firefox 4 to 18 */

::-moz-placeholder {
  color: #ABB0B2;
}


/* Mozilla Firefox 19+ */

:-ms-input-placeholder {
  color: #ABB0B2;
}


/* Internet Explorer 10+ */

@media (max-width: 768px) {
  /* positions input field and button underneath each other with 100% width for tablet and mobile */
  .mc-field-group {
    display: block;
    max-width: 100%;
  }
  #mce-EMAIL, #mce-FNAME, #mce-LNAME {
    padding: .7em 0 .7em 1em;
    width: 96%;
    margin: 0;
  }
  .clear {
    display: block;
    width: 100%
  }
  .button {
    width: 100%;
    margin: .5em 0 0 0;
  }
}