/*
====================================================================================================
Theme Name:		hanskustersmusic.be
Theme URI: 		http://www.desent.be/
Description: 	Custom child theme for hanskustersmusic.be
Version: 		  2.0
Author: 		  desent
Author URI: 	http://www.desent.be/
Template:		  hkm2014
====================================================================================================

IF YOU PLAN TO MAKE SOME MODIFICATIONS TO THE CODE OF THE THEME, WILL BE BETTER TO MAKE THEM VIA
THIS CHILD THEME. IF YOU WILL MAKE MODIFICATION DIRECTLY TO THE PARENT THEME, YOU WILL LOSE THOSE
MODIFICATIONS WHEN THE THEME IS UPDATED. WHEN YOU MAKE MODIFICATIONS INSIDE OF THE CHILD THEME
INSTEAD, YOU CAN UPDATE THE PARENT THEME WITHOUT LOOSING ANY CHANGE YOU HAVE MADE.

MORE INFORMATION ABOUT CHILD THEMES YOU CAN FIND IN WORDPRESS CODEX:
http://codex.wordpress.org/child_themes.

====================================================================================================
*/

@import url('../hkm2014/style.css');

/* Put your CSS below */

/*manage the color of the copyright content link in the footer*/
.copyright-container a{
color:#ffffff!important;
}
.copyright-container a:hover{
color:#d33030!important;
}

/*change the color of the current category in the sidebar*/
.navigation-categories ul li ul li.current-cat a {
color:#d33030!important;
}


/*change heading styles*/
h1 { font-size: 2.5em; font-weight: 500; }
h2 { font-size: 2.0em; font-weight: 500; }

/*breadcrumbs*/
.breadcrumbs {
  margin-left: 22px;
  padding-top:2px;
}

.breadcrumbs a, .breadcrumbs .underline a{
  color: #ffffff!important;
  border-color: #ffffff;
  }

.breadcrumbs a:hover, .breadcrumbs .underline a:hover{
  color: #ffffff!important;
  border-color: #D33030;
  background-color:#D33030
}

.ke-breadcrumbs{
  margin: 0 auto;
  width: 1260px;
  padding: 0 40px;
  margin-bottom: 30px;
}

/*back-button*/
.backbutton{
  
  background-image: url(http://demo.kreativelements.com/wp/hanskustersmusic/wp-content/uploads/2015/06/back-button-red_30_x_30.png);
  height:30px;
  width:30px;
  float: left;
  background-repeat: no-repeat;
  }

/*custom style for making the box fixed size on albums page*/
.grid-tiles .tile .tile-block,
.grid-tiles-sidebar .tile .tile-block {
    position: relative;
    overflow: hidden;
    padding: 0 0 1em;
    margin: 0 3em 3em 0;
    z-index: 1;
    
    border-bottom: 4px solid rgba(0,0,0,0.15);
  	max-height: 370px!important; /*make the box size fixed and common for all */
    min-height: 370px!important; /*make the box size fixed and common for all */
}

/*imported from theme options*/
.toolbar-left {
display: table-cell;
vertical-align: middle;
opacity: 1;
}

a.underline, .underline a {
color: #FFFFFF;
border-color: #000000;
}

a {
color: #FFFFFF;
}

.canvas img {
width: auto;
max-width: 100%;
height: auto !important;
border-width: 1px;
}

.slider,
.slider-container {
    height: 250px !important;
}

b, strong {
font-weight: 700;
font-size: 20px;
}

.post-header {
font-size: 1.0em;
line-height: 1.0em;
padding: 0;
margin: 1px 0 0em;
}

.post-header {
font-size: 1.0em;
line-height: 1.5em;
padding: 0;
margin: 1px 0 0em;
}

a.underline, .underline a {
color: #000000;
border-color: #000000;
}
/*imported from theme options*/