/*
Theme Name: Chimera Framework
Theme URI: http://www.navigatormm.com/chimera
Description: The Chimera framework, a starter Wordpress theme for designers.
Tags:  two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, theme-options, translation-ready, accessibility-ready
Author: Chiristopher Saterthwaite
Author URI: http://www.navigatormm.com
Version: 1.8

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   $Responsive Styles
   ========================================================================== */
/* Make images responsive */
img {
	box-sizing: border-box;
 	max-width:100% !important;
    height:auto;
}

/*Prevent text size adjustment on orientation change.*/
html {
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased; /*-webkit font smoothing */
    -webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #2d2d2d;
}

h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
}

h4 {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

a {
	color: #00ACEE;
}

a:hover {
	color: #00ACEE;
	text-decoration: underline;
}

/* ==========================================================================
   $Navigation Styles
   ========================================================================== */
.navbar-default {
	background-color: #212121;
	border-color: transparent;
	position: relative;
	z-index: 5000;
	border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: lowercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 27px;
	height: 3px;
}

.navbar-default .navbar-brand {
	font-family: 'Libre Baskerville', serif;
	color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #fff;
}

.navbar {
	margin-bottom: 0px;
}

.fa {
	color: #00acee;
}

.nav-twitter {
	padding-top: 11px;
}

/* ==========================================================================
   $Home Page Styles
   ========================================================================== */
.homepage-wrapper {
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	left: 0;
	top: 50px;
	text-align: center;
	background: url('images/interface/background.jpg') no-repeat;
	background-size: cover;
}

.homepage-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

.homepage-content {
	display: inline-block;
    vertical-align: middle;
	height: auto;
	width: auto;
}

.homepage-content h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 26px;
	color: #fff;
}

.btn-gallery {
	background: #212121;
	padding: 15px 35px;
	margin-top: 20px;
	color: #fff;
	border-color: transparent;
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.2);
}

/* ==========================================================================
   $Page Styles
   ========================================================================== */
.page-greybox {
	background: #f1f1f1;
	padding: 30px 20px;
	margin-bottom: 25px;
}

