/*!Style Css  by @Sahil */
@import url(bootstrap.css);
@import url(font-awesome.css);


/* font face */

/* title family */
@font-face {
  font-family: Mackinac;
  src: url(../fonts/Mackinac/P22Mackinac-Medium.otf);
}

@font-face {
  font-family: Mackinac;
  src: url(../fonts/Mackinac/P22Mackinac-ExtraBold.otf);
}

/* paragraph family */
@font-face {
  font-family: Axiforma;
  src: url(../fonts/Axiforma/Kastelov-Axiforma-Regular.otf);
}

@font-face {
  font-family: Axiforma;
  src: url(../fonts/Axiforma/Kastelov-Axiforma-SemiBold.otf);
  font-weight:bold;
}
@font-face {
  font-family: Axiforma;
  src: url(../fonts/Axiforma/Kastelov-Axiforma-ExtraBold.otf);
  font-weight:bold;
}



html,
body {

    font-size: 100%;
    overflow-x: hidden;
    background: #fff;
	font-family: Axiforma;
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
	color:#004755;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	font-weight: 600;
    font-family: Mackinac !important;
	color:#004755;
}

h3{
	font-size:34px;
}
p,li,label {
    line-height: 24px;
    font-size: 16px;
    color: #004755;
}

p,a,li,strong,span{
	font-family: Axiforma !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

input[type="radio"],
input[type="checkbox"]{
   margin-right:10px;
}




body a:hover {
    text-decoration: none;
}

/* section padding */
.space {
    padding: 80px 0px;
}
img {
    width: 100%;
	height:auto;
}


.bg-blue {
	background:#004755 !important;
}
.bg-green {
	background:#33553B !important;
}

.bg-light-green {
    background: #70ad4d !important;
}

.bg-lightblue {
	background:#00c5bf !important;
}
.fff-section {

}
.fff-section p, .fff-section h3, .fff-section h2, .fff-section h6, .fff-section span{
	color:#fff !important;
}
hr.partition {
    border-top: 3px solid;
    margin-top: 40px;
    margin-bottom: 40px;
}


/* heading  */
.headingBox {
    margin-bottom: 40px;
}
.headingBox h2{
	font-weight: 900;
    font-size: 34px;
    color: #004755;
    /*text-transform: capitalize;*/
    position: relative;
    margin-top: 0;
}
.headingBox p {
    line-height: 26px;
    font-size: 16px;
    margin-top: 6px;
	color: #004755;
}
p.dfm-subtitle {
    margin-bottom: 0;
    margin-top: 6px;
}
.Head-icon {
    margin-bottom: 25px;
    display: inline-block;
    width: fit-content;
}
.Head-icon h6 {
    font-weight: 600;
    padding-top: 16px;
    font-family: Axiforma !important;
}
.home-community-sec .Head-icon h6 {
  color: #00807B;
}
.home-community-sec .comm-posts {
    margin-top: -30px;
}
.home-community-sec .comm-posts > * {
    margin-top: 30px;
}
.Head-icon img {
	width:120px;
}
.community-sec .Head-icon h6{
	color:#00c5bf;
}

/* buttons */

button.winwheel4wp_wheel_run_btn {
    padding: 16px 30px;
    border-radius: 0;
    background: #004755 !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    border: 1px solid #004755;
    font-size:13px;
    box-shadow: none;
    line-height: 11px;
    padding-bottom: 14px;
}

    /* blue btn */
.blue-btn {
    padding: 16px 30px;
    border-radius: 0;
    background: #004755;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    border: 1px solid #004755;
	font-size:13px;
    box-shadow:
    none;
    line-height: 11px;
    padding-bottom: 14px;
}

.blue-btn:focus{
	outline:none;
	box-shadow: none;
}
.blue-btn:hover {
    background: #00807B;
    color: #fff;
	border: 1px solid #00807B;
}

/* btn link */
.link-btn {
    padding: 12px 30px;
    border-radius: 0;
    background: #fff;
    color: #004755;
    text-transform: uppercase;
    border-radius: 40px;
    border: 1px solid #004755;
	font-size:13px;
	box-shadow:none;
}
.link-btn:focus{outline:none;box-shadow: none;}
.link-btn:hover {
    background: #00807B;
    color: #fff;
    border: 1px solid #00807B;
}

/* anchor */
.anchor {
    padding: 0;
    border: none;
    font-size: 15px;
    font-weight: 600;
}
.anchor:hover {
    color: #00807B;
}

.anchor-fff {
    padding: 0;
	color:#fff;
	margin:0;
	border-bottom:1px solid #00c5bf;
	display:inline-block;
}

.anchor-fff:hover {
	border-bottom:1px solid transparent;
	color:#fff;
}

.hyper-link {
    text-decoration: underline;
	font-weight:600;
    color: #004755;
}

.hyper-link:hover {
    text-decoration: none;
    color: #004755;
}




/* header */

.navbar-light .navbar-brand {
    margin: 0;
    padding: 14px 0px;
}
.logo-pnel {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    z-index: 1;
}
.logo-box {
    height: 100px;
    overflow: hidden;
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
}
header h1 a span {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    word-spacing: 5px;
}
.navbar-expand-lg .navbar-nav{
	align-items: center;
	justify-content:space-between;
}

.search-cart-icons {
    border: none;
    background: transparent;
    padding: 10px 6px !important;
    cursor: pointer;
	    position: relative;
}
.search-cart-icons:focus{
	outline:none;
}
.navbar-light .navbar-toggler:focus{
	outline:none;
}
.search-cart-icons img {
    width: 17px;
}
.navbar-light .navbar-nav .nav-item {
	display:inline;
	position:relative;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    color: #004755;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
	display:inline-block;
	line-height:100px;
}
.navbar-light .list-left {
    padding-right: 70px;
	padding-left:0;
}

.navbar-light .list-right {
    padding-left: 70px;
	padding-right:0;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #00807B;
	outline:none;

}

.w3ls-btn {
    letter-spacing: 1px;
    font-weight: 600;
}
.dropdown-toggle::after {
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
	    width: unset;
    height: unset;
    vertical-align: unset;
    border: none;
}

header{
	background-color: #fff;
	position:relative;
}
.navbar {
    padding: 1.5rem 0rem;
}
.navbar-light .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}
.sub-menu {
	position: absolute;
    font-size: 14px;
    top: 100%;
    border: none;
    min-width: 186px;
    padding: 26px 20px;
    padding-bottom: 20px;
    box-shadow: 6px 6px 14px #ededed7d;
    left: 0;
    z-index: 9;
    background: #fff;
    text-align: left;
	display:none;
	border-radius:10px;
}
.navbar-light .navbar-nav .sub-menu li {
    display: block;
}
.navbar-light .navbar-nav .sub-menu li a {
    line-height: 30px;
    padding: 0;
}
.navbar-light .navbar-nav .menu-item-has-children:after {
    position: absolute;
    right: -3px;
    background: #ffffff;
    top: 50%;
	transform:translatey(-50%);
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
    width: unset;
    height: unset;
    vertical-align: unset;
    border: none;
    font-size: 22px;
    line-height: 10px;
}






