/*
Theme Name: nbvr 2
Theme URI: http://ithemes.com/
Description: This is a generated child theme for the Noise theme. You should activate and modify this theme instead of Noise. Doing so allows you to modify this child theme while allowing automatic upgrades for Noise.
Author: iThemes
Author URI: http://ithemes.com/
Version: 5.0.14
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes, responsive
Text Domain: it-l10n-Builder-Noise
Domain Path: /lang/
Template: Builder-Noise
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Oswald:400,300,700);

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/

html {
	font-size: 100%;
}
body {
	color: #919191;
	font-family: 'Open Sans', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.7;
}
input, select, textarea {
	font-family: 'Open Sans', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 2em;
	margin-bottom: 2em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/

table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/

body {
	background: #272727;
}


/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #919191;
	text-decoration: underline;
}
a:hover {
	color: #919191;
	text-decoration: underline;
}
a:focus {
	color: #919191;
}


/*********************************************
	Button Styles
*********************************************/

.btn,
.more-link,
.loop-utility a,
.comment-reply-link,
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.builder-module .switch-btns a,
.builder-module a.btn {
	background: #BEBEBE;
	border: 1px solid #121212;
	box-shadow: inset 0 0 0 1px #FEFEFE;
	color: #484848;
	font-size: 1em;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-transition:  all .2s linear 0s;
	-moz-transition:  all .2s linear 0s;
	-o-transition:  all .2s linear 0s;
	-ms-transition:  all .2s linear 0s;
	transition:  all .2s linear 0s;
}
.btn:hover, 
.more-link:hover, 
.loop-utility a:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.builder-module .switch-btns a:hover,
.builder-module a.btn:hover {
	background: #1F48FF;
	box-shadow: 0 0 0 1px #121212;
	color: #121212;
	text-decoration: none;
	cursor: pointer;
}
.btn:focus, 
.more-link:focus, 
.loop-utility a:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus,
.builder-module .switch-btns a:focus,
.builder-module a.btn:focus {
	background: #1F48FF;
	box-shadow: 0 0 0 1px #121212;
	color: #121212;
}
button {
	font-family: 'Open Sans', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 0 auto;
}


/*********************************************
	Default Module Styling
*********************************************/

.builder-module-outer-wrapper {
	padding-top: 3em;
	overflow: visible !important;
}
.builder-module-element {
	margin: 0 3em;
	margin-bottom: 3em !important;
}
.builder-module-element-outer-wrapper.single .builder-module-element {
	margin: 0;
}
.left .builder-module-element {
	margin-left: 0;
}
.right .builder-module-element {
	margin-right: 0;
}
.builder-module-navigation-background-wrapper.builder-module-before-navigation-background-wrapper,
.builder-module-navigation-background-wrapper.builder-module-before-footer-background-wrapper {
	border-bottom: 1px solid #272727;
}

.builder-module-header-outer-wrapper.builder-module-after-widget-bar-outer-wrapper,
.builder-module-content-outer-wrapper.builder-module-after-html-outer-wrapper,
.builder-module-widget-bar-outer-wrapper.builder-module-after-widget-bar-outer-wrapper,
.builder-module-image-outer-wrapper.builder-module-after-header-outer-wrapper {
	padding-top: 0 !important;
}


/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 3em;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 2em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 2em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-family: 'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: #2E2E2E;
	color: #EFEFEF;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	margin: 0 0 1.5em 0;
	padding: .75em;
	border-left: 3px solid #1F48FF;
}
.builder-module-sidebar h4.widget-title a {

}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	General Widget Styling
*********************************************/

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #121212;
}
.widget ul li {
	padding: .5em;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #343434;
}
.widget ul a {
	text-decoration: none;
}
.widget ul a:hover {
	color: #FFFFFF;
}
.widget ul ul {
	padding-left: 2em;
	list-style: square;
	border: 0;
}
.widget ul ul li {
	padding: 0;
	border: 0;
}


/*********************************************
	Header Module
*********************************************/

