/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

body {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	background: #F7F7F7;
}

.box {
	width: 1200px;
	margin: 0 auto;
}

.box-960 {
  width: 960px;
  margin: 0 auto;
}

a, a:visited {
	color: #9FAF53;
	text-decoration: none;
}

a:hover, a:active {
	color: #7F8C42;
}

p {
	margin-bottom: 15px;
	line-height: 1.5;
}

.site-content {
	/* padding-top: 80px; */
  padding-bottom: 40px;
}

.site-content-homepage {
	padding-top: 0;
}

.single .site-content {
	padding-top: 0;
}

.page .site-content {
	padding-top: 0;
}

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

.mt-40{
  margin-top: 40px;
}

.mb-40{
  margin-bottom: 40px;
}

.p-50{
  padding: 50px;
}

.person-container{
  display: flex;
  flex-direction: column;
}

.person-content{
  display: flex;
  gap: 20px;
  flex: 1 0 auto;
  justify-content: space-between;
  margin-bottom: 20px;
}

.person-pic{
  flex: 1 0 auto;
}

td.div_twitter_td_name {
    vertical-align: top;
    text-align: left;
}

td.div_twitter_td_logo {
    text-align: right;
}

img.twitter_like {
    float: left;
    margin-right: 5px;
}

.twitter_span_text_footer {
  margin-left: 20px;
}