/* search bar header */
.Search-sec {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 100%;
    z-index: 4;
    transition: all 0.6s;
    height: 0;
    overflow: hidden;
}
.Search-sec.search-Dblock {
    height: 74px !important;
    padding: 20px;
    transition: all 0.6s;
    padding-top: 0px;
}
.search-box form{
    display: flex;
    border-bottom: solid 2px #f5f5f5;
    border-radius: 3px;
    overflow: hidden;
width:100%;
}
.search-box .input-box {
    width: 100%;
}

.search-box .input-box input {
    padding: 14px 0px;
    border-radius: 3px;
    border: none;
    font-weight: 300;
    width: calc(100% - 50px);
    line-height: 22px;
    border: none;
}
.search-box .input-box input:focus {
    outline: none;
}
.input-btn-box {
    width: 50px;
    position: absolute;
    right: 15px;
    top: 0;
}
.input-btn-box .search-btn img{
	width:18px;
}
.close-icon {
    line-height: 52px;
    color: #ddd;
    position: absolute;
    top: 50%;
    transition: 0.6s;
    display: inline-block;
    right: 0;
    transform: translatey(-60%);
}
.close-icon:hover{
	cursor:pointer;
}
.search-btn {
    height: 40px;
    background: #004755;
    border: none;
    color: #0a7f90;
    cursor: pointer;
    font-size: 13px;
    z-index: 999;
    border-radius: 6px;
    width: 50px;
    object-fit: none;
}
.search-cart-icons {
    margin-left: 20px;
}






/* top strips */
.top-strip {background: #004755;padding: 30px 0px;}

.top-strip p {
    color: #f4dab6;
    margin: 0;
}

.strip-main {
    position: relative;
}
.cross-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 40px;
    height: 40px;
}
.cross-icon img {
    width: 100%;
	transition:0.6s;
}

.cross-icon img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.top-strip.group{
	margin-top:2px;
}




/* banner widgets */
.slide-widgets {
    background: #00c5bf;
}
.widget-box .blue-btn {
    margin-left: 30px;
}
.widget-box h3 {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    font-family: Axiforma !important;
}
.widget-box {
    display: flex;
    align-items: center;
    padding: 50px 0px;
    padding-bottom: 30px;
}
.widget-box p {
    margin: 0;
    margin-bottom: 6px;
}
.slide-widgets .blue-btn:hover {
    background: #00807B;
    color: #fff;
    border: 1px solid #00807B;
}
.slide-widgets .owl-dot span {
    height: 8px;
    width: 8px;
    background: #f4dab6;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.slide-widgets .owl-dot.active span {
    background: #fff;
}

.slide-widgets .owl-dots {
    text-align: center;
    position: relative;
    top: -20px;
}

.slide-widgets .owl-dot {
    outline: none;
    box-shadow: none;
}

/*-- //header --*/







/* banner */
.banner-bg {
      /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover !important; */
    height: calc(100vw / (1366 / 550));
	display:flex;
	align-items:center;
    position: relative;
}
.banner-bg > * {
    position: relative;
}
.banner-bg > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.banner{position:relative;}

