/*
 Theme Name:   customizr Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Ryan Atkinson
 Author URI:   http://example.com
 Template:     customizr
 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:  twenty-fifteen-child
*/


/* @import url("../../../../customizr/inc/assets/css/green.css"); */

/* Colour of 'read more' buttons on home page */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6a6cd1;
  background-image: -moz-linear-gradient(top, #006687, #005b87);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006687), to(#005b87));
  background-image: -webkit-linear-gradient(top, #006687, #005b87);
  background-image: -o-linear-gradient(top, #006687, #005b87);
  background-image: linear-gradient(to bottom, #4d859f, #005b87);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006687' , endColorstr='#ff005b87' , GradientType=0);
  border-color: #474ac6 #474ac6 #2d3093;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #474ac6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


/* Colour of 'read more' buttons when hovered over */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #005b87;
  *background-color: #393cba;
}


/* Colour of top few pixels (line on top of each page) */
.tc-header {
  border-top: 5px solid #005b87;
}



/* ************************************************** */
/* From themes/customizr/inc/assets/css/tc_common.css */
/* Line across page underneath top menu area */
.tc-header {
  min-height: 45px;
  background: #ffffff;
  background-image: none;
  border-bottom: 1px solid #ff8f27;
  z-index: 200;
}


/*  Font colour for heading size 1 */
h1 {
  color: #ff8f27;
}


/*  Font colour for heading size 2 */
h2 {
  color: #005b87;
}


a {
  color: brown;
}

/*  Add padding between items in bulleted lists, to create more white space */
ul li {
  padding: 5px 0px; 
}



/*  Set margin for bottom of home page above and below post section (which links to news) - used to add more space  */
article .tc-content {
  margin-top:  50px;
  margin-bottom: 50px;
}




/*
.span12 {
  height: 200px;
}


body {
  padding-bottom: 0px;
  color: green;
  background: #fafafa;
  background-image: none;
}


  .widget-front .round-div {
    width: 150px;
    height: 150px;
    border: 94px solid #ffca98;
    top: -44px;
    left: -65px;
  }
*/


footer#footer {
  color: #fafafa !important;
  border-top: 5px solid #ff8f27;
  background: #5a5a5a;
  padding: 0px;
}