.twitter_master_mane{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homepage-heading{
  background-color: #ca3667;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  width: auto;
  color: #ffffff;
  display: inline-block;
}

.homepage-logos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.homepage-logo{
  width: 20%;
}

.site-content-homepage .box{
  width: 100%;
  margin: 0;
}

.site-content-homepage .content-area {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-image{
  position: relative;
  display: block;
}

.hero-text{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-text h1{
  text-align: center;
  color: white;
  background-color: rgba(171 55 92/0.75);
  width: fit-content;
  padding: 5px 45px;
  border-radius: 1000px;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: bold;
}

.hero-text .tagline{
  text-align: center;
  color: white;
  font-weight: bold;
  width: fit-content;
  font-size: 24px;
  text-shadow: 1px 2px 0px darkred;
}

.articles-list,
.featured-menus{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.featured-menus {
  list-style-type: none;
  margin: 0;
}

.featured-menus li {
  margin-bottom: 20px;
}

.featured-menus li a{
  color: white;
  position: relative;
  display: block;
}

.featured-menu-image img{
  aspect-ratio: 16/9;
  border-radius: 5px;
  display: block;
}

.featured-menu-title{
  position: absolute;
  bottom: 0;
  background: #ac385c9c;
  width: 100%;
  left: 0;
  right: 0;
  padding: 5px;
  border-radius: 0 0 5px 5px;
}

.articles-list article,
.featured-menu{
  width: calc((100% - 40px) / 3);
  border-radius: 5px;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-menu {
  border: none;
  box-shadow: 0 1px 1px rgba(0,0,0,0.12),
  0 2px 2px rgba(0,0,0,0.12),
  0 4px 4px rgba(0,0,0,0.12),
  0 8px 8px rgba(0,0,0,0.12),
  0 16px 16px rgba(0,0,0,0.12);
}

.articles-list article .entry-thumbnail{
  margin: 0;
}

.articles-list article .entry-thumbnail img{
  border-radius: 5px 5px 0 0;
}

.articles-list article .entry-content,
.articles-list article .entry-header,
.articles-list article .entry-footer{
  padding: 20px;
}

.articles-list article .entry-title,
.articles-list article .entry-title a{
  font-weight: 700!important;
  text-transform: uppercase!important;
  color: #ac3e5b!important;
  font-size: 18px;
}

.articles-list article .entry-meta{
  display: none;
}

.articles-list article .entry-content{
  margin: 0;
}

.green-outline-button{
  text-transform: uppercase;
  font-size: 13px;
  color: #9FAF53!important;
  padding: 10px 30px 10px 30px!important;
  border: 1px solid #9FAF53;
  border-radius: 3px;
  background-color: white;
  line-height: 30px!important;
  margin-top: 5px!important;
  margin-bottom: 5px!important;
  transition: color 300ms ease 0ms;
  width: auto;
  text-align: center;
}

.articles-list article .green-outline-button{
  width: 100%;
  display: block;
}

.green-outline-button:hover,
.green-outline-button:active{
  background-color: #9FAF53;
  color: #ffffff!important;
  transition: color 300ms ease 0ms;
}

.shadow {
  box-shadow:
    0 1px 1px rgb(123 123 123 / 12%),
    0 2px 2px rgb(123 123 123 / 12%),
    0 4px 4px rgb(123 123 123 / 12%),
    0 8px 8px rgb(123 123 123 / 12%),
    0 16px 16px rgb(123 123 123 / 12%);
}

.rounded {
  border-radius: 5px;
}

hr.section{
  margin: 80px auto;
  width: 200px;
  height: 15px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

hr.section::before {
  content: "";
  background-image: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 156.2 17' enable-background='0 0 156.2 17'><path d='m156.2 0v1c-4.6 0-6.9 3.8-9.3 7.8-2.5 4.1-5 8.2-10.2 8.2s-7.7-4.2-10.2-8.2c-2.4-4-4.7-7.8-9.3-7.8s-6.9 3.8-9.3 7.8c-2.5 4.1-5 8.2-10.2 8.2s-7.7-4.2-10.2-8.2-4.8-7.8-9.4-7.8-6.9 3.8-9.3 7.8c-2.5 4.1-5 8.2-10.2 8.2s-7.7-4.2-10.2-8.2-4.8-7.8-9.4-7.8-6.9 3.8-9.3 7.8c-2.5 4.1-5 8.2-10.2 8.2s-7.7-4.2-10.2-8.2c-2.4-4-4.7-7.8-9.3-7.8v-1c5.2 0 7.7 4.2 10.2 8.2 2.4 4 4.7 7.8 9.3 7.8s6.9-3.8 9.3-7.8c2.5-4 5.1-8.2 10.2-8.2 5.2 0 7.7 4.2 10.2 8.2 2.4 4 4.7 7.8 9.3 7.8s6.9-3.8 9.3-7.8c2.5-4.1 5-8.2 10.2-8.2s7.7 4.2 10.2 8.2c2.4 4 4.7 7.8 9.3 7.8s6.9-3.8 9.3-7.8c2.5-4.1 5-8.2 10.2-8.2s7.7 4.2 10.2 8.2c2.4 4 4.7 7.8 9.3 7.8s6.9-3.8 9.3-7.8c2.7-4 5.2-8.2 10.4-8.2' fill='yellowgreen'/></svg>");
  background-repeat: repeat-x;
  width: 300px;
  height: 100%;
  position: absolute;
  animation: wave 2s linear infinite;
}

blockquote.testimonial{
  padding: 20px;
  border: 1px solid #a0af54;
  border-radius: 10px;
  background-color: #a0af54;
  color: white;
  margin: 0 0 20px 0;
}

.pill{
  border-radius: 1000px;
}

.flex-2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.flex-2.align-center{
  align-items: center;
}

.flex-2.flex-reverse{
  flex-direction: row-reverse;
}

.flex-2 .col-1,
.flex-2 .col-2{
  flex-basis: 50%;
  flex-grow: 1;
}

.flex-2 .statistics {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.statistic-container{
  background-color: #ad375c;
  width: auto;
  height: auto;
  flex: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.12),
  0 2px 2px rgba(0,0,0,0.12),
  0 4px 4px rgba(0,0,0,0.12),
  0 8px 8px rgba(0,0,0,0.12),
  0 16px 16px rgba(0,0,0,0.12);
}

.statistic-container .number{
  font-weight: 700;
  color: white;
  font-size: 5rem;
  line-height: 1;
}

.statistic-container .description{
  font-weight: 400;
  color: navajowhite;
  font-size: 1.2rem;
  text-transform: uppercase;
}



.flex-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.flex-3 .box{
  width: 33%;
  padding: 15% 0;
  color: white;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flex-3 .box h3 a{
  font-weight: 700;
  font-size: 32px;
  color: white;
}

.flex-3 .box.tt-secret-container{
  background-image: url(https://www.fastfoodmenuprices.com/wp-content/uploads/2019/10/secret-fast-food-menu-items.jpg);
}
.flex-3 .box.tt-nutrition-container{
  background-image: url(https://www.fastfoodmenuprices.com/wp-content/uploads/2019/10/fast-food-nutrition.jpg);
}
.flex-3 .box.tt-coupons-container{
  background-image: url(https://www.fastfoodmenuprices.com/wp-content/uploads/2019/10/fast-food-restaurant-coupons.jpg);
}

ul.restaurants-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  gap: 10px;
}

ul.restaurants-list li{
  flex: 0 0 calc((100% - 20px) /3);
}

ul.restaurants-list li a{
  display: block;
  padding: 10px;
  color: black;
  background-color: #f7f7f7;
}

ul.restaurants-list li a:hover{
  color: white;
  background-color: #9faf53;
}


#primary {
	width: 890px;
	float: left;
	border: 1px solid #DEDEDE;
	background: #fff;
	border-top: 0;
}

.site-main {
	padding: 30px 40px;
}

#primary h1.entry-title,
#no-sidebar h1.entry-title{
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: 700;
	color: #000;
	line-height: 1;
}

h2,
#primary h2,
#no-sidebar h2 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 25px 0 12px 0;
	clear: none;
	line-height: 1.1;
  color: black;
}

h3,
#primary h3,
#no-sidebar h3 {
	font-size: 18px;
	font-weight: 600;
	color: #AC3E5B;
	text-transform: uppercase;
	margin: 25px 0 8px 0;
	clear: none;
}

#secondary {
	width: 310px;
	float: right;
	background: #fff;
	border: 1px solid #DEDEDE;
	border-left: 0;
	border-top: 0;
}

#secondary .widget-title,
.taxopress-output-wrapper h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
	border-bottom: 3px solid #000;
	padding: 8px 20px;
	line-height: 1;
}



.entry-content .single-article-ad  { float: left; margin: 0 20px 20px 0;}
.single .entry-content .Body:last-child { display: inline-block; width: 50%; }
.single .entry-content .ad-responsive-bottom { text-align: center; }


#secondary .widget-text {
	padding: 20px 20px 0 20px;
}

#secondary .textwidget.widget-text .widget-ads {
	margin: -20px -20px 0 -20px;
	text-align: center;
}
#secondary .widget_recent_entries ul,
ul.st-related-posts {
	list-style-type: none;
	margin: 0;
}

#secondary .widget_recent_entries ul li a,
ul.st-related-posts li a {
	color: #303030;
	padding: 8px 20px;
	border-bottom: 1px solid #DEDEDE;
	display: block;
}

#secondary .widget_recent_entries ul li a:hover {
	background: #f7f7f7;
	color: #222;
}