/*-- text Slider --*/

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}
.slider-info p {
    margin-bottom: 16px;
    margin-top: 20px;
    font-weight: normal;
    line-height: 27px;
    width: 100%;
    font-size: 19px;
}
.slider-info h4 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    margin-left: auto;
    line-height: 74px;
}
.slider-info p br{
   display:none;
}
.banner-text {
    display: flex;
    align-items: center;
    width: 53%;
}
.banner-btn .blue-btn {
    padding: 12px 18px;
    font-size: 12px;
}
ul.callbacks_tabs.callbacks1_tabs,
a.callbacks_nav.callbacks1_nav.next,
a.callbacks_nav.callbacks1_nav.prev {
    display: none;
}

 a.callbacks_nav.callbacks1_nav.next{
    left: 78px;
    border-left: solid 1px #000;
}
a.callbacks_nav.callbacks1_nav:hover {background:#b81e1c;}
a.callbacks_nav.callbacks1_nav {
    background: #b51614;
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 78px;
    left: 0px;
    color: #b51614;
    height: 78px;
}
a.callbacks_nav.callbacks1_nav.prev:after { content: "\f104";}
a.callbacks_nav.callbacks1_nav.next:after { content: "\f105";}
a.callbacks_nav.callbacks1_nav:after {
	font-family: FontAwesome;
	color: #fff;
	font-size: 37px;
	position: absolute;
	left: 0px;
	right: 0;
	margin: auto;
	width: 100%;
	top: 12px;
	text-align: center;
}
/* //text slider */

.recipe.Grilled_Img {
    width: 100%;
    height: 40vw;
    max-width: 100%;
    max-height: 435px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* home-about-page */
.Aboutus-Page .headingBox h2 {
    font-size:32px;
}
.supply .helpFmily-sectiom p,
.Aboutus-Page .canadian-milk p{
    margin-bottom: 15px;
    margin-top: 10px;
}
.Aboutus-Page .canadian-milk .Grilled_Img {
    padding: 0px 150px;
}
.home-about {
    position: relative;
	padding-top:70px;
}
.Aboutus-Page .supply .Grilled_Img {
    max-height: 466px;
}
.home-about .about-sectiom {
    text-align: left;
    width: 88%;
    margin-left: auto;
}
.home-about .about-sectiom .blue-btn{
	margin-right:10px;
}

.home-about .about-sectiom h3 {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 28px;
}
.home-about .about-sectiom h4 {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 20px;
}
.home-about .about-sectiom p {
    margin-bottom: 15px;
}
.home-about .about-sectiom .Head-icon h6 {
    font-weight: 600;
    padding-top: 16px;
    color: #00807B;
}
.about_img {
    position: relative;
    height: 100%;
    width: 100%;
	overflow:hidden;
}
.home-about:hover img {
    transform: scale(1.1);
}
.about_img img{
    height: 100%;
    width: 100%;
	object-fit:cover;
	transition:0.7s;
}
.about-btn{
	margin-top:70px;
}
.home-about .about-sectiom .read_more {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 4px;
    display: block;
    border-bottom: solid 1px;
    width: 84px;
}

.inner-banner .headingBox.milkbox{
  background: transparent;
}




/* // featured recipes */
.Featured-Recipe {
	background:#f4dab6;
}
.new_top h3 {
    font-size: 18px;
    font-weight: 900;
    color: #004755;
    font-family: Axiforma !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_top h3 a:hover{
	color:#00807B;
}
.new_top p {
    font-size: 14px;
    line-height: 1.8em;
    color: #004755;
	text-transform: uppercase;
}
.new_top {
    margin-bottom: 30px;
    position: relative;
}
.new_top:hover img{
    transform:scale(1.1);
}
.FPO-logo{
    position: absolute;
    border-radius: 50%;
    color: #fff;
    right: 25px;
    top: 20px;
}

.FPO-logo p {
    margin: 0;
    color: #00C4BF;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 14px;
    text-align: center;
}
.new_image {
    width: 100%;
    margin: auto;
    height: 400px;
    overflow: hidden;
    margin-bottom: 0;
}
.new-top-content{
	padding-top: 15px;
}
.new_price_box h2 {
    font-weight: 400;
}
.new_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	transition:0.7s;
}

.new_top h5 {
    color: #9a9a9a;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.new_top p span {
    font-size: 15px;
    color: #b51614;
    font-weight: 500;
}
.view-all {
    margin-top: 30px;
}



/* community section */
.LatestCampaign.space {
    background: #f4dab6;
}
.comm-box {
    background: #f4dab6;
    position:relative;
}

.comm-box figcaption {
    padding: 30px;
    min-height: 252px;
    position:relative;
}
.comm-box figcaption .new-btn-box {
    position: absolute;
    bottom: 20px;
}
.comm-box figcaption h5 {
    font-size: 19px;
    font-weight: 900;
    color: #004755;
    font-family: Axiforma !important;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comm-box figcaption h5 a:hover{
	color:#00807B;
}
.comm-box figcaption h5 a br {
    display: none;
}
.inner-banner .headingBox p:empty {
    display: none;
}
.comm-box figcaption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}
.comm-box:hover img{
	transform:scale(1.1);
}
.comm-img {
	overflow: hidden;
    /*max-height: 230px;*/
    min-height: 290px;
    position: relative;
}
.comm-img img {
    width: 100% !important;
    height: 100%;
    transition: 0.7s;
    position: absolute;
    object-fit: cover;
}



/* who we aree */
.WhoWeAre{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	background-position: bottom;
}
.Whowe-sectiom h3, .Whowe-sectiom p {
    color: #f4dab6;
}
.Whowe-sectiom p{
	margin-bottom:20px;
}
.Whowe-sectiom h3{
	margin-bottom:20px;
}
.Whowe-sectiom {
    background: #004755;
    padding: 50px 70px;
}
.Whowe-sectiom .Head-icon h6{
	color:#00c5bf;
}
.WhoWeAre .blue-btn{
	background: #f4dab6;
	color:#004755;
}
.WhoWeAre .blue-btn:hover {
    background: #00c5bf;
    color: #fff;
    border: 1px solid #00c5bf;
}







/* Footer*/
footer {
    background-color: #004755;
}
.footer-btmbar p {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 200;
    display: block;
    line-height: 26px;
    padding: 4px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0;
	text-transform:uppercase;
}
.footer-btmbar {
    margin-top: 40px;
}
.footer-btmbar p a {
    color: #b4b4b4;
}

.footer-btmbar p a:hover {
    color: #fff;
}
.footer-title.footer-logo {
    width: 130px;
}
.footer-title.footer-logo img{
    width: 100%;
}
.logo-grid .footer-text {
    padding-left: 19px;
}

.link-list.list-white li a {
    color: #fff;
}
.link-list.list-white li a:hover {
    color: #00807B;
}
.logo-grid .footer-text p {
    font-size: 13px;
    text-transform: uppercase;
    color: #c7c7c7;
    margin-bottom: 5px;
}
.logo-grid .footer-text h3 {
    font-size: 25px;
    letter-spacing: 0.4px;
    color: #fff;
    margin-bottom: 20px;
}

.logo-grid .footer-btn button.nav-link.store-btn img {
    margin-right: 8px;
}

.logo-grid .footer-btn button {
    background: #00c5bf;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    padding: 11px 20px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: unset;
    text-transform: uppercase;
}

.footer-title h3 {
    font-size: 16px;
    letter-spacing: 0;
	font-size: 14px;
    font-weight: 200;
    display: block;
    line-height: 20px;
    padding: 4px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	color:#fff;
	font-family: Axiforma !important;
}
.footer-title li {
	color: #b4b4b4;
    font-size: 14px;
    font-weight: 200;
    display: block;
    line-height: 26px;
    padding: 4px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer_bottom_icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.footer_bottom_icon ul li a {
	color: #fff;
    padding-right: 0px !important;
    font-size: 18px;
    width: 23px;
    height: 23px;
    margin-right: 4px;
}
.footer_bottom_icon ul li a img {
    width: 100%;
}
.footer_bottom_icon ul li a:hover {
    color: #00807B;
    padding-right: 13px;
    font-size: 18px;
	transform:scale(1.1);
}
footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 26px;
    padding: 4px 0px !important;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
footer ul li {
    display: block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}
footer ul li a:hover {
    color: #fff;
}
/* Footer End*/





/* ===============
			At The Table Page
			            =================== */

.AtYourTable .inner-banner .headingBox {
    background: #70ad4d;
}





/* ===============
			At The Table Recepie Page
			            =================== */


.Share-Grill {
    margin-bottom: 20px;
    text-align: right;
}

.Share-Grill img {
    width: 30px;
}

.GrilledCake-sectiom {
    width: 100%;
}

.GrilledCake-sectiom h3 {
    font-size: 34px;
}

.items-grill {
    display: flex;
    padding: 20px 0px;
	flex-wrap:wrap;
}

.items-grill p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
}

.item-grill span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #004755;
    text-transform: uppercase;
}

.Grilled_Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Grilled_Img {
    /* max-height: 440px; */
	overflow:hidden;
}
.Ingred-Box {
    margin-top: 30px;
}

.Ingred-Box ul li {
    list-style: disc;
    line-height: 32px;
	margin-left: 14px;
}
/* .Direct_Box p {
    text-indent: -15px;
    padding-left: 12px;
} */
.Direct_Box .Sub-Head li{
    list-style-type: initial;
}

.Direct_Box ol {
    padding-inline-start: 0px;
}

.Direct_Box ol li {
    list-style-type: decimal;
    line-height: 32px;
	margin-left: 14px;
    margin-bottom: 15px;
    padding-left: 5px;
}

.Ingred-Box p strong {
    font-size: 16px;
}
.Direct_Box p strong {
    font-size: 16px;
}
.Might-Like .blue-btn{
	padding: 16px 40px;
}
.Might-Like .new_image {
    width: 100%;
    margin: auto;
    height: 280px;
    overflow: hidden;
    margin-bottom: 0;
}
.Might-Like .new_top p{
	margin:0;
}
.Ingredients-Sec .row {
    border-top: 3px solid #004755;
    padding-top: 70px;
}




/* in the community */
.inner-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* .inner-banner.empty-banner { */
	/* height: calc(100vw / (1366 / 510)); */
/* } */

.inner-banner .headingBox {
	width: 340px;
    padding: 30px 50px;
    background: #00c5bf;
    margin: 0;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile.inner-banner {
    min-height: 40vw;
}

.mobile.inner-banner .headingBox {
    background: #70ad4d;
    display: flex;
    width: 100%;
    height: 40vw;
    min-height: 40vw;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    padding: 15px 20px 15px 20px;
}

.mobile.inner-banner .headingImage {
    height: 70vw;
    background-position: center center;
    background-size: cover;
}

.mobile.inner-banner .headingBox .Head-icon {
    margin-bottom: 0px;
    padding-left: 10px;
}

.mobile.inner-banner .headingBox .heading-agileinfo {
    line-height: 22px;
    font-size: 20px;
}

.mobile.inner-banner .headingBox p {
    color: white;
}

.Aboutus-Page .mobile.inner-banner .headingBox {
    width: 100%;
    min-height: 40vw;
    height: 40vw;
}

.InTheCommunity .inner-banner .headingBox {
    padding: 30px 88px 30px 50px;
    background: #00c5bf;
    margin: 0;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.InTheCommunity .mobile.inner-banner .headingBox {
    display: flex;
    width: 100%;
    min-height: 40vw;
    height: 40vw;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    padding: 15px 20px 15px 20px;
}

.InTheCommunity .inner-banner .headingBox p,
.InTheCommunity .inner-banner .headingBox h2 {
    color: #004755;
}
.inner-banner .headingBox h2 {
    color: #fff;
    line-height: 38px;
}
.grid-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.LongBoxContent p img {
    margin-bottom: 20px;
    margin-top: 20px;
}
.Aboutus-Page .helpFmily-sectiom p {
    margin-bottom: 20px;
}
.inner-banner .headingBox p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-top: 10px;
}
.TableRecepie-landing .long-head-sec .headingBox h2 {
    font-size: 44px;
}
.helpFmily-sectiom p {
    margin-bottom: 40px;
    margin-top: 10px;
}
.helpFmily-sectiom {
    padding-left: 50px;
    padding-right: 60px;
}
/* owl */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    line-height: inherit !important;
    padding: 0 !important;
    height: 40px;
    width: 30px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    outline: none;
    box-shadow: none;
}
.owl-carousel .owl-nav button.owl-prev{
	background-image: url(../images/prev.svg) !important;
}
.owl-carousel .owl-nav button.owl-prev{
	margin-left: -50px;
    display:none;
}

.result-count-text {
    font-size: 14px;
    color: #707070;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/next.svg) !important;
    float: right;
    margin-right: 30px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: -20px;
}

.owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
    z-index:4;
}
.owl-nav span {
    display: none;
}
.owl-overlay-right {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.129), rgb(255 255 255 / 63%) );
    width: 6%;
    height: 100%;
    right: 15px;
    position: absolute;
    display: none;
    z-index: 3;
}