.builder-module-header-background-wrapper {
	background: url("images/header-bg.png");
}
.builder-module-header .single .builder-module-element {
	text-align: center;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	font-size: 1em;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title {
	font-family: 'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 6em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.site-title a {
	color: #1F48FF;
}
.site-tagline {
	display: inline-block;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	margin-top: 1em;
	padding: 1em .25em;
	letter-spacing: 3px;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation-background-wrapper {
	background: #121212;
	border-top: 1px solid #343434;
	border-bottom: 1px solid rgba(240, 210, 78, 0.3);
}
.builder-module-navigation-outer-wrapper {
	padding: 0;
}
.builder-module-navigation {
	display: block;
	font-size: 1em;
	line-height: 2;
	width: 100%;
	padding: 1em 0;
}
.builder-module-navigation .builder-module-element {
	padding: 0;
	margin: 0 !important;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a {
	font-family: 'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	padding: .05em .75em;
	margin-right: 1em;
	text-decoration: none;
	-webkit-transition:  all .2s linear 0s;
	-moz-transition:  all .2s linear 0s;
	-o-transition:  all .2s linear 0s;
	-ms-transition:  all .2s linear 0s;
	transition:  all .2s linear 0s;
}
.builder-module-navigation li a:hover {
	background: #1F48FF;
	color: #121212;
}

/*** second level navigation items ***/

.builder-module-navigation li ul {
	border: .1em solid #272727;
	border-bottom: 0;
	width: 14em;
	background: #121212;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #272727;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
	margin-right: 0;
	line-height: 1.3;
	padding-top: .5em;
	padding-bottom: .5em;
}
.builder-module-navigation li ul ul {
	margin: -3.21em 0 0 14em;
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar .builder-module-sidebar .middle .widget {
	margin-left: 2em;
	margin-right: 2em;
}


/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: url("images/header-bg.png") #121212;
	border-top: 1px solid rgba(240, 210, 78, 0.3);
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element img {
	margin: 0;
}


.image-no-spacing-outer-wrapper {
	padding-top: 0;
	overflow: visible !important;
}
.image-no-spacing .builder-module-element {
	margin-bottom: 0 !important;
}



.image-full-window-outer-wrapper {
	max-width: 100% !important;
	width: 100% !important;
	padding-top: 0;
}
.image-full-window .builder-module-element {
	margin-bottom: 0 !important;
}
.image-full-window img {
	width: 100% !important;
}

/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	Content Module
*********************************************/

.builder-module-content .builder-module-element {
	overflow: visible !important;
}
.builder-module-content .hentry {
	margin-bottom: 6em;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-family: 'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #EFEFEF;
	clear: both;
	font-size: 3em;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 0;
}
.entry-title a {
	color: #EFEFEF;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
}
.hentry .entry-meta {
	display: inline;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.meta-wrapper {
	background: #1F1F1F;
	margin-top: .75em;
	padding: 1em;
	position: relative;
}
.left-entry-meta {
	margin-left: 60px;
}
.date-author-wrapper {
	border-bottom: 1px solid #292929;
	display: inline-block;
	padding-bottom: .5em;
}
.author-gravatar-wrapper {
	position: absolute;
	top: .65em;
	left: -.75em;	
}
.author-gravatar-wrapper img {
	margin: .5em 0 1em 0;
	padding: 0;
	background: transparent;
	border: 0 !important;
}
.hentry .entry-meta.categories {
	display: block;
	font-size: .9em;
	margin-top: .75em;
	text-transform: uppercase;
}
.hentry .entry-meta.categories a {
	padding: .1em .5em;
	margin-right: .25em;
	margin-bottom: .25em;
	background: #3D3927;
	color: #C9C293;
	text-decoration: none;
	border: 1px solid #4A4B3C;
	border-radius: 3px;
	display: inline-block;
}
.hentry .entry-meta.categories a:hover {
	background: #1F48FF;
	color: #343434;
	border: 1px solid transparent;
}
.hentry .image_blog_index {
	margin-top: .5em;
	padding: 0;
	border: 0;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}
.entry-content {
	clear: both;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
}
.page .builder-module-content .builder-module-element *:last-child {
	margin-bottom: 0;
}
.page .entry-footer {
	border-top: none;
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 0;
	padding-top: 0;	
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: rgba(18, 18, 18, .3);
	border: 1px solid #121212;
	display: inline-block;
	padding: 5px;
	margin: 0 3em 3em 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.2;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	background: rgba(18, 18, 18, .3);
	border: 1px solid #121212;
	padding: 5px;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: rgba(18, 18, 18, .3);
	border: 1px solid #121212;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer {
	border-top: 1px solid #121212;
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
	display: block;
	margin-top: 2em;
}
.loop-utility a {
	display: block;
}

/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: 0;
}
#comments .vcard a {
	text-decoration: none;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid #121212;
	margin: 0 .75em 0 0;
}
#comments .fn {
	font-style: normal;
	font-size: 1.5em;
	display: inline-block;
	margin-top: .25em;
}
#comments .fn a {
	text-decoration: none;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments .comment-meta a {
	text-decoration: none;
}
#comments li.comment {
	border: 1px solid #121212;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}
#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #121212;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}
#comments .children .odd {
	background: rgba(18, 18, 18, .2);
}
#comments .children .even {
	background: #272727;
}