#secondary .menu-sidebar-container {
	padding: 20px;
}

#secondary .menu-sidebar-container ul {
	list-style-type: none;
	margin: 0;
}

#secondary .menu-sidebar-container ul li a {
	color: #333;
	background-color: #f7f7f7;
	padding: 3px 8px;
	margin-bottom: 5px;
	display: block;
}

#secondary .menu-sidebar-container ul li a:hover {
	background-color: #9FAF53;
	color: #fff;
}

#secondary .menu-sidebar-container ul li:last-child a {
	color: #9FAF53;
	background-color: #fff;
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 15px;
}

#secondary .menu-sidebar-container ul li:last-child a:hover {
	background-color: #fff;
	color: #7F8C42;
}

.alignright, .alignleft, .alignnone {
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.alignright, .alignleft {
	margin-bottom: 20px;
}

.linkButton {
	display: inline-block;
	padding: 8px 30px;
	background-color: #9FAF53;
	color: #fff !important;
	border-radius: 6px;
	border: 1px solid #9FAF53;
}

.linkButton:hover {
	background-color: #fff;
	color: #9FAF53 !important;
}


/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/

header.site-header {
	background: #9FAF53;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

header.site-header .box {
	padding: 0 10px;
}

span.site-title {
	width: 277px;
	height: 31px;
	float: left;
	margin-top: 10px;
}

span.site-title a {
	background: url("https://www.fastfoodmenuprices.com/wp-content/uploads/2022/03/logo.webp") top left no-repeat transparent;
	background-size: 277px 31px;
	display: block;
	text-indent: -9999px;
	width: 277px;
	height: 31px;
}

#site-navigation {
	width: 672px;
	float: left;
	margin-left: 10px;
}

.top-right {
	width: 200px;
	float: right;
	margin-top: 10px;
}


/*--------------------------------------------------------------
	Navigation
--------------------------------------------------------------*/

nav.ubermenu {
	text-transform: uppercase;
}

nav.ubermenu ul li .ubermenu-target-text {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;

}

nav.ubermenu ul li.ubermenu-item-level-0 {
	padding: 10px 0 13px 0;
}

nav.ubermenu ul li.ubermenu-item-level-0:hover {
	background-color: #AC3E5B;
}

nav.ubermenu ul li .ubermenu-target {
	padding: 5px 10px;
}

.ubermenu-submenu-type-mega {
	left: 0 !important;
	right: 0 !important;
	background-color: #AC3E5B !important;
	text-align: center;
	top: 52px !important;
	padding: 20px 0 !important;
}

.ubermenu-submenu-type-flyout {
	background-color: #AC3E5B !important;
	top: 52px !important;
	padding: 20px 0 !important;
	min-width: 180px !important;
}

nav.ubermenu ul li .ubermenu-submenu-type-mega .ubermenu-target-text,
nav.ubermenu ul li .ubermenu-submenu-type-flyout .ubermenu-target-text {
	text-transform: inherit;
	font-size: 13px;
}

.ubermenu-submenu-type-mega .ubermenu-column {
	display: inline-block !important;
	float: none !important;
	width: 200px !important;
}

.ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding: 4px 0 !important;
}

.ubermenu-submenu-type-flyout>.ubermenu-item-normal>.ubermenu-target {
	padding: 4px 20px !important;
}

.ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target:hover span,
.ubermenu-submenu-type-flyout>.ubermenu-item-normal>.ubermenu-target:hover span {
	color: #f3c0cd !important;
}

.ubermenu-submenu-type-mega .ubermenu-target,
.ubermenu-submenu-type-flyout .ubermenu-target {
	padding: 0 !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	line-height: .6 !important;
	color: #fff;
	font-size: 18px;
	right: 8px !important;
}

.ubermenu .ubermenu-retractor {
	color: #fff;
}


/*--------------------------------------------------------------
	Search
--------------------------------------------------------------*/

