/*
Theme Name: Paradise Fruit
Theme URI:
Author URI:
Version: 1.0.1
Tags: Sidebar, Slider, Custom Menu
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;counter-reset:item;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {font-weight: bold;}
em {font-style: italic;}
a {text-decoration: none;}
/* GLOBALS */
html {min-height: 100%;}
body {background: #ffffff; font-family: 'Nunito', Arial, Helvetica, sans-serif; overflow-x: hidden;}
#mobile-menu {display: none; text-align: center; font-family: 'Montserrat'; font-size: 40px; line-height: 40px; text-decoration: none; background: #ffffff; padding: 2px 5px; color: #a81600; font-weight: bold; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mobile-menu.active-slide {background: #fbd77b;}
.clear {clear: both;}
.full_width {width: 100%;}
.container {width: 1000px; max-width: 100%; margin: 0 auto; position: relative;}
.centered {text-align: center;}
.btn {display: inline-block; text-align: center; font-size: 14px; color: #ffffff; text-transform: uppercase; font-weight: 700; font-family: 'AvenirLTStd'; position: relative; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.btn.btn-small {padding: 10px 22px;}
.btn.btn-big {padding: 15px 40px;}
.btn.btn-img {margin-left: 70px; margin-top: 20px;}
.btn.btn-img img {position: absolute; left: -85px; top: -25px;}
.sidebar .btn i {display: inline-block; margin-left: 4px;}
.btn img {display: inline-block; vertical-align: bottom;}
.btn.btn-red {border-top: 2px solid #ac1700; border-right: 2px solid #ae2610; border-bottom: 2px solid #ae2610; border-left: 2px solid #ae2610; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e22500+0,a31500+50,710800+100 */
background: #e22500; /* Old browsers */
background: -moz-linear-gradient(top,  #e22500 0%, #a31500 50%, #710800 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e22500 0%,#a31500 50%,#710800 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e22500 0%,#a31500 50%,#710800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22500', endColorstr='#710800',GradientType=0 ); /* IE6-9 */
}
.btn.btn-red:hover {border-top: 2px solid #ac1700; border-right: 2px solid #ae2610; border-bottom: 2px solid #ae2610; border-left: 2px solid #ae2610; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e92a00+0,be1900+50,9b0a00+100 */
background: #e92a00; /* Old browsers */
background: -moz-linear-gradient(top,  #e92a00 0%, #be1900 50%, #9b0a00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e92a00 0%,#be1900 50%,#9b0a00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e92a00 0%,#be1900 50%,#9b0a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92a00', endColorstr='#9b0a00',GradientType=0 ); /* IE6-9 */
}

.btn.btn-green {border-top: 2px solid #316f38; border-right: 2px solid #36723d; border-bottom: 2px solid #316f38; border-left: 2px solid #36723d; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#479d50+0,2a5d2f+50,0e2010+100 */
background: rgb(71,157,80); /* Old browsers */
background: -moz-linear-gradient(top, rgba(71,157,80,1) 0%, rgba(42,93,47,1) 50%, rgba(14,32,16,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(71,157,80,1) 0%,rgba(42,93,47,1) 50%,rgba(14,32,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(71,157,80,1) 0%,rgba(42,93,47,1) 50%,rgba(14,32,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479d50', endColorstr='#0e2010',GradientType=0 ); /* IE6-9 */
}
.btn.btn-green:hover {border-top: 2px solid #316f38; border-right: 2px solid #36723d; border-bottom: 2px solid #316f38; border-left: 2px solid #36723d; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e2010+0,2a5d2f+50,479d50+100 */
background: rgb(14,32,16); /* Old browsers */
background: -moz-linear-gradient(top, rgba(14,32,16,1) 0%, rgba(42,93,47,1) 50%, rgba(71,157,80,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(14,32,16,1) 0%,rgba(42,93,47,1) 50%,rgba(71,157,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(14,32,16,1) 0%,rgba(42,93,47,1) 50%,rgba(71,157,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2010', endColorstr='#479d50',GradientType=0 ); /* IE6-9 */
}

.radius {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.row .one-third {width: 33.33333333333333%;}
.row .half {width: 50%;}
.row .one-quarter {width: 25%;}
.row .three-quarters {width: 75%;}
.row .pull-left {float: left;}
.row .pull-right {float: right;}
.row .pull-left .row-container {padding-right: 20px;}
.row .pull-right .row-container {padding-left: 20px;}
.row .pull-left.sidebar .row-container {padding-right: 15px;}
.row .pull-right.sidebar .row-container {padding-left: 15px;}
section.page {max-width: 1920px; margin: 0 auto;}
section.page .content-home-top {padding-top: 60px;}
.spaced-page {padding-top: 45px; padding-bottom: 70px;}
.page-title {font-size: 54px; line-height: 64px; color: #a81600; padding-bottom: 20px; font-weight: 500; font-family: 'Androgyne';}
.page-title.black {color: #000000;}
.page-title-inside {font-size: 26px; line-height: 32px; padding-bottom: 25px; color: #000000; font-weight: 400; text-transform: uppercase; font-family: 'AvenirLTStd';}
.page-styles p, .page-styles ul, .page-styles ol {font-size: 16px; line-height: 24px; color: #333333; font-weight: 400; padding-bottom: 25px; font-family: 'AvenirLTStd';}
.page-styles ul li, .page-styles ol li {padding-bottom: 3px;}
.page-styles ul li {position: relative; padding-left: 20px;}
.page-styles ul li:before {content: "\f105"; color: #a81600; font-size: 18px; font-family: 'FontAwesome'; position: absolute; left: 0px; top: 0px;}
.page-styles a {color: #a81600; font-weight: 700;}
.page-styles a:hover {color: #2a5d2f;}
.page-styles h2,
.page-styles h3,
.page-styles h4,
.page-styles h5 {font-family: 'AvenirLTStd';}
.page-styles h2 {font-size: 26px; line-height: 32px; padding-bottom: 25px; color: #000000; font-weight: 400; text-transform: uppercase;}
.page-styles h3 {font-size: 24px; line-height: 28px; padding-bottom: 20px; color: #333333; font-weight: 700;}
.page-styles h4 {font-size: 20px; line-height: 28px; padding-bottom: 20px; color: #333333; font-weight: 700;}
.page-styles h5 {font-size: 18px; line-height: 26px; padding-bottom: 20px; color: #333333; font-weight: 700;}
.page-styles img {max-width: 100%; height: auto; display: block;}
.page-styles .content-column img {margin: 0px; /*border: 1px solid #a8a8a8;*/ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.page-styles h4 img {display: inline-block; margin: 0px; vertical-align: middle;}
.page-styles .btn-simple i {margin-left: 8px;}
.page-styles .btn-red {color: #ffffff !important;}
.page-styles .btn-content {margin-bottom: 25px; display: inline-block;}
.page-styles .btn i {display: inline-block; margin-left: 10px;}
.page-styles img.amazon {display: inline-block; vertical-align: middle;}
.page-styles a.download {margin-bottom: 20px; display: block;}
header {padding: 25px 0px; background: #a81600; border-bottom: 3px solid #971400;}
header .logo {display: block; position: absolute; top: -20px; z-index: 999;}
header .logo img {max-width: 100%; height: auto;}
header .searchform {max-width: 160px; float: right; position: relative; z-index: 9;}
header .searchform input[type="text"] {width: 100%; padding: 10px 35px 10px 10px; font-size: 12px; color: #333333; text-transform: uppercase; font-style: italic; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
header .searchform input[type="submit"] {display: none;}
header .searchform label {text-align: center; position: absolute; top: 0px; right: 0px; width: 35px; height: 100%; cursor: pointer; border-left: 1px solid #8e8e8e;}
header .searchform label i {color: #a81600; position: relative; top: 11px; font-size: 14px;}
header .searchform label:hover i {color: #2a5d2f;}
header.header-thinkfuit {text-align: center; min-height: 25px;}
header.header-thinkfuit .logo {left: 50%; margin-left: -76px;}
section.page {background: #ffffff url(images/page/bg-gradient.jpg) repeat-x top center; position: relative;}
section.page img.fruit-left {display: block; position: absolute; left: 0px; top: 90px; z-index: 9;}
section.page img.fruit-right.inside-page {display: block; position: absolute; right: 0px; top: 500px; z-index: 9;}
section.page .bg-page {background: url(images/page/bg-gradient-hv.jpg) repeat-x bottom center;}
section.page .bg-page-thinkfruit {background: url(images/content/thinkfruit/bg-think-repeat.jpg) repeat-x top center;}
section.page .content-home-top h1 span {display: block;}
section.page .content-home-top h1 span.achieving {font-size: 26px; line-height: 32px; color: #000000; text-transform: uppercase; font-weight: 400;}
section.page .content-home-top h1 span.baking {font-size: 54px; line-height: 64px; color: #a81600; font-weight: 500; font-family: 'Androgyne';}
section.page .content-home-top h1 span.years {font-size: 48px; line-height: 54px; color: #37793d; font-weight: 500; font-family: 'DancingScript';}
section.page .content-home-top h1 {padding-bottom: 25px;}
section.page .content-home-top img {float: right;}
section.page .content-home-bottom {padding-top: 120px; padding-bottom: 20px; margin-top: -90px; position: relative; z-index: 9; background: url(images/home/section-two/swoosh.png) no-repeat center top;}

section.page .content-home-bottom .box {width: 49%; float: left;}
section.page .content-home-bottom .box.box-spaced {margin-right: 2%;}
section.page .content-home-bottom .box .read-more {cursor: pointer; display: block; width: 43px; height: 43px; background: url(images/home/section-two/read-more.png) no-repeat center top; position: absolute; right: 0px; bottom: 0px;}
section.page .content-home-bottom .box:hover .read-more {background-position: center bottom;}
section.page .content-home-bottom .box .read-more i {color: #ffffff; font-size: 13px; position: absolute; top: 22px; left: 27px;}
section.page .content-home-bottom .box p {padding-right: 100px;}
section.page .content-home-bottom .box .btn {margin-top: 15px;}
.box-default .box {position: relative; border: 2px solid #a81600; margin-bottom: 20px; background: url(images/home/section-two/widget-bg.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.box-default .box img {position: absolute; right: 0px; top: 0px;}
.box-default .box .box-container {padding: 20px 10px;}
.box-default .box h3 {padding-bottom: 15px;}
.box-default .box h3 span {display: block;}
.box-default .box p {font-size: 14px; line-height: 20px; color: #000000; font-weight: 400; font-family: 'AvenirLTStd';}
.box-default .box.box-style-one h3 {font-size: 26px; line-height: 32px; color: #a81600; font-weight: 500; font-family: 'Androgyne';}
.box-default .box.box-style-one h3 span {font-size: 24px; line-height: 28px; color: #37793d; font-weight: 500; font-family: 'DancingScript';}
.box-default .box.box-style-two h3 {font-size: 24px; line-height: 28px; color: #37793d; font-weight: 500; font-family: 'DancingScript';}
.box-default .box.box-style-two h3 span {font-size: 26px; line-height: 32px; color: #a81600; font-weight: 500; font-family: 'Androgyne';}
.box-default .box.box-style-two p {padding-bottom: 15px;}
section.page .content-home-bottom img.fruit-right {display: block; position: absolute; right: 0px; top: 180px; z-index: 9;}
.facebook-box .facebook-box-container {min-height: 333px; max-height: 333px; overflow: hidden; border: 5px solid #37793d; padding: 10px; background: #ffffff; overflow: hidden;}
footer section.footer-menu-area img.cherry {display: block; position: absolute; left: -190px; top: -80px;}
footer section.footer-menu-area {padding-top: 13px; padding-bottom: 10px; background: #2a5d2f; border-bottom: 3px solid #26542a;}
footer section.footer-menu-area ul.footer-menu {float: left; font-size: 13px; font-weight: 700; text-transform: uppercase;}
footer section.footer-menu-area ul.footer-menu li {display: inline-block;}
footer section.footer-menu-area ul.footer-menu li:first-child a {padding-left: 0px;}
footer section.footer-menu-area ul.footer-menu li a {color: #ffffff; display: block; padding: 10px 3px;}
footer section.footer-menu-area ul.footer-menu li a:hover {color: #fbd77b;}
footer section.footer-menu-area ul.social {font-size: 16px; text-align: center; margin-right: 8px;}
footer section.footer-menu-area ul.social li {display: inline-block;}
footer section.footer-menu-area ul.social li a {width: 30px; height: 30px; display: table; background: #ffffff; color: #37793d; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
footer section.footer-menu-area ul.social li i {display: table-cell; vertical-align: middle;}
footer section.footer-menu-area ul.social li a:hover {background: #fbd77b;}
footer section.footer-menu-area ul.social li a:hover i {color: #2a5d2f;}
footer section.footer-menu-area .info {float: right;}
footer section.footer-menu-area .info .widget {display: inline-block; vertical-align: middle;}
footer section.footer-widget-area {padding: 25px 0px; background: #a81600 url(images/footer/footer-bg.jpg) repeat-x center top;}
footer section.footer-widget-area .widget ul {font-size: 13px; line-height: 22px; color: #ffffff; font-weight: 400; font-family: 'AvenirLTStd';}
footer section.footer-widget-area .widget ul li {padding-bottom: 5px;}
footer section.footer-widget-area .widget img,
footer section.footer-widget-area .widget ul {display: inline-block; vertical-align: middle;}
footer section.footer-widget-area .widget.widget-two {text-align: right;}
footer section.footer-widget-area .widget ul li a {color: #ffffff;}
footer section.footer-widget-area .widget ul li a:hover {color: #fbd77b;}
footer section.footer-widget-area .widget.widget-one img {margin-left: -10px;}
footer section.footer-widget-area .widget.widget-two ul {padding-right: 35px; margin-right: 15px; border-right: 1px solid #ff2200;}
section.page-default .sidebar .widget {margin-bottom: 30px;}
section.page-default .sidebar .widget input[type="text"],
section.page-default .sidebar .widget input[type="email"] {font-size: 14px; color: #000000; font-weight: 400; font-family: 'AvenirLTStd'; display: block; width: 100%; padding: 10px; border: 1px solid #ffc8bf; margin-bottom: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
section.page-default .sidebar .widget input[type="submit"] {cursor: pointer; display: block;}
section.page-default .sidebar .widget .btn {width: 100%;}
section.page-default .content-default {position: relative;}
section.page-default .content-default:before {content: ""; display: block; width: 1px; height: 100%; background: #a81600; position: absolute;}
section.page-default.page-sidebar-left .content-default:before {left: 0px; top: 0px;}
section.page-default.page-sidebar-right .content-default:before {right: 0px; top: 0px;}
section.page-default .sidebar.sidebar-mobile {display: none;}
section.page-default .sidebar .widget.widget-lists .cat-list {border: 1px solid #a8a8a8; overflow: hidden; text-align: center;}
section.page-default .sidebar .widget.widget-lists .cat-list img {display: block; max-width: 100%; height: auto;}
section.page-default .sidebar .widget.widget-lists .cat-list ul {display: none; font-size: 16px; line-height: 24px; font-weight: 700; background: #a81600; padding: 10px; font-family: 'AvenirLTStd';}
section.page-default .sidebar .widget.widget-lists .cat-list ul li {padding: 3px 0px;}
section.page-default .sidebar .widget.widget-lists .cat-list ul li a {color: #ffffff; display: block;}
section.page-default .sidebar .widget.widget-lists .cat-list ul li a:hover {color: #fbd77b;}
section.page-default .sidebar .widget.widget-lists .cat-list .list.border {border-bottom: 1px solid #a8a8a8;}
/*section.page-default .sidebar .widget.widget-lists .cat-list .list:hover ul {display: block;}*/

section.page-default .sidebar .store-category-pennant-candied-fruit .widget.widget-lists .cat-list .list ul#pennant-candied-fruit {display: block;}
section.page-default .sidebar .store-category-paradise-candied-fruit .widget.widget-lists .cat-list .list ul#paradise-candied-fruit {display: block;}

section.page-default .sidebar .widget.widget-lists .list-1:hover ul#paradise-candied-fruit {display: block;}
section.page-default .sidebar .widget.widget-lists .list-2:hover ul#pennant-candied-fruit {display: block;}

section.page-default .sidebar .widget.widget-pinterest .btn img {max-width: 60px; height: auto;}
section.page-default .sidebar h2.sidebar-title {font-size: 30px; line-height: 34px; color: #a81600; padding-bottom: 15px; font-weight: 500; font-family: 'Androgyne';}
.sidebar .widget.widget-recipes .recipes-cat {margin-bottom: 20px;}
.sidebar .widget.widget-recipes .recipes-cat h3 {font-size: 20px; line-height: 24px; color: #000000; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #a81600; text-transform: uppercase; font-weight: 400; font-family: 'AvenirLTStd';}
.sidebar .widget.widget-recipes ul {font-size: 15px;}
.sidebar .widget.widget-recipes ul li {display: inline-block; margin-bottom: 5px;}
.sidebar .widget.widget-recipes ul li a {display: inline-block; color: #1a1a1a; padding: 5px 15px; border: 1px solid #ffd3cc; background: #ffd3cc; font-size: 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.sidebar .widget.widget-recipes ul li a:hover {display: inline-block; color: #1a1a1a; background: #fbd77b;}
section.page-default .single-post {margin-bottom: 25px;}
section.page-default .single-post .img-left {float: left; margin-top: 5px;  width:255px;}
section.page-default .single-post .img-left img {max-width: 100%; height: auto; border: 2px solid #a81600;}
section.page-default .single-post .single-content-right { float:right; width:450px;}
section.page-default .single-post h2 {font-size: 22px; line-height: 28px; padding-bottom: 20px; font-weight: 400; font-family: 'AvenirLTStd';}
section.page-default .single-post a {color: #a81600;}
section.page-default .single-post a:hover {color: #2a5d2f;}
section.page-default .single-post p {font-size: 16px; line-height: 24px; color: #333333; font-weight: 400; padding-bottom: 20px; font-family: 'AvenirLTStd';}
.wp-pagenavi {padding-top: 20px; margin-top: 15px; border-top: 2px solid #a81600; font-size: 16px; font-weight: 700; font-family: 'AvenirLTStd'; text-transform: uppercase; line-height: 30px;}
.wp-pagenavi a, .wp-pagenavi span {color: #a81600; border: 2px solid #a81600 !important; padding: 3px 9px !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {color: #ffffff; background: #db2300;}
.ssba.ssba-wrap {margin-bottom: 20px; position: absolute; right: 0px; top: 25px;}


.videosec .amazingslider-nav-thumbnail-tite-1 { font-size:17px; color:#000; line-height:20px;display: inline-block;vertical-align: middle;padding-left:45px; font-weight:normal;counter-increment: item;text-decoration: none !important;margin-top: 15px;}
.videosec .amazingslider-nav-thumbnail-tite-1 {margin-top: 15px;}
.videosec h3.front_video_title {font-size: 35px;line-height: 34px;color: #a81600;padding-bottom: 15px;font-weight: 500;font-family: 'Androgyne';text-align: center;}
.videosec { margin-top:20px;}

.videosec .amazingslider-nav-thumbnail-tite-1:before {content:counter(item)""; position:absolute; font-size:50px;font-weight:900;color:#000;border-right:solid 2px #971400;padding-right:5px;line-height:36px;left: 0; top:0; bottom:0;}
.videosec div[style="display:block !important;position:absolute;top:6px;left:6px;visibility:visible !important;z-index:999999 !important;font:12px Arial,Tahoma,Helvetica,sans-serif;color:#666;padding:2px 4px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;opacity:0.9;filter:alpha(opacity=90);cursor:pointer;"]{ top:-1500000px !important; position:absolute !important;}
.videosec .amazingslider-car-right-arrow-1, .videosec .amazingslider-car-left-arrow-1 {display: block !important;}
.videosec .amazingslider-button-1 { text-align:center;position: absolute;left: 0;right: 0;bottom: -80px;}
.videosec .amazingslider-text-1 { padding:0;}
.videosec .amazingslider-title-1 { font-size:26px; color:#fff; font-weight:700;text-align:center;padding: 20px 10px;background: #0000009c;text-transform:uppercase;font-family: 'Androgyne';position: absolute;left: 0;right: 0;bottom: 0;}
.videosec .amazingslider-button-1 button { font-size:26px; color:#fff; font-weight:600;  border-bottom:solid 5px #8ddcfd; display:inline-block;padding:10px 30px;border-radius:30px;transition:0.5s;border-top: 2px solid #ac1700;font-family: 'AvenirLTStd'; cursor:pointer; text-transform:uppercase;
border-right: 2px solid #ae2610;
border-bottom: 2px solid #ae2610;
border-left: 2px solid #ae2610;
background: #e22500;
background: -moz-linear-gradient(top, #e22500 0%, #a31500 50%, #710800 100%);
background: -webkit-linear-gradient(top, #e22500 0%,#a31500 50%,#710800 100%);
background: linear-gradient(to bottom, #e22500 0%,#a31500 50%,#710800 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22500', endColorstr='#710800',GradientType=0 );}
.videosec .amazingslider-button-1 button:hover {     border-top: 2px solid #ac1700;
border-right: 2px solid #ae2610;
border-bottom: 2px solid #ae2610;
border-left: 2px solid #ae2610;
background: #e92a00;
background: -moz-linear-gradient(top, #e92a00 0%, #be1900 50%, #9b0a00 100%);
background: -webkit-linear-gradient(top, #e92a00 0%,#be1900 50%,#9b0a00 100%);
background: linear-gradient(to bottom, #e92a00 0%,#be1900 50%,#9b0a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92a00', endColorstr='#9b0a00',GradientType=0 );}

.ytd-video {position: relative;padding-bottom: 56.25%;}
.ytd-video iframe {position: absolute;width: 100%;height: 100%;left: 0;right: 0;}
.content-single-recipe .detail-video-sec { width:560px; margin:0px auto;}
.content-single-recipe .detail-video-sec h4{font-size: 30px;line-height: 34px;color: #a81600;padding-bottom: 15px;font-weight: 500;font-family: 'Androgyne'; text-align:center;}
.detail-video-main {border-bottom: 1px solid #a81600; margin-bottom:25px; padding-bottom:25px;}
table {font-size: 16px; line-height: 24px; width: 100%; margin-bottom: 30px;}
table p {padding-bottom: 0px;}
table td, table th {padding: 8px; border: 1px solid #a8a8a8;}
table th {font-weight: 700;}

.one_half {margin-bottom: 30px;}

section.products .product {float: left; border: 1px solid #a8a8a8; max-width: 215px; margin: 15px;}
section.products .product .product-container {padding: 20px;}
section.products .product h3 {font-size: 16px; line-height: 24px; margin-bottom: 20px; color: #333333; font-weight: 400; text-align: center; font-family: 'AvenirLTStd';}
section.products .product .btn {display: block;}
section.products .product .btn.btn-red {margin-bottom: 8px;}
section.products .product img {max-width: 100%; height: auto;}

.paradise-mix table {background: #fffff7;}
.paradise-mix table img {vertical-align: top; max-width: 100%; height: auto; border: 1px solid #a8a8a8; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.paradise-mix table td:first-child {min-width: 90px;}
.paradise-mix table td a {color: #a81600;}
.paradise-mix table th {background: #a81600; font-size: 16px; text-transform: uppercase; color: #ffffff;}
.paradise-mix table td, .paradise-mix table th {padding: 15px;}

section.products #product-512,
section.products #product-262,
section.products #product-342 {display: none;}

.flavors-table .lf { float:left; width:49%;}
.flavors-table .rf { float:right; width:49%;}
.flavors-table table td, .flavors-table table th {font-size: 15px; padding:5px;}


#candied-fruit-blondies-landing-page header .searchform, #eastern-cherry-cookies header .searchform, #eastern-blonies header .searchform, #eastern-ginger-snaps header .searchform, #northeastern-cherry-cookies .searchform, #northeastern-blonies .searchform, #northeastern-ginger-snaps .searchform, #southwest-cherry-cookies .searchform, #southwest-blonies  .searchform, #southwest-ginger-snaps  .searchform, #midwest-cherry-cookies  .searchform, #midwest-blonies  .searchform, #midwest-ginger-snaps .searchform { display:none;}

#candied-fruit-blondies-landing-page .menu-area, #eastern-cherry-cookies .menu-area, #eastern-blonies .menu-area, #eastern-ginger-snaps .menu-area, #northeastern-cherry-cookies .menu-area, #northeastern-blonies .menu-area, #northeastern-ginger-snaps .menu-area, #southwest-cherry-cookies .menu-area, #southwest-blonies .menu-area, #southwest-ginger-snaps .menu-area, #midwest-cherry-cookies .menu-area, #midwest-blonies .menu-area, #midwest-cherry-cookies .menu-area, #midwest-ginger-snaps .menu-area { display:none;}

#candied-fruit-blondies-landing-page header, #eastern-cherry-cookies header, #eastern-blonies header, #eastern-ginger-snaps header, #northeastern-cherry-cookies header, #northeastern-blonies header, #northeastern-ginger-snaps header, #southwest-cherry-cookies header, #southwest-blonies header, #southwest-ginger-snaps header, #midwest-cherry-cookies header, #midwest-blonies header, #midwest-ginger-snaps header { padding: 43px 0px;}

#candied-fruit-blondies-landing-page header .logo, #eastern-cherry-cookies header .logo, #eastern-blonies header .logo, #eastern-ginger-snaps header .logo, #northeastern-cherry-cookies header .logo, #northeastern-blonies header .logo, #northeastern-ginger-snaps header .logo, #southwest-cherry-cookies header .logo, #southwest-blonies header .logo, #southwest-ginger-snaps header .logo, #midwest-cherry-cookies header .logo, #midwest-blonies header .logo, #midwest-ginger-snaps header .logo {top: -40px; z-index: 999; left: 0; right: 0; text-align: center; width:152px; margin:0 auto;}

section.page.candied-fruit-page img.fruit-left, section.page.candied-fruit-page img.fruit-right, #candied-fruit-blondies-landing-page footer section.footer-menu-area img.cherry { display:block !important;}

#eastern-cherry-cookies footer section.footer-menu-area img.cherry, #eastern-blonies footer section.footer-menu-area img.cherry, #eastern-ginger-snaps footer section.footer-menu-area img.cherry, #northeastern-cherry-cookies footer section.footer-menu-area img.cherry, #northeastern-blonies footer section.footer-menu-area img.cherry, #northeastern-ginger-snaps footer section.footer-menu-area img.cherry, #southwest-cherry-cookies footer section.footer-menu-area img.cherry, #southwest-blonies footer section.footer-menu-area img.cherry, #southwest-ginger-snaps footer section.footer-menu-area img.cherry, #midwest-cherry-cookies footer section.footer-menu-area img.cherry, #midwest-blonies footer section.footer-menu-area img.cherry, #midwest-ginger-snaps footer section.footer-menu-area img.cherry { display:block !important;}

section.page.candied-fruit-page .content-home-bottom img.fruit-right { width:10%}

section.page.candied-fruit-page .container { width:1023px;}
section.page.candied-fruit-page .content-home-top {background: url(https://www.paradisefruitco.com/wp-content/themes/paradise-fruit-wp/images/page/banner-left-bg.png) no-repeat left center; background-position: -100px; padding-top:20px;}
section.page.candied-fruit-page .content-home-top img { float:none;}
section.page.candied-fruit-page .banner-right { float:right; width:46%;}
section.page.candied-fruit-page .banner-left { float:left;width:54%; position:relative; z-index:2;}
section.page.candied-fruit-page .content-home-top h1 { padding:15px 0;}
section.page.candied-fruit-page .banner-left p{ font-size: 16px;line-height: 24px;color: #333333;font-weight: 400;padding-bottom: 0;font-family: 'AvenirLTStd'; margin-bottom:15px;}
section.page.candied-fruit-page .banner-btn { text-align:center; margin-top:30px;}
section.page.candied-fruit-page a.coupon-btn { padding:5px 30px 8px; font-family: 'AvenirLTStd'; border:2px solid #a81600; border-bottom:0; color:#fff; border-radius: 30px; display:inline-block;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa4c4b+0,f14541+16,b7200d+77,a81501+100 */
background: #fa4c4b; /* Old browsers */
background: -moz-linear-gradient(top, #fa4c4b 0%, #f14541 16%, #b7200d 77%, #a81501 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fa4c4b 0%,#f14541 16%,#b7200d 77%,#a81501 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fa4c4b 0%,#f14541 16%,#b7200d 77%,#a81501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4c4b', endColorstr='#a81501',GradientType=0 ); /* IE6-9 */}
section.page.candied-fruit-page a.coupon-btn:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a81501+0,b7200f+23,d33027+52,e03c33+68,f14543+84,fa4c4b+100 */
background: #a81501; /* Old browsers */
background: -moz-linear-gradient(top, #a81501 0%, #b7200f 23%, #d33027 52%, #e03c33 68%, #f14543 84%, #fa4c4b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a81501 0%,#b7200f 23%,#d33027 52%,#e03c33 68%,#f14543 84%,#fa4c4b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a81501 0%,#b7200f 23%,#d33027 52%,#e03c33 68%,#f14543 84%,#fa4c4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a81501', endColorstr='#fa4c4b',GradientType=0 ); /* IE6-9 */}
section.page.candied-fruit-page .banner-left ul.banner-logo { font-size:0;}
section.page.candied-fruit-page .banner-left ul.banner-logo li{ display:inline-block; font-size:14px; vertical-align:middle; margin-left:15px;}
section.page.candied-fruit-page .banner-left ul.banner-logo li:first-child { margin-left:0;}
section.page.candied-fruit-page .content-home-bottom {z-index:1;}

section.page.candied-fruit-page .featured-section { border:1px solid #a8a8a8; border-radius:10px; padding:30px;}
section.page.candied-fruit-page .featured-content-section { float:left; width:670px;}
section.page.candied-fruit-page .featured-content-section h3 { font-size: 42px; line-height: 36px; color: #000000; font-weight: 500; font-family: 'Androgyne'; margin-bottom:25px;}
section.page.candied-fruit-page .featured-content-section h4 {font-size: 26px; line-height: 32px; color: #a81600; text-transform: uppercase; font-weight: 400;  font-family: 'AvenirLTStd'; margin-bottom:10px;}
section.page.candied-fruit-page .featured-content-section p {color: #333333; font-size: 16px; font-family: 'AvenirLTStd'; line-height:23px;}
section.page.candied-fruit-page .featured-image-section { float:right; width:275px;}
section.page.candied-fruit-page .featured-image-section img { max-width:100%;}
section.page.candied-fruit-page .featured-image-section a i { float:right;}
section.page.candied-fruit-page .featured-image-section a { color:#fff; font-size:14px; text-transform:uppercase;font-family: 'AvenirLTStd'; padding: 6px 15px; border:2px solid #316f38; font-weight:bold; margin:-30px auto 0; position:relative; z-index:1; display:block; width:160px; border-radius: 25px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#479d50+0,43944b+11,3a8242+26,1a381c+78,0e2010+100 */
background: #479d50; /* Old browsers */
background: -moz-linear-gradient(top, #479d50 0%, #43944b 11%, #3a8242 26%, #1a381c 78%, #0e2010 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #479d50 0%,#43944b 11%,#3a8242 26%,#1a381c 78%,#0e2010 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #479d50 0%,#43944b 11%,#3a8242 26%,#1a381c 78%,#0e2010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479d50', endColorstr='#0e2010',GradientType=0 ); /* IE6-9 */}
section.page.candied-fruit-page .featured-image-section a:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e2010+0,1a381c+22,3a8242+74,43944b+89,479d50+100 */
background: #0e2010; /* Old browsers */
background: -moz-linear-gradient(top, #0e2010 0%, #1a381c 22%, #3a8242 74%, #43944b 89%, #479d50 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0e2010 0%,#1a381c 22%,#3a8242 74%,#43944b 89%,#479d50 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0e2010 0%,#1a381c 22%,#3a8242 74%,#43944b 89%,#479d50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2010', endColorstr='#479d50',GradientType=0 ); /* IE6-9 */}
section.page.candied-fruit-page .featured-accordion-section { margin-top:25px;}
section.page.candied-fruit-page .featured-accordion-section ul { font-size:0; text-align:center; margin-left:-2%;}
section.page.candied-fruit-page .featured-accordion-section ul li { display:inline-block; vertical-align:top; width:48%; margin-left:2%; text-align:left; font-size:16px;}
section.page.candied-fruit-page .featured-accordion-section ul li .accordions { background:none !important;}
section.page.candied-fruit-page .featured-accordion-section ul li .accordions .accordions-head { border-radius:5px; padding:8px 30px; margin:0; border:0;}
section.page.candied-fruit-page .featured-accordion-section ul li .accordions .accordion-icons.left { float:right; margin-top:4px;}
section.page.candied-fruit-page .featured-accordion-section ul li .accordions .accordions-head-title { padding:0;}

section.page.candied-fruit-page .featured-accordion-section ul ul { margin-left:0; margin-top:-15px;}
section.page.candied-fruit-page .featured-accordion-section ul ul li { position:relative; display:block; width:auto; margin-left:0; margin-top:15px; padding-left:15px;}
section.page.candied-fruit-page .featured-accordion-section ul ul li::before { content: "\f105"; color: #a81600; font-size: 18px; font-family: 'FontAwesome'; position: absolute; left: 0px; top: -3px;}
section.page.candied-fruit-page .featured-accordion-section .accordions .accordion-content { padding:20px 30px;}
section.page.candied-fruit-page .featured-accordion-section .accordions .accordion-content p {color: #333333; font-size: 16px; font-family: 'AvenirLTStd'; line-height:23px; margin-bottom:10px;}


section.page.candied-fruit-page .slider-recipes { text-align:center; margin-top:35px; position:relative;}
section.page.candied-fruit-page .slider-recipes h3 {font-size: 22px; line-height: 28px; color: #000000; text-transform: uppercase; font-weight: 400; font-family: 'AvenirLTStd'; margin-bottom:25px;}
section.page.candied-fruit-page .slider-recipes ul { font-size:0; margin-left:-30px;}
section.page.candied-fruit-page .slider-recipes ul li { width:277px !important; display:inline-block; vertical-align:top; margin-left:30px; border:2px solid #a81600; border-radius:5px; padding:20px; background: url(/wp-content/uploads/2017/11/slider-bg.jpg) no-repeat top center; background-size:cover;}
section.page.candied-fruit-page .slider-recipes ul li h3 {font-size: 21px; line-height: 27px; color: #000000; text-transform: uppercase; font-weight: 400; font-family: 'AvenirLTStd'; margin-bottom:0;}
section.page.candied-fruit-page .slider-recipes ul li h4 {font-size: 26px; line-height: 29px; color: #a81600; font-weight: 500; font-family: 'Androgyne'; margin-bottom:15px;}
section.page.candied-fruit-page .slider-recipes ul li img { max-width:100%; border-radius:5px;}
section.page.candied-fruit-page .slider-recipes ul li a {color:#fff; font-size:14px; text-transform:uppercase;font-family: 'AvenirLTStd'; padding: 6px 15px; border:2px solid #a81600; border-radius: 25px; width:150px; display:inline-block; margin-top:25px; font-weight:bold;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e52500+0,c71d00+30,8c0f00+74,710900+100 */
background: #e52500; /* Old browsers */
background: -moz-linear-gradient(top, #e52500 0%, #c71d00 30%, #8c0f00 74%, #710900 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e52500 0%,#c71d00 30%,#8c0f00 74%,#710900 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e52500 0%,#c71d00 30%,#8c0f00 74%,#710900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52500', endColorstr='#710900',GradientType=0 ); /* IE6-9 */}
section.page.candied-fruit-page .slider-recipes ul li a:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#710900+0,8c0f00+26,c71d00+70,e52500+100 */
background: #710900; /* Old browsers */
background: -moz-linear-gradient(top, #710900 0%, #8c0f00 26%, #c71d00 70%, #e52500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #710900 0%,#8c0f00 26%,#c71d00 70%,#e52500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #710900 0%,#8c0f00 26%,#c71d00 70%,#e52500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#710900', endColorstr='#e52500',GradientType=0 ); /* IE6-9 */}
section.page.candied-fruit-page .slider-recipes ul li a i { float:right;}

section.page.candied-fruit-page .view-recipes { text-align:center; margin:50px 0; border-bottom:1px solid #dbdbdb; padding-bottom:50px;}
section.page.candied-fruit-page .view-recipes h3 {font-size: 30px; line-height: 34px; color: #a81600; padding-bottom: 15px; font-weight: 500; font-family: 'Androgyne';}
section.page.candied-fruit-page .view-recipes h4 { font-size: 20px; line-height: 24px; color: #000000; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #a81600;  text-transform: uppercase; font-weight: 400; font-family: 'AvenirLTStd';}
section.page.candied-fruit-page .view-recipes .recipes-cat { float:left; width:461px;}
section.page.candied-fruit-page .view-recipes .recipes-type { float:right; width:461px;}
section.page.candied-fruit-page .view-recipes ul { font-size:15px; text-align:left;}
section.page.candied-fruit-page .view-recipes ul li {display: inline-block; margin-bottom: 5px;}
section.page.candied-fruit-page .view-recipes ul li a { display: inline-block; color: #1a1a1a; padding: 5px 15px; border: 1px solid #ffd3cc; background: #ffd3cc; font-size: 15px; border-radius: 3px; font-family: 'AvenirLTStd';}
section.page.candied-fruit-page .view-recipes ul li a:hover {color: #1a1a1a;background: #fbd77b;}

.outside { position:absolute; width:100%; top:50%;}
.outside #slider-prev { float:left; margin-left:-50px;}
.outside #slider-next { float:right; margin-right:-50px;}
.outside #slider-prev a {background: url(/wp-content/uploads/2017/11/sliderleft-arrow.png) no-repeat left center; width:23px; height:23px; display:inline-block;}
.outside #slider-next a {background: url(/wp-content/uploads/2017/11/sliderright-arrow.png) no-repeat left center; width:23px; height:23px; display:inline-block;}


section.page.candied-fruit-page .coupon-section { text-align:center; margin-bottom:50px; position:relative;}
section.page.candied-fruit-page .coupon-section h3 {font-size: 26px; line-height: 32px; color: #000000; text-transform: uppercase; font-weight: 400; font-family: 'AvenirLTStd'; margin-bottom:50px;}
section.page.candied-fruit-page .coupon-section .coupon-left { float:left; width:461px; }
section.page.candied-fruit-page .coupon-section .coupon-left a.btn { position:absolute; bottom:-50px; width:240px; margin-left:-400px; left:50%;}
section.page.candied-fruit-page .coupon-section .coupon-right { float:right; width:461px; border-left:1px solid #dbdbdb; padding-left:50px;}
section.page.candied-fruit-page .coupon-section .coupon-right a.btn { position:absolute; bottom:-50px; width:240px; margin-right:-400px; right:50%;}
section.page.candied-fruit-page .coupon-section .coupon-right .coupon-right-image { padding-top:16px;}
section.page.candied-fruit-page .coupon-section p { color: #333333;font-size: 16px; font-family: 'AvenirLTStd'; line-height: 23px; margin:5px 0 10px;}
section.page.candied-fruit-page .coupon-section .coupon-center ul { text-align:center;}
section.page.candied-fruit-page .coupon-section ul { font-size:0; text-align:left; margin-left:-15px; margin-top:-15px;}
section.page.candied-fruit-page .coupon-section ul li { display:inline-block; vertical-align:middle; margin-left:15px; border-radius:10px; margin-top:15px; background:#fff;box-shadow: 0px 0px 3px #ccc;}
section.page.candied-fruit-page .coupon-section ul li img { max-width:100%;}
section.page.candied-fruit-page .coupon-section ul li .image-middle { display:table-cell; vertical-align:middle; width:140px; height:98px; text-align:center; }
section.page.candied-fruit-page .coupon-section a.btn { text-transform:uppercase; padding:9px 40px; font-family: 'AvenirLTStd'; border:2px solid #a81600; border-bottom:0; color:#fff; border-radius: 30px; display:inline-block;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa4c4b+0,f14541+16,b7200d+77,a81501+100 */
background: #fa4c4b; /* Old browsers */
background: -moz-linear-gradient(top, #fa4c4b 0%, #f14541 16%, #b7200d 77%, #a81501 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fa4c4b 0%,#f14541 16%,#b7200d 77%,#a81501 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fa4c4b 0%,#f14541 16%,#b7200d 77%,#a81501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4c4b', endColorstr='#a81501',GradientType=0 ); /* IE6-9 */}
section.page.candied-fruit-page .coupon-section a.btn:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a81501+0,b7200f+23,d33027+52,e03c33+68,f14543+84,fa4c4b+100 */
background: #a81501; /* Old browsers */
background: -moz-linear-gradient(top, #a81501 0%, #b7200f 23%, #d33027 52%, #e03c33 68%, #f14543 84%, #fa4c4b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a81501 0%,#b7200f 23%,#d33027 52%,#e03c33 68%,#f14543 84%,#fa4c4b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a81501 0%,#b7200f 23%,#d33027 52%,#e03c33 68%,#f14543 84%,#fa4c4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a81501', endColorstr='#fa4c4b',GradientType=0 ); /* IE6-9 */}


.cat-action-sec .box{ padding:20px; text-align:center; } 



/* Responsive For Candied Fruit Landing Page*/
@media only screen and (min-width : 1550px) and (max-width : 1920px) {
section.page.candied-fruit-page .content-home-top { background-position:0;}
section.page.candied-fruit-page .content-home-bottom img.fruit-right { width:auto;}	
}

@media only screen and ( max-width: 1530px ) {
section.page.candied-fruit-page .content-home-top { background-position:-50px;}
section.page.candied-fruit-page .content-home-bottom img.fruit-right { width:10%;}	
}

@media only screen and ( max-width: 1500px ) {
section.page.candied-fruit-page .content-home-top { background-position:-100px;}
section.page.candied-fruit-page .content-home-bottom img.fruit-right { width:10%;}	
}

@media only screen and ( max-width: 1350px ) {
section.page.candied-fruit-page .content-home-top { background-position:-130px;}
section.page.candied-fruit-page .content-home-bottom img.fruit-right { width:10%;}	
}

@media only screen and ( max-width: 1280px ) {
section.page.candied-fruit-page .content-home-top { background-position:-130px;}
footer section.footer-menu-area img.cherry { left:-140px;}

}
@media only screen and ( max-width: 1250px ) {
section.page.candied-fruit-page .content-home-top { background-image:none;}
section.page.candied-fruit-page img.fruit-left, section.page.candied-fruit-page img.fruit-right, #candied-fruit-blondies-landing-page footer section.footer-menu-area img.cherry { display:none !important;}
}

@media only screen and ( max-width: 1024px ) {
section.page.candied-fruit-page .container { width:95%;}
section.page.candied-fruit-page .content-home-top { background-image:none;}
section.page.candied-fruit-page .banner-right { width:40%;}
section.page.candied-fruit-page .banner-left { width:60%;}
section.page.candied-fruit-page img.fruit-left, section.page.candied-fruit-page img.fruit-right, #candied-fruit-blondies-landing-page footer section.footer-menu-area img.cherry { display:none !important;}
section.page.candied-fruit-page .featured-section { padding:2%;}
section.page.candied-fruit-page .featured-content-section { width:67%;}
section.page.candied-fruit-page .featured-image-section { width:30%;}
section.page.candied-fruit-page .slider-recipes ul li { width:260px !important;}

section.page.candied-fruit-page .coupon-section .coupon-left { width:45%;}
section.page.candied-fruit-page .coupon-section .coupon-right { width:45%; padding-left:5%;}
section.page.candied-fruit-page .coupon-section ul li .image-middle { width:134px;}
.outside { top:0;}
.outside #slider-prev { margin-left:0;}
.outside #slider-next { margin-right:0;}
section.page.candied-fruit-page .view-recipes .recipes-cat { width:45%;}
section.page.candied-fruit-page .view-recipes .recipes-type { width:45%;}

.videosec .wonderpluginslider-container {padding-top: 240px !important;}
.videosec { margin-top:40px;}

}
@media only screen and ( max-width: 980px ) {
section.page.candied-fruit-page .content-home-top img { margin:0;}
section.page.candied-fruit-page .content-home-top h1 { padding:0 0 10px;}
section.page.candied-fruit-page .banner-btn { margin-top:10px;}
section.page.candied-fruit-page .slider-recipes ul li { width:242px !important;}
section.page.candied-fruit-page .coupon-section ul li .image-middle { width:128px;}
.videosec .amazingslider-nav-thumbnail-tite-1 {display: none;}
.videosec .amazingslider-nav-1 {    margin-top: -170px !important;}
.videosec .wonderpluginslider-container {padding-top: 190px !important;}
.videosec h3.front_video_title { padding-bottom:0;}
}
@media only screen and ( max-width: 800px ) {
section.page.candied-fruit-page .banner-left { width: auto; float: none; margin-bottom:25px;}
section.page.candied-fruit-page .banner-right {width: auto; float: none; text-align: center;}
.bx-wrapper { max-width:96% !important; margin:0 auto;}
section.page.candied-fruit-page .slider-recipes ul li { width:304px !important;}
section.page.candied-fruit-page .coupon-section .coupon-left a { margin-left:-45%;}
section.page.candied-fruit-page .coupon-section .coupon-right a { margin-right:-45%;}
section.page.candied-fruit-page .content-home-top img { max-width:100%;}
.videosec .amazingslider-nav-1 {margin-top: -138px !important;}
.videosec .wonderpluginslider-container {padding-top: 160px !important;}
}
@media only screen and ( max-width: 768px ) {
section.page.candied-fruit-page .slider-recipes ul li { width:290px !important;}
}
@media only screen and ( max-width: 736px ) {
section.page.candied-fruit-page .featured-content-section { width: auto; float: none;}
section.page.candied-fruit-page .featured-image-section { width: auto; float: none; text-align: center;}
section.page.candied-fruit-page .featured-accordion-section ul { margin-left:0;}
section.page.candied-fruit-page .featured-accordion-section ul li { width:auto; display:block; margin-left:0; margin-top:15px;}
section.page.candied-fruit-page .slider-recipes ul li { width:272px !important;}
}
@media only screen and ( max-width: 667px ) {
section.page.candied-fruit-page .slider-recipes ul li { width:245px !important;}
.videosec .amazingslider-nav-1 {margin-top: -120px !important;}
.videosec .wonderpluginslider-container {padding-top: 140px !important;}
}
@media only screen and ( max-width: 640px ) {
section.page.candied-fruit-page .slider-recipes ul li { width:230px !important;} 
}
@media only screen and ( max-width: 600px ) {
section.page.candied-fruit-page .slider-recipes ul li { width:210px !important;}
section.page.candied-fruit-page .slider-recipes ul li h3 { font-size:19px;}
section.page.candied-fruit-page .slider-recipes ul li h4 { font-size:24px;}
section.page.candied-fruit-page .view-recipes .recipes-cat { width:auto; float:none; margin:0 0 15px;}
section.page.candied-fruit-page .view-recipes .recipes-type { width: auto; float: none;}
section.page.candied-fruit-page .coupon-section .coupon-left { width: auto; float: none; padding-bottom:5%;}
section.page.candied-fruit-page .coupon-section .coupon-right { width: auto; padding-left: 0; float: none; border:0; border-top: 1px solid #ccc; padding-top: 5%;}
section.page.candied-fruit-page .coupon-section .coupon-right .coupon-right-image { padding-top:0;} 
section.page.candied-fruit-page .coupon-section ul { text-align:center;}
section.page.candied-fruit-page .coupon-section .coupon-left a { position:inherit;  margin:15px auto 0;}
section.page.candied-fruit-page .coupon-section .coupon-right a { position:inherit;  margin:15px auto 0;}
.content-single-recipe .detail-video-sec { width:auto;}
.videosec .amazingslider-nav-1 {margin-top: -110px !important;}
}
@media only screen and ( max-width: 568px ) {
section.page.candied-fruit-page .slider-recipes ul li { width:200px !important;}
section.page.candied-fruit-page .coupon-section h3 { font-size:22px; margin-bottom:20px;}
section.page.candied-fruit-page .banner-left ul.banner-logo li { margin-left:10px;}
.videosec .amazingslider-nav-1 {margin-top: -200px !important;}
.videosec .wonderpluginslider-container {   padding-top: 220px !important;}
}
@media only screen and ( max-width: 480px ) {
#candied-fruit-blondies-landing-page header .logo { max-width:100%; top:-30px;}
section.page.candied-fruit-page .banner-left ul.banner-logo ul { text-align:center;}
section.page.candied-fruit-page .banner-left ul.banner-logo li { margin-left:25px; margin-bottom:15px;}
section.page.candied-fruit-page .banner-left ul.banner-logo li:first-child { margin-left:25px;}
section.page.candied-fruit-page .featured-section { padding:4%;}
section.page.candied-fruit-page .featured-content-section h4 { font-size:18px;}
section.page.candied-fruit-page .featured-content-section h3 { font-size:32px; margin-bottom:5px;}
section.page.candied-fruit-page .slider-recipes ul li { width:240px !important;}
.bx-wrapper { max-width:285px !important;}
.outside { top:50%;}
.videosec .amazingslider-nav-1 {margin-top: -170px !important;}
.videosec .wonderpluginslider-container {padding-top: 190px !important;}
}
@media only screen and ( max-width: 414px ) {
.videosec .amazingslider-nav-1 {margin-top: -150px !important;}	
.videosec .wonderpluginslider-container {padding-top: 170px !important;}
.videosec .amazingslider-button-1 button { font-size: 20px;}
}
@media only screen and ( max-width: 384px ) {
.videosec .amazingslider-title-1 {font-size: 22px;}
}
@media only screen and ( max-width: 375px ) {
.videosec .amazingslider-nav-1 {margin-top: -140px !important;}
.videosec .wonderpluginslider-container {padding-top: 160px !important;}	
}
@media only screen and ( max-width: 360px ) {
.videosec .amazingslider-nav-1 {margin-top: -130px !important;}
.videosec .wonderpluginslider-container {padding-top: 150px !important;}
.videosec .amazingslider-title-1 {font-size: 20px;}		
.videosec h3.front_video_title {font-size: 30px;}	
}
@media only screen and ( max-width: 320px ) {
section.page.candied-fruit-page .banner-left ul.banner-logo { margin-left:-15px;}
section.page.candied-fruit-page .banner-left ul.banner-logo li { margin-left:15px;}
section.page.candied-fruit-page .banner-left ul.banner-logo li:first-child { margin-left:15px;}
.bx-wrapper { max-width:250px !important;}
section.page.candied-fruit-page .slider-recipes ul li { width:200px !important;}
.videosec .amazingslider-nav-1 {margin-top: -120px !important;}
.videosec .wonderpluginslider-container {padding-top: 140px !important;}

}

