/* @override 
	https://www.shepherdshillallotments.co.uk/shepherdshillallotments/assets/custom-theme/custom11a-css */

/* Increase header height */

.page-title {
	color: white;
	background-color: rgba(85, 85, 85, 0.58);
	padding: 6px 10px;
	display: inline-block;
	margin: 6px;
}

.jumbotron .header-inner {
	text-align: center;
	padding: 1rem;
}

/* Banner title */
    h1.community-name {
	color: white;
	background-color: rgba(85, 85, 85, 0.58);
	padding: 6px 10px;
	display: inline-block;
}
    
/* add icon to document link */

a[href$='.pdf'] {

background: transparent url(https://www.shepherdshillallotments.co.uk/assets/images/icon-pdf-gif) no-repeat 6px center;
	padding-left: 30px;
	font-size: 0.95em;
	line-height: 1.2em;
  /* https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}


a[href$='.doc'] {

background: transparent url(https://www.shepherdshillallotments.co.uk/assets/images/icon-doc-gif) no-repeat 6px center;
	padding-left: 30px;
	font-size: 0.95em;
	line-height: 1.2em;
  /* https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

a[href$='.docx'] {

background: transparent url(https://www.shepherdshillallotments.co.uk/assets/images/icon-doc-gif) no-repeat 6px center;
	padding-left: 30px;
	font-size: 0.95em;
	line-height: 1.2em;
  /* https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a[href$='.xlsx'] {

background: transparent url(https://www.shepherdshillallotments.co.uk/assets/images/icon-xls-gif) no-repeat 6px center;
	padding-left: 30px;
	font-size: 0.95em;
	line-height: 1.2em;
  /* https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


/* Remove slider gradient */
.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    background-image: none
}

.carousel-control.left, .carousel-control.right{ 
    background: none !important;
    filter: progid:none !important;>
}

/* hide logo in nav bar*/
a.nav-logo {
	display: none;
}