.gsc-control-cse {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.gsc-search-button {
	background-color: transparent !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	padding: 0 !important;
}

input.gsc-search-button {
	background: url("images/icon-search.png") center center no-repeat #AC3E5B !important;
	background-size: 18px 18px !important;
	color: #fff !important;
	text-transform: uppercase;
	padding: 32px 0 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	width: 32px !important;
	height: 32px !important;
	text-align: center;
	cursor: pointer;
	margin-left: 0 !important;
	margin-top: 0 !important;
	display: block !important;
}

input.gsc-search-button:hover {
	background-color: #A6304F !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;
}

.gsc-input-box {
	border: 0 !important;
	height: 32px !important;
}

input.gsc-input {
	height: 28px !important;
}

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

footer.site-footer {
	background: #333;
	border-top: 2px solid #070707;
	padding: 30px 0;
	color: #ccc;
}

.footer1, .footer2, .footer3 {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

.footer1 {
	width: 600px;
}

.footer2 {
	width: 100px;
}

.footer3 {
	width: 290px;
}

.footer2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer2 ul li {
	margin-bottom: 8px;
}

.copyright {
	background: #202020;
	border-top: 2px solid #000;
	padding: 10px 0 15px 0;
	text-align: center;
	color: #7b7b7b;
	font-size: 12px;
}

.logoFooter a {
	background: url("https://www.fastfoodmenuprices.com/wp-content/uploads/2022/03/logo.webp") top left no-repeat transparent;
	background-size: 277px 31px;
	display: block;
	text-indent: -9999px;
	width: 277px;
	height: 31px;
	opacity: .6;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.sloganFooter {
	font-style: italic;
}


/*--------------------------------------------------------------
	Homepage
--------------------------------------------------------------*/

#homepage {
	padding: 20px 0 40px 0;
	overflow: auto;
}

#homepage #main {
	text-align: center;
}

#homepage article,
#no-sidebar article,
article.card {
	width: 370px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 30px 30px 30px 30px;
	margin: 20px 10px 10px 10px;
	min-height: 590px;
	box-shadow:
  0 1px 1px rgb(123 123 123 / 12%),
  0 2px 2px rgb(123 123 123 / 12%),
  0 4px 4px rgb(123 123 123 / 12%),
  0 8px 8px rgb(123 123 123 / 12%),
  0 16px 16px rgb(123 123 123 / 12%);
	text-align: left;
	position: relative;
  border-radius: 5px;
}

#homepage article:hover,
#no-sidebar article:hover,
article.card:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#homepage article .entry-content,
#no-sidebar article .entry-content,
article.card .entry-content {
	margin-top: 0;
}

#homepage article .entry-content p,
#no-sidebar article .entry-content p,
article.card .entry-content p {
	margin-bottom: 0;
	text-align: center;
}

#homepage h1.entry-title,
#homepage h2.entry-title,
#homepage h3.entry-title,
#homepage p.entry-title {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 0;
	text-align:center;
	font-weight:bold;
}

#homepage h1.entry-title a,
#homepage h2.entry-title a,
#homepage h3.entry-title a,
#homepage p.entry-title a  {
	color: #444;
}

#homepage h1.entry-title a:hover,
#homepage h2.entry-title a:hover,
#homepage h3.entry-title a:hover,
#homepage p.entry-title a:hover {
	color: #9FAF53;
}

#homepage .entry-meta {
	font-size: 12px;
	padding-bottom: 15px;
	color: #aaa;
	margin-bottom: 15px;
	margin-top: 0;
	border-bottom: 1px solid #eee;
}

#homepage footer {
	font-size: 12px;
	position: relative;
	padding-top: 10px;
}

#homepage .comments-link {
	display: block;
	margin: 15px 0 0 0;
	clear: both;
}

#homepage .comments-link a {
	padding: 5px 15px;
	border: 1px solid #A0B746;
	border-radius: 6px;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	text-align: center;
}

#homepage .comments-link a:hover {
	border: 1px solid #A0B746;
	background: #A0B746;
	color: #fff;
}

#homepage .edit-link {
	display: block;
}

.entry-thumbnail {
	width: 370px;
	height: 230px;
	margin: -30px -30px 20px -30px;
}

.entry-thumbnail a {
	display: block;
}

.entry-thumbnail img {
	width: 370px;
	height: 230px;
	display: block;
  border-radius: 5px 5px 0 0;
}

.featured-menus .homepage-thumb{
  border-radius: 5px;
}

#homepage .paging-navigation {
	margin: 20px 22px;
}

.paging-navigation .nav-previous, .paging-navigation .nav-next {
	width: 49%;
	text-align: center;
}

.paging-navigation .nav-previous a, .paging-navigation .nav-next a {
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #A0B746;
	background: #fff;
	border-radius: 6px;
}

.paging-navigation .nav-previous a:hover, .paging-navigation .nav-next a:hover {
	background: #A0B746;
	color: #fff;
}

.post-categories {
	list-style-type: none;
	margin: 0;
	overflow: auto;
}

.post-categories li {
	float: left;
	margin: 0 2px 3px;
}

.post-categories li a {
	float: left;
	display: block;
	padding: 2px 10px;
	background-color: #aaa;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.post-categories li a:hover {
	background-color: #AC3E5B;
}

div.col-4 {
	width:25%;
	padding: 0 16px;
	margin:0;
	float:left;
	text-align:left;
}
div.col-4 a {
	display:block;
	margin-bottom:10px;
}


/*--------------------------------------------------------------
	Homepage - Last Updated Prices
--------------------------------------------------------------*/

.homepage-top {
	text-align: center;
	padding: 70px 0 20px 0;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
}

.homepage-top p.widget-title {
	font-size: 16px;
	color: #AC3E5B;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 700;
	letter-spacing: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}