.page-greybox .title {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.page-greybox .content {
	padding-top: 10px;
	color: #767676;
	font-size: 16px;
}

.btn-black {
	background-color: #212121;
	color: #fff;
	border-color: transparent;
	padding: 5px 30px;
}

.btn-twitter-logo {
	background-color: #00acee;
	padding: 8px 15px;
	float: left;
	border-right: 1px solid #5cc7f0;
}

.btn-twitter-logo .fa {
	color: #fff;
}

.btn-twitter {
	border-color: transparent;
	background-color: #00acee;
	color: #fff;
	padding: 8px 0px;
	text-align: center;
}

.twitter-link:hover {
	text-decoration: none;
}

.widget-title {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 15px 0px;
}

.widget_recent_comments .widget-title,
.widget_archive .widget-title,
.widget_categories .widget-title {
	font-size: 20px;
}

.list-group-item .content {
	font-size: 12px;
}

.panel-default {
	border-color: transparent;
}

.modal-content {
	padding: 20px;
}

.request-input {
	margin-top: 10px;
}

.captcha {
	width: auto !important;
	display: inline-block;
	margin-bottom: 10px !important;
}

div.wpcf7-validation-errors {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	border-radius: 4px;
}

.header-img {
	margin-bottom: 20px;
}

/* ==========================================================================
   $Painting Styles
   ========================================================================== */
.painting-single-content .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.painting-single-sidebar {
	margin-top: 17px;
}

.painting-single-sidebar .title {
	font-size: 24px;
	margin-bottom: 9px;
}

.painting-single-sidebar .btn {
	width: 100%;
}

.gallery-wrapper {
	margin-top: 20px;
	min-height: 195px;
}

.gallery-wrapper .image {
	box-shadow: 5px 3px 3px rgba(0,0,0,.5);
}

.gallery-wrapper .title {
	margin-top: 10px;
	text-align: center;
}

.gallery-wrapper .count {
	text-align: center;
	font-size: 13px;
	color: #666666;
}

.gallery-wrapper:hover .image {
	opacity: 0.7;
}


/* ==========================================================================
   $Slide Show Styles
   ========================================================================== */
/* Fade Transiton */
.carousel { background:#000000; }  /* The color of the fade */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slide Indicators */
.carousel-indicators li { text-indent: -9999px; } /* hides the text that displays in the li's */

/* ==========================================================================
   $Wordpress Styles
   ========================================================================== */
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
	margin-bottom: 15px;
}

.alignleft {
	margin-right: 30px;
	float: left;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

.wp-caption-text {
	margin: 6px 0;
	font-style: italic;
	line-height: 16px;
}

/* ==========================================================================
   $Wordpress Gallery Styles
   ========================================================================== */
.gallery {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.gallery li {
  list-style:none;
  margin-bottom:10px;
}

.gallery li img {
  cursor: pointer;
}

.gallery-caption { display:none; }

/* Gallery Modal Styles */
.modal-header {
	border-bottom: none;
	min-height: 20px;
	padding: 0 5px 0 5px;
}

.modal-body {
  padding:5px !important;
}

.modal-content {
  border-radius:0;
}

.modal-dialog img {
  text-align:center;
  margin:0 auto;
}

.modal-dialog p {
	margin-top: 10px;
	text-align: center;
}

.modal-dialog .controls-wrapper {
	padding-bottom: 8px;
	text-align: left;
	border-top: none;
}

.modal-dialog .controls{
	width:50px;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.modal-dialog .next {
	float:right;
	text-align:right;
}

/* ==========================================================================
   $WidgetStyles
   ========================================================================== */
/* Base Styles */
.widget {
	hyphens:         auto;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	margin: 0 0 18px;
	word-wrap: break-word;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.widget li { padding: 5px 0; }

.widget .children li:last-child { padding-bottom: 0; }

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* RSS Feed Widget */

.widget_rss .rss-date { display: block; }

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calander Widget */
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead { font-size: 10px; }

#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}

#wp-calendar tbody { color: #aaa; }

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:8px;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Reccent Comments Widget */
.widget .recentcomments {
	font-size: 13px;
}

.widget .recentcomments a{
	font-weight:bold;
}

/* Reccent Posts Widget */
.widget .recentposts {
	margin-bottom: 10px;
}

.widget .recentposts .date {
	color: #a2a2a2;
}

/* Search Widget */
.widget_search .search-submit {
    display:none;
}
.widget_search label {
    display: block;
}

/* ==========================================================================
   $Youtube Gallery Styles
   ========================================================================== */
.youtube-thumbnails {
  margin:0 0 0 0;
  padding:30px 0 0 0;
}

.youtube-thumbnail {
  list-style:none;
  margin-bottom: 30px;
}

/* ==========================================================================
   $Instagram Feed Styles
   ========================================================================== */
.instagram-feed {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.instagram-feed li {
  list-style:none;
  padding: 2px 2px;
}

.instagram-feed .thumbnail {
	margin-bottom: 0;
}

/* ==========================================================================
   $flickr Feed Styles
   ========================================================================== */
.flickr-feed {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.flickr-feed li {
  list-style:none;
  padding: 2px 2px;
}

.flickr-feed .thumbnail {
	margin-bottom: 0;
}

/* ==========================================================================
   $Twitter Feed Styles
   ========================================================================== */
.widget .twitter-feed  li { padding: 5px 8px; }

.twitter-feed .avatar {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	-moz-force-broken-image-icon: 1;
	float: left;
	margin: 3px 15px 15px 0;
}

.twitter-feed .tweet-header {
	color: #999;
	text-decoration: none;
}

.twitter-feed  .fullname {
	font-weight: bold;
	color: #292f33;
}

.twitter-feed .content { margin-left: 60px;}

.twitter-feed .time {
	font-size: 13px;
	color: #8899a6;
}

.twitter-feed .text {
	white-space: pre-wrap;
}
.twitter-feed .intent li {
	font-size: 12px;
	padding: 10px 2px;
}

/* ==========================================================================
   $Facebook Feed Styles
   ========================================================================== */
.widget .facebook-feed  li { padding: 5px 8px; }

.facebook-feed .avatar {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	-moz-force-broken-image-icon: 1;
	float: left;
	margin: 3px 15px 15px 0;
}

.facebook-feed .content { margin-left: 60px; }

.facebook-feed  .fullname {
	color: #222222;
}

.facebook-feed  .site-link {
	display: block;
	margin: 18px 0;
}


.facebook-feed .attachment {
	background:#f7f7f7;
	border: #e3e3e3 1px solid;
	color: #808080;
	font-size: 11px;
	margin: 18px 0;
	padding: 10px;
}

.facebook-feed .attachment .title {
	color: #222222;
	display: block;
}

.facebook-feed .attachment .link {
	color: #808080;
	display: block;
}

.facebook-feed .time {
	font-size: 13px;
	color: #8899a6;
}

.fb_iframe_widget span { height: 66px !important; }
/* ==========================================================================
   $Google Plus Feed Styles
   ========================================================================== */
.widget .google-plus-feed li { padding: 5px 8px; }

.google-plus-feed .avatar {
	width: 48px;
	height: 48px;
	float: left;
	margin: 3px 15px 15px 0;
}

.google-plus-feed .content { margin-left: 60px; }

.google-plus-feed .fullname {
	color: #222222;
	display: block;
}

.google-plus-feed .time {
	font-size: 13px;
	color: #999999;
	display: block;
}

.google-plus-feed .attachment {
	border-top: #e3e3e3 1px solid;
	margin: 18px 0;
	padding: 10px;
}

.google-plus-feed .attachment .image {
	width: 120px;
	float: left;
	margin: 3px 15px 15px 0;
}

.google-plus-feed .attachment .content {
	margin-left: 10px;
}

.google-plus-feed .attachment .content .title{
	display: block;
	color: #404040;
	font-size: 16px;
}

.google-plus-feed .attachment .content .link {
	display: block;
	color: #999999;
	font-size: 12px;
}

/* ==========================================================================
   $Google Maps Styles
   ========================================================================== */
	.google-maps {
		margin: 15px 15px;
	}

	.google-maps iframe {
		max-width: 100%;
	}

/* ==========================================================================
   $Logo Styles
   ========================================================================== */
.logo {
	padding: 15px 0 0 0;
	text-align: center;
	display: block;
}

/* Logo image */
.logo.image {
	margin: 20px 0 0 0;
}

.logo.image img {
	width: 350px;
}

.comapny-name {
	display: block;
}

.logo.image .comapny-name {
	text-indent: -9999px;
}

/* Logo text*/
.logo.text {
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

/* ==========================================================================
   $Social Media Bar Styles
   ========================================================================== */
.social-media {
	text-align: center;
}

.social-media li{
	padding-right: 1px;
	padding-left: 1px;
}

.social-media .btn {
	padding: 4px 0;
	width:30px;
}

.btn-social-media {
	color: #fff;
	background-color: #333333;
	border-color: #000000;
}

.btn-social-media:hover,
.btn-social-media:focus {
	color: #fff;
	background-color: #000000;
}

.btn-social-media:active,
.btn-social-media.active {
	background-color: #000000;
	border-color: #222222;
}

/* ==========================================================================
   $Blog Styles
   ========================================================================== */
.post {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 3px solid #e7e7e7;
}

/* Remove bootstrap 15px padding since it is not need on the post */
.post figure,
.post .post-body {
	padding-left: 0;
	padding-right: 0;
}

.post .author-name {
	font-size: 18px;
	margin-bottom: 10px;
}

.post .post-meta { margin-bottom: 20px; }

.post .post-meta li {
	display: block;
	padding-right: 0;
	padding-left: 0;
}


.post .catagory-divider { padding-right: 5px; }

.post .catagory-divider:last-child { display: none; }

.post .post-tags { margin: 40px 0; }

.sticky {
    background: #ececec;
    border: 1px solid #e7e7e7;
    padding: 10px;
}

/* Comment styles */
.comments-title {
    border-bottom: 2px solid #e7e7e7;
    margin-top: 5%;
    padding: 1% 1% 1% 0;
}

.comment-list {
    margin-top: 5%;
}

.comments-area .comment {
    margin-bottom: 40px;
}

.comments-area .children {
    list-style: none;
}

.comments-area .comment-author  {
    margin-bottom: 10px;
}

.comments-area .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.comments-area h3 {
    float: left;
    margin: 3px 20px 0 0;
}

.comment-respond h3 {
    float: none;
    margin-bottom: 18px;
}

.comments-area time {
    color:#428bca;
    float: left;
    margin-top: 8px;
}

.comments-area .comment-text {
    word-wrap: break-word;
    padding: 3% 8% 2% 3%;
    border: 1px solid #e7e7e7;
}

.comments-area .commentmeta {
    margin-top: 5px;
    text-align: right;
}

.comment-edit-link,
.comment-reply-link {
    margin-right: 8px;
    font-size: 16px;
}

/* ==========================================================================
   $Author Styles
   ========================================================================== */
.author-info { margin: 20px 0 }

.author .author-info {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin: 0 0 60px 0;
}

.author-info h2 {
	margin: 0 0 18px 0;
	padding: 0 0 0 0;
}

/* ==========================================================================
   $Footer Styles
   ========================================================================== */
.footer {
	margin-top: 20px;
	padding-top:10px;
}

.footer .copyright {
	text-align: center;

}

.footer .credit {
	text-align: center;
}

.footer .top-footer {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 0px;
}

.footer .top-footer .content {
	font-size: 13px;
	font-weight: bold;
}

.footer .bottom-footer {
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer .bottom-footer .content {
	font-size: 12px;
}

.footer .bottom-footer a {
	color: #b4b4b4;
}

.footer .bottom-footer a:hover {
	color: #b4b4b4;
}

@media (min-width: 768px) {

	h2 {
		font-size: 28px;
	}



/* ==========================================================================
  	$Home Page Styles
	========================================================================== */
	.homepage-content h1 {
		font-size: 32px;
	}


/* ==========================================================================
  	$Wordpress Gallery Styles
	========================================================================== */
	.gallery .thumbnail {
		min-height: 240px;
		max-height: 240px;
	}

	.gallery-caption {
		display:block;
		font-size: 12px;
		margin: 10px 0 0 0;
		text-align: center;
	}

  	.modal-dialog {
      padding-top: 90px;
  	}

 /* ==========================================================================
   $Google Maps Styles
   ========================================================================== */
	.google-maps {
		margin: 15px 0;
	}

/* ==========================================================================
   $Logo Styles
   ========================================================================== */
	.logo {
		text-align: left;
	}

/* ==========================================================================
   $Social Media Bar Styles
   ========================================================================== */
	.social-media{
		margin-top:29px;
		text-align: right;
	}

/* ==========================================================================
   $Blog Styles
   ========================================================================== */
   	/* Small Posts */
	.post figure.post-small { padding-right:15px; }
	.post .post-body.post-small { padding-left:15px; }
	.post .post-body.post-small h1 {
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}

	/* Medium Posts */
	.post figure.post-medium { padding-right:15px; }
	.post .post-body.post-medium { padding-left:15px; }
	.post .post-body.post-medium h1 {
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}

   	.post .list-inline { margin-left: 0;}

   	.post .list-inline>li:first-child {
		padding-left: 0;
	}

	.post .post-meta  li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px;
	}

/* ==========================================================================
   $Footer Styles
   ========================================================================== */
	.footer .copyright {
		text-align: left;
	}

	.footer .credit {
		text-align: right;
	}

	.footer .top-footer .content {
		font-size: 16px;
	}

	.footer .top-footer .content span {
		padding: 0px 10px;
	}

	.footer .bottom-footer {
		margin-top: 20px;
	}


}

@media (min-width: 992px) {

	.painting-single-sidebar {
		margin-top: 76px;
	}

	.widget-title {
		border-top: 0px solid red;
		padding-top: 0px;
	}

}

@media (min-width: 1200px) {

}