/*
Theme Name:		Black River Technology
Description:	Custom theme built on Genesis by Tailored Media for Black River Technology in May 2016.
Author:			Tailored Media
Author URI:		http://www.tailoredmedia.com.au/
Version:		2.2
Template:		genesis
Template Version: 2.2.0
*/



/**
 *	General Defaults
 */
body { background:#4c4c4c url(images/body-bg.jpg); background-attachment:fixed; }
a, img, a img, a:hover img { outline:none !important; }
a, a:link { color:#23a4c4; }
a:hover, a:active { color:#111; }

html { font-size:62.5%; }
body { font-family:'Open Sans',sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family:Lato,sans-serif; }


/**
 *	Site Width
 *
.site-inner, .wrap { width:1000px; max-width:98%; background:#FFF; padding-left:1em; padding-right:1em; }


/**
 *	Site Width
 */
.tws-flexslider-wrap .flexslider { width:1200px; max-width:98%; }
.site-inner, .wrap { width:1200px; max-width:98%; background:#FFF; padding-left:1em; padding-right:1em; }
@media only screen and (min-width: 960px) {
	.site-inner, .wrap { padding-left:1.5em; padding-right:1.5em; }
}


/**
 *	Header
 */
.site-header { text-align:center; }
.site-header .wrap { padding:1em; }
.site-header .inner-wrap { background:#fbfbfb; padding:0.5em; }
.site-header .inner-wrap > :last-child { margin-bottom:0; }
.site-header .inner-wrap:after { content:""; clear:both; display:table; }

.site-header .site-title { margin:0 0 1.5em 0; text-align:left; }
.site-header .site-title img { }

.site-header .phone { color:#4c4c4c; font-weight:400; line-height:1; margin-bottom:0.5em; }
.site-header .phone .fa-stack { font-size:1em; margin-top:-6px; }
.site-header .phone .fa-stack-2x { color:#FFF; text-shadow:0 0 1px rgba(0,0,0,0.5); }
.site-header .phone .fa-stack-1x { color:inherit; }
.site-header .phone strong { display:none; font-weight:inherit; }
.site-header .phone .tel { font-size:1.2em; display:inline-block; }

.site-header .slogan { color:#0084cc; font-weight:400; font-size:0.85em; line-height:1.2; }
.site-header .slogan strong { font-weight:inherit; color:#1f419b; display:inline-block; }
.site-header .slogan span { font-size:1.2em; display:inline-block; }

.site-header .hamburger-menu-toggle { font-size:1.2em; color:#000; position:absolute; top:1em; right:1.2em; }
.site-header .hamburger-menu-toggle a { color:inherit; }


@media only screen and (max-width: 600px) {
	.site-header .site-title { margin-right:5.5em; }
}
@media only screen and (min-width: 600px) {
	.site-header .slogan { font-size:1em; }
	.site-header .hamburger-menu-toggle { font-size:1.5em; }
}
@media only screen and (min-width: 960px) {
	.site-header .wrap { padding:1.5em 1.5em 0; }
	.site-header .inner-wrap { padding:1em; }
	.site-header .site-title { margin:1em 0 0 0; float:left; }
	.site-header .phone,
	.site-header .slogan { float:right; clear:right; text-align:right; font-size:1.2em; }
	.site-header .slogan { margin-bottom:0; }
	.site-header .slogan strong, .site-header .slogan span { display:block; }
}



/**
 *	Menu Bar
 */
.nav-primary { }

.nav-primary ul.menu .search-form { line-height:1; }
.nav-primary ul.menu .search-form input { border:1px solid #e7e7e7; border-radius:0.4em; line-height:1.2; padding:0.4em 0.5em; }
.nav-primary ul.menu .search-form input[type=search] { width:10em; max-width:100%; background:#FFF;  }
.nav-primary ul.menu .search-form input[type=submit] { background:#fbfbfb; color:#0084cc; font-weight:400; }
.nav-primary ul.menu .search-form input[type=submit]:hover { color:#fbfbfb; background:#0084cc; }

@media only screen and (max-width:960px) {
	.nav-primary { }
	.nav-primary .wrap { background:none; padding:0; }
	
	.nav-primary ul.menu .search-form { padding-top:1em; }
}

@media only screen and (min-width:960px) {
	.nav-primary { background:none; text-align:left; font-weight:400; }
	
	.nav-primary ul.menu { text-transform:uppercase; padding:0.5em 0; border:1px solid #efefef; background-image:linear-gradient(#f7f7f7, #efefef); }
	.nav-primary ul.menu:after { content:""; clear:both; display:table; }
	
	.nav-primary ul.menu > li { border-left:1px solid #FFF; border-right:1px solid #e5e5e5; float:left; }
	.nav-primary ul.menu > li:first-child { border-left:0; }
	.nav-primary ul.menu > li:last-child {  }
	
	.nav-primary ul.menu li a { padding:0.8em 1em; color:#231f20; }
	.nav-primary ul.menu li.current-menu-item > a,
	.nav-primary ul.menu li.current-menu-ancestor > a,
	.nav-primary ul.menu li:hover > a,
	.nav-primary ul.menu li a:hover { background:none; color:#0084cc; }
	
	.nav-primary ul.menu > li.menu-item-has-children > a:after { 
		display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit;
		text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
		content: "\f107"; color:#000; margin-left:0.4em;
	}
	
	.nav-primary ul.menu .search-form { float:right; margin-right:0.5em; }
	
	.nav-primary ul.menu ul.sub-menu { background:#f0efed; }
	.nav-primary ul.menu ul.sub-menu li { }
	.nav-primary ul.menu ul.sub-menu li a { background:none; color:#737373 !important; padding:0.9em 1em; }
	.nav-primary ul.menu ul.sub-menu li.current-menu-item > a,
	.nav-primary ul.menu ul.sub-menu li.current-menu-ancestor > a,
	.nav-primary ul.menu ul.sub-menu li:hover > a,
	.nav-primary ul.menu ul.sub-menu li a:hover { background:none; color:#111 !important; }
	
	
}



/**
 *	Hero Banner
 */
.tws-flexslider-wrap { position:relative; z-index:1; line-height:1; }
.tws-flexslider-wrap .flexslider { margin:0 auto; overflow:hidden; background:#FFF; border:0; border-radius:0; box-shadow:none; padding:1em; }

@media only screen and (min-width: 960px) {
	.tws-flexslider-wrap .flexslider { padding-left:1.5em; padding-right:1.5em; }
}




/**
 *	Content
 */
.entry-comments, .comment-respond, .entry-pings,
.content .entry, .sidebar .widget { background:none; border-radius:0; padding:0; }

.archive-description, .author-box { background:none; font-size:1em; padding:0; margin:0 0 1em 0; }
.archive-title, .entry-title { font-size:1.8em; }
.archive-title, .entry-title, .entry-title a {  }
h1 strong, h2 strong, h3 strong, h4 strong { font-weight:inherit; }
h1, h2 { font-size:1.5em; font-weight:400; }	 h1 strong, h2 strong { }
	h3 { font-size:1.3em; font-weight:400; }				h3 strong { }
	h4 { font-size:1.2em; font-weight:600; }				h4 strong { }

.entry-content p,
.entry-content ol, 
.entry-content ul { margin-bottom:1.2em; }

.entry-content > :last-child { margin-bottom:0; }

blockquote { margin:0 0 1.5em 0; padding:0 0 0 2.5em; font-style:inherit; }
blockquote::before { font-family:sans-serif; font-size:5.5em; top:-0.4em; left:-0.4em; opacity:0.3; }


/**
 *	Search results
 */
.search-results .content > .entry { border-bottom:1px dashed rgba(0,0,0,0.3); padding-bottom:1.5em; margin-bottom:1.5em; }
.search-results .content > .entry:first-of-type { border-top:1px dashed rgba(0,0,0,0.3); padding-top:1.5em; }
.search-results .content > .entry:last-child { border-bottom:0; }
.search-results .entry-title { font-size:1.5em; }
.search-results .entry-title a { text-decoration:none; color:inherit; }
.search-results .entry-title a:hover { }
.search-results .entry-title a:before { 
	display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);
	content: "\f0a4"; margin-right:0.3em;
}


/**
 *	WooCommerce
 */
.woocommerce .input-text { border-radius:0.25em; }
.woocommerce abbr.required { text-decoration:none; font-weight:900; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
}

/**
 *	WooCommerce - Browse Products
 */
x.woocommerce ul.products-after-subcategories { border-top:5px dashed #CCC; padding-top:2em; }

.woocommerce ul.products li.product { text-align:center; }
.woocommerce ul.products li.product a img { margin-bottom:0; }
.woocommerce ul.products li.product h3 mark.count { display:none; }
.woocommerce ul.products li.product .price { color:#0084cc; font-size:1.2em; line-height:1; }
.woocommerce ul.products li.product a.button { margin-top:0; }



/**
 *	WooCommerce - View Product
 */
.woocommerce .product .summary p.price { color:#0084cc; font-size:1.2em; font-weight:400; }


/**
 *	WooCommerce - Cart/Checkout
 */
.woocommerce-checkout #ship-to-different-address input { margin-left:1em; }
.woocommerce-checkout #order_review_heading { clear:both; padding-top:1.5em; }
.woocommerce .order_details li,
.woocommerce-checkout ul.payment_methods li { list-style:none; }



/**
 *	Widget Areas
 */
.widget-bullets { }
.widget-bullets ul.bullets { }
.widget-bullets ul.bullets li { }
.widget-bullets ul.bullets li a { }

.widget-bullets ul.bullets li:before { 
	display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);
	content: "\f105"; margin-right:0.3em;
}

.widget-mailchimp { }
.widget-mailchimp p { margin-bottom:1em; }
.widget-mailchimp .textwidget { margin-bottom:0.5em; }
.widget-mailchimp form.mailchimp { margin-bottom:1em; }
.widget-mailchimp form.mailchimp p label { display:block; cursor:pointer; }
.widget-mailchimp form.mailchimp p label span { display:inline-block; min-width:3em; }
.widget-mailchimp form.mailchimp p label input { width:10em; width:75%; }
.widget-mailchimp form.mailchimp p.submit { text-align:center; }

.widget-thumbnails { }
.widget-thumbnails .thumbnails { text-align:center; }
.widget-thumbnails .thumbnails img { max-width:45%; margin:4px; }
.widget-thumbnails .thumbnails a img { }
.widget-thumbnails .thumbnails a:hover img { }

.widget-flexslider { }
.widget-flexslider ul, .widget-flexslider li { margin:0; padding:0; list-style:none; border:0; }
.widget-flexslider .flexslider { margin:0; padding:0; border:0; background:none; overflow:hidden; line-height:1; border-radius:0; }

.widget-image-caption { }
.widget-image-caption p.image { position:relative; text-align:center; }
.widget-image-caption p.image img { display:block; width:100%; height:auto; }
.widget-image-caption p.image .caption { position:absolute; left:0; bottom:0; width:100%; padding:0.4em; }
.widget-image-caption p.image .caption { background:rgba(0,0,0,0.6); color:#FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.5); }


.widget ul.product-categories li a,
.widget_archive ul li a,
.widget-menu ul li a { display:block; padding:0.15em 0; }

.widget-menu ul li a:hover { }

.widget ul.product-categories li a:before,
.widget_archive ul li a:before,
.widget-menu ul li a:before { 
		display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit;
		text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
		content: "\f105"; color:inherit; margin-right:0.4em;
}
x.widget ul.product-categories li a:before { content:"\f114"; }
x.widget ul.product-categories li a:hover::before { content:"\f115"; }


.widget ul.product-categories ul { padding-left:1.5em; }



.widget-contact-info { }
.widget-contact-info .textwidget p { margin-bottom:0.5em; }
.widget-contact-info .textwidget p:last-child { margin-bottom:0; }
.widget-contact-info .textwidget p .fa { width:1.2em; text-align:center; }

.widget-social { }
.widget-social .widget-wrap { padding-top:1.5em !important; padding-bottom:1.5em !important; }
.widget-social .widget-title { padding:0 !important; margin:0; display:inline-block; text-transform:none !important; }
.widget-social .widget-title:after { display:none; }
.widget-social a .fa { font-size:2.5em; margin-left:0.25em; }
.widget-social a:hover .fa { }

.widget-area .custom-menu-services .widget-title:before {
	display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit;
	text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	content: "\f013"; text-align:center; width:1.28571em; margin-right:0.2em;
}


/**
 *	Sidebar Widgets
 */
.sidebar .widget {  }
.sidebar .widget-wrap { border:1px solid #efefef; background:#f6f7f7; padding:10px; }
.sidebar .widget-title { color:#0084cc; text-transform:uppercase; position:relative; padding-bottom:12px; }
.sidebar .widget-title:after { content:""; height:2px; position:absolute; bottom:0; left:0; width:100%; background: linear-gradient(#e2e2e2 50%, #FFFFFF 50%); }

.sidebar, .sidebar a { color:#464646; text-decoration:none; }
.sidebar a:hover { color:#000; }

.sidebar .widget li { border:0; margin:0; padding:0; }





/**
 *	Homepage Widgets
 *
.homepage-widgets { }
.homepage-widgets .wrap { }

.homepage-widgets .widget { margin:0 0 1.5em 0; }
.homepage-widgets .widget-wrap { padding:10px; }
.homepage-widgets .widget-title {  }

@media only screen and (max-width: 600px) {
	.homepage-widgets .widget-wrap { height:auto !important; }
}
@media only screen and (min-width: 600px) {
	.homepage-widgets .widget { float:left; padding:0 0.75em; }
	.homepage-widgets .widget-wrap { }
	.homepage-widgets .widget-count-2 .widget { width:50%; }
	.homepage-widgets .widget-count-3 .widget { width:33.3%; }
	.homepage-widgets .widget-count-3 .widget:first-child { padding-left:0; }
	.homepage-widgets .widget-count-3 .widget:last-child { padding-right:0; }
}



/**
 *	Footer Widgets
 */
.footer-widgets { background:none; padding:0; color:#d4d4d4; }
.footer-widgets .wrap { padding:1em 0; background:none; max-width:98%; padding-left:1em; padding-right:1em; }
.footer-widgets .widget, .footer-widgets .widget-title { color:inherit; }

.footer-widgets .widget { margin-bottom:1.5em; }
.footer-widgets .widget:last-child { margin-bottom:0; }

.footer-widgets .widget-menu ul li a { color:inherit; text-decoration:none; display:block; padding:0.15em 0; }
.footer-widgets .widget-menu ul li a:hover { color:#FFF; }

@media only screen and (max-width: 600px) {
	.footer-widgets .widget-wrap { height:auto !important; }
}
@media only screen and (min-width: 600px) {
	.footer-widgets .widget { float:left; padding:0 0.75em; margin-bottom:0; }
	.footer-widgets .widget-wrap { }
	.footer-widgets .widget-count-2 .widget { width:50%; }
	.footer-widgets .widget-count-3 .widget { width:33.3%;  width:40%; }
	.footer-widgets .widget-count-3 .widget:first-child { padding-left:0; width:30%; }
	.footer-widgets .widget-count-3 .widget:last-child { padding-right:0; width:30%; }
}


/**
 *	Footer
 */
.site-footer { color:#9d9d9d; font-weight:400; font-size:0.9em; line-height:1.3; }
.site-footer .wrap { background:none; border-top:1px solid rgba(0,0,0,0.3); }
.site-footer p { margin-bottom:0.5em; }
.site-footer p:last-child { margin-bottom:0; }

.site-footer a { color:inherit; text-decoration:none; }
.site-footer a:hover { color:#FFF; }

@media only screen and (min-width: 600px) {
	.site-footer { text-align:right; }
	.site-footer p.copy,
	.site-footer p.disclaimer { float:left; clear:left; }
}







/**
 *	Forms
 */
form label { cursor:pointer; }
form select { cursor:pointer; }
input, select, textarea { font-size:1em; padding:0.5em; }

form.tws p.submit input, 
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, a.button { background:#333; color:#FFF; padding:0.8em 1.5em; cursor:pointer; }

form.tws p.submit input:hover, 
button:hover, 
input:hover[type="button"], 
input:hover[type="reset"], 
input:hover[type="submit"], 
.button:hover, a.button:hover { background:#E5554E; color:#FFF; box-shadow:none; }


/** 
 *	Comments
 */
.comment-list .comment { padding:0; border:0; background:none; }
.comment-list .comment .comment-author img.avatar { transform:rotate(-3deg); border:2px solid #FFF; box-shadow:1px 1px 1px rgba(0,0,0,0.2); }

.comment-form { }
.comment-form p label { display:inline-block; min-width:5em; width:15%; }
.comment-form input[type="email"], .comment-form input[type="text"], .comment-form input[type="url"] { width:80%; padding:0.5em; }
.comment-form textarea { padding:0.5em; }


/**
 *	WordPress Gallery
 */
.gallery { margin:0 auto 1em; line-height:1.4; clear:both; }
.gallery:after { content:""; clear:both; display:table; }
.gallery br { display:none; }
.gallery .gallery-item { float:left; padding:0 1em 1em; margin:0; text-align:center; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.gallery .gallery-item .gallery-icon { }
.gallery .gallery-item .gallery-icon img { border:1px solid #CFCFCF; background:#FFF; padding:1px; }
.gallery .gallery-item .gallery-icon a img { box-shadow:1px 1px 1px rgba(0,0,0,0.01); }
.gallery .gallery-item .gallery-icon a:hover img { border-color:#BBB; box-shadow:1px 1px 1px rgba(0,0,0,0.1); }
.gallery .gallery-item .gallery-caption { font-size:0.85em; margin:0; font-weight:inherit; }

.gallery-columns-2 .gallery-item {	width:50%; }	.gallery-columns-2 .gallery-item:nth-of-type(odd)  { clear:left; } 
.gallery-columns-3 .gallery-item {	width:33%; }	.gallery-columns-3 .gallery-item:nth-of-type(3n+1) { clear:left; }
.gallery-columns-4 .gallery-item {	width:25%; }	.gallery-columns-4 .gallery-item:nth-of-type(4n+1) { clear:left; }
.gallery-columns-5 .gallery-item {	width:20%; }	.gallery-columns-5 .gallery-item:nth-of-type(5n+1) { clear:left; } 

@media only screen and (max-width: 550px) {
	.gallery .gallery-item { width:50%; }
}

@media only screen and (max-width: 400px) {
	.gallery .gallery-item { float:none; margin:0 0 1em 0; width:100%; }
}


/**
 *	WordPress Captions
 */
.wp-caption { max-width:100%; background:#FFF; border:1px solid rgba(0,0,0,0.1); box-shadow:1px 1px 2px rgba(0,0,0,0.05); border-radius:0 0 5px 5px; text-align:center; padding:3px;  }
.wp-caption .wp-caption-text { }
.wp-caption-text { font-weight:normal; margin-bottom:0.25em; }
div.alignright, .wp-caption.alignright { margin-right:4px; }


/**
 *	A few Tailored Tweaks
 */
.entry-content a.post-edit-link { display:block; clear:both; float:right; padding:0 1em; margin-top:2em; }


/**
 *	Icons for blog posts & WooCommerce products
 *	Uses font awesome
 */
.woocommerce .product_meta { }
.woocommerce .product_meta > span { display:block; }
.woocommerce .product_meta > span:before,
.entry-meta .entry-time:before,
.entry-meta .entry-categories:before,
.entry-meta .entry-tags:before,
.entry-meta .entry-comments-link a:before {
	display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);
	min-width:1.5em; padding-right:0.2em; opacity:0.5;
}
.woocommerce .product_meta,
.entry-meta { font-size:0.9em !important; }
.entry-footer .entry-meta { border:0; padding:1em 0 0 0;}

.woocommerce .product_meta span.sku_wrapper:before	{ content:"\f02a"; }
.woocommerce .product_meta span.posted_in:before	{ content:"\f115"; }
.woocommerce .product_meta span.tagged_as:before	{ content:"\f02c"; }
.entry-meta .entry-time						{ margin-right:1em; }
.entry-meta .entry-time:before				{ content:"\f133"; }
.entry-meta .entry-categories:before		{ content:"\f115"; }
.entry-meta .entry-tags:before				{ content:"\f02c"; }
.entry-meta .entry-comments-link			{ margin-left:1em; }
.entry-meta .entry-comments-link:before		{ content:""; }
.entry-meta .entry-comments-link a:before	{ content: "\f0e5"; color:#000; min-width:0; }
.entry-meta .entry-comments-link a:after	{  }
.entry-meta a.post-edit-link				{ margin-left:1.5em; }




/**
 *	Responsive video embeds
 */
.oembed-wrap { position:relative; padding-bottom:56.25%; height:0; margin:0 0 1.5em 0; line-height:1px; overflow:hidden; clear:both; }
.oembed-wrap iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.oembed-wrap.aspect-4-3 { padding-bottom:75%; }
.oembed-wrap.aspect-16-9 { padding-bottom:56.25%; }
.oembed-wrap.aspect-21-9 { padding-bottom:42.86%; }
_::-moz-range-track, body:last-child .oembed-wrap.aspect-16-9 iframe { top:-1px; }	/* Firefox only */


/**
 *	Responsive map embed
 */
.googlemap { clear:both; margin:0 0 1.5em 0; }
.googlemap img, .googlemap iframe { max-width:100%; border:1px solid rgba(0,0,0,0.5); padding:1px; background:rgba(255,255,255,0.5); }
.googlemap img { display:block; }
.googlemap iframe { display:none; }
@media only screen and (min-width:500px) {
	.googlemap img { display:none; }
	.googlemap iframe { display:block; }
}


/**
 *	jQuery UI Tabs
 */
.ui-tabs .ui-tabs-panel { border-top:4px solid #7f05a5;  }
.ui-tabs .ui-tabs-panel h2 { display:none; }
.ui-tabs .ui-tabs-nav { clear:both; font-size:1em; font-size:0.9em; }
.ui-tabs .ui-tabs-nav li a { color:#000; background:#d0d0d0; margin:0 1px 0 0; text-decoration:none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a { color:#FFF; background:#7f05a5; }
@media only screen and (max-width: 760px) {
	.ui-tabs .ui-tabs-nav { display:none; }
	.ui-tabs .ui-tabs-panel { display:block !important; border:0; padding:0 0 1em 0; }
	.ui-tabs .ui-tabs-panel h2 { display:block; }
}



/**
 *	Print Rules
 */
@media print {
}