.homepage-top ul {
	list-style-type: none;
	margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.homepage-top ul li {
	display: flex;
  flex: 1;
	width: 19%;
	vertical-align: top;
}

.homepage-top ul li a {
	display: flex;
	background-color: #fff;
	padding: 10px 15px;
	margin: 0 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	font-size: 16px;
	line-height: 1.4;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.homepage-top ul li a .timestamp {
	color: #999;
	font-size: 12px;
	display: block;
	font-style: italic;
}

.homepage-top ul li a:hover {
	background-color: #f7f7f7;
	color: #AC3E5B;
}

/*--------------------------------------------------------------
	All Restaurants page
--------------------------------------------------------------*/

.menu-all-restaurants-left-container,
.menu-all-restaurants-middle-container,
.menu-all-restaurants-right-container,
.menu-all-restaurants-catering-container {
	display: inline-block;
	width: 260px;
	vertical-align: top;
	margin: 0 5px;
}

.menu-all-restaurants-left-container ul,
.menu-all-restaurants-middle-container ul,
.menu-all-restaurants-right-container ul,
.menu-all-restaurants-catering-container ul {
	list-style-type: none;
	margin: 0;
}

.menu-all-restaurants-left-container ul li a,
.menu-all-restaurants-middle-container ul li a,
.menu-all-restaurants-right-container ul li a,
.menu-all-restaurants-catering-container ul li a {
	display: block;
	padding: 7px 20px;
	background-color: #f7f7f7;
	color: #333;
	margin: 5px 0;
}

.menu-all-restaurants-left-container ul li a:hover,
.menu-all-restaurants-middle-container ul li a:hover,
.menu-all-restaurants-right-container ul li a:hover,
.menu-all-restaurants-catering-container ul li a:hover {
	background-color: #9FAF53;
	color: #fff;
}


/*--------------------------------------------------------------
	Above Content section
--------------------------------------------------------------*/

.above-content {
	padding: 12px 40px;
	border-bottom: 1px solid #DEDEDE;
	overflow: auto;
  font-size: 1.3rem;
}

#breadcrumbs {
	margin-bottom: 0;
	color: #777;
	float: left;
}

.association {
	float: right;
	text-align: right;
	color: #AA385C;
	font-style: italic;
	margin-right:5%;
}


/*--------------------------------------------------------------
	Sidebar social
--------------------------------------------------------------*/

.sidebarSocial {
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 15px;
}

.sidebarSocialFacebook {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.sidebarSocialTwitter {
	display: block;
    text-align: center;
    padding: 15px 10px 10px 10px;
    background-color: #f7f7f7;
}


/*--------------------------------------------------------------
	Printable coupons
--------------------------------------------------------------*/

.cctor_coupon_container {
	display: inline-block !important;
	width: 380px !important;
	margin: 15px 5px !important;
	vertical-align: top;
	box-shadow: 0 0 10px #ccc;
	padding: 5px;
}

.cctor_coupon_image {
	padding: 0 !important;
	border: 0 !important;
	max-width: 100% !important;
}

.cctor_aligncenter a:hover .cctor_coupon_image {
	padding: 0 !important;
	border: 0 !important;
	max-width: 100% !important;
}

.cctor_coupon_container .couponTitle {
	font-size: 14px;
	padding: 10px;
	background-color: #A0B746;
	color: #fff;
}

.cctor_coupon_container .couponExpiration {
	font-size: 12px;
	padding: 5px 10px;
	background-color: #eee;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 5px;
}

.cctor_opencoupon {
	margin-top: 0 !important;
}


/*--------------------------------------------------------------
	Online coupons
--------------------------------------------------------------*/

.coupon {
	padding: 10px 20px;
	margin: 10px 0;
	border: 2px dashed #ccc;
	font-family: "Arial", sans-serif;
	background-color: #f7f7f7;
	text-shadow: 0 1px 0 #fff;
	clear: both;
}

.couponTitle {
	font-weight: 500;
	color: #333;
}

.couponCode {
	font-size: 14px;
	color: #A0B746;
}

.couponsContainer {
	margin-bottom: 40px;
}


/*--------------------------------------------------------------
	Tablepress table
--------------------------------------------------------------*/

.tablepress thead th {
	background-color: #AC3E5B;
	border-bottom: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.tablepress.vertical-headings thead th {
  writing-mode: vertical-lr;
}

#primary .tablepress h2,
#no-sidebar .tablepress h2 {
	background-color: #9FAF53;
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin: -8px;
	padding: 10px;
	font-size: 34px;
	line-height: 1.2;
}

#primary .tablepress h3,
#no-sidebar .tablepress h3 {
	background-color: #9FAF53;
	margin: -5px -8px -8px -8px;
	padding: 5px 10px 12px 10px;
	color: #fff;
	text-transform: inherit;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3;
}



/*--------------------------------------------------------------
	Articles
--------------------------------------------------------------*/

.post h1.entry-title {
	text-align: center;
	margin-top: 15px;
}

.post .entry-meta {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 20px;
	margin: 15px 0 20px 0;
	text-align: center;
	font-style: italic;
	color: #999;
}

.post .entry-footer {
	color: #999;
}

.paging-navigation .nav-next,
.post-navigation .nav-next {
	width: 48%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: block;
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #A0B746;
	border-radius: 6px;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	background-color: #A0B746;
	color: #fff;
}


/*--------------------------------------------------------------
	Social share
--------------------------------------------------------------*/

#social {
	margin: 30px -40px;
	padding: 20px 40px;
	background-color: #9FAF53;
	border-bottom: 2px solid #8E9D4A;
	border-top: 2px solid #8E9D4A;
  display: none;
}

