/* ----------------------------------
	Fish Factory CSS
---------------------------------- */
body{ font-family: 'ceragr-regular'; }
#page{ overflow: hidden; }
.container{ width: 100%; max-width: 1230px; }

a{ cursor: pointer; outline: none; }



/* TOPBAR */
.top-bar{
	font-family: 'ceragr-regular';
	text-align: center;
	color: #202020;
	background: #cfcfcf;
	font-size: 16px;
	line-height: 21px;
	padding: 12px 15px;
}
header.site-header{	background: #202020; color:#fff; padding: 25px 0 0; }
header.site-header .col-sm-12{
	display: flex;
}
header.site-header .col-sm-12 > div{
	font-family: 'ceragr-regular';
	flex:0 0 33.33%;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
}
header.site-header .col-sm-12 > div a{ color:#fff; }

header .header-right-inner{ display: inline-flex; justify-content: right; align-items: center; position: relative; padding-right: 23px; }
header.site-header input[type=search] {
	background: url(../images/search-icon.png) no-repeat right center;
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	position: absolute;
	right: 0;
	top: -4px;
	border:none;
	outline: none;
}
header.site-header input[type=search]:hover {
	background-color:none;
}
header.site-header input[type=search]:focus {
	width: 230px;
	padding-right: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
	background-position: 96% center;
}
header.site-header input:-moz-placeholder {
	color: transparent;
}
header.site-header input::-webkit-input-placeholder {
	color: transparent;
}



.header-menu{ text-align: center; font-family: 'ceragr-medium'; width: 100%; margin: 18px 0 0; }
.header-menu ul{ margin:0; padding: 0; }
.header-menu ul li{ display: inline-block; list-style: none; font-size: 17px; line-height: 21px; margin: 0 17px; }
.header-menu ul li a{ color: #999; }
.header-menu .sub-menu{ display: none; }

/* Mega menu Styles ---------------------- */
.header-menu > .mega-menu-wrap{	background: none !important; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{ font-family: 'ceragr-medium';  }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
	font-family: 'ceragr-bold';
	font-weight: normal;
	word-break: break-all;
}
.mega-menu-wrap .widget_nav_menu .menu li{ 
	font-family: 'ceragr-regular';
	margin:0 0 4px;
	font-size: 14px;
	line-height: 18px;
	display: block; 
}
.mega-menu-wrap .widget_nav_menu .menu li:first-child{ font-family: 'ceragr-bold'; }
.mega-menu-wrap .widget_nav_menu .menu li a{ color: #000; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{
	font-family: 'ceragr-regular';
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.menu-title{
	font-family: 'ceragr-bold';
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mar-30{
	margin-top:18px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{ padding: 0 4%; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{ padding: 0 16px 10px 16px; height: auto; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
	color: #000;
	text-decoration: underline;
}


/* ---------------------------------
	Homepage
--------------------------------- */
/* Slider */
#fishfactory-slider .item{ position: relative; }
#fishfactory-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.ff-container{
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ff-content-area{
	width: 100%;
	max-width: 1200px;
}
.ff-content-area h3{
	font-family: 'ceragr-bold'; 
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin:30px 0 10px;
}
.ff-content-area p{
	font-family: 'ceragr-regular'; 
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	max-width: 340px;
	margin: 0;
}
.ff-content-area a.shop-now{
	font-family: 'ceragr-bold';
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    border: 1px solid #fff;
    margin: 25px 0 0;
    color: #fff;
    padding: 14px 36px 14px 46px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.ff-content-area a.shop-now i{ margin-left: 5px; }
.ff-content-area a.shop-now:hover{
	background: #fff;
	color: #202020;
	text-decoration: none;
}
#fishfactory-slider .item .ffslider-content img{
	width: auto;
	max-width: 100%;
}
#fishfactory-slider.owl-theme .owl-controls{ margin:0; }
#fishfactory-slider.owl-theme .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: 0;
	top:50%;
	z-index: 11;
	background: #202020;
	color: #fff;
	border-radius: 0;
	margin: -25px 0 0;
	opacity: 1;
	width: 50px;
	height: 50px;
	font-size: 0;
	transition: all 0.3s ease 0s;
}
#fishfactory-slider.owl-theme .owl-controls .owl-buttons .owl-prev:before{
	content:'\f104';
	font-family: 'fontAwesome';
	font-size: 28px;
}

#fishfactory-slider.owl-theme .owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -25px;
	z-index: 11;
	background: #202020;
	color: #fff;
	border-radius: 0;
	margin: -25px 0 0;
	opacity: 1;
	width: 50px;
	height: 50px;
	font-size: 0;
	transition: all 0.3s ease 0s;
}
#fishfactory-slider.owl-theme .owl-controls .owl-buttons .owl-next:before{
	content:'\f105';
	font-family: 'fontAwesome';
	font-size: 28px;
}
#fishfactory-slider.owl-theme .owl-controls .owl-buttons > div:hover{
	background: #fff;
	color: #202020 !important;
}


/* Market Special */
.week-special-main{
	background: url(../images/special-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
}
.week-special-main h2{
	font-family: 'ceragr-bold'; 
	font-size: 36px;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 40px;
	min-height: 52px;
}
.week-special-main p.text-center{
	font-family: 'ceragr-regular'; 
	font-size: 14px;
	line-height: 150%;
	color: #000;
	padding: 0;
	margin: 0;
}

.we-deliver-main{
	background: #202020;
	color: #fff;
}
.we-deliver-main .we-deliver-inner{ 
	display: flex;
	max-width: 1069px; 
	margin: 0 auto; 
	justify-content: space-between;
	align-items: center;
	padding: 25px 15px;
}
.we-deliver-main .we-deliver-inner .we-deliver-left{
	font-family: 'ceragr-medium'; 
	font-size: 26px;
	text-transform: uppercase;
	line-height: 30px;
}
.we-deliver-main .we-deliver-inner .we-deliver-left span{
	font-family: 'ceragr-regular';
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-transform: none;
	color:rgba(255,255,255,0.6);
}
.we-deliver-main .we-deliver-right{ flex: 0 0 66.6%; position: relative; }
.we-deliver-main .we-deliver-right input[type="text"]{
	font-family: 'ceragr-regular';
	height: 58px;
	padding: 0 175px 0 47px;
	background: #fff url(../images/map-icon.png) no-repeat 20px center;
	border:none;
	border-radius: 0;
	outline: none;
	width: 100%;
	color: #000;
	font-size: 14px;
}
.we-deliver-main .we-deliver-right input[type="submit"]{
	font-family: 'ceragr-bold'; 
	background: #000;
    color: #fff;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    width: 160px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 58px;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    font-weight: normal;
}
.we-deliver-main .we-deliver-right input[type="submit"]:hover{
	background: #00aeef;
}

.we-deliver-main form input::-webkit-input-placeholder { color: #999; }
.we-deliver-main form input:-ms-input-placeholder { color: #999; }
.we-deliver-main form input::-moz-placeholder { color: #999; opacity: 1; }
.we-deliver-main form input:-moz-placeholder { color: #999; opacity: 1; }


.our-recipes-block{ margin: 45px 0 0; }
.home-recipe-block h3{
	font-family: 'ceragr-light';
	font-size: 40px;
	margin:22px 0 10px; 
	color: #202020;
}
.home-recipe-block p{
	font-family: 'ceragr-regular';
	font-size: 14px;
	line-height: 150%;
	margin:0 0 20px; 
	color: #202020;
}
.home-recipe-block a{
	font-family: 'ceragr-bold';
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	border:1px solid #ccc;
	margin:0; 
	color: #000;
	padding: 7px 13px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.home-recipe-block a:hover{
	background: #000;
	color: #fff;
	border-color: #000;
	text-decoration: none;
}
.home-recipe-block a i{ margin-left: 4px; font-size: 16px; position: relative; top: 1px; }

/* Fish Market */
.fish-market-main{
	background: #00aeef;
	min-height: 565px;
	position: relative;
}
.fish-market-image{
	position: absolute;
	width: 50%;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background-size: cover;
}
.fish-market-left{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 565px;
	padding-right: 70px !important;
}
.market-detail-main h2{
	font-family: 'ceragr-light';
	font-size: 55px;
	color: #fff;
	line-height: 50px;
	margin: 0 0 12px;
}
.market-detail-main .market-time{
	font-family: 'ceragr-bold';
	font-size: 22px;
	color: #fff;
	line-height: 24px;	
	text-transform: uppercase;
}
.market-detail-main .market-time span{
	display: block;
	font-family: 'ceragr-bold';
	font-size: 14px;
	color: #fff;
	line-height: 18px;	
	margin-top: 4px;
}
.market-detail-main p{
	font-family: 'ceragr-regular';
	font-size: 15px;
	line-height: 150%;
	margin:30px 0; 
	color: #fff;
}
.market-detail-main a{
	font-family: 'ceragr-bold';
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	border:1px solid #fff;
	margin: 7px 0 0 0; 
	color: #fff;
	padding: 7px 13px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.market-detail-main a:hover{
	background: #fff;
	color: #00aeef;
	border-color: #fff;
	text-decoration: none;
}
.market-detail-main a i{ margin-left: 4px; font-size: 16px; position: relative; top: 1px; }
#fish-market-slider{
    margin-right: -50vw;
    max-width: 50vw;
    position: relative;
    right: 0;
    width: 50vw;
    height: 100%;
}

#fish-market-slider .slick-track img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#fish-market-slider .slick-list,
#fish-market-slider .slick-track{
	height: 100%;
}
/*#fish-market-slider .owl-pagination{
	display: none;
}*/
/*#fish-market-slider .owl-buttons .owl-prev,
#fish-market-slider .owl-buttons .owl-next{
	background: rgba(0,0,0,.4);
	opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	line-height: normal;
    padding: 5px 8px;
    margin: 0;
    font-size: 0;
}*/
#fish-market-slider .owl-buttons .owl-prev,
#fish-market-slider .slick-arrow.slick-prev{
    right: 45px;
}
#fish-market-slider .owl-buttons .owl-prev:before,
#fish-market-slider .slick-arrow.slick-prev:before{
	content: '\f104';
    font-family: 'fontAwesome';
    font-size: 24px;
}
#fish-market-slider .owl-buttons .owl-next,
#fish-market-slider .slick-arrow.slick-next{
	right: 15px;
	left: auto;
}
#fish-market-slider .owl-buttons .owl-next:before,
#fish-market-slider .slick-arrow.slick-next:before{
	content: '\f105';
    font-family: 'fontAwesome';
    font-size: 24px;
}
#fish-market-slider .slick-arrow {
    position: absolute;
/*    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);*/
	bottom: 8px;
    padding: 2px 8px;
    color: #fff;
    line-height: normal;
    font-size: 0;
    border: none;
    z-index: 1;
    background-color: #000;
    cursor: pointer;
}
#fish-market-slider .slick-arrow:focus{
	outline: none;
}


/* ---------------------------------
	Footer
--------------------------------- */
/* Newsletter */
.news-letter-section{ padding: 60px 0 0; }
.news-letter-inner{
	background: url(../images/newsletter-bg.png) no-repeat center;
	background-size: cover;
	margin: 0 0 35px;
	padding: 40px 60px 30px;
}
.news-letter-inner h2{ 
	font-family: 'ceragr-black';
	font-size: 40px;
	color: #202020;
	line-height: 48px;
	margin: 0 0 10px;
}
.news-letter-inner strong{ 
	font-family: 'ceragr-bold';
	font-size: 18px;
	color: #202020;
	line-height: 24px;
	font-weight: normal;
}
.news-letter-inner ul{
	font-family: 'ceragr-regular';
	padding: 0;
	margin: 16px 0 25px;
	color: #000;
	font-size: 16px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 520px;
}
.news-letter-inner ul li{
	flex:0 0 50%;
	background: url(../images/list-icon.png) no-repeat left 4px;
	padding-left: 28px;
	margin: 0 0 2px; 
}
.news-letter-inner ul li:first-child{ flex:0 0 205px; }
.news-letter-inner ul li:nth-child(3){ flex:0 0 205px; }
.news-letter-inner form{ display: flex; } 
.news-letter-inner form .news-input{ margin-right: 1px; width: 100%; max-width: 43%; }
.news-letter-inner form input[type="text"],
.news-letter-inner form input[type="email"]{
	font-family: 'ceragr-medium';
	background: #fff;
	border: none;
	padding: 0 13px;
	height: 41px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 15px;
	width: 100%;
	outline: none;
	color: #000;
}
.news-letter-inner form button[type="submit"]{
	font-family: 'ceragr-black';
	background: #00aeef;
	color: #fff;
	border:none; 
	font-size: 15px;
	border-radius: 2px;
	text-transform: uppercase;
	width: 145px;
	padding: 10px 0 9px;
	margin-left: 11px;
	outline: none;
}
.news-letter-inner form button[type="submit"]:hover{ background: #000; cursor: pointer; }
.news-letter-inner label.note{
	font-family: 'ceragr-regular';
	margin:24px 0 0;
	display: block; 
	font-size: 12px;
	color: #000;
}
.news-letter-inner form input::-webkit-input-placeholder { color: #000; }
.news-letter-inner form input:-ms-input-placeholder { color: #000; }
.news-letter-inner form input::-moz-placeholder { color: #000; opacity: 1; }
.news-letter-inner form input:-moz-placeholder { color: #000; opacity: 1; }




/* Instagram */
.site-insta-feed{ font-family: 'ceragr-light'; text-align: center; color: #000; }
body #sb_instagram .sb_instagram_header h3.sbi_no_bio{ float:none; font-size: 22px; padding: 0 !important; margin: 0 !important; }
#sb_instagram .sbi_header_img{ display: none; }
#sb_instagram .sb_instagram_header a,
#sb_instagram .sbi_header_text{ float: none !important; }
#sb_instagram .sbi_header_text{ padding: 0; margin: 0 0 10px; }
#sb_instagram .sbi_follow_btn a{ padding: 0; margin: 0; }
#sb_instagram #sbi_load .fa, #sb_instagram .sbi_follow_btn .fa{ font-size: 30px; margin: 0; padding: 0; }
#sb_instagram #sbi_load{ padding: 20px 0 35px !important; }

/* Footer */
footer.site-footer{	background: #f2f2f2; padding:45px 0 35px; }
.footer-content-area{ display: flex; justify-content: space-between; width: 100%; padding: 0 15px; }
.footer-content-area h4{ font-family: 'ceragr-bold'; color: #000; margin: 0 0 3px; padding:0; font-size: 15px; text-transform: uppercase; }
.footer-content-area .footer-content-left{ display: flex; justify-content: space-between; flex: 0 0 50%; }
.footer-content-area .footer-content-left ul{ margin: 0; padding:0; list-style: none; font-size: 15px; line-height: 160%; font-family: 'ceragr-regular'; }
.footer-content-area .footer-content-left ul li a{ color:#000; transition: all 0.5s ease 0s; }
.footer-content-area .footer-content-left ul li a:hover{ color:#000; }

.footer-content-area .footer-content-right{ display: flex; justify-content: space-between; flex: 0 0 37%; }
.footer-content-area .footer-content-right p{ margin: 0; padding:0; list-style: none; font-size: 15px; line-height: 160%; font-family: 'ceragr-regular'; }
.footer-content-area .footer-content-right .footer-social-icon a{ display: inline-block; margin-left: 6px; transition: all 0.2s ease 0s; }
.footer-content-area .footer-content-right .footer-social-icon a:hover{ transform: scale(0.9); }
footer .footer-bottom{ padding: 0 15px; margin:70px 0 0;  font-family: 'ceragr-regular'; font-size: 13px;  line-height: 15px;   display: flex; justify-content: space-between; align-items: center; width: 100%; }

/* --------------------------------------------
	Cafe Page
-------------------------------------------- */
.seafood-section{ background: #f7f7f9; }
.seafood-section .market-detail-main h2{ color: #202020; margin: 0 0 24px; }
.seafood-section .market-detail-main .market-time{ color: #202020; }
.seafood-section .market-detail-main p{ color: #202020; line-height: 170%; margin: 30px 0 0; }
.seafood-section .market-detail-main p span{ display: inline-block; width: 132px; }

.cafe-map-main{
	min-height: 565px;
	display: flex;
	align-items: center;
	background: #202020;
	height: 565px;
}
.cafe-map-main .cafe-map-area{ width: 50%; flex: 0 0 50%; align-self: stretch; }
.cafe-google-map{
    position: relative;
    width: 100%;
    height: 100%;
}
.cafe-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.cafe-map-content{ padding:0 0 0 6%; max-width: 640px; }
.cafe-map-content .market-detail-main a:hover{ color: #202020; background: none; }

.client-review-section{ margin: 55px 0 0; }
.client-review-section h2{ font-family: 'ceragr-light'; color: #202020; font-size:40px; line-height: 35px; margin:0 0 25px; }
.review-block{ margin:0 20px;  }
.review-block img{ margin-right: 8px; }
.review-block .review-content{
	border:1px solid #ededed; 
	background: #fafafa; 
	border-radius: 5px; 
	padding:22px 25px 22px 40px;
}
.review-block .review-face{
	display: flex;
	align-items: center;
}
.review-block .review-face img{
	border:1px solid #cdcdcd; 
	max-width: 55px; 
	height: auto;  
	border-radius: 100%;
	padding: 2px;
}
.review-block .review-face .author-info span{
	font-family: 'ceragr-bold';
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #00aeef;
}

/* --------------------------------------------
	ABout Us
-------------------------------------------- */
.about-main{ background: #00aeef; height: 565px; }
.about-us-content{
	background: #00aeef;
}
.about-contact-info{
	padding:12px 0 30px; 
}
.about-us-content span{
	font-family: 'ceragr-light';
	font-size: 22px;
	line-height: 26px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.about-us-content span a{
	font-family: 'ceragr-light';
	font-size: 22px;
	display: inline-block;
	color: #fff;
	border:none;
	padding:0;
}
.about-enquiry-form{ padding:65px 0 0; }
.about-enquiry-form h2{
    font-family: 'ceragr-light';
    color: #202020;
    font-size: 40px;
    line-height: 35px;
    margin: 0 0 25px;
}
.about-enquiry-form p{
    font-family: 'ceragr-regular';
    color: #202020;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 40px;
}
.enquiry-form-inner{
	max-width: 445px;
	padding: 0 15px;
	margin: 0 auto;
	font-family: 'ceragr-light';
}
.enquiry-form-inner .ef-text , .enquiry-form-inner .ef-area , .enquiry-form-inner .ef-captcha{ margin: 0 0 11px; }
.enquiry-form-inner .ef-area textarea{ padding:12px 18px; resize: none; height: 160px; outline: none; display:block; }
.enquiry-form-inner .ef-text input[type="text"],
.enquiry-form-inner .ef-text input[type="email"]{
	height: 47px;
	border:1px solid #ccc;
	border-radius: 3px;
	width:100%;
	padding: 0 18px;
	outline: none;
	color: #000;
}
.enquiry-form-inner .ef-submit input[type="submit"]{
	font-family: 'ceragr-bold';
	border:none;
	background: #000;
	color: #fff;
	height: 58px;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
}
.enquiry-form-inner .ef-submit input[type="submit"]:hover{
	background: #00aeef;
}



.enquiry-form-inner  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.enquiry-form-inner  ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.enquiry-form-inner  :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
.enquiry-form-inner  :-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}


/* --------------------------------------------
	Recipe & Tips
-------------------------------------------- */
.site-main { background: url(../images/main-bg.jpg) repeat center top #fff; }
.post-type-archive-recipes .site-main , .blog .site-main{ background: url(../images/main-bg.jpg) repeat-x center top #fff; padding:55px 0 0; }
.post-type-archive-recipes .page-header , .blog .page-header{ padding: 0 15px; }
.post-type-archive-recipes h1 , .blog h1{ font-size: 30px; line-height: 34px; font-family: 'ceragr-bold'; text-transform: uppercase; margin: 0 0 1rem; color: #000; }
.post-type-archive-recipes p , .blog p{ font-size: 14px; line-height: 18px; font-family: 'ceragr-regular'; color: #202020; margin: 0 0 2.2rem; }
.recipe-container .hentry{ margin: 0 0 2em; }
.recipe-container .col-md-6 h2{
	font-family: 'ceragr-bold';
	font-size: 40px;
	line-height: 48px;
	color: #202020;
	font-weight: normal;
	margin: 12px 0 0;
}
.recipe-container .col-md-3 h2{
	font-family: 'ceragr-bold';
	font-size: 18px;
	line-height: 24px;
	color: #202020;
	font-weight: normal;
	margin: 12px 0 0;
}
.recipe-container h2 a{
	text-decoration: none;
	color: #202020;
}
.recipe-container h2 a:hover{ color:#00aeef; text-decoration: none; }
.recipe-container a{ display: block; }

/* --------------------------------------------
	Single Recipe Page
-------------------------------------------- */
.single-recipes .site-main , .single-post .site-main{ padding-top: 60px; background: url(../images/main-bg.jpg) repeat-x center top #fff;  }
.single-recipe-area .recipe-image{ margin:0 0 35px; }
.single-recipe-area .recipe-image img{
	width: 100%;
	height: auto;
}
.single-recipe-area .sr-title{
	font-family: 'ceragr-bold';
	font-size: 40px;
	line-height: 48px;
	position: relative;
	color: #202020;
}
.single-recipe-area .sr-title h2{ margin: 0 0 18px; font-size: 40px; width: calc(100% - 72px); }
.single-recipe-area .sr-title .rcp-links{ position: absolute; right: 0; top:-5px; text-align: right; } 
.single-recipe-area .sr-title .rcp-links a{ display: inline-block; outline: none; }
.single-recipe-area p{
	font-family: 'ceragr-light';
	font-size: 26px;
	line-height: 130%;
	position: relative;
	color: #202020;
	border-bottom: 1px solid #202020;
	padding: 0 0 30px;
	margin: 0 0 40px;
}
.single-recipes .recipe-method-area h3{
	font-family: 'ceragr-bold';
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 12px;
}
.single-recipes .recipe-method-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-recipes .recipe-method-area ul li{
	font-family: 'ceragr-regular';
	font-size: 14px;
	line-height: 150%;
	color:#000;
	margin: 0 0 2px;
}
.single-recipes .recipe-method-area{
	display: flex;
	justify-content: space-between;
}
.single-recipes .recipe-method-area .recipe-ingredients{
	flex:0 0 48.5%;
}
.single-recipes .recipe-method-area .recipe-methods{
	flex:0 0 48.5%;
}
.single-recipes .recipe-method-area .recipe-methods ul li{
	margin: 0 0 22px;
}
.single-recipes .recipe-method-area .recipe-methods ul li span{
	font-family: 'ceragr-bold';
	display: block;
	font-size: 15px;
}
.single-recipe-sidebar{ padding: 0 0 0 4rem; }
.single-recipe-sidebar h3{
	font-family: 'ceragr-bold';
	display: block;
	font-size: 26px;
	color:#000;
	line-height: 30px;
	margin: -6px 0 18px;
	text-transform: uppercase;
}
.single-recipe-sidebar .recipe-blocks h5{
	font-family: 'ceragr-bold';
	font-size: 18px;
	line-height: 150%;
	margin: 0;
	padding: 12px 0 25px;
}
.single-recipe-sidebar .recipe-blocks h5 a{ color: #000; display: block; }

.grw-slider .rplg-slider-prev, .grw-slider .rplg-slider-next{
	width: 48px;
	height: 48px;
	background: #ccc !important;
}
.grw-slider .rplg-slider-prev span, .grw-slider .rplg-slider-next span{ top: 45% !important; left: 38% !important; font: normal 300 40px / 0 "Muli",Helvetica,Arial,Verdana,sans-serif!important; color: #fff !important; background: #ccc !important; }
.grw-slider .rplg-slider-prev{ left: -55px !important; top: 34% !important; }
.grw-slider .rplg-slider-next{ right: -55px !important; top: 34% !important;  }

/* -------------------------------------------
	Blog Page 
------------------------------------------- */
.blog .recipe-container .ff-post-time{
	font-family: 'ceragr-regular';
	font-size: 14px;
	line-height: 140%;
	color: #000;
	margin: 4px 0 22px;
	padding: 0 0 22px;
	border-bottom: 1px solid #000;
}
.blog .recipe-container p{
	line-height: 150%;
}

.single-post .single-recipe-area p{ font-size: 18px; line-height: 150%; }
.single-post .ff-post-time {
	font-size: 20px;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #000;
}
.single-post #respond input[type="submit"]{
	font-family: 'ceragr-bold';
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	border:none;
	padding: 12px 15px;
	font-size: 1rem;
}
.single-post p.logged-in-as a{ display: inline-block; }

/* --------------------------------------------
	Wholesale
-------------------------------------------- */
.fish-market-main.left-side-image{
	background: #202020;
}
.fish-market-main.left-side-image .fish-market-image{
	right: auto;
	left: 0;
}
.fish-market-main.left-side-image .fish-market-left{
	padding-left: 70px;
	padding-right:0; 
}

/* -------------------------------------------
	Default Page
------------------------------------------- */
.default-page-area .site-main{
	padding: 55px 0 0;
}
.default-page-area .site-main h1{
	font-family: 'ceragr-bold';
	text-transform: uppercase;
}
.default-page-area .site-main h2{
	font-family: 'ceragr-bold';
	text-transform: uppercase;
}
.default-page-area .site-main h3{
	font-family: 'ceragr-bold';
	text-transform: uppercase;	
}

.woocommerce form.login, 
.woocommerce form.register{ max-width: 500px; margin: 0 auto; }
.woocommerce button[type="submit"]{
	background: #000;
	border:none;
	color: #fff;
	border-radius: 0;
	font-family: 'ceragr-bold';
	text-transform: uppercase;
} 
.woocommerce form .form-row label.inline{ margin-left: 10px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border-radius: 0;
	background: #fff;
	padding: 8px 12px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{ background: #000; color: #fff; border-radius: 0; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{ 
	font-family: 'ceragr-bold';
	background: #000; 
	border-radius: 0; 
	text-transform: uppercase;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{ background:#00aeef; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2{
	max-width: none;
}


/* --------------------------------------------
	WooCommerce Styles
-------------------------------------------- */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin:0 1% 2em 0;
	width: 24.25%;
	background: #fff;
	position: relative;
	padding:0 0 25px; 
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{ margin-right: 0; }


.woocommerce ul.products li.product img{ margin:0 0 24px; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-family: 'ceragr-bold';
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 5px;
	padding:0 30px;
	color: #000;
	text-transform: uppercase;
	min-height: 52px;
}
.woocommerce ul.products li.product .star-rating{ display: none; }
.woocommerce ul.products li.product .price{ 
	font-family: 'ceragr-bold';
	padding:0 30px;  
	font-size: 24px;
	color: #00aeef;
	line-height: 25px;
	margin:0;
}
.woocommerce ul.products li.product .woo-detail{
	font-family: 'ceragr-regular';
	font-size: 14px;
	color: #202020;
	line-height: 150%;
	padding:0 30px;
	margin:6px 0 22px;  
	min-height: 65px;
}
.woocommerce ul.products li.product .button{
	font-family: 'ceragr-bold';
	font-weight: normal;
	border:1px solid #ccc;
	height: auto;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	border-radius:0;
	font-size: 14px;
	line-height: 18px;
	position: relative; 
	transition: all 0.2s ease 0s;
	margin: 0 0 0 30px;
}
.woocommerce ul.products li.product .button:after{
	content:'\f105';
	font-family: 'fontAwesome';
	margin-left: 2px;
}
.woocommerce ul.products li.product .button:hover{
	background: #000;
	color: #fff;
}
.woo-instore{
	display: flex;
	justify-content: space-between;
	width: 114px;
	align-items: center;
	/*position: absolute;
	bottom: 30px;
	right: 30px;*/
	padding:5px 0; 
	float: right;
	margin-right: 25px;
}
.woo-instore span{
	display: inline-block;
	background: url(../images/or.png) no-repeat left top;
	width: 17px;
	height: 14px;
}
.woo-instore a{
	display: inline-block;
	width: 90px;
	background: url(../images/instore.png) no-repeat left center;
	font-family: 'ceragr-bold';
	font-size:14px;
	line-height: 14px;
	color: #000;
	text-transform: uppercase;
	padding-left: 20px;
}
.woo-outofstoke{
	display: inline-block;
    width: 150px;
    font-family: 'ceragr-bold';
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    padding-left: 30px;
}
.woo-instore.instore{
	width: 114px;
	position: relative;
	bottom: 0;
	left: 30px;
	float: none;
}
.woocommerce ul.products li.product .onsale{
	font-family: 'ceragr-bold';
	margin:0;
	min-width:0;
	min-height:0;
	line-height: normal;
	background: #000;
	border-radius: 0;
	font-size: 14px;
	padding: 2px 10px;
	display: none;
}
.woocommerce-products-header{ text-align: center; }
.woocommerce-products-header h1{
	font-family: 'ceragr-light';
	font-size:40px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.post-type-archive-product .site-main{
	background: url(../images/main-bg.jpg) repeat-x center top #fff;
	padding:55px 0 0; 
}
.post-type-archive-product .woocommerce-products-header h1{ margin: 0 0 20px; }
.post-type-archive-product .woocommerce-products-header p{ font-size: 14px; color: #202020; }
.woocommerce .woocommerce-result-count{
	font-family: 'ceragr-regular';
	font-size: 16px;
	color: #202020;
	margin: 0 0 2em;
	display: none;
}
.woocommerce .woocommerce-ordering select{
	font-family: 'ceragr-regular';
	font-size: 16px;
	color: #202020;
	border:1px solid #ccc;
	background: #fff;
	height: 30px;
	padding:0 10px;
	outline: none;
	display: none; 
}
.woocommerce nav.woocommerce-pagination ul{ 
	border:none; 
	font-family: 'ceragr-bold';
	font-size: 28px;
}
.woocommerce nav.woocommerce-pagination ul li{
	border:none;
	margin: 0 6px; 
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	padding: 0;
	color:#999;
	background: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{ background: none; color: #000; }

.woocommerce-order-received .woocommerce-customer-details{
	margin: 0 -15px;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{ width: 125px; border-radius: 0; padding: 7px 10px; }

.woocommerce div.product .woocommerce-product-rating{ margin: 0 0 0.8rem; }
.woocommerce div.product form.cart div.quantity{  }

.woocommerce .summary .quantity .qty{
	border:none;
	outline: none;
	background: #f3f3f4;
	border-radius: 0;
	font-size: 20px;
	font-family: 'ceragr-bold';
	color: #000;
	padding: 9px;
}
.woocommerce .summary .price-div{ display: inline-block; font-size: 20px; 
	font-family: 'ceragr-bold'; 
	color: #fff;
	background: #00aeef;
	padding: 9px 20px;
	display: inline-flex;
    align-items: center;
}
.woocommerce .summary .price-div p{ margin: 0; }

.optional-chk {
	font-family: 'ceragr-regular';
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.optional-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.optional-chk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 100%;
  border:2px solid #00aeef;
}
.optional-chk:hover input ~ .checkmark {
  background-color: #fff;
}
.optional-chk input:checked ~ .checkmark {
  background-color: #00aeef;
}
.optional-chk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.optional-chk input:checked ~ .checkmark:after {
  display: block;
}
.optional-chk .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Single Product */
.single-product .site-main{ padding: 55px 0 0; }
.single-product .woocommerce-breadcrumb{ display: none; }
.single-product .related.products > h2{ 
	font-family: 'ceragr-bold';
	text-transform: uppercase;
	padding:0; 
	margin: 0 0 55px; 
	font-size: 30px; 
	line-height: 30px; 
	text-align: center;
}
.woocommerce div.product .product_title{
	font-family: 'ceragr-bold';
	text-transform: uppercase;
	font-size: 36px;
	line-height: 38px;
	margin: 0;
	padding: 0;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	font-family: 'ceragr-bold';
	text-transform: uppercase;
	font-size: 30px;
	line-height: 32px;
	margin: 0;
	padding: 0;	
	color:#00aeef;
}
.woocommerce-product-details__short-description{
	font-family: 'ceragr-regular';
	font-size: 15px;
	line-height: 150%;
	margin: 16px 0 0;
	padding: 0;	
}
.woocommerce-product-details__short-description strong{
	font-family: 'ceragr-bold';
	font-weight: normal;
}
.woocommerce div.product form.cart .button{\
	font-family: 'ceragr-bold';
	font-size: 14px;
	display: block;
	border-radius: 0;
	background: #000;
	color: #fff;
	padding: 22px 34px;
}
.woocommerce div.product div.summary{ margin: 0; }
.woocommerce .custom_content{ margin: 25px 0; }
.woocommerce .custom_content strong{ margin: 0 0 15px; display: block; font-family: 'ceragr-bold';
	font-weight: normal; }

.review-content .star-rating {
  line-height:32px;
  font-size:1.25em;
}
.review-content .star-rating .fa-star{color: yellow;}

#ship-to-different-address input[type="checkbox"]{
	position: relative;
	top:-2px;
}
.woocommerce-account .entry-header{ text-align: center; }

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{ opacity: 0.7; color: #fff; }

.qty-weight{
	font-family: 'ceragr-bold';
	margin: 0 0 23px;
	font-size: 15px;
}
.qty-weight strong{ font-family: 'ceragr-bold'; font-weight: normal; }
.woocommerce div.product form.cart{ margin-bottom: 0; }

.single-product .related.products{
	padding: 60px 0 0;
	margin: 70px 0 0;
	border-top: 1px solid #e5e5e5;
}

/* --------------------------------------------
	Week Special 
-------------------------------------------- */
.page-template-specials .week-special-main h2{ margin: 0 0 15px; }
.page-template-specials .week-special-main p.text-center{ color: #202020; margin: 0 0 3rem; }
.page-template-specials .woocommerce ul.products{ margin: 0; }


/* --------------------------------------------
	Special Slider
-------------------------------------------- */
.woocommerce ul.products.special-slider { position: relative; }
.woocommerce ul.products.special-slider li.product{ width: 100%; flex: 0 0 100%; height: auto !important; }
.woocommerce ul.products.special-slider .owl-item{ padding: 0 5px; }
.woocommerce ul.products.special-slider li.product .woo-detail{ min-height: 90px; }

.woocommerce ul.products.special-slider .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: -18px;
	top:50%;
	z-index: 11;
	background: #202020;
	color: #fff;
	border-radius: 0;
	opacity: 1;
	width: 30px;
	height: 30px;
	font-size: 0;
	transition: all 0.3s ease 0s;
	margin: -15px 0 0;
}
.woocommerce ul.products.special-slider .owl-controls .owl-buttons .owl-prev:before{
	content:'\f104';
	font-family: 'fontAwesome';
	font-size: 20px;
	line-height: 25px;
}

.woocommerce ul.products.special-slider .owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: -18px;
	top:50%;
	z-index: 11;
	background: #202020;
	color: #fff;
	border-radius: 0;
	margin: -15px 0 0;
	opacity: 1;
	width: 30px;
	height: 30px;
	font-size: 0;
	transition: all 0.3s ease 0s;
}
.woocommerce ul.products.special-slider .owl-controls .owl-buttons .owl-next:before{
	content:'\f105';
	font-family: 'fontAwesome';
	font-size: 20px;
	line-height: 25px;
}
.woocommerce ul.products.special-slider .owl-controls .owl-buttons > div:hover{
	background: #fff;
	color: #202020 !important;
}


/* --------------------------------------------
	Search
-------------------------------------------- */
.search .site-main , .error404 .site-main{
	padding: 45px 0;
}
.search .site-main h1 , .error-404 h1{ text-transform: uppercase; font-family: 'ceragr-bold'; }
.search .site-main h2{ text-transform: uppercase; font-family: 'ceragr-bold'; }
.no-results.not-found ,  .error-404{
	text-align: center; 
}
.no-results.not-found input[type="search"] , .error-404 input[type="search"]{
	border:1px solid #cdcdcd;
	background: #fff;
	border-radius: 0;
	padding: 8px 12px;
	outline: none;
}
.no-results.not-found input[type="submit"] , .error-404 input[type="submit"]{
	font-family: 'ceragr-bold';
	border:none;
	background: #000;
	color: #fff;
	border-radius: 0;
	padding: 14px 18px;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: top;
	outline: none;
}
.no-results.not-found input[type="submit"]:hover , .error-404 input[type="submit"]:hover{
	background: #00aeef;
	cursor: pointer;
}

/* --------------------------------------------
	Location Popup
-------------------------------------------- */
.modal-dialog{ max-width: 800px; }
.modal-open .modal{ background: rgba(255,255,255,0.9); }
.modal-content{ background: #00aeef; border-radius: 0; border:none; padding: 75px 80px; }
.modal-content .we-deliver-main{ background: none; }
.modal-content .we-deliver-main .we-deliver-inner{
	max-width: none;
	background: none;
	width: 100%;
	display: block;
	padding: 0;
}
.modal-content .we-deliver-main .we-deliver-inner h1{
	font-family: 'ceragr-light';
	font-size: 55px;
	text-transform: 45px;
	text-transform: none;
}
.modal-content .we-deliver-main .we-deliver-right{
	margin: 25px 0 0;
}
.modal-content .we-deliver-main .we-deliver-inner .we-deliver-left span{ font-size: 20px; line-height: 140%; }

.modal-content .close{
	position: absolute;
	color: #000;
	background: #fff;
	right: 10px;
	opacity: 1;
	top: 10px;
	outline: none;
	line-height: normal;
	display: block;
	padding: 2px 9px 0px;
}
.modal-content .return-to-shop a{
	font-family: 'ceragr-bold';
	background: #000;
	color: #fff;
	border: none;
	outline: none;
	border: none;
	border-radius: 0;
	width: 160px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	font-weight: normal;
	display: inline-block;
	margin-top: 15px;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation{ display: none; }
.modal-open .modal{ padding-right: 0 !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:after{ margin: 0 0 0 2px; }

.woocommerce-account button.button{ letter-spacing: 1px; }

.woocommerce-MyAccount-navigation ul{ margin: 0 0 20px 0; padding-left: 15px; }



/* Contact */
.page-contact-main{ background: #00aeef; }
.contact-fluid{ padding: 0; }
.contact-address-map {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.contact-address-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-contact-main .contact-align-middle{ display: flex; align-items: center; }
.page-contact-main .contact-align-middle .contact-right{ padding-left: 85px; max-width: 600px; }
.page-contact-main .contact-align-middle .contact-content {
    font-family: 'ceragr-light';
    font-size: 22px;
    line-height: 150%;
    margin: 6px 0 30px;
    color: #fff;
    text-transform: uppercase;
}
.page-contact-main .contact-align-middle .contact-right h2{ margin: 0 0 24px; }

.ff-contact-forms{ padding: 60px 0 0; }
.ff-contact-forms .enquiry-form-inner h2{ font-size: 40px; }
.ff-contact-forms .enquiry-form-inner p{ font-size: 14px; }

.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
	border-radius: 0;
	height: 38px;
    margin: 0 0 0;
    border: 1px solid #ccc;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}



/*---------------------------------------------
	Media Screen
-------------------------------------------- */

@media screen and ( max-width: 1499px ){
	.ff-content-area{ padding: 0 15px; }
	#fishfactory-slider .item .ffslider-content img{ max-width: 170px; }
	.ff-content-area p{ max-width: 500px; }

	.cafe-map-content{ padding-right: 25px; }

	.page-contact-main .contact-align-middle .contact-right{ padding: 25px; }
	.page-contact-main .contact-align-middle .contact-right h2{ font-size: 40px; line-height: 40px; }

}
@media screen and ( max-width: 1229px ){
	.woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3,
	.woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .woo-detail,
	.woo-outofstoke{ padding: 0 15px; }
	.woocommerce ul.products li.product .button{ margin-left: 15px; }
	.woo-instore{ right: 15px; padding: 0; bottom: 28px; }
	.single-recipe-sidebar{ padding: 0 0 0 1rem; }

	.woo-instore.instore{ left: 15px; }

	.grw-slider .rplg-slider-next{ right: -10px !important; opacity: 0.5; }
	.grw-slider .rplg-slider-prev{ left: -10px !important; opacity: 0.5; }
}
@media screen and ( max-width: 1139px ){
	
	#fishfactory-slider .item .ffslider-content img.slide-logo{ display: inline-block; }
	
	.woo-instore{ width: 100px; }
	.woo-instore a{ font-size: 10px; line-height: 13px; width: 74px; background-size: 14px auto; background-position: left 1px; } 
	.woocommerce ul.products li.product .button{ font-size: 12px; height: 33px; }

	.woo-outofstoke{ font-size: 10px; line-height: 13px; }

	.woo-instore{ right: auto; left: 120px; }

	.page-contact-main .contact-address-map{ position: relative; padding: 0; }
	.page-contact-main .contact-address-map iframe{ position: unset; width: 100%; height: 100%; }
	.page-contact-main .contact-left , .page-contact-main .contact-address-map{ width: 100%; height: 100%; }
	.page-contact-main .contact-align-middle .contact-right{ padding: 50px 25px; }

	#fishfactory-slider .ff-content-area h1{
		font-size: 55px !important;
		line-height: normal !important;
	}

}

@media screen and ( max-width: 1024px ){
	header.site-header{ padding-bottom: 0; }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{ padding: 15px !important; }
	header.site-header .col-sm-12 > div{ flex: 0 0 36%; }
	header.site-header .col-sm-12 > div:nth-child(2){ flex: 0 0 28%; }
	.recipe-container .col-md-6 h2{ font-size: 30px; line-height: 32px; }

	/*.fish-market-image{ width: 51%; }*/
	.cafe-map-main .cafe-map-area{ flex: 0 0 49%; }

	.home-recipe-block h3{ font-size: 32px; }
}

@media screen and (max-width: 991px){
	.footer-content-area .footer-content-right{ flex:0 0 47%; }
	.about-us-content span , .about-us-content span a{ font-size: 16px; }

	.ff-contact-forms{ padding: 30px 0 0; }
	.ff-contact-forms .enquiry-form-inner{ padding: 0; }
	.ff-contact-forms .enquiry-form-inner h2{ font-size: 30px; }

	#fishfactory-slider .ff-content-area h1{
		font-size: 45px !important;
		line-height: normal !important;
		margin-top: 0 !important; 
	}

}

@media screen and ( min-width: 768px ) and ( max-width: 1023px ){
	.woocommerce .products ul:after, 
	.woocommerce ul.products:after,
	.woocommerce .products ul:before,
	.woocommerce ul.products:before{
		display: none;
	}
	.woocommerce .products ul, .woocommerce ul.products{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ float: none; flex:0 0 31.5%; margin: 0 0 30px !important; }

	header.site-header .col-sm-12{ justify-content: space-between; }
	header.site-header .col-sm-12 > div.header-left{ display: none; }
	header.site-header .col-sm-12 > div{ flex:initial; }

}


@media screen and ( max-width: 768px ){
	#fishfactory-slider .owl-item .item{ min-height: 500px; background-position: center; }
	#fishfactory-slider .owl-item .main-img{ display: none; }
	#fishfactory-slider .ffslider-content{ padding: 0 40px; }

	.we-deliver-main .we-deliver-inner{ display: block; }
	.we-deliver-main .we-deliver-inner .we-deliver-left{ margin: 0 0 14px; }

	.market-detail-main h2{ font-size: 30px; line-height: 36px; }
	.news-letter-inner{ padding: 25px; }
	.news-letter-inner h2{ font-size: 30px; line-height: 30px; }
	.home-recipe-block h3{ font-size: 24px; }
	.fish-market-image{ background-position: left top; width: 55%; }
	.footer-content-area .footer-content-right .footer-social-icon a{ margin-bottom: 6px; }

	.cafe-map-main .cafe-map-area{ flex:0 0 45%; }
	/*.market-detail-main a{ margin-top: 7px; }*/

	.single-recipe-sidebar{ padding:0; }	
	.single-recipes .site-main{ padding:30px 0 0; }

	header.site-header .col-sm-12{ justify-content: space-between; }
	header.site-header .col-sm-12 > div{ flex:initial; }
	header.site-header .col-sm-12 > div.header-left{ display: none; }
	header.site-header .col-sm-12 > div.header-logo{
		max-width: 100px;
	}

	.woocommerce form.login{
		margin:0 auto 40px; 
	}

	.modal-open .modal{ padding: 0 !important; }

	.about-us-content span , .about-us-content span a{ font-size: 16px; }

}


@media screen and (max-width: 767px ){
	#fishfactory-slider .item .ffslider-content img{ max-width: 90px; }
	.ff-content-area h3{ margin:15px 0 10px; font-size: 18px; }
	.ff-content-area p{ font-size: 14px; line-height: 150%; }
	.ff-content-area a.shop-now{ font-size: 11px; padding: 8px 12px; }

	.home-recipe-block{ margin: 0 0 35px; }

	.we-deliver-main .we-deliver-inner .we-deliver-left{ font-size: 20px; }
	.we-deliver-main .we-deliver-right input[type="text"]{ height: 40px; padding: 0 90px 0 30px; background-position: 8px center; }
	.we-deliver-main .we-deliver-right input[type="submit"]{ height: 40px; line-height: 40px; width: 80px; }

	.footer-content-area{ display: block; }
	.footer-content-area .footer-content-right{ margin: 30px 0 0; }

	.fish-market-main{ min-height:0; }

	.recipe-container .col-md-6 h2{ font-size: 18px; line-height: 24px; }

	.fish-market-main.left-side-image .fish-market-left{ padding-left: 45px; }

	.woo-instore{ bottom: 27px; right: auto; left: 120px; }

	.woo-outofstoke{ width:auto; }

	#ship-to-different-address{ margin-top:30px;  }


	.page-contact-main .contact-align-middle .contact-right h2{ font-size: 26px; line-height: normal; }
	.page-contact-main .row{ display: block; }
	.page-contact-main .row .col-sm-6{ width: 100%; flex:0 0 100%; max-width: 100%; }
	.page-contact-main .contact-left, .page-contact-main .contact-address-map{ height: 300px; }
	.page-contact-main .contact-align-middle .contact-right{ max-width: 100%; padding: 20px 15px; }

	#fish-market-slider{
	    width: 100%;
	    max-width: 100%;
	    margin: 0;
	    height: auto;
	}
	#fish-market-slider .slick-list, #fish-market-slider .slick-track{

		height: auto;
	}
	.fish-market-slider-wrp{
		order: -1;
	}
	.fish-market-main .fish-market-left{
		height: auto;
		padding: 20px 0 !important;
	}
	#fishfactory-slider .ff-content-area h1{
		font-size: 26px !important;
		line-height: normal !important;
		margin-top: 0 !important; 
	}
		#fishfactory-slider .owl-item .item{
		background: #1eb0ec;
	}
}


@media screen and ( max-width: 639px ){
	.h1, h1{ font-size: 1.8rem; }
	.h2, h2{ font-size: 1.4rem; }

	header.site-header .col-sm-12 > div{ font-size: 12px; }
	header.site-header .col-sm-12 > div.header-logo{ max-width:65px; }
	header .header-right-inner{ padding-right: 16px; }

	#fishfactory-slider .owl-item .item{ min-height: 400px; }
	#fishfactory-slider.owl-theme .owl-controls .owl-buttons .owl-next,
	#fishfactory-slider.owl-theme .owl-controls .owl-buttons .owl-prev{ width: 25px; }

	.news-letter-section{ padding: 10px 0 0; }
	.news-letter-inner form{ display: block; }
	.news-letter-inner form .news-input{ margin: 0 0 10px; max-width: 80%; }
	.news-letter-inner form button[type="submit"]{ margin-left: 0; }

	.fish-market-main{ padding: 0px 0 25px; }
	.fish-market-image{ display: none; }
	.fish-market-main .col-sm-6{ width:100%; }
	.fish-market-left{ height: auto; padding: 0; }
	.fish-market-main .market-image{ margin: 0; }

	.news-letter-inner ul{ display: block; }
	#sbi_images .sbi_item{ width: 50% !important; height: auto !important; }
	#sbi_images .sbi_item a{ height:160px !important; }

	.footer-content-area .footer-content-left{ display: block; }
	.footer-content-area .footer-content-left .footer-menu{ margin: 0 0 30px; }
	.footer-content-area .footer-content-right{ display: block; }
	.footer-social-icon{ margin: 10px 0 0; }

	footer .footer-bottom{ display: block; margin: 20px 0 0; }
	footer .footer-copy{ margin: 0 0 10px; }

	.cafe-map-main{ display: block; min-height: 0; }
	.cafe-map-main .cafe-map-area{ width: 100%; height: 300px; }
	.cafe-map-content{ padding: 0; }
	.cafe-map-content .market-detail-main{ padding:20px 15px; }

	.about-main , .cafe-map-main{ height: auto; }
	.about-enquiry-form{ margin: 0 0 30px; }

	.single-recipe-area .sr-title h2 {
	    margin: 0 0 10px;
	    font-size: 24px;
	    width: 86%;
	}
	.single-recipe-area p{ font-size: 18px; padding: 0 0 15px; margin: 0 0 20px; }
	.single-recipe-area .recipe-image{ margin: 0 0 15px; }
	.single-recipes .recipe-method-area{ display: block; }
	.single-recipes .recipe-method-area .recipe-methods{ margin: 25px 0 0; }

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{ width: 100%; border:1px solid #f0f0f0; padding: 0 0 15px; }

	.woocommerce-order-received .woocommerce ul.order_details{ padding: 0; margin: 0; }
	.woocommerce-order-received .woocommerce ul.order_details li{ border:none; margin:0; padding: 0; display: block; float: none; margin: 0 0 10px; }

	.modal-content{ padding: 15px; }
	.modal-content .we-deliver-main .we-deliver-inner h1{ font-size: 34px; }
	.modal-content .we-deliver-main .we-deliver-inner .we-deliver-left span{ font-size: 17px; }

	.home-recipe-block img{ width: 100%; height: auto; }

	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{ padding: 10px; }

	.about-us-content span , .about-us-content span a{ font-size: 16px; }

	.fish-market-main.left-side-image .fish-market-left{ padding-left: 0; }

	.woo-outofstoke{ font-size: 10px; line-height: 14px; }

	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{ min-height: 0; }
	.woocommerce ul.products li.product .woo-detail{ min-height: 0; }

	.woo-instore{ bottom: 18px; right: auto; left: 120px; }

	.ff-contact-forms .enquiry-form-inner{ margin: 0 0 50px; }

	.page-contact-main .contact-align-middle .contact-content{ font-size: 16px; margin-bottom: 20px; }


	.single-recipe-area .sr-title .rcp-links{ top: -16px; }
	.single-recipe-area .sr-title .rcp-links img{ width: 18px; }

}
@media screen and ( max-width: 575px ){
	.fish-market-main .market-image{ margin: 30px 0 0; }
	.fish-market-main.left-side-image .fish-market-left{ margin-top: 20px; }
}
@media screen and (max-width:479px){
	.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input{ width: 100% !important; margin-top: 8px; }
}


div.pac-container {
    z-index: 99999999999 !important;
}


.amazing-image-main {
    background: #202020;
}
.amazing-image {
    left: 0;
    right: inherit;
}
.amazing-image-left {
    padding-left: 70px;
    padding-right: 0;
}
.white-back-fish{
	background: #f7f7f9;
}
.white-back-fish .market-detail-main h2, 
.white-back-fish .market-detail-main .market-time, 
.white-back-fish .market-detail-main p{
	color: #000;
}
@media screen and (max-width: 1024px){
.common-fish .fish-market-image {
    width: 50%;
}
.amazing-image-left {
    padding-left: 20px;
}
}

@media screen and (max-width: 639px){
.amazing-image-main	.col-sm-6:first-child{
   order:2;
}
.amazing-image-main	.col-sm-6:last-child{
   order:1;
}
.amazing-image-left {
    padding-left: 0;
}
}