.owl-overlay-left {
    background: linear-gradient(to right, rgba(255 255 255 / 63%), rgb(255, 255, 255, 0.129) );
    width: 6%;
    height: 100%;
    position: absolute;
    left: 15px;
    z-index: 3;
    display: none;
}

.owl-row {
    position: relative;
    --owl-nav-pos: 50px;
    max-width: calc( 100vw - ( ( var( --owl-nav-pos ) + 15px ) * 2 ) );
    margin-left: auto;
    margin-right: auto;
}
.owl-row .owl-nav button {
    position: absolute;
    top: 0;
    margin: 0 !important;
}
.owl-row .owl-nav button.owl-prev {
    left: calc( var( --owl-nav-pos ) * -1 );
}
.owl-row .owl-nav button.owl-next {
    right: calc( var( --owl-nav-pos ) * -1 );
}


/* recepie landing page */
.recepie-listing .new_top {
	margin:0;
    margin: 10px;
    position: relative;
}
.recepie-listing .new_image{
	height: 320px;
}
.search-filter .form-group {
    display: flex;
	position:relative;
}
.search-filter {
    margin-top: 20px;
}

.search-filter .form-group .form-control {
    border: none;
    background: #E6E7E8;
    border-radius: 40px;
    font-size: 12px;
    padding: 11px 0px;
    padding-left: 40px;
}