#social h2 {
	font-weight: 700;
	color: #fff;
	margin: 20px 0 0 0;
	float: left;
	font-size: 48px;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.socialServices {
	float: right;
}

.socialFacebook,
.socialFacebookShare,
.socialTwitter,
.socialGooglePlus {
	display: inline-block;
	background-color: #fff;
	padding: 15px;
	margin: 0 5px;
	border-radius: 6px;
	width: 90px;
	height: 90px;
	vertical-align: top;
	text-align: center;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1);
}

.socialFacebook:hover,
.socialFacebookShare:hover,
.socialTwitter:hover,
.socialGooglePlus:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


/*--------------------------------------------------------------
	Comments
--------------------------------------------------------------*/

.comment-navigation .nav-next,
.comment-navigation .nav-next {
	width: 48%;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	display: block;
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #A0B746;
	border-radius: 6px;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
	background-color: #A0B746;
	color: #fff;
}

ol.comment-list {
	list-style-type: none;
	margin: 0;
}

ol.comment-list ol.children {
	list-style-type: none;
	margin: 0 0 0 30px;
}

.comment-body {
	margin-bottom: 0;
}

.comment-body .reply {
	overflow: auto;
}

.comment-body .reply a {
	display: block;
	padding: 5px 15px;
	border: 1px solid #A0B746;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
	margin-top: 5px;
}

.comment-body .reply a:hover {
	border: 1px solid #A0B746;
	background: #A0B746;
	color: #fff;
}


.comment-content {
	border: 1px solid #E7E7E7;
	position: relative;
	padding: 15px 20px;
	margin-top: 25px;
}

.comment-content:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 20px solid #E7E7E7;
	border-right: 20px solid transparent;
	position: absolute;
	top: -20px;
	left: 20px;
}

.comment-content:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 19px solid #fff;
	border-right: 19px solid transparent;
	position: absolute;
	top: -18px;
	left: 21px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-author img {
	border-radius: 50%;
	float: left;
	margin: 0 7px 0 0;
}

.comment-author .says {
	display: none;
}

.comment-author .fn {
	font-weight: 700;
	color: #000;
}

.comment-metadata {
	font-size: 12px;
	line-height: 1;
}

.comment-metadata a {
	color: #777;
}

#primary p.comments-title,
#no-sidebar p.comments-title {
	font-weight: 700;
	color: #000;
	margin: 25px 0 0 0;
}

.comments-count {
	font-size: 14px;
	color: #AC3E5B;
	font-weight: 700;
	text-transform: uppercase;
}


div.comment-metadata {
	display:none;
}


/*--------------------------------------------------------------
	Leave a reply box
--------------------------------------------------------------*/

.comment-respond {
	background-color: #F7F7F7;
	border-bottom: 2px solid #E5E5E5;
}

#primary p.comment-reply-title,
#no-sidebar p.comment-reply-title {
	background-color: #555;
	color: #fff;
	text-transform: inherit;
	border-bottom: 2px solid #333;
	padding: 20px 40px;
	font-weight: 700;
	font-size: 30px;
}

.comment-form {
	padding: 20px 40px;
}

.comment-form input,
.comment-form textarea {
	border: 1px solid #D8D8D8;
	border-radius: 0;
	padding: 6px 10px;
	box-shadow: inset 0 2px 3px #eee;
	outline: none;
}

.comment-form input:hover,
.comment-form textarea:hover {
	border: 1px solid #aaa;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #ccc;
}

.comment-form-author input,
.comment-form-email input {
	display: block;
}

.comment-form .cptch_block br {
	display: none;
}

.comment-form .cptch_block {
	margin-top: 25px;
}

.comment-form label {
	padding: 0 10px 4px 10px;
	display: block;
}

.comment-form #submit {
	background-color: #AC3E5B;
	border: 1px solid #AC3E5B;
	border-radius: 7px;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	padding: 10px 25px;
	display: block;
	font-size: 14px;
}

.comment-form #submit:hover {
	background-color: #fff;
	color: #AC3E5B;
}


/*--------------------------------------------------------------
	Newsletter
--------------------------------------------------------------*/

.wf-sortable {
	margin: 0;
}

.wf-sortable li {
	margin-bottom: 10px;
}

.wf-inputpos input {
	border: 1px solid #D8D8D8;
	border-radius: 0;
	padding: 6px 10px;
	box-shadow: inset 0 2px 3px #eee;
	outline: none;
	width: 100%;
}

.wf-inputpos input:hover {
	border: 1px solid #aaa;
}

.wf-inputpos input:focus {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #ccc;
}

input.wf-button {
	background-color: #AC3E5B;
	border: 1px solid #AC3E5B !important;
	border-radius: 7px;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	padding: 10px 25px;
	display: block;
	font-size: 14px;
	margin: 0 auto;
}

input.wf-button:hover {
	background-color: #fff;
	color: #AC3E5B;
}

