/*
 Theme Name: Eyre Peninsula Seafoods.
 Theme URI: http://localhost/wp/ep_seafoods
 Description: Custom theme for Eyre Peninsula Seafoods.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;    
    overflow-x: hidden;
    font-weight: 400;
    color: #636466;
}

p {
    font-family: 'Lato', sans-serif;
    color: #636466;
    font-size: 20px;    
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}


a {
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    color: #9ea4b4;
    text-decoration: none; 
}

p a {
    color: #000;
    font-weight: 500;
}


a img {
    outline: none;
    border: none;
    vertical-align: middle;
}

img {
    max-width: 100%;
}


input:focus,
input:active {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 18px;
}
table tr {
    display: table-row;
}

table td {
    min-width: 90px;
    white-space: normal;
    display: table-cell;
    border: #ccc solid 1px;
    padding:20px 10px;
    vertical-align: top;
    font-weight: normal
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.visible-lg {
    display: block;
}

.clearfix {
    clear: both;
}

.clearfix::after {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.alignnone {
    margin: 5px 20px 20px 0;
}


.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

b,
strong {
    font-weight: 900;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 20px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clear {
    clear: both;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    color: #231f20;
    margin-bottom: 15px;
    font-weight: 500;
}

h1 {
    font-size: 52px;
    line-height: 62px;
}

h2 {
    font-size: 40px;
    line-height: 56px;
}

h3 {
    font-size: 34px;
    line-height: 48px;
}

h4 {
    font-size: 28px;
    line-height: 30px;
}

h5 {
    font-size: 22px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}



.pd-100 {
    padding: 100px 0;
}
.pd-80{
    padding: 80px 0;
}
.pd-60{
    padding: 60px 0;
}
.pd-50{
    padding: 50px 0;
}
.pd-30{
    padding: 30px 0;
}
.pdt-0{
    padding-top: 0;
}
.pdb-0{
    padding-bottom: 0;
}

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

.visible-lg {
    display: block;
}

.visible-xs {
    display: none;
}

.btn {
    padding: 11px 25px;
    font-size: 14px;    
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    text-transform: uppercase;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.btn:hover {
    box-shadow: 0 15px 25px 0px rgb(158, 164, 180,0.7);
    transform: translateY(3px);
}

.btn > svg{
    font-size: 11px;
    line-height: 10px;
    margin-left: 2px;
    vertical-align: middle;
}

.primary-btn {
    background-color: #9ea4b4;
    color: #FFF;
    border-color: #9ea4b4;
}

.primary-btn:hover {
    background-color: transparent;
    color: #9ea4b4;
}

.transparent-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.transparent-btn:hover {
    background-color: #9ea4b4;
    color: #FFF;
    border-color: #fff;
}

.secondary-btn {
    background-color: transparent;
    color: #9ea4b4;
    border-color: #9ea4b4;
}

.secondary-btn:hover {
    background-color: #9ea4b4;
    color: #fff;
}

.eps_button.left {
	text-align: left;
}

.eps_button.center {
	text-align: center;
}

.eps_button.right {
	text-align: right;
}

.section .btn,
.section .btn-wrap a {
    text-decoration: none;
}

ul li {
    list-style-position: inside;
    list-style-type: disc;
}

.section ul li {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 18px;
}


.section li,
li {
    font-family: 'Lato', sans-serif;
    color: #636466;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 20px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4 {
    color: #231f20;
    margin: 0;
}
.section-title h2,
.section-title h1,
.page-title h1{
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0;
}

.section-title h2 span,
.page-title h1 span,
.section-title h1 span {
    color: #9ea4b4;
}

.section-title hr,
.page-title hr,
.section-title hr {
    border: none;
    background-color: #9ea4b4;
    width: 135px;
    height: 3px;
    margin: 30px 0;
}

.section-title p,
.page-title p {
    font-size: 20px;
    max-width: 900px;
    margin: 15px auto 0 auto;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.container {
    max-width: 1130px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.light-purple {
    color: #9ea4b4;
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */

svg:not(:root) {
  overflow: hidden;
}

svg.icon {
  display: inline-block;
  fill: currentcolor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

.header{
    width: 100%;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
    -webkit-transition: background-color 0.2s ease-in 0s;
    -moz-transition: background-color 0.2s ease-in 0s;
    -o-transition: background-color 0.2s ease-in 0s;
    transition: background-color 0.2s ease-in 0s;
}

.header.bgi {
    position: relative;
    background-image: url(assets/images/slider.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.header.bgi:after {
    background-color: rgba(35, 31, 32, .70);
    
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    color: #fff;
}

.header.sticky-header {
    background-color: rgba(0,0,0,.75);
}

.header .top-wrap {
    padding: 15px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}
.header .content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.header .logo img{
    max-width: 125px;
}
.header .left-wrap {
    width: 370px;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.header .right-wrap {
    width: 685px;
    text-align: right;
}

.header .left-wrap .tagline {
    margin-left: 20px;
    padding-left: 15px;
}

.header .left-wrap .tagline p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.header .btn-wrap:last-child {
    margin-left: 40px;
}

.header .btn-wrap .icon {
    margin-right: 7px;
}

.header .btn-wrap .icon svg {
    color: #9ea4b4;
    font-size: 18px;
}

.header .phone a {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.header .btn-wrap a b {
    font-weight: 600;
}



.header .site-nav{
    width: 100%;
    position: relative;
}
.header .site-nav .nav{
    text-align: right;
}

li.number a {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-right: 0;
}

li.nav-btn {
    margin-top: 0;
}
.menu-btn {
  border: 2px solid #9ea4b4;
  background-color: #9ea4b4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  height: 28px;
  width: 36px;
  margin-top: 0;
  padding: 1px;  
  top: 0;
  margin-bottom: 0;
}

#showRightPush.menu-btn{
    float: right;
}

.lines:before {
  border-bottom: 9px double #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 16px;
  position: absolute;
  right:4px;
  top: 4px;
  width: 24px;
   -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.crossBtn{
    cursor: pointer;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    color: #FFF;
}

.crossBtn i{
    font-size: 20px;
    color: #FFF;
}


/* =========================== */
/* ====== Slider Section ===== */
/* =========================== */

.hero-video-wrap video {
    width: 100%;
}

.slick-slide img {
    width: 100%;
}

.slick-prev {
    left: 0px;
    z-index: 333;
}

.slick-next {
    right: 0px;
}

.slick-next::before,
.slick-prev::before {
    content: none;
}

.slick-prev,
.slick-next {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    width: auto;
    height: auto;
}

.section .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    padding-left: 0;
}

.slick-dots li button{
    border:1px solid #9ea4b4;
    background-color: #fff;
    -webkit-border-radius: 90px; 
    -moz-border-radius: 90px; 
    border-radius: 90px;
    width: 10px;
    height: 10px;
    padding: 3px;
}
.slick-dots li button::before {
    content: none;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    background-color: #9ea4b4;
    border-color: #9ea4b4;
}

.slider-wrapper{
    width: 100%;
    position: relative;
}

#hero-slider .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero-slider .item::before {
    content: '';
    background: rgba(0,0,0,0.26);
}

#hero-slider .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(35, 31, 32, .70);
}

#hero-slider .slider-content .content {
    padding-top: 25%;
}

#hero-slider .slider-content img {
    width: auto;
}

.hero-wrapper .overlay {
    min-height: 157px;
    position: relative;
    background-color: rgba(35, 31, 32, .70);
}

#hero-slider .slider-content h1,
.hero-wrapper .content h1 {
    font-weight: 500;
    font-size: 65px;
    line-height: 75px;
}

#hero-slider .slider-content h1 span,
.hero-wrapper .content h1 span {
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
}

#hero-slider .slider-content h1,
#hero-slider .slider-content p,
.hero-wrapper .content h2,
.hero-wrapper .content h1,
.hero-wrapper .content p{
    color: #FFF;
}