.srch-fltrBtn {
    border-radius: 30px;
    padding: 2px 19px;
    border: aquamarine;
    background: #004755 !important;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    margin-left: 4px;
}

.Left-Filter .sub-head h3 {
    font-size: 24px;
}

.Meal-filter {
    margin-top: 30px !important;
}

.Meal-filter h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.Meal-filter ul li a {
    line-height: 24px;
	transition:0.6s;
}
.Meal-filter ul li a:hover{
	color:#00807B;
}
.powerd-by {
    font-size: 12px;
    margin-bottom: 15px;
    display: inline-block;
    color: #B3B1B1;
}
.search-lens {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translatey(-50%);
    width: 14px;
}
.pagination a:hover {
    color: #00807B;
    text-decoration: none;
    background-color: #fff;
    border-color: #dee2e6;
    text-decoration: underline;
}
.pagination {
    margin-top: 20px;
}
.pagination a, .pagination span {
    position: relative;
    display: block;
    padding: 0px 4px;
    margin-left: 0px;
    line-height: 1.25;
    color: #004755;
    background-color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.pagination span.current {
    font-weight: bolder;
}
.srch-fltrBtn:hover {
    background: #00C5BF;
    cursor: pointer;
}
div#social-media-modal button.close {
    top: 30px;
    right: 30px;
}


.GrilledCake-sectiom .items-grill {
    display: grid;
    grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
    padding: 0;
    margin: 36px 0;
    column-gap: 20px;
    row-gap: 32px;
}
.GrilledCake-sectiom .item-grill {
    width: 100% !important;
    margin: 0 !important;
}


/* recepie table long */
.community-sec.stories-sec.LatestCampaign1 {
    background: #F4DAB6;
}
.grid-img figure {
    margin: 0;
    max-height: 370px;
    overflow: hidden;
    margin-top: 9px;
    margin-right: 9px;
}
 .grid-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-detail-grid .grid-img figure {
    margin: 0;
    height: 400px;
    overflow: hidden;
    margin-top: 9px;
    margin-right: 9px;
}
.AtTableRecepieLong .ingrident-long-main .items-grill {
    display: flex;
    align-items: start;
    padding: 30px 0px;
    column-gap: 40px;
    row-gap: 20px;
    justify-content: center;
    text-align: center;
    border-top: 3px solid;
    border-bottom: 3px solid;
	margin-bottom: 60px;
}

.ingrident-long-main {
    padding: 70px;
    background: #E6E7E8;
}





/* table story page */
.stories-sec {
    background: #f4dab6;
}
.headingBox.fff h2,
.headingBox.fff p {
    color: #fff;
}
.stories-sec .comm-box {
    background: #fff;
    position: relative;
}
.RewardLife .headingBox h2 {
    border-left: 4px solid;
    padding-left: 30px;
}
.Industry-love .Head-icon {
    margin-bottom: 14px;
    display: inline-block;
}
.Industry-love {
    margin-top: -145px;
}

.Industry-love .headingBox {
    padding: 30px;
    background: #00c5bf;
	min-height:245px;
}
.Industry-love .headingBox h2 {
    font-size: 30px;
}

.Share-chevron {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.Share-chevron img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.border-title{
	margin-bottom:30px;
	border-left: 4px solid;
    padding-left: 30px;
	margin-top:40px;
}
blockquote {
  border-left: 5px solid #004755 !important;
}
blockquote h3{
  margin-left: 15px;
}


/* on the farm page  */
.small-text {
    font-size: 14px;
    font-weight: 600;
    color:  #00807B;
    margin-bottom: 10px;
    display: inline-block;
}
.OnTheFarm .inner-banner .headingBox {
    background: #33553B;
}





/* privacy policy */
.content-panel {
    margin-top: 40px;
}
.content-panel ul li {
    list-style: disc;
    line-height: 24px;
    margin-left: 14px;
}
.content-panel ul{
	margin-bottom:20px;
}
.content-panel p strong{
	font-size:16px;
}
.content-panel p strong.text18{
	font-size:18px;
}



@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}


#menu-footermenu1 li a{ display:block; padding:0px; color:#fff;}
#menu-footermenu1 li a:hover{color: #00807B;}
#menu-footermenu2 li a{ display:block; padding:0px; }
.helpFmily-sectiom p:empty {
    display: none;
}
.footer-3 ul li a {
    font-weight: 200;
}
#menu-footermenu2 .nav-item:not(:last-child) a {
    font-weight: 600;
}

