/*
 Theme Name:   The Bootstrap Child
 Theme URI:    http://deeproot.uk/blog/
 Description:  The Bootstrap Child Theme
 Author:       Geoff Looker
 Author URI:   http://deeproot.uk
 Template:     the-bootstrap
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  the-bootstrap-child
*/

/* PUT YOUR CHANGED STYLES HERE 
 * 
 * The best way to do this is to copy in the relevant section from the parent's style.css
 * file, change what you want, and remove the lines that you didn't change.
 *
*/

/* Change the content (page) header to dark blue. 
.content-header {
	background-color: #2980b9;
}*/

/* Change the main link color to dark blue. Note that the hover color is set using a 
 * neat trick with the opacity tag. This simply lightens whatever the link color is. That
 * way we don't need to try to figure out a hover color that looks good. 
 */
a {
	color: #016478;
}
a:hover,
a:focus {
	color: #016478;
	opacity: .75;
}


/* PUT ANY NEW STYLES TO USE IN YOUR CONTENT AREAS HERE SO YOU CAN EASILY PASTE THIS
 * SECTION IF YOU CHANGE THEMES
 */


body {
background-color: #ffffff;
}

body > .container {
    margin: 6px auto;
}

h1,h2,h3,h4,h5,h6 {
	color:#000000;
	font-weight: 600;
}
h1 { 
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
}
h2 { 
  font-size: 21px;
  font-weight: 700;
}
h3 { 
  font-size: 18px;
  font-weight: 700;
}
h4 { 
  font-size: 16px;
  font-weight: 600;
}

.entry-title a {
	color: #000000;
}

.hero-unit {
	font-size: 14px;
	line-height: 24px;
	color: #000000!important;
}
.hero-unit h1 {
	font-size: 24px;
	line-height: 1.1em;
}

.form-control:focus {
    border-color: #7BB350;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(146, 212, 95, 0.6);
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(123, 179, 80, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 179, 80,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 179, 80,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 179, 80,.6);}


#page {
	background-color: #FFFFFF;
	margin-right: -20px;
	padding: 0 0 0;
}
#site-title > a  {
	display:none;
	font-family:"Times New Roman", Times, serif;
	font-size:44px;
	font-weight:500;
	color:#65A093;
	
}
#site-title > a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	opacity: 1;
}
.container {
    margin: 0px auto;
}

#branding {
    background-color: #444444;
	border-bottom:solid 2px #00b140;		
	background-image: url("/images/otv-head-WP-newslogo.png");
	/*background-size: 100%;*/
	background-repeat:no-repeat;
	margin-bottom: 5px;
	margin-left: 0;	
	min-height:110px;
}
#branding > a:hover  {
	opacity:1;
}

.navbar {
    overflow: visible;
    margin-bottom: 0px;
}

.navbar .container {	
	margin: 0px auto;
}
.navbar-inner {
   	min-height: 20px;
	background-color:transparent;
	background-image:none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	padding-right:10px;		
}

.navbar .nav {
	position:inherit;
	left:inherit;
	display:inline-block;
	margin: 10px auto;
	float: right;
}


.navbar .nav > li > a {
	padding: 8px 15px;
	background-color:#444444;
	color: #ffffff;
	text-shadow: none;
	font-size:140%;
}
.navbar .nav > li > a:hover {
    color: #ffffff!important;
	background-color:#222222;
	font_weight:bold!important;
	background-image: none;
	opacity: 1;
}
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	color: #ffffff;
    background-color: transparent;
	/*box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 8px 0px inset;*/	
}
.navbar-search {
    height: 32px;
	margin-top: 3px;
}
.dropdown-menu {
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 0;
 background-color:#FFFFFF;
	color: #000000;
}
.dropdown-menu > li {   
	background-image: none;
	background-color:#444444;
	color: #000000;    
}
.dropdown-menu li > a {   
	padding: 8px 15px;
	background-color: #444444;
	color: #ffffff!important;
	text-shadow: none;
	font-size:120%;    
}
.dropdown-menu > li > a:hover {
   	color: #ffffff!important;
	background-color:#222222!important;
    background-image: none;
	opacity: 1;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: none;
  color: #ffffff;
  background-color: #444444;
  font-weight:bold;
  /*box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 8px 0px inset;*/
}

.navbar .nav li.dropdown > .dropdown-toggle,
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent!important;
    color: #ffffff!important;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
 .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
 .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fefefe;
    border-bottom-color: #fefefe;
}

