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

/* Webfont: CorporativeSansRd-Medium */
@font-face {
    font-family: 'CorporativeSansRdMedium';
    src: url('fonts/CorporativeSansRd-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/CorporativeSansRd-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/CorporativeSansRd-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/CorporativeSansRd-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/CorporativeSansRd-Medium.svg#CorporativeSansRd-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: CorporativeSansRd-Regular */
@font-face {
    font-family: 'CorporativeSansRd';
    src: url('fonts/CorporativeSansRd-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/CorporativeSansRd-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/CorporativeSansRd-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/CorporativeSansRd-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/CorporativeSansRd-Regular.svg#CorporativeSansRd-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.email-link a:before {
  content: "\f003";
}



.footer-text ul { margin:0; padding:0;
 color: #555f61; /* Base text color for the menu */
 float:  right;
}
.footer-text  ul li {
float:left;
list-style:none; /* Makes the list items go horizontally in lieu of default vertical display */
}

.footer-text  ul li:after {
 content:"·"; /* Or go Facebook style and use "·" (the interpunct character) for separators */
 color:#555F61; /* You may want to make the separators a bit more subtle than the base text color */
}

.footer-text ul li:last-child:after {
 content:""; /* No separator for the last item in the list */
}

.footer-text ul li a {
 margin:0 8px; /* Set margins around the links */
 color: #555f61;
}



