/*
 * Theme Name:  Bailey (child theme)
 * Theme URI:   https://thethemefoundry.com/wordpress-themes/bailey
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: A minimal portfolio theme with designer grid layouts and easy-to-configure projects. Crafted with a responsive layout that looks great on large displays, tablets and mobile devices.
 * Version:     1.0.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: bailey
 * Domain Path: /languages/
 * Tags: 		abstract, art, artistic, artwork, black, blog, blue, bright, business, clean, contemporary, craft, custom-background, custom-colors, custom-menu, design, editor-style, fashion, featured-images, full-width-template, light, minimal, modern, one-column, photoblogging, photography, portfolio, professional, responsive-layout, scrapbooking, simple, sophisticated, sticky-post, theme-options, three-columns, translation-ready, two-columns, video, white
 * Template:    bailey
 */

@import url( '../bailey/style.css' );

/*---------------------------------------------------------
 Header
-------------------------------------------------------- */
.site-header {
	margin-bottom: 0px;
	margin-bottom: 0rem; }

/*---------------------------------------------------------
 Single post (portfolio style)
-------------------------------------------------------- */
.single-post .post {
	margin-bottom: 23px;
	margin-bottom: 1.4375rem; }
@media screen and (min-width: 900px) {
	.single-post .post, .comments-area {
		float: right;
		width: 65.9309%; } }
@media screen and (min-width: 1100px) {
	.single-post .post blockquote, .single-post .post .bailey-image-container, .single-post .post .bailey-large {
		float: none;
		clear: both;
		margin-left: -51.67394%; } }
@media screen and (min-width: 1100px) {
	.single-post .post blockquote img, .single-post .post .bailey-image-container img, .single-post .post .bailey-large img {
		max-width: none;
		margin-right: 0;
		margin-left: 0;} }
@media screen and (min-width: 1100px) {
	.single-post .post blockquote .wp-caption-text, .single-post .post .bailey-image-container .wp-caption-text, .single-post .post .bailey-large .wp-caption-text {
		float: left;
		width: 29.65451%; } }
.single-post .post .bailey-image-container img {
	margin-bottom: 16px;
	margin-bottom: 1rem; }
.single-post .post .bailey-image-container .wp-caption .wp-caption-text {
	margin-top: 0; }
@media screen and (min-width: 900px) {
	.single-post .post .bailey-shortcode-slider {
		float: none;
		clear: both;
		margin-left: -51.67394%; } }

/*---------------------------------------------------------
Quotes
-------------------------------------------------------- */
blockquote p {
	font-size: 22px;
	font-size: 1.375rem; }
@media screen and (min-width: 700px) {
	blockquote p {
		font-size: 24px;
		font-size: 1.5rem; } }

/*---------------------------------------------------------
Map Container
-------------------------------------------------------- */
#map {
	height: 300px; }

#map img {
    max-width: none; }

/*---------------------------------------------------------
Comments
-------------------------------------------------------- */
@media screen and (min-width: 900px) {
	.comments-area {
		margin-top: 0px;
		margin-top: 0rem; } }

.comment-subscription-form {
    clear: both; }

input[type="checkbox"] {
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important; }