body{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #3b3b3b;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
    font-weight: 100
}

/*------------------- Header ------------------*/
       
#header{
    position: relative;
}

#nibble-logo-container{
    position: relative;
}

#nibble-logo {
    position: absolute;
    left: 9%;
    top:-70px;
}

.nav li a{
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #999 !important;
    font-weight: 600;
    text-transform: uppercase;
}

.nav{
    text-align: center;
}

.navi-item{
    margin-right: 30px;
}

.navi-item a{
    font-size: 15px;
    font-weight: 400;
    color:#999;
}

.navi-item li{
    list-style: none;
}

a.navi-link{
    color: gray !important;
}

#navbar-header li {
    padding: 0 5px;
    text-align: center;
}

#navbar-header {
    margin-left : -180px !important;
}

#dropdown-more li {
    text-align: left;
}

.d-flex {
    padding: 10px 0;
}

#search-magnifier {
	display: none;
}

.btn-warning {
    color: #000;
    background-color:rgb(255, 211, 36) !important;
    border-color: rgb(255, 211, 36) !important;
}

.me-2 {
    padding-left: 6px !important; 
    padding-right: 6px !important; 
    width: 155px !important;
}

#dropdown-town a {
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown-menu {
    border: 4px solid rgba(0,0,0,.15) !important;
    border-radius: 0.25rem !important;
}

#searchbar {
    margin-left: 10px;
}

/* Popup banner styling */
#popup-banner {
    /* display: none; */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* padding: 20px; */
    text-align: center;
}

#body-banner {
    position: relative;
}

#banner-img {
    margin-top: -50px;
    width: 400px;
    height: auto;
}

#icon-banner {
    position: absolute;
    top: 105px;
    right: 70px;
    font-size: 30px;
}

/*------------------- Footer ------------------*/

#footer{
    background-color: #fff;
    color: #282828;
    border-top: 4px solid #282828;
}

.img-footer {
    margin: 15px 0;
}

.img-footers{
    margin: 15px 0;
}

.img-footer-right {
    background: transparent;
    margin: 5px 0 10px 0;
}

.nav-footer{
    margin-bottom: 20px;
    text-align: center;
    display: block;
    margin-top: 35px;
    text-decoration: none;
}

.nav-footer ul{
    list-style: none;
    margin-left: 45px;
}

.nav-footer ul li{
    display: inline-block;
    padding: 0 15px;
    list-style: none;
}

.nav-footer ul li a{
    color: #282828;
    font-size: 18px;
    font-weight: 450;
    text-decoration: none;
}

a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    outline: none !important;
}

* {
    outline: none !important;
}

*, *:after, *:before {
    box-sizing: border-box;
}


.text-right{
    text-align: right;
    margin: 15px 0px;
    line-height: 0.5;
}

.about-nibble h3{
    color:grey;
    font-size: 29px;
    font-weight: 900;
}

.about-nibble p{
    fill:#282828;
    font-size: 12px;
}

.about-nibble a{
    text-decoration: none;
}

p.part-of{
    font-size: 11px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 4px;
}

p.partner-of{
    font-size:11px;
    color:grey;
    font-weight: 500;
    margin-top:-12px;
    margin-left:10px;
    text-align: left;
}

img.img-partner{
    margin-top:5px;
    margin-bottom: 10px;
    margin-top:-15px;
    margin-left:5px;
    width: 40%;
}

h5.brand{
    font-weight: 800;
    color:grey;
    text-decoration: none;
}

.mobile-icons{
    display: none;
}

.desktop-icons{
    margin: 0px 0px 10px 3px;
}

.follow-us{
    float: left; 
    color: grey; 
    font-weight: 500;
    margin: 5px 10px 0px 7px; 
    font-size: 11px;
}

/*-------------------------------------------------------------------------------------------*/

#foodie-trends{
    margin-top: 15px;
}

#foodie-trends a{
    color: #444;
    margin: 0px;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
}

.carousel-caption p{
    margin-bottom: 0.5rem !important;
    color: black !important;
    font-weight: 650 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
}

h1.text-center {
    padding: 25px 0;
}

.col-md-4.foodie {
    border-left: 1px solid lightgray; 
    border-right: 1px solid lightgray;
}