#hero-slider .item.slick-current.slick-active h1 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    animation-name: fadeInUp;
}

#hero-slider .item.slick-current.slick-active p {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    animation-name: fadeInUp;
}


#hero-slider .item.slick-current.slick-active .btn-wrap a.btn {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    animation-name: fadeInUp;
}

#hero-slider p,
.hero-wrapper p {
   font-size: 32px;
   line-height: 40px;
   margin-bottom: 0;
}

#hero-slider p {
    max-width: 700px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
}

#hero-slider .slick-dots {
    top: 50%;
    right: -30px;
    width: 20px;
    padding: 0;
}

#hero-slider .slick-dots li {
    border: 1px solid #c5c5c5;
    padding: 3px;
    margin: 5px 0;
}

#hero-slider .slick-dots li button {
    border-radius: 0;
    border: none;
    width: 10px;
    height: 10px;
    background-color: #c5c5c5;
}

#hero-slider .slick-dots li button::before {
    content: none;
}
.slider-wrapper .btn-wrap {
    margin-top: 35px;
}

.slider-wrapper .btn-wrap a.btn {
    margin-right: 10px;
}

/* ===================================== */
/* ============ Contact Form ========== */
/* ==================================== */

.form-wrapper{
    width: 100%;
}

.form-wrapper p{
    color: #717175;
}
.form-wrapper p a{
    text-decoration: underline;
}

.form-wrapper .dd .ddChild li {
    padding-left: 15px;
}

.form-group{
    margin-bottom: 15px;
    position: relative;
}
.contact-form p{
    margin-bottom: 0;
}
.contact-form div.wpcf7 img.ajax-loader {
  float: right;
}
.contact-form div.wpcf7-response-output {
  margin-top: 7px;
}
.form-group .form-control{
    background-color: #fff;
    border: 2px solid #cfd0d2;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color:#666666;
    padding:14px 20px;
    width:100%;
    position: relative;
    font-weight:400;
}

.form-control:active,
.form-control:focus {
    border-color: #9ea4b4;
    box-shadow: 0 0 2px #9ea4b4;
}

.form-group select{
    width: 100%;
}
.form-group label{
    color: #333333;
    font-weight: 400;
    margin-bottom: 4px;
    display: block;
}

.form-group > span{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.form-group > span.captchaimage{
    position: absolute;
    right: 0;
    width: 80px;
    text-align: right;
    margin-top: 9px;
}


.form-group.grid2 > span{
    display: inline-block;
    vertical-align: top;
    width: 48.7%;
}
.form-group.grid3 > span{
    width: 32%;
}
.form-group.grid4 > span{
    width: 23.5%;
    margin-right: 2%;
}

.form-group.grid5 > span{
    width: 21%;
    margin-right: 5px;
}

.form-group.grid4 > span:last-child{
    margin-right:0;
}
.form-group.grid3 > span:nth-of-type(2){
    margin: 0 2%;
}
.form-group.grid2 > span:first-child{
    margin-right: 1%;
}
.form-group.grid2 > span:last-child{
    margin-left: 1%;
}
.form-group.grid5 > span:last-child{
    margin-right: 0;
}


.form-group textarea{
    resize:none;
    font-family: 'Open Sans', sans-serif;
    height: 150px;
}

.submitBtn{
    overflow: hidden;
}
.submit-input{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.submit-input span.icon {
    display: block;
    margin-top: 5px;
}

.submit-input:hover span.icon {
    color: #28c23e;
}

.submit-btn:hover {
    background-color: #282828;
    border-color: #282828;
}


form .submit-input{
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.form-wrapper .form-group{
    margin-bottom: 20px;
}

.contact-form span.wpcf7-not-valid-tip {
    color: #ff5100;
}

*::-webkit-input-placeholder {
    color:#666666;
    opacity:1;
}
 *:-moz-placeholder {
    color:#666666;
    opacity:1;
}
*::-moz-placeholder {
    color:#666666;
    opacity:1;
}
*:-ms-input-placeholder {  
    color:#666666;
    opacity:1;
}


div.wpcf7-response-output {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #ff5100;
  padding: 2px;
}
span.wpcf7-not-valid-tip {
  font-size: 13px;
}

/* ================================ */
/* ========= Other Section ========= */
/* ================================ */

.about-wrapper {
    background-color: #ebecec;
}

.about-wrapper .content.image-left {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.about-wrapper .content.image-right {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
}

.about-wrapper .content .image-wrap {
    width: 50%;
    height: 23em;
}

.about-wrapper .content .content-wrap {
    position: relative;
    width: 50%;
}

.about-wrapper .content.image-right .text-wrap {
    float: right;
    padding: 25px 65px 25px 0;

}

.about-wrapper .content.image-left .text-wrap {
    float: left;
    padding: 25px 0 25px 65px;
}

.about-wrapper .content .content-wrap .text-wrap {
    max-width: 550px;
}

.about-wrapper .content .text-wrap h2{
    font-size: 26px;
    line-height: 36px;
    color: #9ea4b4;
    font-weight: 700;
}

.about-wrapper .content .text-wrap .section-title {
    margin-bottom: 20px;
}

.about-wrapper .content .text-wrap .btn-wrap {
    margin-top: 30px;
}

.product-wrap .section-title .btn-wrap {
    margin-top: 30px;
}

.product-wrap .product h3 {
    font-size: 20px;
    line-height: 30px;
    color: #9ea4b4;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-wrap .product p {
    font-size: 16px;
    line-height: 26px;
}

#product-slider img {
    max-width: 100%;
    width: auto;
}

#product-slider .slick-track {
    display: flex;
    flex-flow: row wrap;
}

#product-slider .product {
    height: auto;
    text-align: center;
    position: relative;
    padding: 0 20px 60px 20px;
}

#product-slider .btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.ste-wrap .overlay {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#231f20+0,7db9e8+100&1+0,0.6+78,0+78 */
    background: -moz-linear-gradient(top,  rgba(35,31,32,.6) 0%, rgba(105,151,188,0) 78%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(35,31,32,.6) 0%,rgba(105,151,188,0) 78%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(35,31,32,.6) 0%,rgba(105,151,188,0) 78%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.ste-wrap .section-title {
    margin-bottom: 0;
}

.ste-wrap .section-title h2 {
    color: #fff;
    margin-bottom: 25px;
}

.ste-wrap .section-title p {
    color: #fff;
}

.ste-wrap .btn-wrap {
    margin-top: 30px;
}



.recipe-feed .overlay {
    background-color: rgb(141 132 134 / 90%);
}

.recipe-feed .section-title h2 {
    color: #fff;
}

.recipe-feed .section-title h2 span {
    color: #231f20;
}

.recipe-feed .flex-cont {
    display: flex;
    flex-flow: row wrap;
}

.recipe-feed .left-wrap  {
    width: 65%;
}

.recipe-feed .right-wrap {
    width: 32%;
    margin-left: 3%;
}

.recipe-feed .left-wrap .left-cont  {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.recipe-feed .left-wrap .left-cont > .grid {
    width: 48%;
    position: relative;
    padding-bottom: 60px;
}

.recipe-feed .left-wrap a,
.recipe-feed .right-wrap a{
    display: inline-block;
}

.recipe-feed .left-wrap .left-cont > .grid .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.recipe-feed .left-wrap .grid h3 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.recipe-feed .left-wrap .grid p {
    color: #fff;
}

.recipe-feed .right-wrap .section-title {
    margin-bottom: 50px;
}

.recipe-feed .right-wrap .section-title h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
}

.recipe-feed .right-wrap>.grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.recipe-feed .right-wrap>.grid a.btn {
    padding: 10px 15px;
}


.recipe-feed .right-wrap>.grid>div {
    width: 48%;
}

.recipe-feed .right-wrap .grid h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}

.home-process-wrap .section-title h2 {
    font-weight: 700;
}

.home-process-wrap .content {
    display: flex;
    flex-flow: row wrap;
}

.home-process-wrap .content .left-wrap {
    width: 35%;
}
.home-process-wrap .content .right-wrap {
    width: 65%;
}
.home-process-wrap .home-process {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 30px;
}

.home-process-wrap .home-process >div {
    width: 25%;
    text-align: center;
}

.home-process-wrap .home-process a,
.home-process-wrap .home-process span {
    display: block;
    text-align: center;
}

.home-process a span.image img {
    border-radius: 50%;
}

.home-process > div > a {
    height: 184px;
    width: 184px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-process a .hover-text {
    position: absolute;
    height: 150px;
    width: 150px;
    left: 17px;
    top: 17px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    background-color: rgba(255,255,255,.70);
    padding-top: 45px;
    font-size: 44px;
    font-weight: 700;
    color: #231f20;
    font-family: 'Montserrat', sans-serif;
}
.home-process a:hover .hover-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-process .process-title {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #231f20;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.fwt .text {
    max-width: 920px;
    margin: auto;
}

.services-wrap .overlay {
    background-color: rgba(255,255,255,.85);
}

.footer .nft-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.footer .nft-wrap .premium-newsletter {
    width: 40%;
}

.premium-newsletter .form-group .form-control {
    max-width: 400px;
    background-color: #ebecec;
}

.premium-newsletter .section-title {
    margin-bottom: 20px;
}

.premium-newsletter .section-title h2 {
    font-size: 24px;
    line-height: 34px;
}

/*
* - News & Articles Wrap -
*/
.news-stories .flex-cont {
    display: flex;
    flex-flow: row wrap;
}

.news-stories .flex-cont .grid-box {
    width: 30.3%;
    margin: 1% 1.5%;
    position: relative;
    padding-bottom: 60px;
}

.news-stories .flex-cont .grid-box h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 600;
}

.news-stories .flex-cont .grid-box .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 10px;
}

