/** WEBFONT REFERENCE FOR USAGE **/

/******.rw_font_targ_global
font-family: 'misoregular';
font-family: 'misolight';
font-family: 'misobold';

p { font-family: 'MyWebFont', Arial, sans-serif; }

font-family: 'festivo_lettersno6' 'avenirlight'  'avenirbook'  'avenirmedium'    

*******/



/****************************************/
/*** SHORT CODE STYLES *****/


          /***** TWO COLUMN LAYOUT - PIC LEFT/TEXT RIGHT ********/
          .rw_sc_col_hold{width:100%; margin:0 0 3% 0; padding:0;}
          .rw_sc_col_hold .rw_left.rw_pic{width:48%; margin:0 0 0 0; padding:0 2% 0 0; float:left;}
          .rw_sc_col_hold .rw_right{width:50%; margin:0 0 0 0; padding:0 0 0 0; float:left;}

          /***** TWO COLUMN LAYOUT - TEXT LEFT/PIC RIGHT ********/
          .rw_sc_col_hold .rw_left{width:50%; margin:0 0 0 0; padding:0 0 0 0; float:left;}
          .rw_sc_col_hold .rw_right.rw_pic{width:48%; margin:0 0 0 0; padding:0 0 0 2%; float:left;}
          .rw_sc_col_hold .rw_left img, .rw_sc_col_hold .rw_right img{width:100%;}

          .rw_sc_col_hold h2{padding:0 0 0 0; margin:0 0 0 0; font-size:38px; line-height:34px;}
          .rw_sublayout_b .rw_sublayout_left .rw_sc_col_hold h3{padding:0 0 0 0; margin:0 0 0 0; font-size:28px; line-height:30px; color:#6b6362;}


          .rw_sc_col_hold p{padding:0 0 0 0; margin:0 0 0 0;}




.rw_side_recipe_go{cursor:pointer;}

#sp_side_tips p {
text-transform: inherit;
font-size: 25px;
font-family: 'miso', Arial, Helvetica, sans-serif;
line-height: 25.5px;
letter-spacing: -.25px;
color: rgba(85, 28, 13, 0.65);
}

/******* SELECT DROPDOWNS *******/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 80%;
  height: 100%;
  text-align: left;
  margin-left: 5%;
  text-transform: uppercase;
}

.select-styled {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #480000;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  border: 1px solid #908484;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 10px;
}

.select-styled:hover {
  background-color: #480000;
}
.select-styled:active, .select-styled.active {
  background-color: #480000;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.select-styled:active:after, .select-styled.active:after {
  top: 2px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #480000;
  border: 1px solid #908484;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #908484;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #480000;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
/******* END OF SELECT DROPDOWNS *******/

/******* FONTS *******/
.rw_sublayout_b .rw_sublayout_left h3 {
color: #551C0D;
font-family: 'misoregular', Arial, Helvetica, sans-serif;
text-transform: uppercase;
/*font-size: 4.2vmin;
line-height: 4vmin;
letter-spacing: .010vmin;*/
}


/******* PRODUCTS *******/



/******* END PRODUCTS *******/


/*** HC RELOCATE TO MAIN ***/

.holiday-list .custon-counter p { float: left;}

.rw_sublayout_left .holiday-list { width: 60%; float: left; margin-right: 5%;}

.center-holiday-top { text-align: center;}


.custom-counter li::before {
    content: counter(step-counter);
    font-size:32px;
    font-family: 'festivo_lettersno6', Arial, sans-serif;
    background-color:#A91F29;
    color: #ffffff;
    padding: 5px 10px 6px 11px;
    margin: 0px 14px 0px 0px;
    border-radius: 3px;
    float: left;
    width: 5.25%;
    text-align: center;
}

ol.custom-counter li {
    counter-increment: step-counter;
    padding-bottom: 27px;
    /*line-height:28px;*/
}

ol.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}


.rw_sublayout_left hr {
    border-bottom: solid 2px #ecdfd3;
    border-top: none;
    padding: 20px 0 0px 0;
    margin-bottom: 25px;
    border-left: none;
    border-right: none;
}