.footer-3 ul li a {
    font-weight: 200;
}
footer ul li a:hover {
    color: #00807B;
}
.footer-title h3 a {
    color: #fff;
}
.footer-title h3 {
    font-size: 16px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 20px;
    padding: 4px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    font-family: Axiforma !important;
}
footer .clearfix {
    padding-top: 15px;
}
.footer-title h3 a:hover {
    color: #00807B;
}
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

/* .pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
} */






/* 404 page */
.error-page .search-filter .form-group .form-control::placeholder {
    color: #acacac;
}
.error-page .search-filter {
    margin-top: 20px;
    width: 70%;
    margin: 0 auto;
}
.error-page .search-filter .form-group .form-control {
    border: none;
    background: #E6E7E8;
    border-radius: 40px;
    font-size: 16px;
    padding-left: 40px;
}
.error-page .headingBox h2 {
    font-weight: 900;
    font-size: 54px;
    color: #004755;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
}
.error-page .space {
    padding: 120px 0px;
	padding-bottom:140px
}





/* news */
@media screen and (max-width: 991px) {
    .News-page .HelpFamily-sec.space {
        padding-bottom: 60px;
    }
}
.news-box .helpFmily-sectiom h3 {
    font-size: 34px;
}
.News-page .headingBox h2{
	font-size: 44px;
}
.helpFmily-sectiom h3{
	font-size:28px;
}
.news-box .helpFmily-sectiom {
    padding-left: 0;
    padding-right: 30px;
    margin-top: 0;
}
.news-box .helpFmily-sectiom .small-text {
    margin-top: 0;
}

:root {
    --news-box-py: 50px;
}
.news-box {
    padding: var( --news-box-py ) 0;
    border-style: solid;
    border-width: 3px 0;
}
.news-box + .news-box {
    border-top: 0;
}


/* policies */
.policies-archive .small-text {
    text-transform: uppercase;
}
.policies-archive .helpFmily-sectiom p {
    margin-bottom: 0;
}
.policies-archive .helpFmily-sectiom a.btn {
    margin-top: 40px;
}




/* About Us */
.Aboutus-Page .inner-banner .headingBox {
    width: 400px;
}
.Aboutus-Page .Head-icon h6 {
    color: #fff;
    text-align: center;
}
.industry-box {
    padding: 20px 0px;
}

.industry-box figure {
	width: 240px;
    margin: 0 auto;
    text-align: center;
    height: 110px;
}

.industry-box figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.industry-box figcaption {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.industry-box figcaption h3 {
    font-size: 38px;
    font-weight: 900;
    color: #004755;
    font-family: Axiforma !important;
}

.industry-box figcaption p {
    font-size: 18px;
    font-weight: 900;
    color: #004755;
    font-family: Axiforma !important;
}
.Industry-love .Head-icon h6 {
    color: #ffffff;
}
.mission-parag p {
    margin: 0;
    font-size: 18px;
    padding-left: 50px;
}

.mission-strip-row {
    padding: 80px;
    margin-bottom: 70px;
    background: #f4dab6;
    position: relative;
}

.mission-title:before {
    content: "";
    display: block;
    height: 100px;
    width: 3px;
    background: #004755;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
.diary-icon {
    width: 60px;
}

nav.navigation.pagination a, nav.navigation.pagination span{
	display:inline-block;
}
nav.navigation.pagination h2.screen-reader-text {
    display: none;
}
nav.navigation.pagination {
    margin-top: 0;
    padding-top: 0;
    padding-left: 8%;
}
h2.entry-title.heading-size-1 {
    font-size: 20px;
    margin-bottom:10px;
}
.post-inner.thin {
    margin-top: 15px;
}
/* contact us page  */
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.blue-btn {
    background: #004755;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.blue-btn:hover {
    background: #00807B;
    color: #fff;
    border: 1px solid #00807B;
}
@media screen and (max-width:991px) {
    .ContactUs-page .HelpFamily-sec.space {
        padding-bottom: 60px;
    }
}
.ContactUs-page .helpFmily-sectiom p{
	margin-bottom:20px;
}
.ContactUs-page .helpFmily-sectiom p:last-child{margin-bottom:0;}

.ContactUs-page .contct-info p a {
    color: #00807B;
	text-decoration:underline;
}
.ContactUs-page .contct-info p a.anchor-fff {
    color: #004755;
    line-height: 10px;
}
.ContactUs-page .icon-tuch {
    position: relative;
    padding-left: 37px;
}
.ContactUs-page .icon-tuch:after {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -2px;
}
.ContactUs-page .address.icon-tuch:after {background-image:url(../images/Location-Darker-light-teal-icon.png);}
.ContactUs-page .email.icon-tuch:after {background-image:url(../images/Email-darker-light-teal-icon.png);}
.ContactUs-page .number.icon-tuch:after {background-image:url(../images/Phone-darker-light-teal-icon.png);}



/* contact modal */
#sponsorship-form .modal-content {
    border-radius: 0;
	margin-top:20px;
}
body.modal-open {
    padding-right: 0 !important;
	overflow-y:hidden !important;
	height:100vh;
}
#sponsorship-form .modal-dialog {
    max-width: 70vw;
}
#sponsorship-form .headingBox p {
    width: 90%;
    line-height: 22px;
}
.close {
    position: absolute;
    right: 0;
    top: -35px;
    text-shadow: 0 0 black;
    color: #fff;
    opacity: 9;
    font-weight: 100;
    font-size: 29px;
    margin: 0;
    line-height: inherit;
}
#sponsorship-form .modal-body {
    padding: 70px;
    max-height: 85vh;
    overflow: auto;
}

#sponsorship-form .modal-open .modal {
    padding-right: 0 !important;
}

#sponsorship-form .modal-body::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#sponsorship-form .modal-body::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */
#sponsorship-form .modal-body::-webkit-scrollbar-thumb {
  background: #004755;
}

/* Handle on hover */
#sponsorship-form .modal-body::-webkit-scrollbar-thumb:hover {
  background: #eee;
}