/* mobile version */
.navbar .btn-navbar {
    margin-top:10px;
	margin-bottom:10px;
	width:44px;
    height:36px;
    background-color: #55a513;
    background-image: linear-gradient(to bottom, #55aa2a, #2b7704);
    background-repeat: repeat-x;
	border:1px solid #55a513!important;
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.075);*/
}
.navbar .btn-navbar:hover {
 	background-color: #16721e;
	background-image: linear-gradient(to bottom, #2b7704, #55aa2a);
    background-repeat: repeat-x;
}
.navbar .btn-navbar:active, .navbar .btn-navbar:focus {
 	border-color: #55a513!important;
	color: #55a513!important;
	background-color: #55a513!important;
	outline: none;
}
.navbar .btn-navbar .icon-bar {
	display: block;
    width: 22px;
    height: 2px;
    background-color: #f5f5f5;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 25%);
}



.single #author-info,
.author #author-info,
.single article.post,
.single article.page {
	margin-bottom: 32px;
}

#author-info,
article.post,
article.page {
	margin-bottom: 38px;
}
#header-image, .entry-content {
    margin-bottom: 6px;
}
.page-header {
  padding-bottom: 9px;
  margin: 10px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
.entry-content {
	margin-bottom: 12px;
}	

.headspace1 {float:left;height:110px;width:110px;}
.headspace2 {float:left;height:110px;width:200px;}  


footer {margin-left: 0!important;}

footer > .well {
	margin-bottom: 0;
	padding-top: 10px!important;
	padding-left: 30px!important;
	min-height: 70px;
	border-radius: 0px;
	color: #eff9ed;
	background-color: #444444;
    border-color: #134c00;
}
footer > .well a {
	color: #eff9ed;
	}
footer > .well a:hover {
	color: #eff9ed;
	}


.btn-info {
  color: #ffffff;
  background-color: #6ea066;
  border-color: #256b17;
  border-radius: 8px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #4a9b3e;
  border-color: #256b17;
}


.creditme {
	line-height: 16px;
	color: #2b5e21;
}
.creditme a {
    font-family: Georgia,"Bitstream Charter",serif;
	font-style: italic;
	color: #787878;
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
    text-decoration: none;
}
.creditme a {
    text-decoration: none;
}

.post {
	background-color:#f5f5f5;
	padding:6px 12px 12px 12px;
	border:solid 1px #e0e0e0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	padding-bottom:6px;
}


#site-generator, #site-generator .footer-nav-menu a {
    float: right;
    margin-top: 0px;
	color: #eff9ed;
}
#site-generator a {   
	color: #eff9ed;
}


.div.wpcf7 .wpcf7 .wpcf7-form .wpcf7-form-control {max-width:95%;}
.wpcf7 select {width:90%;}
.wpcf7-text {width:90%;}
.wpcf7-textarea {width:90%;}




@media (min-width: 1200px) {
	.span3 {width: 23%;}
	.span9 {width: 70%;}
	.span12 {width: 100%;}
	#content {padding-left:30px;padding-right:30px;}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.span3 {width: 23%;}
	.span9 {width: 70%;}
	.span12 {width: 100%;}
	#content {padding-left:15px;padding-right:15px;}

}


@media (max-width: 979px) {
    
	.menu-menu1-container {margin-top:10px;}
	
	.navbar .nav {
		margin: 10px auto 5px;
		float:none;
	}
		
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.nav-collapse .dropdown-menu a:hover,
	.nav-collapse .dropdown-menu a:focus
	{
        color: #FFF;
	 	background-color: #83A154;
    }			
}







@media (min-width: 980px) {
	/* show dropdown on hover */
	.dropdown:hover .dropdown-menu {
	display: block;
	}
}

/*
@media (min-width: 768px) and (max-width: 979px) {
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 760px;
	}
}
*/


@media (min-width: 980px) and (max-width: 1069px) {
	#branding {background-size: 300px;min-height:95px;}
	.headspace1 {float:left;height:60px;width:60px;}
	.headspace2 {float:left;height:60px;width:180px;}  
}




@media (max-width: 559px) {
	#branding {background-size: 220px;min-height:75px;}
	.headspace1 {float:left;height:60px;width:60px;}
	.headspace2 {float:left;height:60px;width:180px;}  
}



@media (max-width: 767px) {
	.span3 {width: 96%;margin-left:12px;margin-right:12px;}
	.span9 {width: 96%;margin-left:12px;margin-right:12px;}
	.span12 {width: 100%;}
	#page {margin-right: 0px;}
}

