/*
Theme Name: Blain
Theme URI: http://inkhive.com/product/blain/
Author: Rohit Tripathi
Author URI: http://inkhive.com
Description: Blain is a Minimal Responsive theme with Plenty of premium features including Numbered page navigation, Responsive Slider, Customizable Header & Footer, 4 Page Layouts, Custom Widgets & User Friendly Time Display. Blain also has a powerful admin options panel, which lets you modify your site to a great extent. Theme has been already translated into many popular languages inlcuding Russian, Arabic, French, Spanish, Portuguese, German and more.
Version: 1.2.1
License: GNU General Public License
License URI: license.txt
Text Domain: blain
Domain Path: /languages/
Tags: light, custom-background, two-columns, right-sidebar, flexible-width, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, gray, left-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Blain is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Blain WordPress Theme, Copyright 2013 Rohit Tripathi.
Blain WordPress Theme is distributed under the terms of the GNU GPL v3.
*/
@import "fonts/font-awesome/less/font-awesome.css";
/* Table of Contents
------------------------------------------------------- *

	0. Bootstrap Fixes
	1. Less Variables
	2. Header
	3. Links
	5. Slider
	6. Content
		6.1. Primary
		6.2. Secondary
	7. Pagination
	8. Footer
	9. HTML Markup and Formatting
	10. Widgets Style
	11. Comments
	


/* 0. Bootstrap Fixes
-------------------------------------------------------	*/
body {
	background: #E3E3E3;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 101%;
	/*
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	*/
}
html {
	/*font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
#main {
	width: 100%;
	margin-top: 30px;
}
#main .row {
	margin: 15px 0;
}
.container {
	margin: auto;
}
code {
	white-space: pre-wrap !important;
}
aside {
	margin-bottom: 30px;
}
/* 1. Less Variables & Mixins
-------------------------------------------------------	*/
.font {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
/* 2. Header
------------------------------------------------------- */

#masthead {
	margin: 0px auto;
}
.site-title {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.site-title a {
	color: black;
}
.site-title a:hover {
	text-decoration: none;
}
.site-description {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.main_logo {
	max-width: 360px;
}
#social-icons {
	float: right;
	text-align: right;
	margin-top: 20px;
}
.social-icon {
	color: #78757a;
	font-size: 36px;
}
.social-icon:hover {
	color: #2571bd;
}
a:hover .social-icon {
	text-decoration: none;
}
@media screen and (max-width: 992px) {
.site-title,  .site-description,  #social-icons {
	text-align: center;
	float: none;
}
}
/* 3. Links
------------------------------------------------------- */
a:hover, a:focus, a:active {
	color: #2571bd;
}
/* 4. Navigation Menu 
-------------------------------------------------------	*/
.home-main {
	background: #fff;
}
.nav-wrapper {
	background: #fff;
	border-bottom: solid 1px #f1f1f1;
}
.nav-wrapper .navbar-default {
	margin-top: 5px;
	border: none;
	margin-bottom: 5px;
}
.nav-wrapper ul ul {
	background: #e7e7e7;
	border: none;
}
.nav-wrapper ul ul a:hover {
	background: #fff;
	color: #333;
}
ul.nav ul li.dropdown:hover > ul.dropdown-menu {
/*  display: block;  */
}
/* 5. Slider
-------------------------------------------------*/
.slider-wrapper {
	margin: 15px 15px 30px 15px;
	padding: 10px;
	border-radius: 15px;
	background: #ABE07A;
	border: 3px solid #ABE07A;
}
.slide-title {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	color: #ddd;
}
.nivo-caption {
	max-width: 700px;
	min-width: 200px;
	overflow: hidden;
	bottom: 15px;
	left: 10px;
}
.nivo-html-caption {
	display: none;
}
div.slide-title {
	font-size: 36px;
	display: block;
}
div.slide-description {
	font-family: Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
div.slide-title {
	font-size: 18px;
}
div.slide-description {
	font-size: 13px;
}
}
/* 6. Content 
------------------------------------------------------- */
#content {
	background: white;
	padding-right: 0;
	padding-left: 0;
}
/* 6.1 Primary 
------------------------------------------------------- */
#primary {
}
.content-home {
	background: #fff;
}
.featured-thumb {
	margin: 25px 0;
	text-align: center;
	height: 165px;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}