/*
* - Contact Wrap -
*/
.contact-wrapper .bg-layer {
    background-color: rgba(255,255,255,0.9);
}
.contact-wrapper .content{
    display: flex;
    flex-flow: row;
}
.contact-wrapper .content > div{
    display: inline-block;
    vertical-align: top;
}
.contact-wrapper .map-wrap{
    width: 48%;
    position: relative;
    margin-right: 2%;
}
.contact-wrapper .form-wrap{
    max-width: 650px;
    width: 100%;
    margin: 60px auto 0 auto;
    background: #fff;
    padding: 60px 80px;
    -webkit-box-shadow: 0px 0 5px 6px #e2e2e3;
    -moz-box-shadow: 0px 0 5px 6px #e2e2e3;
    box-shadow: 0px 0 5px 6px #e2e2e3;

}
.contact-wrapper .form-wrap > div{
    width: 100%;
}


#map-content {
    color: #888888;
    font-weight: 400;
}
#map-content h6{
    margin-bottom: 5px;
    color: #111111;
    font-weight: 500;
    font-size: 16px;
}

/* ================================ */
/* ============= Footer =========== */
/* ================================ */

.footer {
    padding: 60px 0 20px 0;
}

.footer .footer-logos {
    display: flex;
    flex-flow: row;
    width: 60%;
    padding-right: 40px;
}

.footer .top-wrap{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
    align-items: center;
}

.footer .top-wrap>div {
    width: 33.3%;
}

.footer .top-wrap .flogo {
    padding-left: 0;
}

.footer .address-info .cont{
    max-width: 230px;
    float: right;
}

.footer .top-wrap .flogo img{
    max-width: 165px;
}

.footer .social-icons ul {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.footer .social-icons ul li {
    margin: 0 7px;
    list-style: none;
}

.footer .social-icons li a svg {
    display: inline-block;
    padding: 15px;
    height: 3em;
    width: 3em !important;
    border: 2px solid #9ea4b4;
    font-size: 20px;
    background-color: #9ea4b4;
    color: #fff;
    vertical-align: middle;
    transition: .3s;
}
.footer .social-icons li a:hover svg {
    background-color: transparent;
    color: #9ea4b4;
    box-shadow: 0 15px 25px 0px rgb(158, 164, 180,0.7);
    transform: translateY(3px);
}

.footer .newsletter-wrap h5 {
    font-size: 19px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.footer span {
    display: inline-block;
}
.footer .icon {
    margin: 0 7px;
    vertical-align: top;
}

.footer .address-info .icon svg {
    color: #9ea4b4;
    font-size: 18px;
    vertical-align: middle;
}

.footer .address-info a {
    color: #231f20;
}

.footer .address-info .phone {
    margin-bottom: 20px;
}

.footer .address-info .address {
    display: flex;
}

.footer p,
.footer a {
    margin-bottom: 0;
}

.footer .footer-nav {
    border-top: 1px solid #c8c7c7;
}

.section .f-nav ul {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
    justify-content: center;
    padding: 15px 0;
}

.section.footer ul li {
    padding-left: 0;
    list-style: none;
}

.footer .f-nav ul li a {
    font-family: 'Montserrat', sans-serif;
    color: #231f20;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 15px 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.copyright p {
    padding:0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #636466;
}
.copyright a{
    color: #636466;
}

.footer-bottom p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}

.footer-bottom p a {
    text-transform: uppercase;
}

/* ========= Contact Page ========== */
.section.form.cp .phone h3 {
    line-height: 36px;
    font-size: 26px;
    font-weight: 500;
    margin-top: 20px;
}

.section.form.cp .phone h3 svg {
    margin-right: 8px;
    font-size: 22px;
    color: #9ea4b4;
}

.section.form.cp .phone h3 a {
    color: #636466;
}
.section.form .overlay .row {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.section.form.cp .overlay .row .left {
    width: 50%;
    padding-right: 10px;
}
.section.form.cp .overlay .row .right {
    width: 50%;
}

.section.form .overlay .form {
    width: 100%;
    background: #ffffff;
    margin: 0;
    padding: 60px 40px 20px;
    -webkit-box-shadow: 0px 0 5px 6px #e2e2e3;
    -moz-box-shadow: 0px 0 5px 6px #e2e2e3;
    box-shadow: 0px 0 5px 6px #e2e2e3;
}

#map_canvas {
    min-height: 548px;
    width: 100%;
}

/* ========= Process Page ========== */
.pro-page .overlay {
    background-color: rgba(255,255,255,.8);
}

.pro-left-right {
    background-color: #fff;
}

.pro-left-right .content {
    margin-bottom: 0;
}

.pro-left-right .content:last-child {
    margin-bottom: 0;
}

.pro-left-right {
    padding: 60px 0 0 0;
}

.fullwidth-wrap {
    padding-bottom: 60px;
}
.page-template-product .fullwidth-wrap {
    padding-bottom: 0;
}
/* ===== Individual Product Page ===== */
.ind-product-wrap .content {
    display: flex;
    flex-flow: row wrap;
}
.ind-product-wrap .content.image-right {
    display: flex;
    flex-flow: row-reverse wrap;
}

.ind-product-wrap .content .left-wrap {
    width: 30%;
}

.ind-product-wrap .content .right-wrap {
    width: 70%;
}

.ind-product-wrap .content.image-left .right-wrap {
    padding-left: 5%;
}

.ind-product-wrap .content.image-right .right-wrap {
    padding-right: 5%;
}

.ind-product-wrap .content.image-right .left-wrap {
    text-align: right;
}
.ind-product-wrap .right-wrap .wtb-wrap a{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    color: #636466;
    padding-left: 30px;
    position: relative;
}

.ind-product-wrap .right-wrap .wtb-wrap a:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #6d6e70;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 6px;
}

.sizing-wrap .bar-wrap {
    display: flex;
    flex-flow: row wrap;
}

