/* BODY ENHANCEMENTS */

body > .row.full-width-header {
  min-height: 200px;
  max-width: none;
  border: 0 solid #f00e4e;
  background-color: #2a2c2b;
  background: url("../images/header-red2.jpg") no-repeat scroll 0 0 transparent;
  background-position: left bottom;
}

body > .row > [class*='coffee-span-'].footer-bg-column {
  background-color: #2a2c2b;
  background: url("../images/footer-red2.jpg") no-repeat scroll 0 0 transparent;
  background-position: right top;
}

body.grid-2 {
  max-width: 960px;
  width: 100%;
  background-color: #76232f;  
  background: url(../images/bg-content-red.jpg)
}
  
.container.box-container-home {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.container.box-container-home-right {
  border-width: 0;
  border-top: 1px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;;
  border-left: 1px solid #ddd;
  background-color: #f5f5f5;
  border-radius: 5px;
}

a.link-text.dlnow-link-ebooks:hover {
  color: #5087ca;
}

a.link-text.dlnow-link-ebooks-bottom:hover {
  color: #5087ca;
}

/*  REMOVE EXTRA BORDER ON BOTTOM OF SUBGRIDS ON SOME PAGES */
.subgrid.subgrid-about {
  border-bottom: none;
}

.subgrid.subgrid-contact {
  border-bottom: none;
}

.subgrid.subgrid-product-range {
  border-bottom: none;
}

.subgrid.subgrid-products-single {
  border-bottom: none;
}

.subgrid.subgrid-products-multiple {
  border-bottom: none;
}

.subgrid.subgrid-news {
  border-bottom: none;
}

/*  VIDEO SETUP  */
.still {
    border: 1px 1px 10px solid #cccccc;
    box-shadow: 0 0 3px #cccccc;
    padding: 6px;
	border-radius: 5px;
}

a.youtube {
    color: #444444;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 36px;
    padding-left: 0px;
    text-align: center;
    text-decoration: none;
}
a.youtube:hover {
    opacity: 0.8;
}

/*  STRUCTURAL  */

li.footer-li-item-1 {
  margin-bottom: 10px;
  padding-top: 10px;
}

li.footer-li-item-1 a {
	color: black;
}

/*  PRETTIFYING  */

/*  removes red bottom border that was default and unremovable in RLMP  */
.container.box-container-home {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.container.box-container-home-right {
  border-width: 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-about-article {
  border-radius: 5px;
  border: 1px solid #ddd;
}

img.image-4-3.image-trs-team {
	border-radius: 5px;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 8px #CCC;
	padding: 6px;
  
}

p.paragraph.footer-news-paragraph {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.container.container-full-width {
  border-radius: 5px;
  border: 1px solid #ddd;
}

body > .row > [class*='coffee-span-'].products-left-column {
  border-radius: 5px;
  border: 1px solid #ddd;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-news-content {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-bottom: 10px;
}

div.rule.rule-contact-left hr {
	border-top-color: #d7e5f5;
}

img.image-4-3.image-products-multiple {
	border: 1px solid #C1C1C1;
	box-shadow: 0px 0px 3px #C4D8E2;
	margin: 0px 10px 5px 0px;
	padding: 7px;
	border-radius: 5px;
	}

img.image-4-3.image-products-single {
	border: 1px solid #C1C1C1;
	box-shadow: 0px 0px 3px #C4D8E2;
	margin: 0px 10px 5px 0px;
	padding: 7px;
	border-radius: 5px;
}

.myframed {
	border: 1px solid #C1C1C1;
	box-shadow: 0px 0px 3px #C4D8E2;
	margin: 0px 10px 5px 0px;
	padding: 5px;
	border-radius: 5px;
}

.mailchimp {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
}

@media screen and (max-width: 767px) {
	.mailchimp {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
}

@media screen and (max-width: 420px) {
	.mailchimp {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
}