/** FORMS **/

select#rw_mail_signup_field_loc {
    border: 1px solid #C2C2C2 !important;
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #999;
    margin-top: 6px;
    font-family: 'misoregular', Arial, Helvetica, sans-serif;
    padding: 2.75% 0 2.45% 3%;
    box-sizing: border-box;
    box-shadow: none;
}

#rw_ext_recipe_search .rw_form input.rw_input_field {
    text-align: center;
    font-size: 22px;
    letter-spacing: .75px;
    box-shadow: inset 0px 3px 10px rgba(104, 104, 104, 0.55);
    font-family: 'misoregular', Arial, Helvetica, sans-serif;
}

#rw_sidebar_signup .rw_form input.rw_input_field {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.5px;
    box-shadow: inset 0px 3px 10px rgba(104, 104, 104, 0.55);
}

#rw_footer.rw_font_targ_global .rw_col_two p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    font-family: 'avenirlight', Arial, Helvetica, sans-serif;
    width: 97%;
    margin:0px;
}

#rw_footer.rw_font_targ_global .rw_col_four p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'avenirlight', Arial, Helvetica, sans-serif;
    letter-spacing: .5px;
    margin:0px;
}

/* ONCE MOVED AND REPLACED OLD CONTENT GET RID OF IMPORTANTS! */
#sp_chef_tip_text {
	font-size: 32px !important;
	text-transform: inherit;
	font-family: 'misoregular', Arial, Helvetica, sans-serif;
	line-height: 32px;
	letter-spacing: 0px;
	color: rgba(90, 30, 14, 0.77);
	position: absolute;
	width: 40%;
    top: 60.5%;
    left: 73%;
}

#rw_footer .rw_col_three ul.sp_uppercase a {
    line-height: 25px;
    font-size: 14.5px;
    letter-spacing: .25px;
    font-family: 'avenirmedium', Arial, Helvetica, sans-serif;
}

#rw_footer .rw_col_three ul.sp_uppercase a:hover{
	color:#FDB924;
}

.rw_sublayout_b .quote_block {
      font-size: 35px;
      line-height: 37px;
      font-style:italic;
      color: #A91F29;
      font-family: 'misoregular', Arial, Helvetica, sans-serif;
      letter-spacing: 0px;
}


.rw_sublayout_b .quote_block_signoff{

	text-align:right;
    padding:0 4% 3% 0;

}


.rw_sublayout_b .hc_special_italic p em {
    font-size: 30px;
    line-height: 30px;
    color: #A91F29;
    font-family: 'misoregular', Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}

.rw_sublayout_no_side .hc_special_italic p em {
    font-size: 30px;
    line-height: 30px;
    color: #A91F29;
    font-family: 'misoregular', Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}

.rw_sublayout_b .hc_special_italic {
	margin:0 0 -18px 0;
}

.rw_sublayout_no_side .hc_special_italic {
	margin:0 0 -18px 0;
}

.rw_sublayout_b .quote_block {

padding: 0px 50px 5px 50px;
/* background-image:url(/images/uploads/subheaders/paper_banner.png); */
background-size: inherit;
background-repeat: no-repeat;
margin: 0 0 10px 0;
/* height: 318px; */

}


a.cta_button{
	display: inline-block;
	background-color: #840212;
    color: #fff;
    text-transform: uppercase;
    font-family: 'avenirmedium', Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 8px 25px;
    border: solid 2px #fff;

	color: #fff;
	text-transform: uppercase;
	font-family: 'avenirmedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0px;
	padding: 9px 25px;
	border: solid 2px #840212;
}

a.cta_button:hover {
	background-color: #fff;
	color: #840212;
	text-transform: uppercase;
	font-family: 'avenirmedium', Arial, Helvetica, sans-serif;
	/***font-size: 14px;***/
	padding: 9px 25px;
	border: solid 2px #840212;
}


