/*
Theme Name: mcdfinearts
Theme URI: http://burlingtonbytes.com;
Author: Ben Godwin - Burlington Bytes
Author URI: http://burlingtonbytes.com;
Description: Based on the ultra minimal starter theme _tk.
Version: 1.1.9
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/********** ◎ ◎ ◎
Custom BBytes Styles — Ben Godwin 
◎ ◎ ◎ **********/

/*** Main ***/

body {
	background: #eee; /* Old browsers */
	color: #272727;
	font-family: Verdana, Geneva, sans-serif;
}

h1,
h2,
h3,
h4, 
h5, 
h6,
.lead,
.navbar li a {
	font-family: 'trajan-pro-3', 'Trajan Pro', Trajan, Garamond, serif;
}

a:link {
	color: #0c66a1;
	text-decoration: none;
}

p {
	line-height: 1.7;
}

/* Buttons */

input[type="submit"],
input[type="button"],
button{
	display: table-cell;
	width: auto;
	margin-top: 0;
	float: left;
	height: 41px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	border: 1px solid #ccc;
	border-radius: 12px;
	color: #0c66a1;
}
.button {
	display: table-cell;
	width: auto;
	margin-top: 0;
	float: left;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	border: 1px solid #ccc;
	border-radius: 12px;
	color: #0c66a1;
	padding: 5px 10px;
}


/*** Header ***/

.site-header {
	padding: 28px 0 20px 0;
	text-align: center;
	background-color:#fff;
}

.site-header .container {
	padding: 0;
	margin: 0 auto;
}

.site-title {
	display: table;
	margin: 0 auto 4px;
	padding: 0;
	font-size: 42px;
	border-bottom: 2px solid #c31e25;
}

.site-title a {
	color: #272727;
}

.site-title span {
	font-size: 55%;
}

p.lead {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 21.75px;
	font-weight: 200;
}

/*** Nav ***/

.site-navigation-inner {
	padding: 0;
}

.navbar {
	background: #433727; /* Old browsers */
	background: -moz-linear-gradient(top,  #433727 0%, #32281e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#433727), color-stop(100%,#32281e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #433727 0%,#32281e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #433727 0%,#32281e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #433727 0%,#32281e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #433727 0%,#32281e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#433727', endColorstr='#32281e',GradientType=0 ); /* IE6-8 */
	border-radius: 0;
	margin-bottom:0;
}

.navbar-nav {
	display: table;
	float: none;
	margin: 0 auto;
}

.navbar-nav li {
	font-size: 18px;
	font-weight: 200;
}

.navbar-default .navbar-nav>li>a {
	padding-top: 14px;
	padding-bottom: 14px; 
	font-size: 21px; 
	color: #eee;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus
{
	color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a {
	color: #555;
    background-color: #e7e7e7;
	
}
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	padding-left:0;
}
  
#breadcrumbs{
    display:inline-block;
    vertical-align:bottom;
    margin-right:15px;
	font-size:12px;
}
#breadcrumbs a{
    color:#272727;
}
  
#breadcrumbs .separator{
    font-size:12px;
    
    
}

#breadcrumbs li strong{
	font-weight:normal;
}
.facebook-button, .tweet-button, .google-button{
	vertical-align:bottom;
	padding-top:10px;
	display: inline-block;
	height:40px;
}


/*** Content ***/ 

#pg-32-6,
#pg-32-7 {
	margin-bottom: 0 !important;
}

#pg-32-7 {
	padding-bottom: 0;
}

#pg-32-8 .textwidget h3 {
	padding-top: 25px;
	border-top: 1px solid #ccc;
}