.newsletterPrivacy {
	text-align: center;
	font-size: 12px;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
	Ads
--------------------------------------------------------------*/

.ad-336-280 {
	float: left;
	margin: 0 20px 20px 0;
	display: block;
	width: 336px;
	height: 280px;
}

.ad-link-unit-top {
	border: 1px solid #E9E9E9;
	padding: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 460px;
	min-height: 110px;
	float: right;
}

.link-unit-top-1,
.link-unit-top-2 {
	width: 200px;
	height: 90px;
	display: inline-block;
}

.ad-link-unit-bottom {
	clear: both;
	border: 1px solid #E9E9E9;
	padding: 10px 10px 7px 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.ad-responsive-bottom {
	float: left;
	margin: 0;
	margin-right: 30px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	.ad-responsive-bottom {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.ad-hp-200-90 {
	margin: 50px auto;
	width: 200px;
	height: 90px;
}

.ad-160-600 {
	width: 160px;
	height: 600px;
	margin: 0 auto;
}

ins {
    background-color: #fff !important;
}

#ads-related {
	border-top: 1px solid #dedede;
	padding-top: 20px;
}

.trc_rbox_header {
	margin-bottom: 10px;
}

.trc_rbox_header_span {
	color: #AA385C !important;
}

.ad-coupons {
	margin: -10px -21px;
}

#homepage article.ad-hp {
	padding: 30px;
	text-align: center;
}

#homepage article.ad-hp  > * {
	margin: 0 auto;
}

#homepage .ad-hp-300-600 {
	width: 300px;
	height: 600px;
	margin: 10px auto 0 auto;
}

#homepage .ad-hp-300-250 {
	width: 300px;
	height: 250px;
	margin: 30px auto;
}

.ad-top-wide {
	background-color: #eee;
	text-align: center;
	padding: 50px 20px 0 20px;
	border-bottom: 1px solid #DFDFDF;
}

.ad-top-wide .vdb_player {
	display: inline-block;
	width: 728px;
}

/*--------------------------------------------------------------
  Author Page -
--------------------------------------------------------------*/
.author-page-bio{
  max-width: 800px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.author-page-bio b{
  margin-bottom: 1rem;
  display: block;
}

/*--------------------------------------------------------------
	Mobile -
--------------------------------------------------------------*/

@media(max-width: 1020px){
	#homepage article.ad-hp { display: none; }

}

@media (min-width: 1024px) and (max-width: 1200px) {

	.box {
		width: 1024px;
	}

	#primary {
		width: 724px;
	}

	#site-navigation {
		width: 550px;
		margin-left: 20px;
	}

	nav.ubermenu ul li .ubermenu-target-text {
		font-size: 14px;
	}

	.ubermenu-submenu-type-flyout {
		min-width: 180px !important;
	}

	#social h2 {
		font-size: 28px;
		margin-top: 35px;
		letter-spacing: -1px;
	}

	span.site-title {
		width: 240px;
		height: 27px;
		margin-top: 12px;
	}

	span.site-title a {
		background-size: 240px 27px;
		width: 240px;
		height: 27px;
	}

	.top-right {
		width: 170px;
	}

	.menu-all-restaurants-left-container,
	.menu-all-restaurants-middle-container,
	.menu-all-restaurants-right-container {
		width: 200px;
	}

	#homepage article {
		width: 480px;
		min-height: 650px;
	}

	.entry-thumbnail {
		width: 480px;
		height: 298px;
	}

	.entry-thumbnail img {
		width: 480px;
		height: 298px;
	}

	#homepage .ad-hp-300-250 {
		margin: 10px auto;
	}

	#homepage .ad-hp-300-600 {
		margin: 0 auto;
	}

	.cctor_coupon_container {
		width: 310px !important;
	}

	.footer1 {
		width: 450px;
	}

	.ad-link-unit-top {
		float: none;
		text-align: center;
		width: auto;
	}

}

@media (min-width: 860px) and (max-width: 1080px) {
	/* Hide the search box when the screensize is too small. */
	.top-right {
		display: none;
	}

	#site-navigation {
		float: right;
	}
}

@media (min-width: 860px) and (max-width: 1200px)  {
	#site-navigation {
		width: auto;
		margin-left: 0;
	}

	header .box {
		width: 100%;
	}

	.top-right {
		width: 130px;
	}

	#ubermenu-main-2-primary {
		margin: 0 auto;
		display: block;
	}
}

@media (min-width: 860px) and (max-width: 1023px) {

	.box {
		width: 860px;
	}

	span.site-title {
		width: 200px;
		height: 23px;
		margin-top: 14px;
	}

	span.site-title a {
		background-size: 200px 23px;
		width: 200px;
		height: 23px;
	}

	#primary {
		width: 640px;
	}

	.site-main {
		padding: 20px;
	}

	#secondary {
		width: 220px;
	}

	.menu-all-restaurants-left-container,
	.menu-all-restaurants-middle-container,
	.menu-all-restaurants-right-container {
		width: 180px;
	}

	nav.ubermenu ul li .ubermenu-target {
		padding: 5px 5px;
	}

	nav.ubermenu ul li .ubermenu-target-text {
		font-size: 14px;
	}

	.ubermenu-submenu-type-mega .ubermenu-column {
		width: 160px !important;
	}

	.ubermenu-submenu-type-flyout {
		min-width: 157px !important;
	}

	.top-right {
		width: 170px;
	}

	.footer1 {
		width: auto;
		margin-bottom: 40px;
		display: block;
	}

	#social {
		margin: 30px -21px;
		padding: 20px;
	}

	#social h2 {
		float: none;
		text-align: center;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.socialArrow {
		display: none;
	}

	.socialServices {
		float: none;
		text-align: center;
	}

	.sidebarSocialFacebook {
		margin-bottom: 10px;
	}

	.above-content {
		padding: 12px 20px;
	}

	.ad-link-unit-top {
		float: none;
		text-align: center;
		width: auto;
	}
}