a.cta_button_green{display: inline-block; text-transform: uppercase; font-family: 'misoregular', Arial, sans-serif; letter-spacing:1px; line-height:20px; color:#ffffff; text-align:center; font-size: 22px; padding: 9px 25px; /*border: solid 2px #147537;*/ background-color:#147537; border-radius:3px; }

a.cta_button_green:hover { color: #fff; /*border: solid 2px #A91F29;*/ background:#A91F29;}


a.cta_button_green{display: inline-block; text-transform: uppercase; font-family: 'misoregular', Arial, sans-serif; letter-spacing:1px; line-height:20px; color:#ffffff; text-align:center; font-size: 22px; padding: 9px 25px; /*border: solid 2px #147537*/; background-color:#147537; border-radius:3px; /*float:left;*/ margin-right:10px; }

a.cta_button_green:hover { color: #fff; /*border: solid 2px #A91F29;*/ background:#A91F29}

a.cta_button_red{display: inline-block; text-transform: uppercase; font-family: 'misoregular', Arial, sans-serif; letter-spacing:1px; line-height:20px; color:#ffffff; text-align:center; font-size: 22px; padding: 9px 25px; /*border: solid 2px #A91F29*/; background-color:#A91F29; border-radius:3px; /*float:left;*/ margin-right:10px; }

a.cta_button_red:hover { color: #fff; /*border: solid 2px #147537;*/ background:#147537}

.hc_holiday-buttons { margin: 10px 20px 56px 20px; text-align: center;}

.cta_button_gray{/*background-color:#ccc;*/ border:3px solid #999; border-radius:3px; text-transform: uppercase;font-family: 'misoregular'; letter-spacing:1px; line-height:20px; color:#999; text-align:center; font-size: 20px; padding: 9px 25px;}
.cta_button_gray:hover{ background-color:#999; color:#fff; }

        a.cta_button.cta_button_reversed {
            background-color: #ffffff;
            color: #840212;     
            margin-top: 6px;
        }

        a.cta_button.cta_button_reversed:hover {
            background-color: #840212;
            color: #fff;
        }




.polka-dots {
	background-color:#147537;
	background-image: radial-gradient(rgba(255, 255, 255, 0.14) 15%, transparent 16%),
	radial-gradient(rgba(255, 255, 255, 0.14) 15%, transparent 16%);
	background-size:80px 80px;
	background-position: 0 0, 41px 40px;
}

.red-polka-dots {
	background-color:#A91F29;
	background-image: radial-gradient(rgba(255, 255, 255, 0.14) 15%, transparent 16%),
	radial-gradient(rgba(255, 255, 255, 0.14) 15%, transparent 16%);
	background-size:80px 80px;
	background-position: 0 0, 41px 40px;
}


/******** CTA BUTTON WHEN INSIDE OF A TWO COLUMN TEMPLATE USING THE WYSIWYG TOOL ******/

.rw_sc_col_hold a.cta_button{
	display: inline-block;
	background-color: #840212;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0px;
	padding: 9px 25px;
	border: solid 2px #840212;
    margin-top:12px;
}

.rw_sc_col_hold a.cta_button:hover {
	background-color: #fff;
	color: #840212;
}






.rw_sublayout_left h1{
	color:#ccc;
    font-size:60px;
    border-bottom:solid 1px #888;
    margin-bottom: 23px;
    /*text-align: center;*/
    line-height: 60px;
    word-spacing: -7px;
}

.rw_sublayout_left .rw_news_detail_title h1{
	color:#ccc;
    font-size:50px;
    border-bottom:solid 1px #888;
    margin: 10px 0 20px 0;
    word-spacing: -7px;
    letter-spacing: -1px;
}

img#hc-hp-stamp {
    position: absolute;
    top: 77%;
    left: 7.5%;
    width: 24.4%;
}

.rw_sublayout_left .hc_media-center-feature-container {
    width: 31%;
    float: left;
    margin-right: 2%;
    line-height: 0;
    margin-bottom: 10px;
}

.rw_sublayout_left .hc_media-center-feature-container a img {
	width: 100%;
    margin-bottom: 10px;
}

.rw_sublayout_left .hc_media-center-feature-container a {
	 line-height: 0;
}

.hc_media-center-feature-container  .hc_media-center-feature-content a {
	line-height: inherit;
}

.rw_sublayout_left .hc_media-center-feature-container .hc_media-center-feature-content {
	/* background-image: url('/images/uploads/assets/media-center-feature_bk.jpg'); */
	width: 100%;
	/* height: 200px; */
	margin-top: -4px;
	text-align: center;
	padding: 0% 0;

}

.hc_media-center-feature-content p {
    padding: 5px 5px 5px 0;
}

.hc_media-center-feature-container .hc_media-center-feature-content h3 {
    font-size: 40px;
    color: #fff;
    margin: 0px 0 -21px 0;
}

.hc_media-center-center-copy{
	text-align:center;
}

body .rw_sublayout_left {
    font-size: 18px;
    font-family: 'avenirlight', Arial, Helvetica, sans-serif;
    color: #551C0D;
    letter-spacing: .75px;
}


.rw_sublayout_left sup {
    line-height: 0px;
}

h3.h3_misoregular_brown{
	color:#551c0d;
}

h3.h3_white.our-family-tags{
    height: 51px;
    width: 100%;
    padding-top: 8px;
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.rw_nutrition_note span.hc_hanging-punctuation {
    position: absolute;
    left: 11px;
}


.hc_hanging-punctuation {
    position: absolute;
    left: 11px;
}

img.our-family-feature-photos{
width:100%;margin:auto;
}

h3 a{font-family: 'misoregular', Arial, sans-serif; letter-spacing:0px; text-transform:uppercase; font-size:30px; line-height:30px; margin: 5px 0 3px 0;}

.hc_feature-image h2.h2_white {
    font-family: 'misoregular', Arial, sans-serif;
    letter-spacing: 0px;
    font-size: 50px;
    line-height: 45px;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    margin-left: 1%;
    margin-top: 150px;
}

.hc_feature-image img {
    width: 100%;
}



/** END HC RELOCATE TO MAIN ***/



/*** RW RELOCATE TO MAIN ***/
.rw_featured_banner{margin-top:0;}

.rw_recipe_paper_hold{
    min-height: 600px;
    padding: 0% 0% 2% 0;
    text-align: center;
    width: 100%;
    margin: 2% 0;
    background-size: 100%;
}

#rw_subheader_pic{font-size:0px; line-height:0px;}

.rw_gluten_free{margin:20px 0px; color: #A91F29; font-family: 'avenirmedium', Arial, Helvetica, sans-serif;}

/*** SOCIAL STREAM ***/
.stream li {
letter-spacing: 0px important;
}

.dcsns-toolbar {
    padding: 10px 0 20px 0 !important;
}

#social-stream .dcsns-content .stream li {
	width: 24%;
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 0;
    margin-right: 1%;
    margin-left: 0;
}

#social-stream .dcsns-content .stream li .section-intro, #social-stream .dcsns-content .stream li .section-intro a {
	font-size: 13px;
}

a {
letter-spacing: .75px;

}




/*** SIDE BAR EMMA BUTTON ***/
img#rw_sidebar_emma_button.sp_side_img_full.rw_img_rollover {
box-shadow: 1px 5px 10px rgba(0, 0, 0, .5);
}

/*** PRODUCT AND RECIPE ONE-HALF IMAGE ***/
img.rw_prod_block.rw_img_rollover {
box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.31);
}


.rw_tab_hold  .rw_tab_item:hover { 
	color:#000;
	
}


/******* DN-RECIPE BANNER SIZE *******/


.rw_recipe_banner {

width: 90%;
padding: 0 5% .5% 5%;
max-width: 800px;
margin: auto;

}








		/*** RECIPE DETAIL CHEF TIP ***********/
		
		#rw_recipe_tip_text{
			  font-size: 26px !important;
			  line-height: 27px;
			  color: #A91F29;
			  font-family: 'misoregular', Arial, Helvetica, sans-serif;
			  letter-spacing: 0px;
			  font-style:italic;
		}
		
		#rw_recipe_tip_hold{}
		
		#rw_recipe_tip_hold h3{color:#444; padding-bottom: 6px; font-size:25px; line-hieght: 27px;}