.sizing-wrap .bar-wrap .step {
    position: relative;
    width: 25%;
    padding-top: 125px;
    
}
.sizing-wrap .title {
    padding-bottom: 20px;
}
.sizing-wrap .title h3 {
    font-size: 33px;
    line-height: 43px;
    font-weight: 500;
    color: #9ea4b4;
    margin-bottom: 0;
}

.sizing-wrap .bar-wrap .step .text {
    border-top: 3px solid #9ea4b4;
    padding-left: 25%;
    padding-top: 20px;
}

.sizing-wrap .bar-wrap .step .text p {
    font-size: 16px;
    line-height: 26px;
}

.sizing-wrap .bar-wrap .step:before {
    content: '';
    position: absolute;
    width: 117px;
    height: 108px;
    top: 0;
    left: 25px;
    background-position: top center;
    background-repeat: no-repeat;
}
.sizing-wrap .bar-wrap .step:nth-child(1):before {
    background-image: url(assets/images/size1.png);
}

.sizing-wrap .bar-wrap .step:nth-child(2):before {
    background-image: url(assets/images/size2.png);
}

.sizing-wrap .bar-wrap .step:nth-child(3):before {
    background-image: url(assets/images/size3.png);
}

.sizing-wrap .bar-wrap .step:nth-child(4):before {
    background-image: url(assets/images/size4.png);
}

.sizing-wrap .bar-wrap .step .dot {
    position: absolute;
    background-color: #9ea4b4;
    content: '';
    z-index: 888;
    padding: 8px;
    border-radius: 100%;
    top: 118px;
    left: 25%;
}

.recipes-stories .flex-cont {
    display: flex;
    flex-flow: row wrap;
}

.recipes-stories .bg-image {
    width: 100%;
    display: inline-flex;
}

.recipes-stories .flex-cont a {
    transition: .3s;
}

.recipes-stories .flex-cont .cont {
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,231f20+100&0.6+0,0+0,0+13,1+100 */
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(113,165,206,0) 13%, rgba(35,31,32,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(113,165,206,0) 13%,rgba(35,31,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(113,165,206,0) 13%,rgba(35,31,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#231f20',GradientType=0 ); /* IE6-9 */
}

.recipes-stories .flex-cont a:hover .cont {
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(113,165,206,0) 13%, rgba(158 164 180) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(113,165,206,0) 13%,rgba(158 164 180) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(113,165,206,0) 13%,rgb(158 164 180) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      
}

.recipes-stories .left-wrap {
    width: 55%;
}

.recipes-stories .right-wrap {
    width: 45%;
    position: relative;
}
.recipes-stories .right-wrap {
    display: block;
    border-left: 10px solid #fff;
}

.recipes-stories .right-wrap .bg-image {
    min-height: 240px;
}

.recipes-stories .right-wrap>a:first-child {
    border-bottom: 10px solid #fff;
}

.recipes-stories .left-wrap .text {
    padding: 66% 20px 20px 20px;
}

.recipes-stories .right-wrap .text {
    padding: 30% 20px 20px 20px;
}

.recipes-stories .text p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}
.recipes-stories .text h3 {
    font-size: 23px;
    line-height: 26px;
    color: #9ea4b4;
    font-weight: 500;
    margin-bottom: 0;
}

.recipes-stories a:hover .text h3 {
    color: #fff;
}

/* ========= Product Page ========== */
.flavour-profile-wrap .title h2{
    font-size: 33px;
    line-height: 40px;
    font-weight: 500;
}

.flavour-profile-wrap .flex-cont {
    display: flex;
    flex-flow: row-reverse wrap;
    margin-top: 50px;
}

.flavour-profile-wrap .flex-cont .right-wrap {
    width: 60%;
    padding-right: 5%;
    padding-left: 60px;
}

.flavour-profile-wrap .flex-cont .left-wrap {
    width: 40%;
}

.flavour-profile-wrap .flex-cont h3 {
    position: relative;
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    color: #a3a9b9;
}

.flavour-profile-wrap .flex-cont h3:before {
    content: '';
    position: absolute;
    left: -60px;
    top: -5px;
    background-image: url(assets/images/heading-icon.png);
    width: 49px;
    height: 58px;
}

.product-range-wrap .flex-cont {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.product-range-wrap .flex-cont>a {
    width: 31.3%;
    margin: 1%;
    padding: 10px;
    position: relative;
    text-align: center;
}

.product-range-wrap .flex-cont h4 {
    margin-top: 20px;
}

.product-range-wrap .flex-cont>a:hover {
    box-shadow: 0 0px 10px 0px rgb(158, 164, 180,0.7);
    transform: translateY(3px);
}

/* ========= Recipes Page ========== */
.recipes-wrap .flex-cont {
    display: flex;
    flex-flow: row wrap;
}

.recipes-wrap .flex-cont .left-wrap{
    width: 65%;
    margin-right: 5%;
}


.recipes-wrap .flex-cont .right-wrap{
    width: 30%;
}

.recipes-wrap .left-wrap .about-recipe {
    display: flex;
    flex-flow: row wrap;
}

.recipes-wrap .left-wrap .about-recipe>div {
    width: 50%;
}

.recipes-wrap .left-wrap .about-recipe .recipe-text {
    padding-left: 25px;
}

.recipes-wrap .left-wrap .ingredients-wrap {
    display: block;
    border: 1px solid #c8c9cb;
    width: 100%;
    margin-top: 30px;
}

.recipes-wrap .ingredients-wrap .top-wrap {
    border-bottom: 1px solid #c8c9cb;
    padding: 15px 30px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.recipes-wrap .ingredients-wrap .top-wrap .print {
  display: inline-flex;  
}
.recipes-wrap .ingredients-wrap .top-wrap .print a {
    color: #92898b;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    padding: 8px 20px;
    border: 2px solid #92898b;
    cursor: pointer;
    transition: .3s;
}

.recipes-wrap .ingredients-wrap .top-wrap .print a:hover {
    box-shadow: 0 15px 25px 0px rgb(158, 164, 180,0.7);
    transform: translateY(3px);
    background-color: #9ea4b4;
    color: #fff;
    border-color: #9ea4b4;
}

.recipes-wrap .ingredients-wrap .top-wrap .print a:hover svg {
    color: #fff;
}

.recipes-wrap .ingredients-wrap .top-wrap svg {
    font-size: 19px;
    margin-right: 10px;
    color: #92898b;
    vertical-align: top;
}

.recipes-wrap .ingredients-wrap .bottom-wrap {
    padding: 40px 30px;
}

.recipes-wrap .ingredients-wrap h4 {
    font-size: 22px;
    line-height: 30px;
    color: #a3a9b9;
    font-weight: 500;
}

.recipes-wrap .ingredients-wrap .ingred-cont p {
    line-height: 40px;
}

.recipes-wrap .ingredients-wrap .method-cont {
    margin-top: 40px;
}

.recipes-wrap .ingredients-wrap .method-cont p span{
    display: inline-block;
    background-color: #a3a9b9;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-right: 5px;
}

.recipes-wrap .sidebar .nl-wrap {
    margin-bottom: 30px;
}

.recipes-wrap .sidebar .recent-recipe h3 {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 10px 0;
    font-weight: 500;
    color: #fff;
    background-color: #231f20;
    position: relative;
}
.recipes-wrap .sidebar .recent-recipe h3:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #231f20;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recipes-wrap .sidebar .recent-recipe .recipes {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.recipes-wrap .sidebar .recent-recipe .recipes>a {
    width: 48%;
    margin-bottom: 10px;
}

.recipes-wrap .sidebar .recent-recipe .recipes>a h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.recipes-wrap .sidebar p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.recipes-wrap .sidebar .our-range-wrap {
    margin-top: 25px;
}

.recipes-wrap .sidebar .our-range-wrap .title h2{
    font-size: 33px;
    line-height: 42px;
    font-weight: 500;
}

.recipes-wrap .sidebar .our-range-wrap .range-product {
    display: flex;
    flex-flow: row wrap;
    margin-top: 25px;
}

.recipes-wrap .sidebar .our-range-wrap .range-product .img {
    width: 25%;
}

.recipes-wrap .sidebar .our-range-wrap .range-product .text {
    width: 75%;
    padding-left: 20px;
}

.recipes-wrap .sidebar .range-product .text h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #9ea4b4;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.recipes-wrap .sidebar .range-product .text p {
    font-size: 16px;
    line-height: 26px;
}

.other-recipes .flex-cont {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.other-recipes .flex-cont .recipe-grid{
    width: 30.3%;
    margin: 1.5%;
    position: relative;
    padding-bottom: 50px;
}

.other-recipes .recipe-grid h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #231f20;
    margin-top: 25px;
    font-family: 'Lato', sans-serif;
}
.other-recipes .recipe-grid .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 0px;
}

/* Print. */
@media print {
  /* cssclsNoPrint class. */
  .cssclsNoPrint {display:none}
}

/* Screen. */
@media screen {
  /* cssclsNoScreen class. */
  .cssclsNoScreen {display:none}
}


/* ============FAQ's Page========= */
.announcement-wrapper {
    padding-bottom: 60px;
}
.faq-accordion {
    margin-bottom: 40px;
}

.faq-accordion:last-child {
    margin-bottom: 0;
}

.announcement-wrapper p {
    font-family: 'Lato', sans-serif;
}

.announcement-wrapper .faq-accordion section {
    margin-top: 10px;
}

.announcement-wrapper h2.default-title-bar-active a:before,
.announcement-wrapper h2.default-title-bar a:before,
.announcement-wrapper h2.default-title-bar-active a:after,
.announcement-wrapper h2.default-title-bar a:after{
    background: #565656;
}

.announcement-wrapper h2.default-title-bar-active,
.announcement-wrapper h2.default-title-bar {
    background: #9ea4b4;
}

.announcement-wrapper h2.acc_title_bar {
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
}

.announcement-wrapper h2.acc_title_bar a:before {
    bottom: 0;
    padding-top: 10px; 
    height: auto;
    line-height: 26px;
}

.announcement-wrapper div.acc_container {
    padding: 15px;
}



.announcement-wrapper div.acc_container .block .left-wrap {
    width: 100%;
    text-align: left;
}

.announcement-wrapper div.acc_container .block .right-wrap {
    width: 20%;
    text-align: right;
}

.announcement-wrapper div.acc_container .block .left-wrap h3 {
    margin-bottom: 5px;
}

.announcement-wrapper div.acc_container a.btn {
    margin-top: 5px;
    display: inline-block;
}

/* === INNER PAGE ===*/

.single-post .page-title {
    padding: 40px 0 0px 0;
}

.single-post .page-title .title {
    text-align: left;
}

.single-post .page-title .title p {
    max-width: 100%;
    margin: 15px 0 0 0;
}

.page-template-steps .section.inner-page {
    padding: 40px 0 0px 0;
}

.section.inner-page {
    padding: 40px 0 0 0;
    /*row*/
}

.section.inner-page hr {
    margin: 10px 0;
    width: 350px;
}

.section.inner-page .content {
    width: 100%;
}

.section.inner-page .title {
    margin-bottom: 20px;
}

.section.inner-page .title hr {
    margin: 10px 0;
    width: 350px;
    border: none;
    height: 2px;
    background-color: #137da1;
}

.section.inner-page .fullWidth {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: left;
}

.section.inner-page .fullWidth h3 {
    font-size: 26px;
    margin-top: 0;
    color: #274583;
    margin-bottom: 10px;
}

.section.inner-page .row {
    margin-bottom: 30px;
    overflow: hidden;
}

.section.inner-page .row>div p {
    /* font-size:18px;line-height: 26px; */
    margin-bottom: 20px;
}

.section.inner-page .row h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 48px;
}