.content img {
    float: left;
    text-align: left;
    margin-right: 5px;
    font-size: 5px;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: inherit;
    vertical-align: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

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

.title-text {
    font-family: 'Lobster', cursive;
    margin: -5px 0 20px 0;
    color: #444;
    font-size: 36px;
    text-decoration: none;
}

h5 {
    font-size: 26px;
}

#header .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 10px;
}

#header .nav-link ul .dropdown-item {
    font-size: 15px;
    color: #888;
}

.mb-30 {
    margin-top: 20px;
}

.content-left {
    margin: 20px 0;
}

.content-left a {
    color: #444 !important;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
    text-decoration: none;
    font-weight: 500;
}

.content-right a {
    color: #444 !important;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
    text-decoration: none;
    font-weight: 500;
}

h5.text-left {
    font-family: 'Lobster', cursive;
    font-size: 36px;
    color: #444;
    padding: 10px;
    text-decoration: none;
}

img.trendingtop {
    float: left;
    text-align: left;
    margin-right: 12px;
    font-size: 5px;
}

.img-container {
    width: 170px;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.img-container-search {
    width: 200px;
    height: 115px;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.img-container-square {
    width: 100%; 
    height: auto; 
    overflow: hidden;
}

img.trending { 
    float: left;
    text-align: left;
    margin-right: 5px;
    font-size: 5px;
    width: 100%;
}

img.trending1 {
    float: left;
    margin-right: 5px;
    font-size: 5px;
    width: 100%;
}

.trending1::before {
    position:absolute;
    width:100%;
    height:100px;
    background:#000;
    z-index: 99999
}

img.trending-search {
    width: 100%;
    height: auto;
    font-size: 7px;
}

img.trending-square { 
    float: left;
    text-align: left;
    margin-right: 5px;
    font-size: 5px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: -15px;
}

p.author-content {
    margin-top: -43px;
    font-size: 13px;
    color: #444;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
    text-decoration: none;
    font-weight: 500;
    line-height: 5;
    padding-bottom: 10px;
}

p.content-section {
    font-size: 15px;
    font-weight: 500;
    color: #ff3300;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
}

p.content-title {
    margin-top: -7px;
    font-size: 18px;
    color: #444;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
    line-height: 1.2;
    margin-bottom: 30px;
}

p.author-content-category {
    margin-top: -35px;
    font-size: 13px;
    color: #444;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
    text-decoration: none;
    font-weight: 500;
    line-height: 4;
}

p.content-section-category {
    font-size: medium;
    font-weight: 500;
    color: #444;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
    margin: 0;
    line-height: 1.5;
    padding-top: 10px;
}

p.content-title-category {
    margin-top: 8px;
    font-size: 20px;
    color: #fc0;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
    line-height: 1.2;
    margin-bottom: 30px;
}

p.author-content-right {
    margin-top: -20px;
    font-size: 11px;
    color: rgb(197, 197, 197);
    line-height: 3.5;
    text-decoration: none;
    font-weight: 500; 
}

p.content-section-right {
    font-size: 14px;
    margin-left: -12px;
    font-weight: 500;
    color: #ff3300;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
}

p.content-section-right-square {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
    font-weight: 500;
    color: #ff3300;
    background-color: transparent;
    transition: color .1s,background-color .1s,fill .1s;
}

p.content-title-right {
    margin-top: -10px;
    margin-left: -12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #444;
}

p.content-title-right-square {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    text-decoration: none !important;
    line-height: 1.3;
    padding-top: 5px;
}

a.content-title-right-square {
    font-size: 15px;
    font-weight: 500;
    color: #444 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #444 !important;
    text-decoration: none !important;
    line-height: 1.3;
    padding-top: 5px;
}

.title-box {
    position: relative;
    height:300px;
    overflow:hidden;
}

.featured-box {
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
    width: 100%;
    height: 50%;
}
      
.featured-box h5 {
    color: #ff3300;
    font-size: 18px;
    line-height: 18px;
    font-weight: 650;
    text-shadow: 0 2px 4px #000;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 30px;
    margin-top: 60px;
}

.featured-box h2 {
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
    margin-left: 30px;
}

.featured-box h2 a {
    color: #fff !important;
    font-weight: 400;
    text-shadow: 0 2px 4px #000;
    text-decoration: none;
}

.featured-box p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-top: -15px;
    font-weight: 400;
    text-shadow: 0 2px 4px #000;
    text-decoration: none;
}

.box-article {
    overflow: hidden;
    margin: 0 0 20px;
}

.img-artdetail {
    overflow: hidden;
    width: 100%;
}

.tc-nibble {
    font-size: 30px;
    font-weight: 300px;
    margin-left: 95px;
}

.termsconditions {
    font-size: 15px;
    text-align: justify;
}

.line {
    background-color: transparent;
    border-left: 0 solid #ff3300;
    border-right: 0 solid #ff3300;
    border-top: 5px solid #ff3300;
    border-bottom: 0 solid #ff3300;
    padding-bottom: 10px;
    margin-top: 10px;
}   

.line1 {
    background-color: transparent;
    border-left: 0 solid #ff3300;
    border-right: 0 solid #ff3300;
    border-top: 3px solid #ff3300;
    border-bottom: 0 solid #ff3300;
    padding-bottom: 10px;
}

.line2 {
    background-color: transparent;
    border-left: 0 solid #ff3300 ;
    border-right: 0 solid #ff3300;
    border-top: 4px solid #ff3300;
    border-bottom: 0 solid #ff3300;
    margin-top: -36px;
    margin-left: 150px;
    margin-bottom: 31px;
}

.lines{
    background-color: #fff;
    border-top: 1px solid rgb(253, 212, 46);
}

#oops {
    overflow: hidden;
	text-align: center;
	background: center 0 no-repeat;
}