.form-box-pnel p,
.form-box-pnel span,
.form-box-pnel label {
	color:#767676;
}

#sponsorship-form .form-box-head {
    margin-bottom: 30px;
}

#sponsorship-form .form-box-head h4 {
    font-family: Axiforma !important;
    font-size: 18px;
}

#sponsorship-form .form-box-head .counter-no {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: #004755;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 32px;
    margin-right: 10px;
    font-size: 16px;
}
#sponsorship-form .form-box .form-group .form-control {
    border: none;
    border-bottom: 1px solid #bebebe;
    border-radius: 0;
    padding: 4px 0;
    width: calc(100% - 15px);
    margin-right: 15px;
}
#sponsorship-form .Ingred-Box ul li {
    list-style: disc;
    line-height: 22px;
    margin-left: 14px;
}

#sponsorship-form .form-box .form-group{
    margin-bottom: 0;
	padding-bottom: 14px;
	position:relative;
}
#sponsorship-form .form-box .form-group.list-vertical p {
    margin-bottom: 0;
}
#sponsorship-form .form-box .form-group .form-control:focus {
	outline:none;
	box-shadow:none;
}
#sponsorship-form .form-box .form-group .form-control::placeholder{
	font-size:14px;
	color:#767676;
}
#sponsorship-form .form-box-pnel {
    margin-bottom: 30px;
}
#sponsorship-form .btn-submit-sponsored {
    border-top: 3px solid;
    padding-top: 50px;
    margin-top: 20px;
}
#sponsorship-form .file-upload-btn {
    display: block;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #767676;
    padding: 10px 0;
}

#sponsorship-form .file-upload-btn img {
    margin-right: 10px;
    width: 22px;
}

#sponsorship-form input[type="file"] {
    display: inline-block;
    width: 130px;
    opacity: 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 42px;
}
#sponsorship-form .file-upload-btn + br {
   display:none;
}

#producer-number-hidden {
    display: none;
}

.form-preamble {
    margin-bottom: 40px;
}

.ingrident-long-main .headingBox {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ingrident-long-main__title {
    display: flex;
    align-items: center;
}

.ingrident-long-main__title .headingBox {
    margin: 0 auto;
}

.ingrident-long-main__title .Share-chevron {
    position: static;
}

/* milk calendar form */
#milk-calendar-form .form-box-head {
    margin-bottom: 30px;
}

#milk-calendar-form .form-box-head h4 {
    font-family: Axiforma !important;
    font-size: 18px;
}

#milk-calendar-form .form-box-head .counter-no {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: #004755;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 32px;
    margin-right: 10px;
    font-size: 16px;
}

#milk-calendar-form .form-box .form-group .form-control {
    border: none;
    border-bottom: 1px solid #bebebe;
    border-radius: 0;
    width: calc(100% - 50px);
    margin-right: 15px;
    color: #767676;
}

#milk-calendar-form .Ingred-Box ul li {
    list-style: disc;
    line-height: 22px;
    margin-left: 14px;
}

#milk-calendar-form .form-box .form-group{
    margin-bottom:30px;
    position:relative;
}
#milk-calendar-form .form-box .form-group .form-control:focus {
    outline:none;
    box-shadow:none;
}
#milk-calendar-form .form-box .form-group .form-control::placeholder{
    font-size:14px;
    color:#767676;
}
#milk-calendar-form .form-box-pnel {
    margin-bottom: 30px;
}

#milk-calendar-form .file-upload-btn {
    display: block;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #767676;
    padding: 10px 0;
}

#milk-calendar-form .textarea {
    border: 1px solid #bebebe;
    border-radius: 0;
    width: calc(100% - 50px);
    margin-right: 15px;
    color: #767676;
    height: 300px;
}

#milk-calendar-form .btn {
    margin-top: -20px;
    margin-left: -30px;
    min-width: 150px;
}

#milk-calendar-form select {
    font-size: 15px;
}

.winwheel4wp_modal_body {
    color: #004755;
}

.winwheel4wp_modal_box {
    background-color: #f4dab6 !important;
}

.winwheel4wp_wheel_image {
    width: 100% !important;
}

.winwheel4wp_marker {
    width: 25% !important;;
    top: 8.4% !important;
}

.winwheel4wp_modal_close_btn {
    padding: 16px 30px;
    border-radius: 0;
    background: #004755;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    border: 1px solid #004755;
    font-size: 13px;
    box-shadow: none;
    line-height: 11px;
    padding-bottom: 14px;
}

    /* social media modal */
div#social-media-modal.show {
    display: flex !important;
    background: #004755c7;
}
div#social-media-modal .modal-body {
    width: 390px;
}
div#social-media-modal {
    padding-right: 0 !important;
    align-items: center;
    justify-content: center;
}
div#social-media-modal .modal-content {
    background: transparent;
    border: none;
    outline: none;
}
.sp-social a{
    color: white;
    font-weight: 500;
    margin-right: 15px;
    font-size: 30px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 44px;
	}
