@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url("../Helvetica_Neue_Bold.eot");
    src: url("../Helvetica_Neue_Bold.eot?#iefix") format("embedded-opentype"), 
	url("../Helvetica_Neue_Bold.woff") format("woff"), 
	url("../Helvetica_Neue_Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Beyond The Mountains';
    src: url("../beyond_the_mountains.eot");
    src: url("../beyond_the_mountains.eot?#iefix") format("embedded-opentype"), 
	url("../beyond_the_mountains.woff") format("woff"), 
	url("../beyond_the_mountains.ttf") format("truetype");
}
@font-face {
    font-family:'Zamenhof-Inline';
    src: url("../Zamenhof-Inline.eot");
    src: url("../Zamenhof-Inline.eot?#iefix") format("embedded-opentype"), 
	url("../Zamenhof-Inline.woff") format("woff"), 
	url("../Zamenhof-Inline.ttf") format("truetype");
}
@font-face {
    font-family: 'Helvetica_Neue';
    src: url("../Helvetica_Neue.eot");
    src: url("../Helvetica_Neue.eot?#iefix") format("embedded-opentype"), 
	url("../Helvetica_Neue.woff") format("woff"), 
	url("../Helvetica_Neue.ttf") format("truetype");
}
@font-face {
    font-family: 'Cabin';
    src: url("../Cabin-Regular.eot");
    src: url("../Cabin-Regular.eot?#iefix") format("embedded-opentype"), 
	url("../Cabin-Regular.woff") format("woff"), 
	url("../Cabin-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Cabin-MediumItalic';
    src: url("../Cabin-MediumItalic.eot");
    src: url("../Cabin-MediumItalic.eot?#iefix") format("embedded-opentype"), 
	url("../Cabin-MediumItalic.woff") format("woff"), 
	url("../Cabin-MediumItalic.ttf") format("truetype");
}
@font-face {
    font-family: 'LiebeDoris-Regular';
    src: url("../LiebeDoris-Regular.eot");
    src: url("../LiebeDoris-Regular.eot?#iefix") format("embedded-opentype"), 
	url("../LiebeDoris-Regular.woff") format("woff"), 
	url("../LiebeDoris-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Ink_Blossoms';
    src: url("../Ink_Blossoms.eot");
    src: url("../Ink_Blossoms.eot?#iefix") format("embedded-opentype"), 
	url("../Ink_Blossoms.woff") format("woff"), 
	url("../Ink_Blossoms.ttf") format("truetype");
}
@font-face {
  font-family: 'LimonScript-Bold';
  src: url('../LimonScript-Bold.eot');
  src: url('../LimonScript-Bold.woff') format('woff'),
       url('../LimonScript-Bold.ttf') format('truetype'),
       url('../LimonScript-Bold.svg#LimonScript-Bold') format('svg'),
       url('../LimonScript-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LimonMarker-Regular';
  src: url('../LimonMarker-Regular.eot');
  src: url('../LimonMarker-Regular.woff') format('woff'),
       url('../LimonMarker-Regular.ttf') format('truetype'),
       url('../LimonMarker-Regular.svg#LimonMarker-Regular') format('svg'),
       url('../LimonMarker-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


*{
	margin:0px;
	padding:0px;
}
.fdl_tab_section  p{
	font-family: Cabin;
}
.fdl_tab_section .clear{
 	clear:both;
}
.fdl_tab_section img{
	max-width:100%;
}
.fdl_header{
	width:100%;
}
.fdl_page_slider{
	width:100%;
	background: url(../../images/banner.jpg);
	background-size:cover;
	text-align:center;
	padding: 30px 0px;
    margin: 80px 0px;
	background-position: center;
}
.fdl_page_slider .fdl_foodland_img{
		
}
.fdl_page_slider .fdl_foodland_img img{
	max-width:100%;
	padding-top:50px;
}

.fdl_page_slider .fdl_inspired_img{
	position:relative;	
}
.fdl_page_slider .fdl_inspired_img:after{
	content:url(../../images/summer_2017.png);
	position:absolute;
	top:0px;
	right:0px;
}

.fdl_tab_section {
    width: 100%;
    margin: 0px auto;
}
.fdl_tab_section .fdl-tabs {
	position: relative;
	/*background-color: #ffffff;*/
}
/* Tab element */
.fdl-tabs .fdl-tabs-nav .fdl-tabs-tab {
    position: relative;
    width: 20%;
    float: left;
    border: none !important;
    top: 0px !important;
}
/* Tab anchor */
.fdl-tabs .fdl-tabs-nav .fdl-tabs-anchor {
	display: block !important;
    padding: 0px 0px !important;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-left: 1px solid #ccc;
	font-family: Cabin;
    text-align: center;
	width:100%;
	background: none;
    margin-bottom: 0px !important;
    border-bottom: none;
	outline:none;
	height: 70px;
}
.fdl-tabs .display_block {
    width: 100%;
    height: 100%;
    display: table;
}
.fdl-tabs .vertical_align {
    display: table-cell;
    vertical-align: middle;
}
/* Disabled tab */
.fdl-tabs .fdl-tabs-nav .fdl-tabs-state-disabled {
	opacity: 0.5;
}
.fdl-tabs .fdl-tabs-nav .fdl-tabs-tab:first-child a{
	border-left:none;
}
.r-tabs .r-tabs-nav .r-tabs-state-active{
	background-color: #5c89a1 !important;
}
/* Active state tab anchor */
.fdl-tabs .fdl-tabs-nav .fdl-tabs-state-active .fdl-tabs-anchor {
    color: #fff !important;
    background-size: cover;
    background: #be2135 !important;
}
.fdl-tabs .fdl-tabs-nav .fdl-tabs-state-active.red_active .fdl-tabs-anchor {
   background-color:#ebbb6d !important;
}
.fdl-tabs .fdl-tabs-nav .fdl-tabs-state-active.green_active .fdl-tabs-anchor {
	background:#f17565 !important;
}

.fdl-tabs .fdl-tabs-nav .fdl-tabs-state-active.purple_active .fdl-tabs-anchor {
	background:#9dc948 !important;
}
.fdl-tabs .fdl-tabs-nav .fdl-tabs-state-active.yellow_active1 .fdl-tabs-anchor {
	background:#6abeb4 !important;
}
.fdl-tabs .fdl-tabs-nav .fdl-tabs-state-active.yellow_active .fdl-tabs-anchor {
	background:#9dc948 !important
}
.fdl-tabs .fdl-tabs-nav .fdl-tabs-state-active.orange_active .fdl-tabs-anchor {
    	background:#f36621 !important;
}
/* Tab panel */
.fdl-tabs .fdl-tabs-panel {
	background-color: white;

}
#fdl_slider{
	margin-top:-180px;
	display:block;
}
.fdl-tabs .fdl_tab_content{
	font-size:14px;
	background:url(../../images/tab_bg.jpg);
	padding: 60px 0 60px;
	text-align:center;
	background-size:cover;
	position: relative;
}
.fdl-tabs .fdl_tab_content.fdl_celebration_bg{
    background:url(../../images/bnr-great-things.jpg);
	background-size:cover;
}
.fdl-tabs .fdl_tab_content.fdl_true_bg{
    background:url(../../images/bnr-put-love.jpg);
	background-size:cover;
	background-position:center;
	padding:50px 0px;
}
.fdl-tabs .fdl_tab_content.fdl_ice_cream_bg{
    background:url(../../images/bnr-holiday-baking.jpg);
	background-size:cover;
	background-position:center;
}
.fdl-tabs .fdl_tab_content.fdl_ontario_bg{
    background:url(../../images/bnr-holiday-baking.jpg);
	background-size: cover;
}
.fdl-tabs .fdl_tab_content p {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
	margin:20px 0px;
	font-family: 'Cabin';
	margin-bottom: 0;
}
.fdl-tabs .fdl_tab_content .fdl_main_title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    position:relative;
    display:inline-block;
    font-family: Beyond The Mountains;
	line-height: 95px;
}

.fdl-tabs .fdl_tab_content .fdl_main_title::after, .fdl-tabs .fdl_tab_content .fdl_main_title::before {
	position:absolute;
	content:'';
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	width: 100%;
	max-width:170px;
	height:7px;
	top: 45px ;
}
.fdl-tabs .fdl_tab_content .fdl_main_title::before{
	right:100%;
	margin-right: 35px;
}
.fdl-tabs .fdl_tab_content .fdl_main_title::after{
	left:100%;
	margin-left: 35px;
}
.fdl-tabs .fdl_tab_content .fdl_main_glorius_title {
   font-size: 50px;
    color: #fff;
    text-align: left;
    display: inline-block;
    font-family: 'LiebeDoris-Regular';
    line-height: 0px;
    position: absolute;
    left: 31%;
    letter-spacing: 3px;
}
.fdl-tabs .fdl_tab_content .fdl_true-text {
    font-size: 79px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    font-family: Zamenhof-Inline;
    letter-spacing: 15px;
}
.fdl-tabs .fdl_tab_content.fdl_true_bg .fdl_north_text {
    font-size: 79px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    font-family: Zamenhof-Inline;
	letter-spacing:15px;
	line-height: 15px;
}
.fdl-tabs .fdl_tab_content .fdl_true-text::after, .fdl-tabs .fdl_tab_content .fdl_true-text::before {
	position:absolute;
	content:'';
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	width: 100%;
	max-width:170px;
	height:7px;
	top: 50px;
}
.fdl-tabs .fdl_tab_content .fdl_true-text::before{
	right:100%;
	margin-right: 35px;
}
.fdl-tabs .fdl_tab_content .fdl_true-text::after{
	left:100%;
	margin-left: 35px;
}
.fdl-tabs .fdl_inner_wrapper{
}
.fdl_page_slider .fdl_paragraph {
    width: 100%;
    max-width: 900px;
    color: #fff;
    margin: 10px auto;
    font-size: 18px;
	font-family: Cabin;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section{
	background:url(../../images/featured-main-event.jpg);
	padding:140px 0px;
	background-position:center center;
	background-size:cover;
	position:relative;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section.fdl_leaf_bg{
	background:url(../../images/featured-great-things.jpg);
	background-size:cover;
	background-position: center;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section.fdl_peanut_bg{
	background:url(../../images/featured-holiday-baking.png);
	background-size:cover;
	background-position:center;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section.fdl_coffee_bg{
	background:url(../../images/featured-put-love.png);
	background-size:cover;
	background-position:center;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section.fdl_picnic_bg{
	background:url(../../images/featured-dinner-help.png);
	background-size:cover;
	background-position:center;
}

.display_table{
	width:100%;
	height:100%;
	display:table;
}
.verticle_align{
	vertical-align:bottom;
	display:table-cell;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section .fdl_potato_heading {
    color: #fff;
    text-align: center;
	font-family: Cabin;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section .fdl_potato_heading h1{
	margin:0px;
	font-size:60px;
	font-weight:800;
	font-family: 'Ink_Blossoms';
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section .fdl_potato_heading p{
	margin:25px;
	font-size:16px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section .fdl_potato_heading .fdl_video_button {
    background: #ec1b22;
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px;
    width: 180px;
	font-family: Cabin;
	font-size: 16px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section .fdl_potato_heading .fdl_article_button {
    background: #ec1b22;
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px;
    width: 180px;
	font-family: Cabin;
}
.fdl_page_slider .fdl_magazine_button {
    background: #ec1b22;
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    width: 180px;
	font-family: Cabin;
	 margin: 20px 0px 100px;
	font-size:16px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro {
    text-align: center;
	padding:50px 0px 135px;
	background:url(../../images/white_bg.png);
	background-position:center bottom;
    position: relative;
	/*background-size:cover;*/
	display:none;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading{
	font-size: 48px;
	color:#9dc948;
	font-family: 'LimonMarker-Regular';
	position:relative;
	display:inline-block;
}

/*.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading::before {
	position:absolute;
	content:'';
	border-top:2px solid #00b6b5;
	border-bottom:2px solid #00b6b5;
	width: 80px;
	height:7px;
	top: 45px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading::before{
	right:100%;
	margin-right: 15px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading::after{
	left:100%;
	margin-left: 15px;
}*/
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading {
    font-size: 72px;
	color:#63b94d;
	position:relative;
	display:inline-block;
	line-height:50px;
	font-family: 'LimonScript-Bold';
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_red_heading{
	color:#941014;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_pro_red_heading{
	color:#dd9c2d;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_lite_red_heading{
	color:#ebbb6d;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_pro_heading{
	color:#be2135;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_purple_heading{
	color:#f17565;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_yellow_heading{
	color:#a2d2d0;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_dark_yellow_heading {
    color: #6abeb4;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_light_purple_heading{
	color:#e34c3a;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_green_heading{
	color:#5c9330;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_light_green_heading{
	color:#80c342;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::before {
	position:absolute;
	content:'';
	border-top:2px dotted #5c89a1;
	width:100%;
	max-width:350px;
	height:7px;
	top: 30px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_pro_red_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_pro_red_heading::before {
	border-top:2px dotted #bc3b44;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_dark_yellow_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_dark_yellow_heading::before{
	border-top:2px dotted #9a7a3b;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_light_purple_heading::before, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_light_purple_heading::after{
	border-top:2px dotted #5c7e32;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::before{
	right:100%;
	margin-right: 15px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::after{
	left:100%;
	margin-left: 15px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section{
	margin:30px 0px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box {
    background: #fff;
    padding: 15px 0px 15px;
    border: 1px solid #ccc;
	margin:15px 0px;
	min-height: 370px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_content {
    font-size: 16px;
    color: #000;
    text-align: left;
    border-top: 1px solid #ccc;
    font-family: Cabin;
    padding: 15px 23px 0px;
    display: block;
    margin: 0px;
    min-height: 100px;
    position: relative;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_content .price_txt {
    width: 100%;
    text-align: left;
    font-size: 18px;
    border-top: 1px solid #ddd;
    padding: 10px 0px 0;
    color: #ec1b22;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_content .fdl_pro_txt {
    padding-bottom: 10px;
    min-height: 125px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_content .txt_italic {
	/*font-family: 'Cabin-MediumItalic';*/
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_info {
    font-size: 16px;
    color: #fff;
    background: #ec1b22;
    padding: 15px 10px;
    width: 100%;
    margin: 40px 0px 20px;
    display: none;
    font-family: 'Helvetica Neue Bold';
    font-weight: 600;
	max-width: 215px;
}
.fdl-tabs .fdl_tab_content .fdl_summer_text {
    font-size: 80px;
    color: #fff;
    text-align: center;
	font-family: 'Ink_Blossoms';
	letter-spacing: 15px;
	line-height: 40px;
}
.fdl-tabs .fdl_tab_content .fdl_summer_text.fdl_flavour_text {
    font-family: 'Beyond The Mountains';
    font-size: 44px;
    letter-spacing: 0px;
    margin: 25px 0px;
}
.fdl-tabs .fdl_tab_content .fdl_canada_text {
    font-size: 80px;
    color: #fff;
    text-align: center;
    font-family: 'Ink_Blossoms';
    position: relative;
    line-height: 75px;
    padding-top: 15px;
	text-shadow: 4px 3px 1px #313131;

}
.fdl-tabs .fdl_tab_content .fdl_canada_text .fdl_canada_icon{
	position:relative;
}
/*.fdl-tabs .fdl_tab_content .fdl_canada_text .fdl_canada_icon:before {
	position:absolute;
	content:url(../../images/canada_150.png);
	top: -60px;
    left: -92px;
	}*/
.fdl-tabs  .fdl_inner_wrapper .fdl_fresh_ins_section{
	    text-align: center;
		background: #941014;
		padding:105px 0px 0px;
    margin-top: -95px;
}
.fdl-tabs  .fdl_inner_wrapper .fdl_fresh_ins_section.fdl_red_bg{
	background: #dd9c2d;
}
.fdl-tabs  .fdl_inner_wrapper .fdl_fresh_ins_section.fdl_purple_bg{
	background: #f17565;
}
.fdl-tabs  .fdl_inner_wrapper .fdl_fresh_ins_section.fdl_orange_bg{
	background: #9dc948;
}
.fdl-tabs  .fdl_inner_wrapper .fdl_fresh_ins_section.fdl_green_bg{
	background: #6abeb4;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_fresh_ins_heading{
	font-size: 48px;
	line-height: 48px;
    color: #fff;
    font-family: 'LimonMarker-Regular';
    position: relative;
    display: inline-block;
}
/*.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_fresh_ins_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_fresh_ins_heading::before {
    position: absolute;
    content: '';
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 80px;
    height: 7px;
    top: 45px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_fresh_ins_heading::before {
    right: 100%;
    margin-right: 15px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_fresh_ins_heading::after {
    left: 100%;
    margin-left: 15px;
}*/
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading {
    font-size: 72px;
	line-height: 72px;
    color: #fff;
    font-family: 'LimonScript-Bold';
    position: relative;
    display: inline-block;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading::before {
    position: absolute;
    content: '';
    border-top: 2px dotted #fff;
	width:100%;
    max-width: 335px;
    height: 7px;
    top:30px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading::before {
    right: 100%;
    margin-right: 15px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading::after {
    left: 100%;
    margin-left: 15px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section{
	padding:15px 0px;
	
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box{
	position:relative;	
	margin: 25px 0px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box img{
	display: block;
  width: 100%;
  height: auto;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .overlay {
  bottom: 0;
  height: 100%;
}

.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .overlay_text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  overflow: hidden;
  font-family: Cabin;
  padding: 40px 0px 10px;
  padding-left:35px;
  text-align:left;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .overlay_text span.brk_txt_mob {
    display: block;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .fdl_view_recipe{
	background:#ec1b22;
	color:#fff;
	font-family: Cabin;
	display:inline-block;
	width:290px;
	padding:15px;
	margin: 15px 0px 30px;
	text-align:center;
	font-size:16px;
}
/* Accordion anchor */
.fdl-tabs .fdl-tabs-accordion-title .fdl-tabs-anchor {
	display: block;
    padding: 10px;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-family: Cabin;
    color: #000;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.fdl_bottom_section .fdl_find_inner_box{
	padding: 45px 0px;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box{
	border: 1px solid #ccc;
    padding: 25px;
    text-align: center;
	margin:15px 0px;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box p{
	font-family: 'Cabin';
	font-size:14px;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_find_text {
    font-size: 48px;
	 font-family: 'LiebeDoris-Regular';
	color:#5c89a1;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_find_red_text{
	color:#5c89a1;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_find_puprle_text{
	color:#a577b4;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_find_green_text{
	color:#80c342;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_way_text {
    font-size: 60px;
	 font-family: 'Ink_Blossoms';
	 color:#3c6275;
	 margin:8px 0px;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_way_text.fdl_way_red_txt{
	color:#bc3b44;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_find_btn {
    background: #ec1b22;
    color: #fff;
    padding: 15px;
    display: inline-block;
    width: 150px;
    margin: 15px 0px;
	font-family: Cabin;
	font-size:16px;
	letter-spacing: 1px;
}
/*.fdl-tabs .fdl_inner_wrapper .fdl_feature_bg{
	background:url(../../images/full_blue_bg.jpg);
}*/
/* Active accordion anchor */
.fdl-tabs .fdl-tabs-accordion-title.fdl-tabs-state-active .fdl-tabs-anchor {
    background: url(../../images/active_img.jpg);
    color: #fff;
    text-shadow: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 72px;
}
/* Disabled accordion button */
.fdl-tabs .fdl-tabs-accordion-title.fdl-tabs-state-disabled {
	opacity: 0.5;
}
.fdl-tabs .fdl-tabs-nav {
    padding: 0 !important;
    margin: 0px auto !important;
    border-bottom: none !important;
    max-width: 1170px;
    background: #fff;
    margin-top: -4px !important;
}

.fdl-tabs .fdl-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.fdl-tabs .fdl-tabs-panel {
    padding: 0px;
    display: none;
}

.fdl-tabs .fdl-tabs-accordion-title {
    display: none;
}
.fdl-tabs .fdl-tabs-panel.fdl-tabs-state-active {
    display: block;
}
.fdl_footer_section {
    background: #000;
    padding: 25px 0px;
}
.fdl_footer_section .fdl_copyright{
	    padding: 10px;
	
}
.fdl_footer_section .fdl_copyright_text {
    font-size: 14px;
    color: #fff;
	font-family: Helvetica_Neue;
}
.fdl_footer_section  .fdl_footer_links{
	list-style:none;
}
.fdl_footer_section .fdl_footer_links_section {
	   padding-right: 0px;
}
.fdl_footer_section  .fdl_footer_links li{
	float:left;
}
.fdl_footer_section  .fdl_footer_links li a{
	color:#fff;
	font-size:14px;
	font-family: Helvetica_Neue;
    padding-left: 19px;
	text-transform:uppercase;
}
.fdl_footer_section .no_padding{
	padding:0px;
}
.fdl_video_wrap #fancybox-close{  
	background: url(../../images/fancy-popup-close-btn.png);
    width: 30px;
    height: 30px;
    right: -16px;
    top: -15px;
    background-position: center;
}
.find_store.header-store.fdl_find_btn a {
    color: #fff;
}
.fdl_video_wrap #fancybox-content{
	border:none !important;
	width: 100% !important;
}
.fdl_video_wrap #fancybox-outer {
    width: 100%;
    max-width: 622px;
}
/*.fdl_article_wrap #fdl_article_wrap{
	height: 1000px !important;
    width: 100% !important;
}*/
.fdl_article_wrap #fancybox-frame, #fancybox-img {
    height: 850px;
    width: 100%;
    overflow: hidden !important;
}
.fdl_article_wrap#fancybox-wrap{
    max-width: 587px;
    width: 100% !important;
}
.fdl_article_wrap #fancybox-content{
	height: 850px !important;
    width: 100% !important;
	border-width: 0px !important;
}
.fdl_article_wrap #fancybox-close {
    background: #ec1b22 url(../../images/fancy-popup-close_button.png) no-repeat;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 0px;
    background-position: center;
    padding: 10px;
}
.data_tab_content.fdl-tabs-state-active{
	display:block;
}
.data_tab_content{
	display:none;
}
#select_fdl_tabs_nav{
	display:none;
}
.fdl_ontario_pop_wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 103%;
	height: 100%;
	z-index: 10001;	
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}
 .fdl_ontario_pop_wrap .fdl_ontario_abs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fdl_ontario_pop_wrap .fdl_ontario_abs .fdl_ontario_rel{
	position:relative;
}
 .fdl_ontario_pop_wrap .fdl_ontario_abs .fdl_ontario_rel .fdl_ontario_pop_inner {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 5%;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
	    z-index: 1003;
}
 .fdl_ontario_pop_wrap .fdl_ontario_abs .fdl_ontario_rel .fdl_ontario_pop_inner img{
	 width:100%;
 }
.fdl_ontario_pop_overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	    z-index: 1002;
}
.fdl_ontario_pop_wrap .fdl_ontario_abs .fdl_ontario_rel .fdl_ontario_ent_close {
   display: inline-block;
    width: 35px;
    text-align: center;
    height: 35px;
    color: #fff;
    font-size: 35px;
    line-height: 25px;
    position: absolute;
    top: 15px;
    left: 68.2%;
    font-family:Arial, Helvetica, sans-serif;
    z-index: 9999;
    background: #e40707;
    padding: 5px;
}

/*second poup css*/
.fdl_ontario_pop_wrap1{
	position: fixed;
	top: 0;
	left: 0;
	width: 103%;
	height: 100%;
	z-index: 10001;	
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}
 .fdl_ontario_pop_wrap1 .fdl_ontario_abs1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fdl_ontario_pop_wrap1 .fdl_ontario_abs1 .fdl_ontario_rel1{
	position:relative;
}
 	.fdl_ontario_pop_wrap1 .fdl_ontario_abs1 .fdl_ontario_rel1 .fdl_ontario_pop_inner1 {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 5%;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
	    z-index: 1003;
}
.fdl_ontario_pop_overlay1 {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	    z-index: 1002;
}
.fdl_ontario_pop_wrap1 .fdl_ontario_abs1 .fdl_ontario_rel1 .fdl_ontario_ent_close1 {
   display: inline-block;
    width: 35px;
    text-align: center;
    height: 35px;
    color: #fff;
    font-size: 35px;
    line-height: 25px;
    position: absolute;
    top: 15px;
    left: 68.2%;
       font-family:Arial, Helvetica, sans-serif;
    z-index: 9999;
    background: #e40707;
    padding: 5px;
}
.food_inspired_tab_anchor {
	padding-top: 150px;
	margin-top: -150px;
  display: inline-block;
}
.r-tabs-accordion-title {
	z-index: -99999;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin-top: -2px;
}
.fdl_tab_section .data_tab_content .heading{
	color:#fff;
	text-shadow: 1px 1px 5px #222;
	margin: 0;
}
.fdl_tab_section #tab-1 .heading .txt1{	
	font-family: 'LimonScript-Bold';
	font-size:72px;
	line-height: 66px;
}
.fdl_tab_section #tab-1 .heading .txt2{
	font-family: 'LimonMarker-Regular';
	font-size:48px;
}
.fdl_tab_section #tab-2 .heading .txt1{
	font-family: 'LimonMarker-Regular';
	font-size:72px;
	line-height: 72px;
}
.fdl_tab_section #tab-2 .heading .txt2{
	font-family: 'LimonScript-Bold';
	font-size:82px;
}
.fdl_tab_section #tab-3 .heading .txt1{		
	font-family: 'LimonMarker-Regular';
	font-size:52px;
}
.fdl_tab_section #tab-3 .heading .txt2{
	font-family: 'LimonScript-Bold';
	font-size:52px;
}
.fdl_tab_section #tab-3 .heading .txt3{
	font-family: 'LimonScript-Bold';
	font-size:72px;
	line-height: 72px;
}
.fdl_tab_section #tab-4 .heading .txt1{		
	font-family: 'LimonMarker-Regular';
	font-size:52px;
}
.fdl_tab_section #tab-4 .heading .txt2{
	font-family: 'LimonScript-Bold';
	font-size:72px;
	line-height: 72px;
}
.fdl_tab_section #tab-5 .heading .txt1{
	font-family: 'LimonScript-Bold';
	font-size:72px;
	line-height: 72px;
}
.fdl_tab_section #tab-5 .heading .txt2{		
	font-family: 'LimonMarker-Regular';
	font-size:52px;	
}
.fdl-tabs #tab-4 .fdl_tab_content {
	background: url(../../images/maineventtab-bg.jpg);
	background-size: cover;
}
.fdl-tabs #tab-5 .fdl_tab_content {
	background: url(../../images/dinnertab-bg.jpg);
	background-size: cover;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_img_section {
	position: relative;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .n_badge {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .buy_badge_y {
	position: absolute;
	right: 20px;
	top: 5px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .rs_arrow{
	position: absolute;
	right: 7px;
	top: 50px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .ls_arrow{
	position: absolute;
	left: 7px;
	top: 50px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .buy_badge_arr {
	position: absolute;
	right: -38.5px;
	top: -7px;
	z-index: 1;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .buy_badge_arr_mob {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display:none;
}
.inspired_mob_grid_carousel li {
	list-style: none !important;
	outline: none !important;
}
.inspired_mob_grid_carousel li.mob_hide {
	display:none !important;
}
.fdl-tabs .vertical_align span.tab-dis-blk {
    display: inline-block;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .ofr_txt_cont span.ofr_txt{
	text-align: right;
	display:block
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_content .fdl_pro_txt sup.ofr_ntc_str {
    top: -0.3em;
    margin-left: 2px;
}
.fdl_tab_section .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	color:#474747;
}
@media only screen and (min-width:1701px) and (max-width:1920px){
	.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro {background-size: 110%;}
}
@media only screen and (max-width: 1199px) and (min-width: 992px)
{
	.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_content {
    font-size: 15px;
	}
	.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_info {
    font-size: 14px;
   max-width: 150px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .overlay_text {
    font-size: 18px;
    padding: 40px 0px 10px;
    padding-left: 15px;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_way_text {
    font-size: 50px;
}
.fdl_footer_section .fdl_footer_links li a {
    font-size: 12px;
    padding-left: 10px;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.fdl-tabs .fdl_tab_content .fdl_main_title {
    font-size: 32px;
	    line-height: 65px;
	}
	.fdl-tabs .fdl-tabs-nav .fdl-tabs-anchor {
    font-size: 15px;
	}
	.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading {
    font-size: 45px;}
	.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::before {
    top: 15px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading {
    font-size: 45px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading::before {
    top: 20px;
}
.fdl-tabs .fdl_tab_content .fdl_main_title::after, .fdl-tabs .fdl_tab_content .fdl_main_title::before {
    top: 25px;
}
.fdl_footer_section .fdl_footer_links li:first-child a{
	padding-left:5px;
}

.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_info {
	font-size: 12px;
	max-width: 215px;
	width: inherit;
	margin-top: 10px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .fdl_pro_content {
	font-size: 16px;
	padding: 10px;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_way_text {
	font-size: 40px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .overlay_text {
	white-space: normal;
	font-size: 16px;
	padding: 10px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .fdl_view_recipe {
	width: inherit;
}
.fdl_footer_section .fdl_footer_links_section {
    padding-right: 0px;
    padding-left: 0px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .buy_badge_y {
	right: 10px;
	top: 0px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .buy_badge_y img {
	width: 50px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .n_badge {
	left: 6px;
	bottom: 6px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .buy_badge_arr img {
	width: 60px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .buy_badge_arr {
	right: -30px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .rs_arrow {
	top: 30px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .ls_arrow {
	top: 30px;
}
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 767px) {
	.fdl_tab_content.img_size img{
		width:100%;
		max-width: 300px;
	}
    .fdl-tabs .fdl-tabs-nav {
/*display: none;*/
    }
.fdl-tabs .fdl-tabs-nav .fdl-tabs-tab {
	width: 100%;
	border-bottom: 1px solid #ddd !important;
}
.fdl-tabs .fdl-tabs-nav .fdl-tabs-tab:last-child {
	width: 100%;
	margin-bottom: 1px;
}
.fdl_tab_section .r-tabs .r-tabs-nav .r-tabs-state-active {
	margin-bottom: 0px !important;
}
.fdl_page_slider {
	margin-top: 0px;
}
    .fdl-tabs .fdl-tabs-accordion-title {
        display: block;
    }
	.fdl-tabs .fdl_tab_content .fdl_main_title {
    font-size: 32px;
	line-height: 55px;
	}
	.fdl-tabs .fdl_tab_content .fdl_main_title::after, .fdl-tabs .fdl_tab_content .fdl_main_title::before {    
    top: 25px;
		max-width:100px;
	}
	.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_way_text{
		font-size:40px;
	}
	.fdl-tabs .fdl_tab_content .fdl_main_title::before {
    margin-right: 10px;
}
.fdl-tabs .fdl_tab_content .fdl_main_title::after {
    margin-left: 10px;
}

.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading {
    font-size: 40px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::before {
    max-width: 50px;
	top: 18px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_fresh_ins_heading {
    font-size: 30px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading {
    font-size: 30px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_inspiration_heading::before {
     top: 20px;
	max-width: 50px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_fresh_ins_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_fresh_ins_heading::before {
    top: 25px;
}
.fdl-tabs .fdl-tabs-nav .fdl-tabs-anchor {
    font-size: 15px;
	background-size: 100% 100% !important;
	height:55px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_potato_video_section .fdl_potato_heading h1{
	font-size: 35px;
}
.fdl-tabs .fdl_tab_content .fdl_summer_text {
    font-size: 40px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading {
    font-size: 30px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading::before {
    top: 25px;
}
.fdl-tabs .fdl_tab_content .fdl_main_glorius_title {
    font-size: 28px;
}
.fdl-tabs .fdl_tab_content .fdl_canada_text {
    font-size: 45px;
}
.fdl-tabs .fdl_tab_content .fdl_canada_text .fdl_canada_icon:before {
	   top: -70px;
    left: -75px;
    transform: scale(0.6);
}
.fdl_footer_section .fdl_copyright_text{
    margin: 10px;
}
.fdl_footer_section .fdl_footer_links li a {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 0px;
}
.fdl_footer_section .fdl_footer_links li:first-child a{
	padding-left:0px;
}
.fdl_footer_section .fdl_footer_links_section {
    padding-right: 0px;
    padding-top: 0px;
}
.fdl_footer_section .fdl_copyright{
	padding:0px 10px;
}
.fdl_page_slider {
	padding: 20px 20px 40px;
}
.fdl_ontario_pop_wrap .fdl_ontario_abs .fdl_ontario_rel .fdl_ontario_ent_close{
	left: 85.2%;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .buy_badge_arr_mob {
	display:block;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .buy_badge_arr {
	right: 0px;
	top: 0px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .rs_arrow {
	top: 35%;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_section .fdl_pro_box .ls_arrow {
	top: 35%;
}
.fdl_tab_section .r-tabs .r-tabs-nav {
	display: block;
}
.fdl-tabs .vertical_align span.tab-dis-blk {
    display: inline;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .ofr_txt_cont{
	padding-bottom: 50px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .fdl_view_recipe {
 width: inherit;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .overlay_text span.brk_txt_mob {
    display: inline;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .fdl_view_recipe{
	width: 250px;
}
.fdl_tab_section .r-tabs .r-tabs-nav li::after {
 content: "";
 width: 0;
 height: 0;
 position: absolute;
 top: 50%;
 right: 15px;
 margin-top: -3px;
 border-width: 6px 6px 0 6px;
 border-style: solid;
 border-color: #be2135 transparent;
}
.fdl_tab_section .r-tabs .r-tabs-nav li.fdl-tabs-state-active::after {
border-color: #fff transparent;
}
}

@media only screen and (max-width: 640px) {
	.fdl-tabs .fdl_tab_content .fdl_main_title {
    font-size: 20px;
	line-height:40px;
}
.fdl-tabs .fdl-tabs-accordion-title.fdl-tabs-state-active .fdl-tabs-anchor {
    padding: 50px;
}
.fdl-tabs .fdl_tab_content .fdl_main_title::after, .fdl-tabs .fdl_tab_content .fdl_main_title::before {
    top: 15px;
}
.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
        width: 100%;
    margin: 0 auto;  
    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	display:block;
	border: 1px solid #ccc;
}
#select_fdl_tabs_nav{
	padding: 12px 15px;
	display:block;
	 background: #fff;
	 border: 1px solid #ccc;
	 position: relative;
}
#select_fdl_tabs_nav:after { 
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
   border-color: #ed1c24 transparent;
}
.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
   border-color: #ed1c24 transparent;
}
.wrapper-dropdown-5 .dropdown {
	position: absolute;
	/* top: 32px; */
	background: #f1f1f1;
	width: 100%;
	display: none;
	z-index: 9;
}
.wrapper-dropdown-5 .dropdown li {
/*    padding: 0 10px ;*/
}
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #ed1c24;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
   border-color: #fff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro{
	background-size:inherit;
}
.fdl_ins_img_section .fdl_ins_img_box.fdl_img_display{
	display:none;
}
.inspired_mob_grid_carousel {
	padding: 0 30px;
}
.inspired_mob_grid_carousel .slick-arrow {
	position: absolute;
	top: 45%;
	width:18px;
	height:36px;
	background-repeat:no-repeat !important;
	border: none;
}
.inspired_mob_grid_carousel .slick-arrow.slick-prev {
	left: 10px;
	background: url(../../images/left-arrow-white.png);
}
.inspired_mob_grid_carousel .slick-next.slick-arrow {
	right: 10px;
	background: url(../../images/right-arrow-white.png);
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .overlay_text {
	padding: 10px 0px 10px;
	padding-left: 10px;
	white-space: normal;
}
/* Slider css start*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    list-style: none !important;
	outline:0;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
}
@media only screen and (max-width:480px){
	.fdl-tabs .fdl_tab_content .fdl_main_title {
    font-size: 18px;
	}
	.fdl-tabs .fdl_tab_content .fdl_summer_text {
    font-size: 28px;
    letter-spacing: 10px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro{
	    padding: 0px 0px 35px;
}
.fdl-tabs .fdl-tabs-accordion-title.fdl-tabs-state-active .fdl-tabs-anchor {
    padding: 40px;
}
.fdl-tabs .fdl_tab_content .fdl_main_title::after, .fdl-tabs .fdl_tab_content .fdl_main_title::before {
    top: 13px;
}
.fdl-tabs .fdl-tabs-accordion-title .fdl-tabs-anchor {
    font-size: 16px;
}
.fdl-tabs .fdl_tab_content .fdl_canada_text .fdl_canada_icon:before {
	   top: -75px;
    left: -80px;
    transform: scale(0.6);
}
.fdl-tabs .fdl_tab_content .fdl_main_glorius_title {
    font-size: 25px;
}
.fdl-tabs .fdl_tab_content .fdl_canada_text {
    font-size: 35px;
}
.fdl-tabs .fdl_tab_content .fdl_true-text {
    font-size: 30px;
    letter-spacing: 5px;
}
.fdl-tabs .fdl_tab_content .fdl_true-text::after, .fdl-tabs .fdl_tab_content .fdl_true-text::before {
    top: 15px;
}
.fdl-tabs .fdl_tab_content .fdl_true-text::after {
    margin-left: 5px;
}
.fdl-tabs .fdl_tab_content .fdl_true-text::before {
    margin-right: 5px;
}
.fdl-tabs .fdl_tab_content.fdl_true_bg .fdl_north_text {
    font-size: 30px;
    letter-spacing: 5px;
}
.fdl-tabs .fdl_tab_content .fdl_summer_text.fdl_flavour_text {
    font-size: 22px;
}

.fdl_footer_section .fdl_footer_links li a {
    font-size: 14px;
	line-height: 25px;
}
.fdl_ontario_pop_wrap .fdl_ontario_abs .fdl_ontario_rel .fdl_ontario_ent_close{
	left: 83.2%;
}

}
@media only screen and (max-width:413px){
	.fdl-tabs .fdl-tabs-accordion-title.fdl-tabs-state-active .fdl-tabs-anchor {
    padding: 35px;
}
.fdl_ontario_pop_wrap .fdl_ontario_abs .fdl_ontario_rel .fdl_ontario_ent_close{
	left: 80.2%;
}
}
@media only screen and (max-width:374px){
	.fdl-tabs .fdl_tab_content .fdl_summer_text{
		font-size:25px;
		letter-spacing:7px;
	}
	.fdl-tabs .fdl_tab_content .fdl_main_title{
		font-size:15px;
	}

.fdl-tabs .fdl_tab_content .fdl_main_title::after, .fdl-tabs .fdl_tab_content .fdl_main_title::before {
    top: -5px;
    max-width: 70px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading {
    font-size: 30px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading::after, .fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_feature_heading::before {
    top: 25px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::before {
    margin-right: 5px;
}
.fdl-tabs .fdl_inner_wrapper .fdl_feature_pro .fdl_pro_heading::after {
    margin-left: 5px;
}
.fdl_bottom_section .fdl_find_inner_box .fdl_find_box .fdl_way_text {
    font-size: 33px;
}
.fdl-tabs .fdl-tabs-accordion-title .fdl-tabs-anchor {
    font-size: 16px;
}
.fdl-tabs .fdl_tab_content .fdl_main_glorius_title {
    font-size: 20px;
}
.fdl-tabs .fdl_tab_content .fdl_canada_text {
    font-size: 25px;
    color: #fff;
}
.fdl-tabs .fdl_tab_content .fdl_canada_text .fdl_canada_icon:before {
    top: -77px;
    left: -70px;
    transform: scale(0.5);
}
.fdl_footer_section .fdl_footer_links li a {
    font-size: 12px;

}
.fdl-tabs .fdl_tab_content .fdl_main_title{
	line-height:0px;
}
.fdl_ontario_pop_wrap .fdl_ontario_abs .fdl_ontario_rel .fdl_ontario_ent_close{
	left: 80.2%;
}
.fdl-tabs .fdl_inner_wrapper .fdl_fresh_ins_section .fdl_ins_img_section .fdl_ins_img_box .fdl_view_recipe{
	width: 200px;
}
}
.flyer_img {
	height: 250px;
    overflow: hidden;
    margin-left: 30px !important;
}

.store-locator p{
	margin-top: 3.5em;
}