#oops p {
    margin-top: -50px;
	padding-bottom: 100px;
}

#oops a {
    color: #444;
    text-decoration: none !important;
}

/*---------------------------------ARTICLE DETAIL---------------------------------------*/

#article-body{
    margin-top: 50px;
}

.title-article{
    padding: 30px 0 20px 15px;
}

.head-search {
    margin: 30px 0;
}

.head-search p{
    font-size: 27px;
    font-weight: 400;
    font-family: "garamond-premier-pro",serif;
    color: #3b3b3b;
    text-align: center;
}

.title-article-search{
    padding: 20px;
}

.title-article-search p{
    font-size: 12px;
    font-weight: 700;
    color: #444;
}

.title-article-search h5{
    color:#444;
    font-weight: 700;
    margin-top:-10px;
    line-height: 1.3;
}

.title-article-search a{
    text-decoration: none !important;
    color: none !important;
}

.title-article p {
    font-size: 13px;
    color:#444;
    line-height: 10px;
    font-weight: 400; 
}

.title-article h2{
    font-size: 25px;    
}

.title-article h6{
    color:#ff3300;
    font-weight: 600;  
}

#article-content{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 15px;
}

#article-content p{
    margin:0 0 15px;
}

#article-content img{
    width: 100% !important;
    height: auto;
    margin: 15px 0 5px;
}

#article-content h1{
    font-size: 25px;
    margin: 30px 0 20px;
}

#article-content h2{
    font-size: 24px;
    margin: 35px 0 20px;
    color:#555;
    font-weight: 500
}

#article-content h2 a{
    color:#555;
    text-decoration: none;
}

#article-content h3{
    font-size: 20px;
    margin: 30px 0 20px;
}

#article-content a {
    color:#ff9900;
    font-weight: 450;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

::selection {
    background: #B4D5FF;
}

.display-featured .c-entry-box--compact:first-child {
    background-color: #333;
    height: 250px;
    position: relative;
    text-align: center;
}