.section.inner-page .row .leftCont.float-right {
    float: right;
    margin-left: 2%;
    text-align: center;
}

.section.inner-page .row .leftCont.float-left {
    float: left;
    margin-right: 2%;
    text-align: center;
}

.section.inner-page .row .rightCont.float-right {
    float: right;
    margin-left: 2%;
    text-align: left;
}

.section.inner-page .row .rightCont.float-left {
    float: left;
    margin-right: 2%;
    text-align: left;
}

.section.inner-page .row .leftCont.width50,
.section.inner-page .row .rightCont.width50 {
    width: 48%;
}

.section.inner-page .row .leftCont.width60,
.section.inner-page .row .rightCont.width60 {
    width: 58%;
}

.section.inner-page .row .leftCont.width40,
.section.inner-page .row .rightCont.width40 {
    width: 38%;
}

.section.inner-page .row.blockImg h3 {
    margin-top: 0;
    color: #274583;
    margin-bottom: 10px;
}

.section.inner-page .row .imgBlock>div {
    display: inline-block;
    vertical-align: top;
}

.section.inner-page .row .imgBlock.grid2>div {
    width: 48.6%;
}

.section.inner-page .row .imgBlock.grid3>div.text h4 {
    font-weight: 700;
}

.section.inner-page .row .imgBlock.grid3>div.text .img {
    margin-bottom: 20px;
}

.section.inner-page .row .imgBlock.grid2>div:first-child {
    margin-right: 1%;
}

.section.inner-page .row .imgBlock.grid2>div:last-child {
    margin-left: 1%;
}

.section.inner-page .row .imgBlock.grid3 a>h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #434244;
    font-weight: 400;
}

.section.inner-page .row .box-grid {
    display: flex;
    flex-flow: row wrap;
}

.section.inner-page .row .box-grid>div {
    display: inline-block;
    vertical-align: top;
}

.section.inner-page .row .imgBlock.grid3 {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.section.inner-page .row .imgBlock.grid3>div,
.section.inner-page .row .box-grid.grid-3>div {
    width: 31%;
    position: relative;
    min-height: auto;
    margin: 3% auto;
}

.section.inner-page .row .box-grid.grid-3>div .img {
    margin-bottom: 10px;
}

/*
* - Recipe Index Page -
*/
.section.client-stories {
    position: relative;
    margin-top: 0;
}

.client-stories .title {
    margin-bottom: 30px;
}
.client-stories .title h2 {
    font-size: 31px;
    line-height: 41px;
}

.client-stories .story-panel .overlay {
    padding: 0;
}

.client-stories .story-panel.grid-3 {
    display: flex;
    flex-flow: row wrap;
}

.client-stories .story-panel.grid-3 .grid {
    width: 32%;
    background-color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 80px;
}
.client-stories .story-panel.grid-3 .grid.hv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 11px solid rgb(158 164 180);
    opacity: .5;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 200ms;
    transition: all 200ms; 
}
.client-stories .story-panel.grid-3 .grid.hv:hover:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); 
}
.client-stories .story-panel.grid-3 .grid:nth-child(3n+2) {
    margin: 0 2%; 
}
.client-stories .story-panel.grid-3 .grid .image.cl {
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.client-stories .story-panel.grid-3 .grid .image.cl img {
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.client-stories .story-panel.grid-3 .grid:hover .image.cl {
    background-image: none !important;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1); 
}
.client-stories .story-panel.grid-3 .grid:hover .image.cl img {
    opacity: 1;
    height: 100%;
    width: 100%;
    -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.client-stories .story-panel.grid-3.grid-3.articles .grid {
      -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    padding-bottom: 0;
}
.client-stories .story-panel.grid-3.grid-3.articles .grid h4 > a {
    font-weight: 700;
}
.client-stories .story-panel.grid-3.grid-3.articles .grid a.readmore {
    font-size: 14px; 
}

.client-stories .story-panel .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 255px;
    width: 100%;
    overflow: hidden;
}

.client-stories .story-panel .content {
    color: #000000;
    padding: 25px 25px 0px 25px;
    text-align: center;
}
.client-stories .story-panel .content h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}
.client-stories .story-panel .content span.btn, .client-stories .story-panel .content a.btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
    margin: 0 auto; 
}

