/*
Theme Name:     DTBV theme
Theme URI:      http://chrisbishop.me.uk/resources/
Author:         Chris Bishop
Description:    A 'Blank Canvas' theme with Bootstrap. 
Author URI:     http://chrisbishop.me.uk/
Version:        0.1.0
License:		Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/. Feel free to make any changes.
Text Domain: 	blankcanvas
*/

@import url("css/bootstrap.min.css");
/**
 * Global
 * ----------------------------------------------------------------------------
 */
 
body {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	/*The weights are 300 (light), 400 (normal), 600 (semibold), and 700 (bold) and the only acceptable CSS keyword is "normal". */
	text-rendering: optimizeLegibility;
	color: #555;
	font-size: 16px;
	line-height: 1.8;
}
html, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, serif;
	color: #005386;
}
a {
	color: #0099ff;
}
p a {
	font-weight: 600;
}
a:hover, a:focus {
	color: #cadb2a;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.btn-default {
	background: #0099ff;
	border: 0;
	border-bottom: 3px solid #006699;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background: #66ccff;
  	border-bottom: 3px solid #0099ff;
}

/**
 * Hyphenation
 * ----------------------------------------------------------------------------
 */

h1, h2, h3, h4, p, ul, li, ol, dl, blockquote, .post-statement, .statement {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-break: keep-all;
}
.site-content article {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}
/**
 * Nav
 * ----------------------------------------------------------------------------
 */

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-brand:hover {
	color: #3399ff;
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
	  padding-top: 29.5px;
	  padding-bottom: 29.5px;
	}
}
.navbar {
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	background-color: rgba(0,0,0,.75);
}
.bc-navbar-brand img {
	padding: 7px 0;
}
/**
 * Header
 * ----------------------------------------------------------------------------
 */
 
header {
	background-color: #eee;
}
.bc-banner {
	background-color: #eee;
	padding-top: 80px;
	padding-bottom: 40px;
	box-shadow: 2px 2px 5px #ccc;
	z-index: 99;
  	position: relative;
}
.page .bc-banner, .single .bc-banner {
	background-image: url(img/page-header.jpg);
	background-size:cover;
	background-position: right;
}
.page .bc-banner .bc-banner-inner, .single .bc-banner .bc-banner-inner {
	height: 40px;
}
.intro-text {
	color: #fff;
	text-shadow: 3px 3px 4px #000000;
}
.action {
	margin: 20px 0;
}

@media (max-width: 960px) {
}

@media (max-width: 768px) {
}

@media (max-width: 643px) {
}
/**
 * Main
 * ----------------------------------------------------------------------------
 */
 

/**
 * Footer, Sidebar & Widgets
 * ----------------------------------------------------------------------------
 */
 
footer {
	background-color: #222;
	color: #eee;
}
footer h2 {
	color: #eee;
}
.footer-widgets {
	padding: 36px 0;
}
.footer-branding {
	background-color: #111;
	padding: 36px 0;
}
.follow-footer, .dtbvlogo-footer {
	margin-bottom: 44px;
}
.follow-footer a {
	margin: 7px 10px;
}
footer ul, .sidebar ul {
	list-style-type: none;
	padding: 0;
}
/**
 * Home
 * ----------------------------------------------------------------------------
 */

.bc-intro {
	background-color: #eee;
}
.bc-action-inner {
	padding: 24px;
}
.bc-intro .widget-panel {
	max-width: 1040px;
	margin: 0 auto;
}
.bc-about {
	background-color: #cadb2a;
}
.bc-featured {
	background-color: #004d7b;
	color: #fff;
}
.bc-featured h1 {
	min-height: 84px;
}
.bc-featured h1 {
	color: #fff;
}
.bc-post-loop {
	background-color: #fff;
}
.widget-panel {
	padding: 36px 0;
}
.widget_foo_widget {
	width: 33%;
	float: left;
	text-align: center;
	padding: 0 24px;
}
@media (max-width: 643px) {
	.widget_foo_widget {
		width: 100%;
	}
}
.point-area {
  height: 16px;
  width: 100%;
}
.point {
  position: absolute;
  left: 49%;
  border: 16px solid #eee;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 99;
}