/*********************************************
	Text elements
*********************************************/

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	font-size: 1.2em;
	margin: 1.5em;
	padding: 0;
	border-left: 3px solid #1F48FF;
	padding-left: 1em;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote cite:before {
	content:'\2014';
	padding-right: .25em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
::selection {
	background: #C7C7C7;
	color: #121212;
}
::-moz-selection {
	background: #C7C7C7;
	color: #121212;	
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 3em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.6em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #353535;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #292929;
}
tr:nth-child(2n) td {
	background: #222222;
}
tfoot {
	font-style: normal;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {

}
.loud {

}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
}
.removed {
	background: #990000;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: normal;
}
label .required {
	color: #1F48FF;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background: #343434;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Search Widget Input Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
	font-size: 1em;
	display: block;
	width: 75%;
	margin: 0;
	padding: .75em;
	border: 0;
	background: #343434;
	color: #494949;
}
#searchform input[type="text"]:focus {
	border-color: transparent;
	box-shadow: inset 0 0 0 2px #1F48FF;
}
#searchform input[type="submit"] {
	text-decoration: none;
	position: absolute;
	background: #1F48FF;
	box-shadow: none;
	border: 0;
	top: 0;
	right: 0;
	font-size: 1em;
	display: block;
	width: 25%;
	margin: 0;
	padding: .75em 0;
}
.widget_search input[type="submit"]:hover {
	cursor: pointer;
}


/*********************************************
	HTML5 Input Styling
*********************************************/