.featured-thumb img {
	/*box-shadow: 0px 1px 2px #444;
	border-radius: 5px;*/
	width: 100%;
	height: auto;
}
.archive .entry-title a {
	font-size: 16px;
	color: black;
}
.archive .entry-title a:hover {
	color: #2571bd;
}
.archive .entry-meta {
	font-size: small;
	color: #918f93;
	margin-top: 6px;
}
.archive .entry-meta .posted-on {
	margin-right: 6px;
}
.featured-image-single {
	text-align: center;
}
.featured-image-single img {
	max-width: 80%;
	border: solid 5px #ffffff;
	box-shadow: 0px 2px 2px #888;
	margin-bottom: 15px;
}
/* 6.2 Secondary 
------------------------------------------------------- */
#secondary {
	padding-top: 20px;
}
#secondary ul {
	list-style: none;
	margin-left: 5px;
}
#secondary ul li:before {
	margin-right: 5px;
	content: "\f0da";
	font-family: "FontAwesome";
	color: #918f93;
}
#secondary ul ul {
	margin-left: 15px;
}
#secondary ul ul ul {
	margin-left: 5px;
}
#secondary .widget_recent_entries li:before {
	content: "\f0f6";
}
#secondary .widget_recent_entries li {
	border-bottom: solid 1px #f7f7f7;
	padding: 5px 0px;
}
#secondary .widget_recent_comments li:before {
	content: "\f075";
}
#secondary .widget_recent_comments li {
	border-bottom: solid 1px #f7f7f7;
	padding: 5px 0px;
}
#secondary h1.widget-title {
	font-size: 24px;
}
#secondary .widget_search input[type=submit] {
	display: inline-block;
}
#secondary .widget_search input[type=search] {
	display: block;
	width: 100% !important;
}
/* 7. Pagination
-----------------------------------------------*/
.pagination {
	margin: 20px 0;
	text-align: center;

	width: 100%;
	margin-left: -40px;
	clear: both;
}
.pagination ul {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a {
	color: #fff;
	transition: all 0.4s ease;
}
.pagination ul > li > a .next {
	float: right;
}
.pagination ul > li > a:hover {
	color: #918f93;
	background: #e3e3e3;
}
.pagination .current {
	background: #e4e2e2;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fcfcfc;
	border: solid 1px #f1f1f1;
	border-left-width: 0;
	display: inline-block;
	color: #919191;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	border-rigth-width: 1px;
}
/* 8. Footer 
------------------------------------------------------- */
#colophon {
	background: #fff;
	padding: 10px;
	border-top: solid 1px #ddd;
	border-bottom: solid 4px #ddd;
}
#footertext {
	float: right;
	text-align: right;
}
/* 9. HTML Markup & Formatting
--------------------------------------------------- */
article table {
	background: #f7f7f7;
}
article table td {
	padding: 5px;
	border: solid 1px #eee;
}
article table th {
	padding: 5px;
	background: #ccc;
	border: solid 1px #ccc;
}
/* 10. Widgets Style
---------------------------------------------------- */
.rp-item {
	display: block;
	clear: both;
	overflow: auto;
	margin-bottom: 5px;
	border-bottom: solid 1px #f7f7f7;
	padding-bottom: 5px;
}
.rp-item:last-child {
	border-bottom: none;
}
.rp-item:before {
	content: none !important;
}
.rp-thumb {
	float: left;
	width: 64px;
	margin-right: -5px;
	margin-top: 3px;
}
.rp-thumb img {
	width: 48px;
	border: solid 2px #eee;
	border-radius: 2px;
}
.rp-thumb rp-title {
	clear: none;
}
.rp-thumb rp-title a {
	display: block;
}
/* 11.1 Comments
---------------------------------------------------------- */
#respond input[type=text] {
	max-width: 450px;
}
#comments ol.comment-list {
	list-style: none;
}
#comments li.comment {
	border: solid 1px #f8f8f8;
	padding: 10px;
	margin-top: 15px;
	list-style: none;
}
#comments .vcard img {
	border: solid 4px #f8f8f8;
	border-radius: 5px;
	margin: 0 10px 10px 0;
}
#comments .comment-metadata {
	font-weight: bold;
}
@media screen and (max-width: 992px) {
.vcard img {
	width: 100px !important;
	height: auto;
}
}
.footWidget {
	width: auto;
	text-align: center;
}
.widget_simpleimage {
	/*width: 14%;*/
	margin: 0 15px;
	float: left;
}
.borderround {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 15px;
	height: 580px;
	overflow: hidden;
	font-size: 0.85em;
	line-height: 1em;
}
/* =Reset
-------------------------------------------------------------- * /

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; / * Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 * /
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height * /
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom * /
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ * /
}
body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup * /
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test * /
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- * /

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:700;
	line-height:0.8;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements * /
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. * /
	max-width: 100%; /* Adhere to container width. * /
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers * /
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome * /
	vertical-align: baseline; /* Improves appearance and consistency in all browsers * /
	*vertical-align: middle; /* Improves appearance and consistency in all browsers * /
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet * /
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others * /
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS * /
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 * /
	padding: 0; /* Addresses excess padding in IE8/9 * /
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome * /
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) * /
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX * /
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ * /
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 * /
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers * /
	width: 98%;
}

/* 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;
}

/* 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 * /
}

/* Clearing * /
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.hentry-title {
	margin: 10px 0;
}
.byline, .updated {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
  line-height: 1.4em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- * /

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
	font-size: small;
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* =Navigation
----------------------------------------------- * /

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- * /

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- * /

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets * /
.widget select {
	max-width: 100%;
}

/* Search widget * /
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- * /

/* Globally hidden elements when Infinite Scroll is supported and in use. * /
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) * /
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) * /
	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;
}
*/
h1.site-title.logo-container {
	margin: 5px 0;
	width: 50%;
	float: left;
	min-width: 250px;
}
.btn-agenda {
	background-color: #e8c447;
	display:block;
  width: 100%;
  height: 170px;
  margin: 15px 0;
  text-indent: -99999px;
  background:url(images/agenda.png) center 50% no-repeat;
  }
 #text-2 {
 background: #e8c447;
 border-radius: 15px;
 }
 .tagcloud a {background-color: #efefef;
  border-radius: 5px;
  padding: 1px;
  margin: 2px;
 }
#banner-header img {
	 max-width: 555px;
 }
 .entry-meta {
	 margin-top: 45px;
	 border-top: 1px solid #efefef;
	 padding-top: 15px;
	 color: #ccc;
 }
  .entry-content p {
	 margin: 1em 0;
 }

 .nav-previous, .nav-next {
	 width: 42%;
 } 
 .nav-previous {
	 float: left;
 } 
.nav-next {
	 text-align:right;
	 float: right;
 }
 li.entry-title {
  list-style: none;
  border-bottom: 1px solid #efefef;
}
.site-branding span img {
}
.widget_simpleimage img {
	max-height: 90px;
}