/**
 * Page & Posts
 * ----------------------------------------------------------------------------
 */
 
 .entry-thumbnail {
 	margin-top: 36px
 }
 .bc-page, .bc-post {
 	margin-bottom: 36px;
 }

 /**
 * Images
 * ----------------------------------------------------------------------------
 */

.wp-caption.aligncenter, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
  margin-right: 0px;
  float: right;
}
.wp-caption.alignright, img.alignright {
	margin: 5px 0 12px 20px;
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
  margin-left: 0px;
  float: left;
}
.wp-caption.alignleft, img.alignleft {
	margin: 5px 20px 5px 0px;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #220e10;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
figcaption {
	padding: 12px 0;
 	border-bottom: 1px solid #ddd;
}

/* =Catlist
-------------------------------------------------------------- */

ul.lcp_catlist {margin:0;padding:0;}
ul.lcp_catlist li {list-style: none;clear:both;}
ul.lcp_catlist li a img {float: left;margin: 0 16px 16px 0;}
ul.lcp_catlist li h3 {clear: none;margin: 22px 0 11px 166px;}
ul.lcp_catlist li .lcp_excerpt {margin-left: 166px;}
ul.lcp_catlist li .lcp_readmore {margin-left: 166px;}



/* =Feature article
-------------------------------------------------------------- */

.FA_overall_container_classic_responsive .FA_featured_articles .FA_article .FA_wrap {padding:0 !important;}
.FA_overall_container_classic_responsive .FA_featured_articles, .FA_overall_container_classic_responsive.light {background-color:transparent !important;}
/* .FA_featured_articles {margin-bottom:60px;} */
.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article div.fa_content {font-size: 18px !important;line-height: normal;padding:0 29px 20px 0;text-align: left !important;}
.FA_overall_container_classic_responsive.light {box-shadow: 2px 5px 25px #cccccc !important;-moz-box-shadow: 2px 5px 25px #cccccc !important;-webkit-box-shadow: 2px 5px 25px #cccccc !important;height:280px !important;overflow:hidden;}
.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article h2 {background-color:transparent !important;font-size:36px !important;padding:12px 12px 0 0;color:#035386 !important;}
/* .FA_overall_container_classic_responsive a img {display:none !important;} */
.FA_overall_container_classic_responsive .FA_featured_articles .FA_article .FA_wrap img {margin-bottom:0px !important;padding:0px !important;border:0 !important;}
.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article a.FA_read_more {
	background: #40c8f4 !important;
	border-bottom: 3px solid #2cb4da;
	color:#005387 !important;
	border-radius: 2px !important;
	padding: 7px 24px 7px;
	font-style: normal;
	font-size: 100%;
}
.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article a:hover.FA_read_more {
	background: #d5df36 !important;
	border-bottom: 3px solid #bac32c;
}
@media (max-width: 999px) {
	.post-5 .entry-content {max-width: 1040px;}
}
@media (max-width: 909px) {
	.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article div.fa_content {font-size: 14px !important;}
	.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article h2 {font-size:30px !important;}
	.FA_overall_container_classic_responsive .FA_featured_articles .FA_article .FA_wrap img {width:360px;}
	.FA_overall_container_classic_responsive.light {height:210px !important;}
}
@media (max-width: 740px) {
	.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article a.FA_read_more {
		background: transparent !important;
		border: 0;
		padding: 0;
	}
	.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article div.fa_content {padding-bottom:0; !important}
	.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article h2 {font-size:24px !important;}
}
@media (max-width: 650px) {
	.FA_overall_container_classic_responsive .FA_featured_articles .FA_article .FA_wrap img {display:none;}
	.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article h2 {margin: 15px 30px 0 30px !important;}
	.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article div.fa_content {margin: 15px 30px 0 30px !important;}
	.FA_overall_container_classic_responsive.light .FA_featured_articles .FA_article a.FA_read_more {margin: 5px 30px 0 30px !important;}
}
.easingsliderpro {
box-shadow: 2px 5px 25px #cccccc !important;
-moz-box-shadow: 2px 5px 25px #cccccc !important;
-webkit-box-shadow: 2px 5px 25px #cccccc !important;
}
@media (max-width: 800px) {
	.easingsliderpro-slide-content h3 {margin:0;}
}
@media (max-width: 650px) {
	.easingsliderpro-slide-content h3 {font-size: 18px !important;margin:0 0 0 20px;}
	.easingsliderpro-slide-content p {display:none;}
}
