/* ---------------------------------------------------------
	   Print specific styles for responsive breakpoints
   ---------------------------------------------------------*/
@media print {
  a[href]:after {
    content: none !important;
  }
  .lead {
    color: inherit;
    font-family: inherit;
  }
  .col-sm-9 {
    width: 70% !important;
    display: inline-block;
    float: left;
  }
  .col-sm-3 {
    width: 25% !important;
    display: inline-block;
    float: left;
  }
  .col-sm-6 {
    width: 50% !important;
    display: inline-block;
    float: left;
  }
  .recipes h2 a {
  	    font-family: "avenir-demibold" !important;
  }
  #recipes .filter-links {
  	display: none;
  }
  #ask-sarah .form-container .form-group {
    float: left;
    display: inline-block;
    width: 50% !important;
	}
	.dynamic_bg {
		background: none !important;
	}
	#block_banner-group.block_banner.green {
    background: none !important;
	}
	#ccm-toolbar {
		display: none !important;
	}
	.main-module {
		width: 33% !important;
		display: inline-block;
		float: left;
	}
	#page-hero {
		background-color: #D04E80 !important;
	}
	#page-hero h1,#page-hero h2, #page-hero h4, #page-hero p { color: white !important;}
	#page-hero .header_sub1, #page-hero .header_sub2, #page-hero .header_sub3, #page-hero .header_sub4 {
    float: left !important;
    display: inline-block;
    width: 25% !important;
    color: white;
	}
	#page-hero img {
    max-height: 100px;
	}
	img {
		width: auto !important;
		max-width: 100% !important;
	}
	#page-end .more_web {
    float: left !important;
    width: 33.3333333333% !important;
    display: inline-block;
	}
  .recipe-title {
    background: #000 !important;
  }
}