.client-stories.csp .story-panel.grid-3 .grid {
    min-height: 605px;
    margin-bottom: 20px;
}

.client-stories.csp .story-panel .content {
    color: #000000;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

.client-stories.csp .story-panel .content h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #434244;
    font-family: "Montserrat", sans-serif;
}
.client-stories.csp .story-panel .content p {
    margin-bottom: 20px;
    font-weight: 400;
}

.client-stories.csp .story-panel .content span.btn {
    left: 20px;
    right: auto;
    bottom: 20px;
}

.client-stories .story-panel.articles .content {
    padding: 20px;
}

.client-stories .story-panel .content .articles {
    text-align: left;
    background-color: #ffffff;
    width: 100%; 
}

.client-stories .story-panel .content .articles .addtoany_content {
    display: none; 
}

/*
* === BLOG PAGE ===
*/
.blog-posts {
  padding: 40px 0; }

.blog-posts .post {
  overflow: hidden;
  margin: 0 auto 35px auto;
  width: 750px; }

.blog-posts .post-content {
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #cccccc;
  box-sizing: border-box; }

.blog-posts .post-date {
  margin: 10px 0; }

.blog-posts .post-date a {
  color: #000c5c;
  font-size: 14px;
  font-family: "Montserrat", sans-serif; }

.blog-posts .post-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111111; }

.blog-posts .post-content a.btn {
  margin-top: 20px; }

.blog-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #f8f8f8; }

.blog-wrapper .left-wrap {
  float: left;
  width: 70%; }

.blog-wrapper .right-wrap {
  float: right;
  padding-left: 3%;
  width: 30%; }

.blog-wrapper .post-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 0 2px #b9b9b9;
  padding: 0px;
  border-bottom: 2px solid #686868; }

.blog-wrapper .post-img {
  width: 270px;
  float: left;
  margin-bottom: 0;
  max-height: 240px;}

.blog-wrapper .post-info {
  width: 70%;
  float: right;
  padding-top: 10px;
  margin-right: 10px; }

.blog-wrapper .container {
  max-width: 1020px; }

.blog-wrapper .post-info h5 {
    margin-bottom: 0;
}

.blog-wrapper .post-info h5 a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #2f2f2f;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
  }
.read-more {
  margin: 10px 0;
  padding: 10px;
  display: block; }

.post-info .btn.btn-blue {
  display: inline-block;
  float: left;
  margin-top: 0; }

.addtoany_content {
  display: inline-block; }
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
}

/* ================================ */
/* ========= Media Query ========== */
/* ================================ */
@media screen and (max-width: 1400px) {
    .about-wrapper .content.image-left .text-wrap {
        padding: 15px 15px 15px 35px;
    }
    .about-wrapper .content.image-right .text-wrap {
        padding: 15px 35px 15px 15px;
    }
}

@media screen and (max-width: 1300px) {
    
    .about-wrapper .content .content-wrap .text-wrap {
        max-width: 680px;
    }
    .about-wrapper .right-wrap .text {
        padding: 232px 0;
    }
    .about-wrapper .right-wrap h3 {
        font-size: 74px;
        line-height: 84px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 2%;
    }
    .about-wrapper .right-wrap .text {
        padding: 230px 0;
    }
    .services-wrapper .flex-grid .img-wrap img {
        width: 100px;
    }
    .left-right-wrap .text-wrap .white {
        padding: 40px;
    }
    .left-right-wrap .content-left .text-wrap>div,
    .left-right-wrap .content-right .text-wrap>div {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1100px) {

    .header .left-wrap {
        width: 35%;
    }

    .header .right-wrap {
        width: 65%;
    }
    .sm-custom>li {
        margin-left: 10px;
    }
    
    #hero-slider .slider-content h1, .hero-wrapper .content h1 {
        font-size: 55px;
        line-height: 60px;
    }
    #hero-slider .slider-content h1 span, .hero-wrapper .content h1 span {
        font-size: 62px;
        line-height: 68px;
    }

    .about-wrapper .right-wrap .text {
        padding: 210px 0;
    }
    .about-wrapper .right-wrap h3 {
        font-size: 64px;
        line-height: 65px;
    }
    .patient-stories .right-wrap .cont .text {
        padding: 35% 10% 5% 10%
    }
    .section-title p > br {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    
    .about-wrapper .right-wrap h3 {
        font-size: 54px;
        line-height: 65px;
    }
    .recipe-feed .right-wrap .grid h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .recipe-feed .left-wrap .grid h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .recipe-feed .right-wrap .section-title {
        margin-bottom: 20px;
    }
    .recipe-feed .right-wrap>.grid a.btn {
        font-size: 11px;
    }
    .services-wrapper .flex-grid .img-wrap img {
        width: 80px;
    }
    .services-wrapper .flex-grid > div .content {
        padding: 45px 0;
    }
    .flex-grid .img-wrap {
        margin-bottom: 10px;
    }
    .form-group.grid2 > span {
        width: 48.6%;
    }
    .section-title h2, .section-title h1, .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
     .blog-wrapper .post-img {
        width: 100%;
        float: none;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        max-height: 100%;
    }
    .blog-wrapper .post-info {
        width: 100%;
        float: none;
        padding: 10px;
        margin-right: 0;
        display: inline-block;
    }
    .footer .content {
        flex-flow: column;
    }
    .footer .content .left-wrap,
    .footer .content .right-wrap {
        width: 100%;
    }
    .footer .content .right-wrap {
        max-width: 300px;
        margin: 20px 0 0 0;
    }
    .social-icons ul {
        text-align: left;
    }
    .social-icons ul li {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media screen and (max-width: 900px) {
    .header .content {
        flex-flow: column;
        justify-content: flex-start;
        align-items: unset;
    }
    .header .left-wrap {
        width: 55%;
    }
    .header .right-wrap {
        width: 100%;
    }
    .header .right-wrap .top-wrap {
        position: absolute;
        top: 30px;
        right: 20px;
        padding: 0;
        flex-flow: column;
        align-items: unset;
    }
    .header .btn-wrap:last-child {
        margin-left: 0;
        margin-top: 15px;
    }
    .sm-custom {
        justify-content: center;
    }
    .sm-custom > li:last-child a {
        padding-right: 10px;
    }
    #hero-slider .slider-content h1, .hero-wrapper .content h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 0;
    }
    #hero-slider .slider-content h1 span, .hero-wrapper .content h1 span {
        font-size: 54px;
        line-height: 62px;
    }
    #hero-slider p, .hero-wrapper p {
        font-size: 24px;
        line-height: 34px;
    }
    
    .about-wrapper .right-wrap .text {
        padding: 160px 0;
    }

    .recipe-feed .flex-cont {
        flex-flow: column;
    }
    .recipe-feed .left-wrap,
    .recipe-feed .right-wrap {
        width: 100%;
    }
    .recipe-feed .left-wrap .left-cont > .grid img {
        margin: 0 auto;
    }
    
    .recipe-feed .right-wrap {
        margin-left: 0;
        margin-top: 20px;
    }
    .recipe-feed .right-wrap>.grid {
        justify-content: flex-start;
    }

    .recipe-feed .right-wrap>.grid>div {
        width: auto;
    }

    .recipe-feed .right-wrap>.grid .img {
        width: 150px;
    }

    .recipe-feed .right-wrap>.grid .cont {
        padding-left: 20px;
    }
    .home-process > div > a {
        height: 170px;
        width: 170px;
    }
    .home-process .process-title {
        font-size: 18px;
        line-height: 26px;
    }

    .home-process a .hover-text {
        height: 140px;
        width: 140px;
        left: 15px;
        top: 15px;
    }

    .solutions-wrap .content {
        flex-flow: column;
    }
    .solutions-wrap .content .left-wrap {
        width: 100%;
        flex-flow: column;
        border-bottom: 10px solid #eeedee;
        border-right: none;
    }
    .solutions-wrap .content .right-wrap {
        width: 100%;
        height: 26em;
    }
    .solutions-wrap .content .text {
        padding: 8% 20px 30px 40px;
    }
    .solutions-wrap .content .right-wrap .text {
        padding: 15% 20px 30px 40px;
    }
    .solutions-wrap .content .left-wrap .bar,
    .solutions-wrap .content .right-wrap .bar {
        font-size: 20px;
        line-height: 26px;
        top: auto;
        right: 0;
        writing-mode: unset;
        transform: none;
    }
    
    .left-right-wrap .img-wrap,
    .left-right-wrap .text-wrap {
        width: 100%;
    }

    .section.left-right-wrap {
        padding: 0;
    }

    .left-right-wrap .img-wrap {
        text-align: center;
    }

    .left-right-wrap .content-left .text-wrap {
        text-align: left;
    }

    .left-right-wrap .content-left .text-wrap>div,
    .left-right-wrap .content-right .text-wrap>div {
        margin: 20px 0 0 0;
    }

    .left-right-wrap.process {
        background-image: none;
        padding: 20px 0;
    }
    .section.inner-page {
        padding: 0;
    }
    .section.inner-page .row .leftCont.float-right,
    .section.inner-page .row .leftCont.float-left,
    .section.inner-page .row .rightCont.float-right,
    .section.inner-page .row .rightCont.float-left {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    .section.inner-page .row .leftCont.width50, 
    .section.inner-page .row .rightCont.width50, 
    .section.inner-page .row .leftCont.width60, 
    .section.inner-page .row .rightCont.width60, 
    .section.inner-page .row .leftCont.width40, 
    .section.inner-page .row .rightCont.width40 {
        width: 100%;
    }

    .footer .nft-wrap {
        flex-flow: column;
        justify-content: normal;
    }
    .footer .footer-logos {
        width: 100%;
    }

    .footer .nft-wrap .premium-newsletter {
        width: 100%;
    }

    .footer .footer-logos {
        padding-right: 0;
        margin-bottom: 30px;
        justify-content: center;
    }

    .footer .social-icons ul {
        justify-content: unset;
    }

}
@media screen and (max-width: 800px) {
    .slider-wrapper .btn-wrap {
        margin-top: 25px;
    }
    .about-wrapper .right-wrap .text {
        padding: 151px 0;
    }
    
    .hero-wrapper .content {
        padding: 150px 0 120px 0;
    }
}