@media (min-width: 320px) and (max-width: 859px) {

	body {
		padding-top: 48px !important;
	}

	.box {
		width: 100%;
	}

	#homepage {
		padding: 0 0 40px 0;
	}

	header.site-header,
	#site-navigation,
	.top-right {
		display: none;
	}

	.shiftnav-toggle-main-block a {
		margin: -2px auto 0 auto;
		text-indent: -9999px;
		display: block;
		background: url("https://www.fastfoodmenuprices.com/wp-content/uploads/2022/03/logo.webp") top left no-repeat transparent;
		background-size: 200px 23px;
		width: 200px;
		height: 23px;
	}

	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
		background: #9FAF53 !important;
	}

	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target {
		background: #9FAF53 !important;
	}

	.top-ad {
		padding: 15px 0;
	}

	.homepage-top {
		padding: 20px 0;
	}

  .homepage-top ul {
      flex-direction: column;
  }

	.homepage-top ul li {
		display: flex;
		width: 100%;
	}

	.homepage-top ul li a {
		margin: 5px 10px;
	}

	#homepage article,
  #no-sidebar article {
		width: auto;
		display: block;
		min-height: inherit;
		height: auto;
	}
	.entry-wrapper,
	.site-main-homepage > article { height: auto !important; }

	.entry-thumbnail {
		width: auto;
		height: auto;
	}

	.entry-thumbnail img {
		width: 100%;
		height: auto;
	}

	#homepage article.ad,
  #no-sidebar article.ad {
		padding: 0;
		display: block;
		box-sizing: content-box;
	}

	#homepage article.ad,
  #no-sidebar article.ad {
		text-align: center;
	}

	#homepage .ad-hp-300-250 {
		padding: 20px 10px;
		margin: 0 auto;
		display: inline-block;
	}

	.ad-hp-200-90 {
		margin: 0 auto;
		padding: 20px 10px;
		display: inline-block;
	}

	.footer1, .footer2, .footer3 {
		display: block;
		width: auto;
	}

	#primary {
		width: auto;
		float: none;
	}

	.site-main {
		padding: 20px;
	}

	#social h2 {
		float: none;
		margin-bottom: 10px;
		margin-top: 0;
		text-align: center;
	}

	.socialServices {
		float: none;
	}

	#social {
		text-align: center;
		margin: 30px -21px;
	}

	.socialArrow {
		display: none;
	}

	.socialFacebook, .socialFacebookShare, .socialTwitter, .socialGooglePlus {
		margin: 10px;
	}

	#secondary {
		float: none;
		width: auto;
	}

	.site-content {
		padding-top: 10px;
	}

	.above-content {
		padding: 12px 20px;
	}

	#breadcrumbs, .association {
		float: none;
		text-align: center;
	}

	#primary h1.entry-title,
	#no-sidebar h1.entry-title {
		text-align: center;
    font-weight: bold;
	}

	#primary .tablepress h2,
	#no-sidebar .tablepress h2 {
		font-size: 30px;
	}

	#primary .tablepress h3,
	#no-sidebar .tablepress h3 {
		margin: -14px -8px -8px -8px;
		font-size: 14px;
		font-size: 16px;
		line-height: 1;
	}

	#primary h3.comment-reply-title,
	#no-sidebar h3.comment-reply-title {
		padding: 10px 20px;
	}

	.comment-form {
		padding: 10px 20px;
	}

	.menu-all-restaurants-left-container,
	.menu-all-restaurants-middle-container,
	.menu-all-restaurants-right-container {
		width: auto;
		display: block;
		margin: 0;
	}

  .hero-image{
    margin: 0 -20px;
  }

	.ad-link-unit-top {
		float: none;
		text-align: center;
		width: auto;
	}

	.ad-top-wide {
		padding: 0 10px;
	}

	div.col-4 {
		width:50%;
	}

  .site-content {
    padding-inline: 20px;
  }
}

@media (min-width: 320px) and (max-width: 570px) {
	.ad-link-unit-top {
		float: none;
		clear: both;
	}
	.ad-336-280 {
		float: none;
	    margin: 20px 0 10px 0;
	    width: auto;
	    height: auto;
	}
	.ad-top-wide {
		padding: 0;
		max-height: 70px;
	}
	div.col-4 {
		width:100%;
	}
  .person-content{
    flex-direction: column;
  }

  ul.restaurants-list li{
    flex-basis: calc((100% - 10px) / 2);
  }

  .flex-2 {
    display: unset;
  }

  .site-content {
    padding-inline: 20px;
  }

  .hero-image{
    margin: 0 -20px;
  }

  .hero-text h1 {
    font-size: 2rem;
    margin-top: 0;
  }

  .hero-text .tagline {
    font-size: 1.5rem;
  }

  .hero-text .green-outline-button {
    padding: 0 10px !important;
    font-size: 12px;
  }

  .featured-menu {
    width: calc((100% - 20px) / 2);
  }
}