input[type="color"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea {
	font-size: 1em;
	margin: 0;
	padding: .75em;
	border: 1px solid #030303;
	background: #343434;
	color: #CECECE;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="color"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
textarea:focus {
	border-color: transparent;
	box-shadow: inset 0 0 0 2px #1F48FF;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	padding: 1em 0;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
}
.widget_rss .rssSummary {
	margin: 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}








.builder-module-navigation li.current-menu-ancestor > a,
.builder-module-navigation li.current-page-item > a,
.builder-module-navigation li.current-menu-item > a {
	background: #1F48FF;
	color: #121212;
}


/*********************************************
	Events Block Styling
*********************************************/

.builder-template-archive-it-bb-event .entry-title {
}
.builder-template-archive-it-bb-event .loop-utility a {
	margin-top: 5em;
	background: #343434;
	border-color: transparent;
	box-shadow: inset 0 0 0 1px transparent;
	color: #595959;
	padding: .5em 1em;
}
.builder-module .switch-btns a.active {
	background: #1F48FF;
	box-shadow: 0 0 0 1px #121212;
	color: #121212;
	text-decoration: none;	
}
.meta-wrapper .entry-meta.event-start-end {
	font-size: 1em;
}
.meta-wrapper .event-start-end .alignleft {
	margin: .35em 0 0 0;
}
.meta-wrapper .add-to-calendar {
	float: right;
}
.builder-template-single-it-bb-event .success {
	background: #1F48FF;
	color: #121212;
	border-color: #F5F540;
	margin-bottom: 3.5em;
}
.builder-module #adp-placemark {
	margin: 3em 0;
}
.builder-module table.adp-placemark:first-child td {
	background: #1F48FF;
	color: #121212;
	border-color: #F5F540;	
	padding: .75em;
}
.builder-module table.adp-placemark td img {
	display: none;
}
.builder-module .event-address-directions-wrapper {
	margin: 1.5em 0 3em 0;
}
.event-address p {
	line-height: 1.3;
}
.event-address .btn {
	margin-top: 1em;
}
.event-directions #directions_origin {
	margin-bottom: 1em;
}
.builder-module #text-directions {
	margin-top: 4em;
}
.builder-module .adp-list {
	background: transparent;
}
.builder-module .adp-listheader {
	padding: .75em;
	background: #121212;
}
.builder-module .adp-list td[jsselect='legs']:hover {
	background: #1F48FF;
	color: #121212;
}
.builder-module .adp-list td[jsselect='legs'].adp-listsel {
	background: #BEBEBE;
	border: 1px solid #121212;
	box-shadow: inset 0 0 0 1px #FEFEFE;
	color: #484848;
}
.builder-module .entry-meta.event-meta {
	margin-top: .5em;
	display: block;
}
.builder-module .adp-step,
.builder-module .adp-substep {
	border-top: 0;
	padding: .75em;
}
.fc-grid table {
    border: none !important;
}
.builder-module .fc-grid th {
    text-align: center;
    background: #232323;
    line-height: 1.5;
    border: 0;
}
.builder-module .fc-grid tr td {
    color: #121212;
    background: #232323;
    padding: 0;
}
.builder-module .fc-grid .fc-day-number {
    float: right;
    padding: 5px 0;
    width: 30px;
    text-align: center;
    color: #5A5A5A;
    background: #1C1C1C;
}
.builder-module .fc-grid tr td.fc-last {
    border-right-width: 1px;
}
/** Today */
.builder-module .fc-grid tr td.fc-today {
    background-color: #171717;
}
/** Other Month */
.builder-module .fc-grid td.fc-other-month {
    background: #272727;
}
.builder-module .fc-grid .fc-other-month .fc-day-number {
    color: #121212;
    background: #232323;
}
.builder-module .fc-grid .fc-other-month .fc-event-inner {
    background: red !important;
}
.builder-module .fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
}
.builder-module .fc-event-inner.fc-event-skin {
	background: #3D3927 !important;
	color: #C9C293 !important;
}
.builder-module .fc-event-hori {
	border-width: 0;
}
.builder-module .fc-event-inner.fc-event-skin:hover {
	background: #1F48FF !important;
	color: #343434 !important;
	opacity: 1 !important;
}
.builder-module .fc-event:hover {
	opacity: 1;
	color: black !important;
}
.builder-module .fc-state-default,
.builder-module .fc-state-default .fc-button-inner {
	background: #BEBEBE;
	border: 1px solid #121212;
	box-shadow: inset 0 0 0 1px #FEFEFE;
	color: #484848;	
}
/** Buttons */
.builder-module .fc-state-default {
	border: 0;
}
.builder-module .fc-state-default .fc-button-inner {
	border: 0;
}
.builder-module .fc-button-content {
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 .6em;
}
/* button states (determines colors) */
.builder-module .fc-state-default,
.builder-module .fc-state-default .fc-button-inner {
	background: #BEBEBE;
	box-shadow: inset 0 0 0 1px #121212;
	color: #484848;
}
.builder-module .fc-state-hover,
.builder-module .fc-state-hover .fc-button-inner {
	background: #1F48FF;
	box-shadow: 0 0 0 1px #121212;
	color: #121212;
	border-color: transparent;
}
.builder-module .fc-state-down,
.builder-module .fc-state-down .fc-button-inner {
	background: #1F48FF;
	box-shadow: 0 0 0 1px #121212;
	color: #121212;
}
.builder-module .fc-state-active,
.builder-module .fc-state-active .fc-button-inner {
	background: #1F48FF;
	box-shadow: 0 0 0 1px #121212;
	color: #121212;
}
.builder-module .fc-state-disabled,
.builder-module .fc-state-disabled .fc-button-inner {
	background: #343434;
    color: #121212;
    border: 0;
	box-shadow: inset 0 0 0 1px #232323;
}
.builder-module .fc-header {
	margin-bottom: 1em;
}

/* Events Block, List View */

.builder-template-archive-it-bb-event .switch-btns {
	margin-bottom: 3em;
}

.builder-template-archive-it-bb-event .hentry {
	margin-bottom: 0;
}
.builder-template-archive-it-bb-event .entry-header {
	border-bottom: 1px solid #1B1818;
	border-top: 1px solid #444444;
	padding: 1em 0;
}
.entry-meta.start-date {
	display: inline-block;
	float: left;
	margin-right: 2em;
	padding-top: .25em;
	width: 25%;
}
.builder-template-archive-it-bb-event .builder-module .entry-title {
	font-size: 1em;
	display: inline-block;
	font-family: 'Open Sans', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-top: .55em;
}
.builder-template-archive-it-bb-event .builder-module .entry-title a:hover {
	color: #1F48FF;
}
.builder-template-archive-it-bb-event .more-link.btn {
	float: right;
	display: block;
	padding: .1em .75em;
	margin: 0;
}
.builder-module-block .fc-header-title h2 {
	margin-top: 0;
}

