/**
 * Theme Name:  Fashion-Incubator (Make child theme)
 * Theme URI:   https://thethemefoundry.com/make/
 * Author:      New Local Media and The Theme Foundry
 * Author URI:  http://newlocalmedia
 * Description: A responsive custom Make child theme for Fashion-Incubator.com for use with Theme Foundry's Make theme and Make Pro plugin. 
 * 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
 * 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.
 *
 * Fully compatible with WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
 */

/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above.
 */

/****************** 
 * Header / Logo
 ********************/

.custom-logo a { }

/****************** 
 * Primary Nav Menu 
 ********************/

nav#site-navigation div.menu-main-nav-container,
nav#site-navigation ul#menu-main-nav.menu.nav-menu
{
	background: #1E367D;
	border-top: 0;
	border-bottom: 0;
}

/***************
 * Avatars and Post Thumbnails :: Round Borders
 ************************************************/

.epoch-comment-author-avatar img.avatar,
.wc-comment-left img.avatar,
.cff-author-img img {
	border-radius: 50%!important;
}

.decent-comments img.avatar,
.entry-author-avatar img.avatar {
	box-shadow: 0px 0px 0px 2px #EEE, 1px 1px 1px 1px rgba(100, 100, 100, 0.4);
}

/***************
 * Post Author Biographies
 ************************************************/

.entry-author-bio {
	color: #666;
}


/*****************
 * Featured Images :: Stitching effect
 ***************************************/

.wp-post-image, .single-post .size-full {
	outline: 2px solid #efefef;
	border: 2px dashed #e5e5e5;
	padding: 2px;
	background-color: #efefef;
	box-shadow: 0px 0px 0px 2px #EEE, 1px 1px 1px 1px rgba(100, 100, 100, 0.4);
}

/*****************
 * Blockquotes
 ***************************************/

.entry-content blockquote {
	background: #efefef;
	padding: 15px;
}
.entry-content blockquote p {
	font-size: 2rem;
}