/*

Theme Name: HSF Customizr

Version: 1.0

Description: A child theme of Customizr

Template: customizr-pro

Author: Lars Relund

*/


a.cart-contents {
  display: none !important;
}


/* background */
body {
  background: url('https://www.herning-sportsfiskerforening.dk/wp/wp-content/uploads/background0.jpg');
  background-repeat: repeat; 
  background-position: top center; 
  background-attachment: scroll;
}


#main-wrapper {
  background-color: #FFFFFF; /*#e9eaee;*/
  border:  10px solid rgba(233, 234, 238, 0.6);
  /*border:  10px solid rgba(38, 38, 38, 0.6);*/
  padding: 5px;
  /*box-sizing: border-box;*/  /* seems to make the widget overflow */
  background-clip: padding-box; 
}


/* border omkring slider (samme som main wrapper) */
.tc_posts_slider {
  border:    10px solid rgba(233, 234, 238, 0.6);
  /*border-top:    20px solid rgba(233, 234, 238, 0.6);
  border-left:    20px solid rgba(233, 234, 238, 0.6);
  border-right:   20px solid rgba(233, 234, 238, 0.6);
  border-bottom:  20px solid rgba(233, 234, 238, 0.6);*/
  padding: 0px;
  background-clip: padding-box; 
}


header.tc-header {
  background-color: #FFFFFF;  /* Header background color */
  /*border-top:     5px solid #3399FF;*/            
  /*border-bottom:  5px solid #3399FF;*/ 
  border-bottom:  22px solid #FFFFFF;     /* nederste border ved fuld menu */
}


/* border når menu minimeret */
.sticky-enabled .tc-header {
  border-bottom: 1px solid gray;
}





/*
hr.__before_content {

    margin: 20px 0;

    border: 0;

    border-top: 1px solid rgba(0, 0, 0, 0.24);

    border-bottom: 1px solid #fff;

}
*/




#right.widget-area {
  background-color: #FFFFFF;
  padding: 10px; 
  margin: 10 px;
  /*border: 1px solid red;*/
}



/*
#content {
  background-color: #FFFFFF;
  border: 1px solid red;
}
*/

/* fangstjournal */
.flexigrid tr td {
  padding: 0;
}

.flexigrid tr th div {

  font-weight: bold;

}

.flexigrid select {
  width: 70px;
}

.flexigrid input {
  width: 50px;
}


.widget li.eo-event-future {
    list-style: circle outside;
}



footer#footer {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 6px solid #3399ff;
}


footer#footer .colophon {
  background:     none repeat scroll 0 0 #e9eaee;
  border-top:     6px solid #3399ff;
}


footer#footer p, footer#footer a, footer#footer h3, footer#footer .colophon  p, footer#footer .colophon  a {
  color: black;
}

/*
.so-widget-image {
  border: 1px solid black;
}*/



/* Simple calendar */
.simcal-event * {
    display:inline;
}

.simcal-events-list-container li {
    list-style: circle outside;
}


@media print {
.tc-header, .container-fluid  { display:none; height:0 !important;}
.tc-hot-crumble.container {display:none;}
.edit-link {display:none;}
.featurette-divider {display:none;}
#tc-reset-margin-top {display:none; height:0 !important;}
.widget-area {display:none;}
.jp-relatedposts {display:none !important;}
.fb-comments.fb_iframe_widget {display:none;}
.fballshare {display:none;}
body { background:white; color:black; margin:0; }
#main-wrapper {
  border: none;
  padding: 0;
}
#header { display:none; height:0 !important;}
#content { display:block; width:auto;}
#comments { display:none; }
#sidebar { display:none; }
#footer { display:none; }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid; }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid; }
ul, ol, dl  { page-break-before:avoid; }
}