.builder-module-block .fc-header td {
	padding-top: 0;
}


/*********************************************
	Post Formats
*********************************************/

.post-format-indicator {
	padding: .5em 1em;
	background: black;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.builder-module-content .format-link .entry-content>*:first-child,
.builder-module-content .format-video .entry-content>*:first-child,
.builder-module-content .format-image .entry-content>*:first-child,
.builder-module-content .format-status .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .format-link .entry-content>*:last-child,
.builder-module-content .format-video .entry-content>*:last-child,
.builder-module-content .format-image .entry-content>*:last-child,
.builder-module-content .format-status .entry-content>*:last-child {
	margin-bottom: 0;
}
.builder-module-content .format-link a {
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 300;
	color: #5E5E3D;
	background: #1F48FF;
	display: block;
	padding: .5em 0 .5em .75em;
	-webkit-transition:  all .2s linear 0s;
	-moz-transition:  all .2s linear 0s;
	-o-transition:  all .2s linear 0s;
	-ms-transition:  all .2s linear 0s;
	transition:  all .2s linear 0s;
}
.builder-module-content .format-link a:hover {
	padding-left: 1em;
}
.builder-module-content .format-status .entry-content {
	background: #F0F0F0;
	color: #121212;
	padding: 1em 1em;
	margin: 0;
	font-weight: normal;
	border-left: 10px solid #1F48FF;
}
.builder-module-content .format-status p {
	margin: .5em;
}
.builder-module-content .format-status a {
	color: #121212;
}
.builder-module-content .format-image .entry-title,
.builder-module-content .format-video .entry-title {
	margin-bottom: .25em;
}
.builder-module-content .entry-content .gallery {
	margin: 3em 0;
}


/*********************************************
	Audio Player
*********************************************/

.builder-module-block .it-bb-audio-player {
	background: #353535;
}
.builder-module-block .it-bb-audio-player ul {
	background: #1F1F1F;
	border-top: 0;
	border-bottom: 0;
}

/** Audio Cover **/
.builder-module-block .it-bb-audio-player .audio-cover-wrapper img {
	border: 2px solid #121212;
}

/** Audio Title **/
.builder-module-block .it-bb-audio-player .audio-title-wrapper {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #0C0C0C;
	padding: 1em;
}
.builder-module-block .it-bb-audio-player .audio-title h1 {
	font-family: 'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0;
}

/** Volume **/
.builder-module-block .it-bb-audio-player .volume-wrapper {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	color: #888888;
}

/** Audio Main Controls **/
.builder-module-block .it-bb-audio-player .audio-controls-wrapper {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #0C0C0C;
}
.builder-module-block .it-bb-audio-player .audio-controls a {
	color: #252525;
}
.builder-module-block .it-bb-audio-player .audio-controls a:hover {
	background-color: #121212;
	color: #F5F5F5;
}
.builder-module-block .it-bb-audio-player .audio-controls a:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.builder-module-block .it-bb-audio-player .audio-controls .repeat-off {
	color: #1F48FF;
}
.builder-module-block .it-bb-audio-player .audio-controls .shuffle-off {
	color: #1F48FF;
}

/** Progress & Duration **/
.builder-module-block .it-bb-audio-player .progress-timing-wrapper {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #0C0C0C;
}
.builder-module-block .it-bb-audio-player .elapsed {
	height: 16px;
	margin-top: 5px;
	width: 60%;
	background: #1F48FF;
}
.builder-module-block .it-bb-audio-player .current-wrapper {
	width: 10%;
}
.builder-module-block .it-bb-audio-player .progress-wrapper {
	width: 70%;
	padding-left: 8%;
	margin-left: 9px;
}
.builder-module-block .it-bb-audio-player .duration-wrapper {
	width: 10%;
}

/** Track List **/
.builder-module-block .it-bb-audio-player .playlist-wrapper {
	color: #777777;
	border-top: 1px solid #555555;
}
.builder-module-block .it-bb-audio-player .playlist li {
	border-bottom: 1px solid #0C0C0C;
	padding: 0;
}
.builder-module-block .it-bb-audio-player .playlist li a:hover {
	background: #1F48FF;
	color: #121212;
}
.builder-module-block .it-bb-audio-player .playlist li.jp-playlist-current a {
	background: #1F1F1F;
	color: #F5F5F5;
}
.builder-module-block .it-bb-audio-player .playlist li .show-all-audio {
	top: 0;
	right: 0;
	color: #F5F5F5;
}
.builder-module-block .it-bb-audio-player .playlist li .show-all-audio:hover {
	color: #1F48FF;
}
.builder-module-block .it-bb-audio-player .playlist li.jp-playlist-current .show-all-audio {
	padding: 20px 25px;
	background: #000000;	
}

/*********************************************
	Album Archive
*********************************************/

.cover-column-wrapper {
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 2em;
}
.description-column-wrapper {
	float: left;
	width: 50%;
	margin-bottom: 2em;
}
.it-bb-audio-wrapper .entry-title {
	clear: none;
}
.it-bb-audio-wrapper .itunes-link {
	margin-bottom: 1em;
}
.it_bb_audio.hentry {
	background: #1F1F1F;
	margin-bottom: 5em;
	padding: 2em;
}
.it-bb-audio-wrapper {

}
.it-bb-audio-wrapper a {
	text-decoration: none;
}
.it-bb-audio-wrapper a:hover {
	text-decoration: none;
}
.it-bb-audio-wrapper .album-cover {
}
.it-bb-audio-wrapper .album-cover img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
.it-bb-audio-wrapper .audio-controls-wrapper {
	background: #353535;
	text-align: center;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #0C0C0C;	
}
.it-bb-audio-wrapper .audio-controls a {
	float: left;
	display: block;
	width: 33.3333333333%;
	padding: 2em 0;
	font-size: .5em;
	cursor: pointer;
	color: #252525;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.it-bb-audio-wrapper .audio-controls a:hover {
	background: #191919;
	color: #EFEFEF;
}
.it-bb-audio-wrapper .progress-timing-wrapper {
	position: relative;
	width: 100%;
	background: #353535;
	padding: 1em 0;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #0C0C0C;		
}
.it-bb-audio-wrapper .current-wrapper {
	width: 25%;
}
.it-bb-audio-wrapper .jp-current-time {
	margin-left: .5em;
}
.it-bb-audio-wrapper .progress-wrapper {
	width: 50%;
	position: relative;
	height: 1em;
	top: .3em;
	background: white;
}
.it-bb-audio-wrapper .progress {
	height: 1em;
}
.it-bb-audio-wrapper .elapsed {
	height: 1em;
	background: #1F48FF;
}
.it-bb-audio-wrapper .duration-wrapper {
	width: 25%;
}
.it-bb-audio-wrapper .jp-duration {
	float: right;
	margin-right: .5em;
}
/** Track List **/
.it-bb-audio-wrapper .playlist-wrapper {
	color: #777777;
	overflow: hidden;
}
.it-bb-audio-wrapper .playlist.playlist-closed .jp-inactive {
	display: none;
}
.it-bb-audio-wrapper .playlist.playlist-open .jp-inactive {
	display: block;
}
.it-bb-audio-wrapper .playlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.it-bb-audio-wrapper .playlist li {
	overflow: hidden;
	position: relative;
}
.it-bb-audio-wrapper .playlist li.jp-playlist-current {
	display: block;
}
.it-bb-audio-wrapper .show-all-audio span {
	font-size: .3em;
}
.it-bb-audio-wrapper .playlist li a {
	display: block;
	font-size: 1.2em;
	padding: .7em 1em;
	background: #121212;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #010101;
}
.it-bb-audio-wrapper .playlist .jp-playlist-current a {
	border-top: 0;
	border-bottom: 0;
}
.it-bb-audio-wrapper .playlist li a:hover {
	background: #1F48FF;
	color: #121212;
}
.it-bb-audio-wrapper .playlist li.jp-playlist-current a {
	background: #131313;
	color: #F5F5F5;
}
.it-bb-audio-wrapper .playlist li .show-all-audio {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	display: none;
	padding: 0;
	color: #F5F5F5;
	font-size: 12px;
}
.it-bb-audio-wrapper .playlist li .show-all-audio:hover {
	color: #EEEEEE;
}
.it-bb-audio-wrapper .playlist li.jp-playlist-current .show-all-audio {
	padding: 20px 25px;
	background: #000000;
	display: block;
}
.builder-module-navigation-menu-wrapper {
    display: table;
    margin: 0 auto;
}