.c-entry-box--compact {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.c-entry-box--compact__image-wrapper {
    position: relative;
    width: 30%;
}

.display-featured .c-entry-box--compact:first-child .c-entry-box--compact__image-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

a, a svg, button {
    -webkit-transition: color .1s,background-color .1s,fill .1s;
    transition: color .1s,background-color .1s,fill .1s;
}

.display-featured .c-entry-box--compact:first-child .nibble-picture {
    bottom: 0;
    left: -8px;
    position: absolute;
    right: 0;
    top: 0;
}

.c-entry-box--compact .c-dynamic-image, .c-entry-box--compact .c-entry-box--compact__image, .c-entry-box--compact .nibble-picture {
    z-index: 2;
}

.display-featured .c-entry-box--compact:first-child .c-entry-box--compact__body {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: hsla(0,0%,100%,.8);
    padding: 16px;
    width: 80%;
}

.display-featured .c-entry-box--compact:first-child .c-entry-box--compact__body {
    z-index: 3;
}

.c-entry-box--compact__body {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 8px;
    width: 70%;
}

.display-featured .c-entry-box--compact:first-child .c-entry-box--compact__labels {
    margin-bottom: .6rem;
}

.featured ul.c-entry-box--compact__labels {
    width: 100%;
    margin-top: -5px;
}

.c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__community[data-native-ad-id=eyebrow], .c-compact-river .c-entry-box--compact--featured:not(.c-entry-box--compact--hero) .c-entry-box--compact__labels, .c-entry-box--compact--hero .c-entry-box--compact__labels {
    margin-bottom: .3rem;
}

.c-entry-box--compact__labels {
    margin-bottom: .3rem;
}

hr, ol, p, pre, ul{
    margin-bottom: 1.2rem;
}

ul{
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.c-entry-box--compact__community, .c-entry-box--compact__labels {
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    font-size: .625em;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.c-entry-box--compact__labels li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.c-entry-box--compact__labels li {
    border-left: 1px solid;
    display: inline-block;
    margin-left: 8px;
    margin-right: -3px;
    max-width: 100%;
    padding-left: 8px;
}

li{
    display: list-item;
    text-align: -webkit-match-parent;
}

li.categories a {
    line-height: 1.4;
    text-decoration: none;
}

.display-featured .c-entry-box--compact:first-child .c-entry-box--compact__labels a {
    color: #ff3300;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-top:20px;
    margin-left:-30px;    
}

.display-featured .c-entry-box--compact:first-child .box-title {
    font-size: 2em;
    margin-top: 1px;
    margin-bottom: .6rem;
}

.display-featured .c-entry-box--compact__labels, .display-featured .box-title {
    margin-bottom: .3rem;
}

.box-title {
    font-size: .9em;
    margin-bottom: .3rem;  
}

.box-title a {
    color:gray; 
    text-decoration: none;
}

h3.box-title {
    font-size: 1.2em;
    margin-bottom: .3rem;  
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.15;
    text-transform: none;
}

p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2{
    font-size: calc(1em * 1.250 * 1.250);
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.display-featured .c-entry-box--compact:first-child .author {
    color: #3b3b3b;
    font-size: 12px;
}

.author {
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    font-size: .75em;
    color: #6e6e6e;
}

.by-author {
    color: #fff;
}
 
.by-authorr {
    color: grey;
}

.c-entry-box--compact__body {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 8px;
    color: white; 
    width: 70%;
    position: relative;
}

.display-featured .c-entry-box--compact:last-child {
    border-top: 1px solid #fedfd6;
}

.display-featured .c-entry-box--compact {
    margin-bottom: 8px;
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

a.c-entry-box--compact__label {
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: -30px;
}

.article-featured-image {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}

.hide {
    display: none;
}

.offcanvas {
    z-index: 2000 !important;
}

.offcanvas-body{
    margin-top: -30px;
}

.offcanvas-body li a {
    color: rgba(0,0,0,.55);
    font-weight: 500;
    font-size: 15px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.nav-link:hover {
    color:#555 !important;
}

.address {
    margin-top: 10px;
}

h1.halo {
    font-size: 2.0rem;
    color: grey;
}

.more-categories {
    text-align: right;
}

.more-categories a {
    color:#ff3300 !important;
}

/*--------------------------------------Social Media---------------------------------------*/

.soc-med{
    text-align: right;
    margin-top: -35px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.3em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.1em 0.5em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}


a.c-social-buttons__more svg {
    fill: #7d7d7d;
}

.c-social-buttons svg {
    height: 21px;
    width: 21px;
}

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

a, a svg, button {
    -webkit-transition: color .1s,background-color .1s,fill .1s;
    transition: color .1s,background-color .1s,fill .1s;
}

svg {
    max-height: 5%;
    width: 3.4%;
    margin-right: 5px;
}

a.c-social-buttons__more {
    color: #3b3b3b;
}

.c-social-buttons__item {
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}

.c-social-buttons--label {
    font-size: 12px;
    font-weight: 700;
    color: #4444;
}

.page-link {
    color: #000!important;
}

.page-item.active .page-link {
    color: #000!important;
    font-weight: 400;
    background-color: #fc0!important;
    border-color: #fc0!important ;
}

.back_to_top {
    position: fixed;
    bottom: 28px;
    right: 20px;
    background-color: #FFB449;
    color: black;
    padding: 5px 8px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 600;
    border-style: none;
}

/*--------------------------------------End Social Media---------------------------------------*/

/*-----------------------------------------Contact Us------------------------------------------*/
#contact-nibble h1{
    padding-top: 20px;
    font-size: 30px;
    font-weight: 300;
}

#contact-nibble p{
    font-size: 16px;
}

.address{
    font-size: 15px;
}

.box-img-map{
    margin-bottom: 20px;
    padding-top: 12px;
}

.box-img{
    margin-bottom: 20px;
}

/*---------------------------------------End Contact Us----------------------------------------*/

/*------------------------------------------About Us-------------------------------------------*/
/* Container holding the image and the text */
.container {
    position: relative;
}

/* Bottom right text */
.text-block {
    position: absolute;
    top: 28%;
    bottom: 30%;
    left:40%;
    right:10%;
    background-color: hsla(0,0%,100%,.8);
    color: gray;
    padding: 30px;
    text-align: left;
    border-radius: 10px;
}

.text-block p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.text-block a{
    color:#ff3300;
    text-decoration: none;
}

.about-image {
    height: auto; 
    border-radius: 5px; 
    margin-top: 20px;
    margin-bottom: 40px;
}

/*----------------------------------------End About Us-----------------------------------------*/

@media (min-width: 600px){
    h2 {
        font-size: calc(1em * 1.250 * 1.250 * 1.250);
        font-size: 0.5em;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: 400;
    }

    .featured {
        overflow: hidden;
    }

    .display-featured__main {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 50vh;
        min-height: 500px;
    }
    
    .box-title {
        font-size: 1em;
    }

    .display-featured .c-entry-box--compact__labels {
        display: block;
    }

    .display-featured .c-entry-box--compact .c-entry-box--compact__body {
        position: absolute;
        z-index: 3;
    }

    .display-featured .c-entry-box--compact .nibble-picture {
        bottom: 0;
        left: 0;
        position: absolute;
        background-image: linear-gradient(rgba(255, 255, 255, 0.295), rgb(0, 0, 0));
        right: 0;
        top: 0;
    }

    .display-featured .c-entry-box--compact:first-child {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 90%;
        height: auto;
    }

    .display-featured .c-entry-box--compact:first-child .c-entry-box--compact__body {
        padding: 32px 16px;
    }

    .display-featured .c-entry-box--compact {
        background-color: #333;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 45%;
        position: relative;
        text-align: center;
        width: 50%;
        border-top: 0;
        margin-bottom: 0;
        border-bottom: 2px solid #ffffff;
    }

    .display-featured .c-entry-box--compact .c-entry-box--compact__image-wrapper {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        overflow: hidden;
    }

    .display-featured .c-entry-box--compact:nth-child(2) .author, .display-featured .c-entry-box--compact:nth-child(2) a, .display-featured .c-entry-box--compact:nth-child(3) .author, .display-featured .c-entry-box--compact:nth-child(3) a {
        color: #ff3300;
    }

    .white-text {
        color: #fff !important;
    }

    .display-featured .c-entry-box--compact:nth-child(2) .c-entry-box--compact__body, .display-featured .c-entry-box--compact:nth-child(3) .c-entry-box--compact__body {
        bottom: 0;
        color: #fff;
        padding: 16px;
        width: 100%;
    }

    .display-featured .c-entry-box--compact:nth-child(2) .c-entry-box--compact__labels, .display-featured .c-entry-box--compact:nth-child(2) .box-title, .display-featured .c-entry-box--compact:nth-child(3) .c-entry-box--compact__labels, .display-featured .c-entry-box--compact:nth-child(3) .box-title {
        margin-bottom: .3rem;
    }

    .display-featured .c-entry-box--compact:nth-child(3) {
        border-left: 1px solid #ffffff;
    }
}

@media (max-width: 768px){
    .overlay-dark-top {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .2);
        border-radius: 8px;
    }

    .overlay-dark-body {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, .2);
        border-radius: 8px;
    }

    #foodie-trends a{
        color: #444;
        font-weight: 400;
        background-color: transparent;
        transition: color .1s,background-color .1s,fill .1s;
    }

    p.content-section {
        font-size: 16px;
        font-weight: 600;
        color: #ff3300;
        background-color: transparent;
        transition: color .1s,background-color .1s,fill .1s;
    }

    p.content-title {
        font-size: 16px;
        color: #444;
        margin-top: -15px;
        background-color: transparent;
        transition: color .1s,background-color .1s,fill .1s;
        line-height: 1.2;
    }

    p.author-content {
        font-size: 13px;
        color: #444;
        background-color: transparent;
        transition: color .1s,background-color .1s,fill .1s;
        text-decoration: none;
        font-weight: 600;
        line-height: 3.5;
    }

    p.content-section-category {
        font-size: 16px;
        font-weight: 600;
        color: #444;
        background-color: transparent;
        transition: color .1s,background-color .1s,fill .1s;
        padding-top: 3px;
    }

    p.content-title-category {
        margin-left: 10px;
        font-size: 18px;
        color: #444;
        background-color: transparent;
        transition: color .1s,background-color .1s,fill .1s;
        margin: 0;
        line-height: 1.3;
    }

    p.author-content-category {
        margin-top: 0px;
        font-size: 13px;
        color: #444;
        background-color: transparent;
        transition: color .1s,background-color .1s,fill .1s;
        text-decoration: none;
        font-weight: 600;
        line-height: 1.5;
    }

    p.content-section-right {
        font-size: 15px;
        font-weight: 600;
        color: #ff3300;
        margin: 0;
    }

    p.content-title-right {
        font-size: 15px;
        font-weight: 500;
        color: #444;
        margin: 0;
    }

    p.author-content-right {
        margin-top: -10px;
        font-size: 12px;
        color: #444;
        line-height: 3.5;
        font-weight: 500; 
    }

    .by-author {
       display: none;
    }

    .title-box {
        position: relative;
        height:300px;
        overflow:hidden;
    }
    
    .featured-box {
        position: absolute;
        bottom: 0px;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
        width: 100%;
        height: 50%;
    }
          
    .featured-box h5 {
        color: #ff3300;
        font-size: 18px;
        line-height: 18px;
        font-weight: 630;
        text-shadow: 0 2px 4px #000;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0px 15px;
        margin-top: 35px;
    }

    .featured-box h2 {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom :10px;
        font-size: 20px;
        font-weight: 700px;
    }

    h1.text-center {
        padding: 20px 0;
    }

    .content {
        margin-top: 8px;
    }

    .content img {
        float: left;
        text-align: left;
        margin-right: 10px;
        font-size: 5px;
    }

    img.trending {
        height: auto !important;
    }

    img.trendingtop {
        margin-right: 12px; 
    }

    .img-container-search {
        width: 150px;
        height: 100px;
        float: left;
        margin: 0 10px 10px 0;
        overflow: hidden;
    }

    #article-content p{
        line-height: 1.5; 
    }    

    #article-body{
        width: 100%;
        margin: 3px auto;
    }
    
    #article-content img{
        width: 100% !important;
        height: auto;
        margin: 15px 0 5px
    }

    #article-content h2{
        font-size: 20px;
        margin-top: 15px;
    }

    #article-content h3{
        font-size: 18px;
        margin: 30px 0 20px;
    }

    .title-article {
        padding: 20px;
        margin-top: -20px;
        margin-bottom: 15px;
    }

    .title-article p{
        font-size: 15px;
        color:#333;
        line-height: 20px;
        font-weight: 400;
    }

    .title-article h2{
        font-size: 25px;    
    }

    .tc-nibble {
        font-size: 25px;
        font-weight: 300px;
        margin-left: 0;
    }
    
    .termsconditions {
        font-size: 18px;
        text-align: justify;
    }

    #mobile-hide {
        display: none;
    }

    .c-entry-box--compact__body {
        background-image: none !important;
    }

    #nibble-logo-container{
        position: relative;
    }

    #nibble-logo {
        position: absolute;
        left:30%;
        top:-60px;
    }

    .navi-item a{
        font-size: 12px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #999;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    p.navbar-motto{
        font-size: 16px;
        font-weight: 500;
        color: gray;
        margin-top:-8px;
        margin-left: 88px;
    }
    
    .footer-links{
        line-height: 20px;
        text-align: left;
    }

    ul {
        padding: 0;
        margin: 0;
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

    .nav-footer ul li{
        display: list-item;
        line-height: 35px;
        margin-left:-80px;
        text-align: left;
        text-align: -webkit-match-parent;
        padding: 0 15px;
        list-style: none;
    }

    .nav-footer ul li a{
        color: #282828;
        font-size: 18px;
        font-weight: 400;
    }

    .about-nibble{
        display: none;
    }

    #navbar-nibble{
        display: none;
    }

    img.img-partner{
        margin-top:5px;
        margin-bottom: 10px;
        margin-top:-15px;
        margin-left:5px;
        width: 30%;
    }

    p.partner-of{
        font-size: 13px;
        color:grey;
        font-weight: 500;
        margin-top:-15px;
        margin-left: 10px;
        text-align: left;
    }                                                       

    .img-footer{
        margin: 30px 0;
        width: 50%;
    }

    #nibble-logo-container{
        position: relative;
    }

    #nibble-logo {
        position: absolute;
        left:30%;
        top:-60px;
    }

    .navi-item a{
        font-size: 12px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #999;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    p.navbar-motto{
        font-size: 16px;
        font-weight: 500;
        color: gray;
        margin-top:-8px;
        margin-left: 88px;
    }
    
    .footer-links{
        line-height: 20px;
        text-align: left;
    }

    ul {
        padding: 0;
        margin: 0;
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

    .nav-footer ul li{
        display: list-item;
        line-height: 35px;
        margin-left:-80px;
        text-align: left;
        text-align: -webkit-match-parent;
        padding: 0 15px;
        list-style: none;
    }

    .nav-footer ul li a{
        color: #282828;
        font-size: 18px;
        font-weight: 400;
    }

    .about-nibble{
        display: none;
    }

    #navbar-nibble{
        display: none;
    }

    img.img-partner{
        margin-top:5px;
        margin-bottom: 10px;
        margin-top:-15px;
        margin-left:5px;
        width: 30%;
    }

    p.partner-of{
        font-size: 13px;
        color:grey;
        font-weight: 500;
        margin-top:-15px;
        margin-left: 10px;
        text-align: left;
    }                                                       

    .img-footer{
        margin: 25px 0px 30px 0px;
        width: 50%;
    }

    .img-footers{
        display: none;
    }

    .navbar-light .navbar-toggler {
        border-style: none;
        color: white !important;
    }    

    .navbar-toggler-icon {
        margin-top:-65px;
    }

    .dropdown-menu {
        border: none !important;
    }

    .head-search {
        margin-top: -5px;
    }
    
    .head-search p{
        font-size: 23px;
        font-weight: 400;
        font-family: "garamond-premier-pro",serif;
        color: #3b3b3b;
        text-align: center;
    }
    
    .title-article-search{
        padding: 18px;
    }

    img.trending-search { 
        float: left;
        width: 100%;
        font-size: 7px;
    }
    
    .title-article-search p{
        display: none;
    }
    
    .title-article-search h5{
        font-size: 15px;
        color:#444;
        font-weight: 600;
    }
    
    .title-article-search a{
        text-decoration: none !important;
        color: none !important;
    }

    #oops img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    #oops p {
        margin-top: -20px;
        padding-bottom: 50px;
    }

    #search-magnifier {
		display: block;
		position: absolute;
		right: 1rem;
		top: 1rem;
		cursor: pointer;
        color: #444;
	}

    #search-magnifier i {
		font-size: 25px;
        padding-top: 24px;
        padding-right: 5px;
	}

    .search-wrapper {
		display: block;
		width: 100%;
        padding: 0 20px;
	}

	.search-wrapper .search-input-container {
		width: 100%;
		padding: 0 12px;
	}

    .fa-search {
        margin-top: 11px;
    }

    .resp-sharing-button__link {
        margin: 0.3em
    }

    .address{
        font-size: 17px;
    }

    .text-block {
        position: absolute;
        top: 15%;
        bottom: 15%;
        left: 35%;
        right: 7%;
        background-color: hsla(0,0%,100%,.8);
        color: gray;
        padding: 3px;
        text-align: left;
        border-radius: 10px;
    }

    .text-block p{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1.2;
    }

    #dropdown-town a {
        color: rgba(0,0,0,.55);
        font-weight: 500;
        font-size: 15px;    
        text-transform: capitalize;
    }

    #banner-img {
        margin-top: 85px;
        width: 220px;
        height: auto;
    }

    #icon-banner {
        position: absolute;
        top: 160px!important;
        right: 35px!important;
        font-size: 30px;
    }

    .back_to_top {
        display: none;
    }

    .mobile-icons {
        display: flex;
        justify-content: space-between;
    }
    
    .mobile-icons a {
        margin-right: 5px;
    }

    .icons {
        margin-top: 28px; 
    }

    .desktop-icons {
        display: none;
    }
} 