.sp-social a:hover {
    opacity: 0.6;
}
 .sp-social {
    display: flex;
    justify-content: center;
	margin-bottom:30px;
}
.media-head h3 {
    font-family: Axiforma !important;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.weblink-pnel .form-group {
    margin: 0;
    position: relative;
    margin-bottom: 20px;
}
.weblink-pnel .form-group input {
    width: 100%;
    border: none;
    border-radius: 20px;
    height: 34px;
    line-height: 38px;
    background: #eee;
    font-size: 14px;
}
.weblink-pnel .form-group a {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    line-height: 36px;
    font-size: 14px;
    background: #00c5bf;
    border-radius: 30px;
    padding: 0px 20px;
    color: #fff;
	text-transform:uppercase;
}






/* content pages */
.content-page #Sidebar ul li.active a {
    opacity:0.9;
}
.content-page #Sidebar ul li a {
    margin: 0;
    font-weight: 600;
    font-family: Mackinac !important;
    color: #004755;
    opacity: 50%;
    padding: 7px 0px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
}
.content-page #Sidebar ul li a:hover {
	text-decoration:none;
}
.content-page #Sidebar ul li{
	list-style:none;
	margin-bottom:0;
}
.content-page #Sidebar ul li a:hover,
.content-page #Sidebar ul li.current_page_item a {
	opacity:100%;
}
.content-page h3{
	margin-bottom:26px;
	font-size:28px;
}
.content-page p{

}
.content-page ul{
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.content-page ul li{
	list-style: disc;
    line-height: 20px;
    margin-left: 14px;
	margin-bottom:10px;
}
.content-page ul.order-list li{
	list-style: decimal;
}
.content-page ul.order-list li{
	margin-bottom:15px;
}
.content-page .link{
	color: #00c5bf;
    margin-bottom: 6px;
    display: inline-block;
	text-decoration:underline;
}
.content-page .link:hover{
	text-decoration:none;
}
.content-page strong {
    display: inline-block;
}
.content-page .headingBox {
    padding: 50px;
}
.content-page h3.sub-tittle {
    font-family: Axiforma !important;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom:15px;
}
.content-page .green-text{
     font-weight:600;
     color:#70AD4D;
     margin-top:25px;
     font-size:16px;
	display:inline-block;
}

/* FAQs */
.FaqBox{
    margin-bottom:20px;
}
.FaqBox .Faq-ques {
    padding: 15px 15px;
    background: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    border: 1px solid;
    border-radius: 23px;
	padding-right:50px;
}
.FaqBox .collapse.show {
    display: block;
}
.FaqBox .card.card-body {
    border: none;
    padding: 20px;
	padding-bottom:0px;
}
.FaqBox .Faq-ques:hover{
	color:#585e61;
}
.FaqBox .link-btn {
    border-bottom: 2px solid #84be38;
    display: inline-block;
    width: fit-content;
}
.Faq-ques:not(.collapsed){
	margin:0;
}
.fa.rotate-icon {
	transform: translatey(-50%) rotate(0deg);
	position:absolute;
	right:20px;
	top:50%;
}
.Faq-ques:not(.collapsed) .rotate-icon {
    transform: translatey(-50%) rotate(180deg);
}


/* video modal */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-contaienr{
   position:relative;
   height:500px;
}
#WatchVideo .modal-dialog.modal-dialog-centered {
    border: none;
    max-width: 80vw;
    max-height: 60vh;
}
div#WatchVideo {
    padding-right: 0 !important;
}
#WatchVideo .modal-body {
    padding:0;
}




/* archive page */
.archive-header.has-text-align-center.header-footer-group {
    text-align: center;
    padding-top: 80px;
    padding-bottom:40px;
}

.no-search-results-form.section-inner.thin {
    padding-bottom: 100px;
    text-align: center;
}

form.search-form label input {
    border: none;
    background: #E6E7E8;
    border-radius: 40px;
    font-size: 12px;
    padding: 11px 20px;
    width: 100%;
}

input.search-submit {
    border-radius: 30px;
    padding: 2px 19px;
    border: aquamarine;
    background: #004755;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    margin-left: 4px;
}

span.screen-reader-text {
    display: none;
}

.archive-header-inner.section-inner.medium {
    width: 60%;
    margin: 0 auto;
}

.archive-subtitle.section-inner.thin.max-percentage.intro-text {
    margin-bottom: 22px;
}

.archive-temp {
    padding-bottom: 40px;
}
.archive-header ~ .post-separator {
    margin: 0;
}
.archive-header ~ .container article {
    padding: 40px 0;
}
article .entry-content > *:last-child {
    margin-bottom: 0;
}
.pagination-cont {
    padding-top: 40px;
}
.pagination-cont .pagination {
    margin: 0;
    padding: 0;
}


.screen-reader-response{
   display:none;
}
span.wpcf7-not-valid-tip {
    color: #d21010;
    font-size: 12px;
}
.content-page img {
    object-fit: contain;
    width: auto;
}


.AtYourTableRecepie .Direct_Box ul li {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 15px;
}
.singleRecepie-topSec .Grilled_Img {
    height: 400px;
    overflow: hidden;
}
.singleRecepie-topSec .items-grill {
    display: flex;
    padding: 50px 0px;
}
.singleRecepie-topSec .col-lg-7.Img_Outer {
    padding-left: 50px;
}

section.milk-calendar {
    background: #004755;
}

section.milk-calendar h2 {
    font-size: 62px;
}

.milk-calendar-wrap {
    margin-left: 250px;
}

section.milk-calendar a {
    text-decoration: underline;
}

section.milk-calendar a:hover {
    color: #00807B;
}

.home-community-sec .owl-carousel .owl-nav.disabled {
    display: block;
}

section.LongMain-sec.space {
    padding-top: 50px;
    padding-bottom: 20px;
}



/* change css */
.Industry-love .headingBox h2,
.Industry-love .headingBox p,
.Industry-love .Head-icon h6{
	 color: #004755;
}


/*.Industry-love .Head-icon h6{
	 color: #004755;
}*/


/* News */
.NewsDetailPage .date-and-location {
    color:#00807B;
    font-weight: bold;
}
.NewsDetailPage hr {
    border: 1px solid #044755;
}

.NewsDetailPage a {
    color: #00807B;
    text-decoration: underline;
}

.NewsDetailPage a:hover {
    color:#00807B;
}

.NewsDetailPage p {
    margin-bottom: 35px;
}

.StoryDetailPage table {
    width: 100%;
    color: #004755;
    border-collapse: collapse;
    text-align: left;
}

.StoryDetailPage table td {
    padding: 15px;
    border: 2px solid #004755;
}





/* Video */

  .video-contaienr {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Set the aspect ratio (16:9) for responsive resizing */
    overflow: hidden;
  }

  .video-contaienr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } 


