/*!
Theme Name: Compose WP
Theme URI: http://www.weborithm.com/compose
Author: Weborithm
Author URI: http://www.weborithm.com/
Description: Starter template for your web projects, powered by Bootstrap.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: compose
Domain Path: /languages/
Tags: white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*

 * Bootstrap licensed under MIT https://github.com/twbs/bootstrap/blob/master/LICENSE
 
 - Compose Styles
	. Body
	. Fonts
	. Bootstrap Components
	. Bootstrap JavaScript Components
	. Compose Containers
	. Logo
	. Navigation
	. Compose Breadcrumbs
	. Compose Static Image
	. Compose Carousel
	. Compose Gallery
	. Compose Action
	. Compose Boxes
	. Compose Preview
	. Compose Contact
	. Compose Content
		. Form
		. Profile
		. Team
		. Product Intro
		. Full Width
		. Portfolio
		. Services
		. Blog
		. Testimonial
		. Compose Coming Soon
		. Compose Big Intro
	. Compose Aside
	. Compose Footer
	
	- ***** -
	
	. Responsive Styles
	
*/
	
/*--------------------------------------------------------------
Body
--------------------------------------------------------------*/
body { color: #333; background: #fff; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 300; }
a { }
a:hover, a:focus { color: #F99111; text-decoration: none; }
p { font-size: 13.3px; line-height: 21px; }
blockquote { margin-top: 20px; }


/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/
body strong { font-weight: 700; }
h1, h2, h3, h4, h5, h6 { color: #111; font-family: 'Source Sans Pro', sans-serif; font-weight: 200; }
h2 { font-weight: 300; }


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.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; }
.alignnone, .alignnone img, .aligncenter, .aligncenter img, .alignleft, .alignleft img, .alignright, .alignright img { height: auto; max-width: 100%; }


/*--------------------------------------------------------------
 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%; text-align: right; }
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto; }
.wp-caption-text { border-bottom: 1px solid #eee; color: #999; display: inline-block;
	text-align: right; font-weight: bold; }
.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0; }


/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 16px; }
.gallery:after { clear: both; content: ' '; display: table; }

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative; }

.gallery-columns-1 .gallery-item { max-width: 100%; }

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; }

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	transition: opacity ease-in 250ms; }

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; }

.gallery-item:hover .gallery-caption { opacity: 1; transition: opacity ease-out 250ms; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none; }