@media (max-width: 880px){
    .c-entry-box--compact {
        padding: 8px 0;
    }

    html {
        font-size: 17px;
    }

    .box-label {
        margin: -2px 2px;
    }

    h2.box-title {
        line-height: 0.5;
    }

    .box-title a {
        color:gray !important;
        font-size: 17px;
        line-height: 1.2;
        text-decoration: none;
    }

    h3.box-title {
        font-size: 1em;
        margin-left: 9px;
        margin-bottom: .3rem;  
    }

    a.c-entry-box--compact__label {
        color: #ff3300;
        background-color: transparent;
        transition: color .1s,background-color .1s,fill .1s;
        font-size: 13px;
        font-weight: 700;
        margin-left: -25px;
    }
    
    .by-author {
        color: grey;
        font-size: 16px;
        margin-left: 15px;
    }

    .by-authorr {
        color: grey;
    }

    .nibble-picture {
        display: block;
        margin-left: 8px;
    }

    #article-content{
        padding: 15px;
        width: 100%;
    }

    #article-content p{
        line-height: 1.5; 
    }    

    #article-body{
        width: 100%;
        margin: 3px auto;
    }
    
    .logo-nibble {
        margin-left: 85px !important;
        margin-top: 18px;
        margin-bottom: -18px;
        width: 55%;
    }
    
    .offcanvas {
        z-index: 2000 !important;
        width: 70% !important;
    }
    
    .offcanvas-body{
        margin-top: -10px;
    }
    
    .offcanvas-body li a {
        color: rgba(0,0,0,.55);
        font-weight: 500;
        font-size: 15px;
    }

    #dropdown-town a {
        color:gray;
        font-size: 15px;
        font-weight: 450;
    }

    .text-block {
        position: absolute;
        top: 12%;
        bottom: 17%;
        left: 8%;
        right: 8%;
        background-color: hsla(0,0%,100%,.8);
        color: gray;
        text-align: left;
        padding: 5px;
        border-radius: 10px;
    }

    .text-block p{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.3;
        padding: 4px;
    }

    ul.nav-pills {
        display: none;
    }

    #searchbar {
        display: none !important;
    }
      
    .me-2 {
        margin: 5px !important;
        width: 300px !important;
    }
}

@media (min-width: 950px){
    .display-featured .c-entry-box--compact:first-child {
        width: 60%;
    }
    
    .display-featured .c-entry-box--compact {
        width: 40%;
    }

    .display-featured__main {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 600px;
    }

    .display-featured .c-entry-box--compact:nth-child(2) {
        border-left: 1px solid #ffffff;
    }

    #article-content{
        width: 100%;
    }

    #mobile-search-input {
        display: none;
    }
}

@media (min-width: 1024px){
    #mobile-search-input {
        display: none;
    }
}