@media screen and (max-width: 767px) {
    .pd-100 {
        padding: 60px 0;
    }

    .pd-80 {
        padding: 40px 0;
    }

    .pd-60 {
        padding: 30px 0;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .visible-lg {
        display: none;
    }

    .visible-xs {
        display: block;
    }
    .header .site-nav {
        width: auto;
    }

    .sm-custom a, 
    .sm-custom a:hover, 
    .sm-custom a:focus, 
    .sm-custom a:active, 
    .sm-custom a.highlighted {
        padding: 10px 15px;
        border-bottom: 1px solid #fff;
    }
    .header {
        position: relative;
        background-color: rgb(35 31 32 / 85%);
    }
    .header .right-wrap .top-wrap {
        top: 10px;
    }
    .header .bottom-wrap {
       width: auto;
       background-color: none;
    }
    .header .phone {
        margin-right: 0;
    }
    .header .left-wrap .tagline {
        margin-left: 0;
        text-align: center;
    }

    #showRightPush.menu-btn {
        position: absolute;
        right: 20px;
        top: 100px;
    }
    .hero-wrapper .content {
        padding: 80px 0;
    }
    .img-grid-wrap .grid2>a .text p {
        font-size: 20px;
        line-height: 30px;
    }

    .about-wrapper .content.image-right,
    .about-wrapper .content.image-left {
        flex-flow: column;
    }
    .pro-left-right .content {
        margin-bottom: 20px;
    }
   
    .about-wrapper .content .image-wrap {
        width: 100%;
        height: auto;
        background-image: none !important;
    }
    
    .about-wrapper .content .image-wrap img {
        margin: 0 auto;
    }
    .about-wrapper .content .content-wrap {
        width: 100%;
    }
    
    .about-wrapper .content .content-wrap .text-wrap {
        max-width: 100%;
        padding: 15px 15px;
    }

    .about-wrapper .content .section-title {
        margin-bottom: 20px;
    }
    .about-wrapper .content .section-title h2 br {
        display: none;
    }

    .about-wrapper .row {
        display: flex;
        flex-flow: column-reverse;
    }
    
    .about-wrapper .left-wrap {
        width: 100%;
    }
    .about-wrapper .right-wrap {
        width: 100%;
        max-width: 367px;
        margin: auto;
    }
    .about-wrapper .left-wrap {
        padding-top: 20px;
    }
    .about-wrapper .left-wrap p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .home-process-wrap .content {
        flex-flow: column;
    }
    .home-process-wrap .content .left-wrap,
    .home-process-wrap .content .right-wrap {
        width: 100%;
    }
    .home-process-wrap .home-process {
        flex-flow: column;
    }

    .home-process-wrap .home-process >div {
        max-width: 170px;
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .section.inner-page .row .imgBlock.grid2 > div {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .section.inner-page .row .imgBlock.grid2 > div:first-child,
    .section.inner-page .row .imgBlock.grid2 > div:last-child {
        margin-right: 0;
        margin-left: 0;
    }

    .section.inner-page .row .imgBlock.grid3 {
        flex-flow: column;
    }
    .section.inner-page .row .imgBlock.grid3 > div, 
    .section.inner-page .row .box-grid.grid-3 > div {
        width: 100%;
        margin: 15px 0;
        text-align: center;
    }
    .recipes-stories .flex-cont {
        flex-flow: column;
    }
    .recipes-stories .left-wrap,
    .recipes-stories .right-wrap {
        width: 100%;
    }

    .recipes-stories .right-wrap {
        border-left: 0;
        border-top: 10px solid #fff;
    }

    .recipes-stories .left-wrap .text {
        padding: 31% 20px 20px 20px;
    }

    .ind-product-wrap .content.image-right {
        flex-flow: column;
    }

    .ind-product-wrap .content .left-wrap,
    .ind-product-wrap .content .right-wrap {
        width: 100%;
    }
    .ind-product-wrap .content.image-right .right-wrap {
        padding-right: 0;
        padding-top: 20px;
    }
    .ind-product-wrap .content.image-left .right-wrap {
        padding-left: 0;
        padding-top: 20px;
    }

    .ind-product-wrap .content.image-right .left-wrap {
        text-align: left;
    }

    .ind-product-wrap .content img {
        display: block;
        margin: 0 auto;
    }

    .sizing-wrap .bar-wrap {
        flex-flow: column;
    }

    .sizing-wrap .bar-wrap .step {
        padding-top: 0;
        padding-left: 135px;
        width: 100%;
        max-width: 275px;
        margin: 0 auto;
    }

    .sizing-wrap .bar-wrap .step .text {
        border-top: 0;
        border-left: 3px solid #9ea4b4;
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sizing-wrap .bar-wrap .step:before{
        left: 0;
    }

    .sizing-wrap .bar-wrap .step .dot {
        top: 45px;
        left: 46.5%;
    }

    .flavour-profile-wrap .flex-cont {
        flex-flow: column;
        margin-top: 30px;
    }

    .flavour-profile-wrap .flex-cont .left-wrap,
    .flavour-profile-wrap .flex-cont .right-wrap {
        width: 100%;
    }

    .flavour-profile-wrap .flex-cont .right-wrap {
        padding-right: 0;
        padding-top: 30px;
    }

    .flavour-profile-wrap .flex-cont h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .flavour-profile-wrap .title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .product-range-wrap .flex-cont {
        flex-flow: column;
        margin: 0;
    }

    .product-range-wrap .flex-cont>a {
        max-width: 320px;
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .case-study-wrap .row, .client-stories .story-panel.grid-3 {
        flex-flow: column;
        margin: 0;
    }
    .client-stories .story-panel.grid-3 .grid {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 20px auto;
    }
    .client-stories .story-panel.grid-3 .grid:nth-child(3n+2) {
        margin: 20px auto;
    }
    .recipes-wrap .flex-cont {
        flex-flow: column;
    }
    .recipes-wrap .flex-cont .left-wrap,
    .recipes-wrap .flex-cont .right-wrap {
        width: 100%;
    }
    .recipes-wrap .flex-cont .left-wrap {
        margin-left: 0;
        margin-bottom: 25px;
    }
    .recipes-wrap .sidebar .our-range-wrap .range-product {
        flex-flow: row;
    }
    .recipes-wrap .sidebar .our-range-wrap .range-product .img {
        width: 120px;
    }
    .recipes-wrap .sidebar .our-range-wrap .range-product .text {
        width: auto;
    }
    .recipes-wrap .sidebar .range-product .text p {
        margin-bottom: 15px;
    }
    .recipes-wrap .left-wrap .about-recipe {
        flex-flow: column;
    }
    .recipes-wrap .left-wrap .about-recipe>div {
        width: 100%;
    }
    .recipes-wrap .left-wrap .about-recipe>div iframe {
        width: 600px;
        height: 340px;
    }
    .recipes-wrap .left-wrap .about-recipe .recipe-img {
        text-align: center;
    }
    .recipes-wrap .left-wrap .about-recipe .recipe-text {
        padding-left: 0;
        padding-top: 25px;
    }
    .other-recipes .flex-cont {
        flex-flow: column;
        margin: 0;
    }
    .other-recipes .flex-cont .recipe-grid {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .other-recipes .recipe-grid .btn-wrap {
        right: 0;
    }
    .section.form .overlay .row {
        flex-flow: column;
    }
    .section.form.cp .overlay .row .left,
    .section.form.cp .overlay .row .right {
        width: 100%;
    }
    .section.form.cp .overlay .row .left {
        padding-right: 0;
        margin-bottom: 15px;
    }
    #map_canvas {
        min-height: 350px;
    }

    .news-stories .flex-cont {
        flex-flow: column;
    }

    .news-stories .flex-cont .grid-box {
        width: 100%;
        margin: 1% auto;
        max-width: 350px;
    }

    .contact-wrapper .content {
        display: inline-block;
        width: 100%;
    }
    .contact-wrapper .map-wrap{
        min-height: 300px;
    }
    .contact-wrapper .form-wrap,
    .contact-wrapper .map-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .form-group.grid2 > span,
    .form-group.grid3 > span,
    .form-group.grid4 > span,
    .form-group.grid5 > span {
        width: 100%;
    }

    .form-group.grid2 > span:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form-group.grid2 > span:last-child {
        margin-left: 0;
    }

    .form-group.grid3 > span:nth-of-type(2){
        margin: 10px 0;
    }
    .form-group.grid4 > span:last-child{
        margin: 0;
    }
    .form-group.grid5 > span:last-child{
        margin: 0;
    }
    #hero-slider .slider-content {
        position: relative;
        background-color: #231f20;
    }
    #hero-slider .slider-content .content {
        max-width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    
    #hero-slider .slider-content h1, .hero-wrapper .content h1 {
        font-size: 34px;
        line-height: 44px;
    }
    #hero-slider .slider-content h1 span, .hero-wrapper .content h1 span {
        font-size: 44px;
        line-height: 54px;
    }
    #hero-slider p, .hero-wrapper p {
        font-size: 20px;
        line-height: 30px;
    }

    .slider-wrapper .btn-wrap {
        margin-top: 15px;
    }
    .section-title h2, .section-title h1, .page-title h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .section-title h2 br, .section-title h1 br, .page-title h1 br {
        display: none;
    }
    .footer {
        padding: 30px 0 20px 0;
    }
    .footer .top-wrap {
        justify-content: center;
        align-items: unset;
        flex-flow: column;
    }
    .footer .top-wrap>div {
        width: 100%;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .footer .address-info {
        max-width: 225px;
        width: 100%;
        margin: 0 auto 20px auto;
        text-align: left;
    }
    .footer .social-icons ul{
        justify-content: center;
    }
    .footer .address-info .address {
        display: block;
    }
    .footer .f-nav ul li a {
        font-size: 13px;
        font-weight: 600;
        padding: 10px 10px;
    }
    
}

@media screen and (max-width: 600px) {
    .header .left-wrap {
        width: 100%;
        flex-flow: column;
    }
    .header .left-wrap .tagline {
        padding-left: 0;
        margin: 10px 0;
    }
    .header .right-wrap .top-wrap {
        align-items: center;
        position: relative;
        top: 0;
        right: 0;
    }
    #hero-slider .slider-content h1, .hero-wrapper .content h1 {
        font-size: 28px;
        line-height: 38px;
    }
    #hero-slider .slider-content h1 span, .hero-wrapper .content h1 span {
        font-size: 40px;
        line-height: 50px;
    }
    .slider-wrapper .btn-wrap {
        margin-top: 15px;
    }
    .recipe-feed .left-wrap .left-cont {
        flex-flow: column;
    }
    .recipe-feed .left-wrap .left-cont > .grid {
        width: 100%;
        margin-bottom: 20px;
    }
    .recipes-wrap .sidebar .recent-recipe .recipes {
        flex-flow: column;
    }
    .recipes-wrap .sidebar .recent-recipe .recipes>a {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 20px auto;
    }
    .recipes-wrap .left-wrap .about-recipe>div iframe {
        width: 100%;
        height: 340px;
    }
    .contact-wrapper .form-wrap {
        padding: 40px 60px;
    }

    .footer-top {
        padding: 30px 0;
    }

}
@media screen and (max-width: 500px) {
    
    .header .top-wrap .right-wrap {
        flex-flow: column;
    }
    .header .top-wrap .right-wrap>div {
        margin: 5px 0;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
    }
    #hero-slider .slider-content h1 span, .hero-wrapper .content h1 span {
        font-size: 34px;
        line-height: 44px;
    }
    .section-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .about-wrapper .right-wrap .text {
        padding: 155px 0;
    }
    .about-wrapper .right-wrap h3 {
        font-size: 42px;
        line-height: 52px;
    }
    .contact-wrapper .form-wrap {
        padding: 40px 30px;
    }
    .left-right-wrap .text-wrap .white {
        padding: 20px;
    }
    .recipe-feed .right-wrap>.grid {
        flex-flow: column;
        align-items: unset;
    }
    .recipe-feed .right-wrap>.grid .cont {
        padding-left: 0;
        margin-top: 15px;
    }
    .announcement-wrapper h2.acc_title_bar {
        height: auto;
    }
    h2.acc_title_bar {
        line-height: 26px;
    }
    h2.nav_arrow a {
        padding: 10px 0 10px 62px;
    }
    .recipes-wrap .ingredients-wrap .top-wrap {
        flex-flow: column;
    }
    .recipes-wrap .ingredients-wrap .top-wrap .print {
        margin-top: 15px;
    }
}

@media screen and (max-width: 400px) {
    #hero-slider .slider-content h1, .hero-wrapper .content h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    #hero-slider .slider-content .content:after {
        height: 60%;
    }
    .about-wrapper .right-wrap .text {
        padding: 120px 0;
    }
    .contact-wrapper .section-title h2 {
        margin-bottom: 0;
        font-size: 20px;
    }
}


    