.home-intro-text {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.home-subtitled-header {
	margin-bottom: 0;
}

.home-section { 
	background-color: white;
	padding: 5px 2% 15px 2%;
}

.home-featured-acq {
	overflow: hidden;
}

.home-featured-acq a {
	display: block;
	float: left;
	width: 32.6666%;
	max-height: 250px;
	margin-right: 1%;
	margin-bottom: 10px;
	overflow: hidden;
}

.home-featured-acq a:last-child {
	margin-right: 0;
}

.resources-section {
	padding-bottom: 0;
}
.table-responsive thead{
	background-color:#ccc;
}
.nav-tabs>li{
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
}
.nav-tabs>li>a{

	color:#272727;
	font-size:20px;
}	
.nav-tabs>li.active>a{
	background-color:#ccc;
	color:#272727;
	font-size:20px;
}
.featured-tax-box{
	background-color: white;
    margin-bottom: 40px;
    padding: 1px 20px 40px 20px;
}
.inv-featured-paintings{
	padding-bottom:30px;
	text-align:center;

	}
.inv-featured-paintings h3{
	margin:5px 0;
}
.inv-featured-paintings h3 a{
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#272727;
}
.single-artist .featured-painting{
	display:inline-block;
	float:right;
}
.paintingcategory_thumbs{
	display:block;
	width:100%;
	height:300px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.painting-category-grid{
	text-align:center;
	
}
.painting-category-grid .col-md-6{
	margin-bottom:20px;
}
.painting-category-grid h3, .painting-category-grid h3 a {
	font-family: Verdana, Geneva, sans-serif;
	color:#272727;
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
}
.painting-category-grid h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:5px 0;
}
.painting-single-box h3{
	font-family: Verdana, Geneva, sans-serif;
	color:#272727;
	font-size:16px;
	margin:8px 0;
}
.painting-single-box h2{
	font-family: Verdana, Geneva, sans-serif;
	color:#272727;
	font-size:18px;
	margin:8px 0;
}
.painting-single-box .entry-content-thumbnail{
	text-align:center;
}

.wp-pagenavi a{
	color:#272727;
}
.type-artist h1{
	color: #272727;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.type-artist h1.gallery-title{
	color: #272727;
    font-size: 30px;
	border-bottom:none;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.type-artist h2{
	font-family: Verdana, Geneva, sans-serif;
	color:#272727;
	font-size:22px;
	font-weight:bold;
}
.type-artist h3{
	font-family: Verdana, Geneva, sans-serif;
	color:#272727;
	font-size:16px;
}
.testimonial-content p{
	font-style:italic;
}

/*** Footer ***/

.site-footer {
  	padding: 20px 0 0 0;
	background: #fff;
	border-top: 1px solid #cccccc;
}

.site-footer aside {
	margin-bottom: 15px;
}

.site-footer li a {
	padding-left: 0;
	color: inherit;
}

.site-footer li a:hover {
	background-color: transparent;
	color: #0c66a1;
}

/* Sections */

.site-footer .widget_text.col-md-4:first-of-type {
	width: 25%;
}

.site-footer .widget_text.col-md-4:nth-child(2) {
	width: 51%;
	margin-left: 2%;
	margin-right: 2%;
}

.site-footer .widget_nav_menu.col-md-4 {
	width: 20%;
}

/* Newsletter Subscribe section */

.subscribe-image {
	width: 10%;
	float: left;
}

.subscribe-text {
	float: left;
	width: 85%;
	margin-right: 5%;
}

.subscribe-form {
	clear: both;
}

.subscribe-form .wysija-paragraph {
	width: 68%;
	margin-right: 2%;
	float: left;
}

.subscribe-form .wysija-paragraph .wysija-input {
	width: 100%;
	padding: 0.5em 1em;
}

.subscribe-form .wysija-submit-field {
	display: block;
	width: 30%;
	margin-top: 0;
}

/* Footer contact info */

.contact-section {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-section li {
	padding: 10px 0;
	display: block;
}

.contact-section a {
	color: #000;
}

/* Copyright */

.copyright {
	padding: 1em 0 3em 0;
	background-color: #efede8;
	border-top: 1px solid #ccc;
	text-align: center;
}

/* Small breakpoints */

@media screen and (max-width: 992px) {
	.site-footer .widget_text.col-md-4:first-of-type {
		width: 35%;
	}

	.site-footer .widget_text.col-md-4:nth-child(2) {
		width: 36%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.site-footer .widget_nav_menu.col-md-4 {
		width: 25%;
	}

	.subscribe-image {
		display: none;
	}

	.subscribe-text {
		width: 100%;
	}

	.subscribe-form .wysija-paragraph {
		width: 100%;
		margin-right: 0;
	}

	.subscribe-form .wysija-submit-field {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.site-footer .widget_text.col-md-4:first-of-type,
	.site-footer .widget_text.col-md-4:nth-child(2),
	.site-footer .widget_nav_menu.col-md-4 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

/*sidebar */
.sidebar aside{
	background-color: #fff;
    padding: 10px 25px;
}
.sidebar aside p a{
	font-weight:bold;
}
.sidebar h3.widget-title{
	font-size:20px;
}
.sidebar ul li  a{
	font-family: Verdana, Geneva, sans-serif;
	color:#272727;
	border-top:1px solid #efede8;
	
}
.testimonial-quote:before{
	content: "\201C";
	float: left;
	margin-left: -20px;
	font-size: 60px;
	font-family: georgia, serif;
	margin-top:-10px;
}

.testimonial-quote{
	margin: 0 15px;
}
.cape-ann-e-book img{
	float:left;
	padding-right:10px;
}
.cape-ann-e-book p{
	clear:both;
}
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  text-align: justify;
}
blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia,serif;
  font-size: 58px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}
h5, .h5 {
    font-size: 16px;
}
.entry-meta {
    margin-bottom: 20px;
}