/*================--------------------- CSS RESET START ---------------------================*/
body {
  font-family: "Open Sans", Tahoma, helvetica, arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.container.modified {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  padding: 0;
  margin: 0;
}

input[type="text"] {
  border: 1px solid #CCC;
  padding: 5px 10px;
  border-radius: 3px;
}

input:focus {
  outline: none;
  border: 1px solid #588A0F;
  box-shadow: none;
  border-radius: 3px;
}

.tooltip-inner {
  white-space:nowrap;
  max-width:none;
}

#search-params-panel .checkbox label:after {
  color: #588A0F;
  top: 2px;
}

/*================--------------------- CSS RESET END ---------------------================*/
/*
*
*
*
*/
/*================--------------------- ADS AREA START ---------------------================*/

.ads-area {
  /*background-color: #E73922;*/
  color: #FFF;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 3px;
}

.ads-area p {
  font-size: 16px;
}

/*================--------------------- ADS AREA END ---------------------================*/

/*
*
*
*
*/

/*================--------------------- SEARCH WRAPPER START ---------------------================*/
#search-wrapper {
  padding: 10px 0;
}
/*================--------------------- SEARCH WRAPPER END ---------------------================*/

/*
*
*
*
*/

/*================------------------- SEARCH PARAMS PANEL START -------------------================*/
#search-params-panel {
  width: 318px;
  padding-left: 0;
  border-right: 1px solid #CCC;
}

#search-recipes-heading {
  font-size: 3em;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}

#search-recipes-heading span {
  font-size: 20px;
  margin-top: 12px;
  cursor: pointer;
}

#search-recipes-heading span i.fa {
  margin-right: 5px;
}

#main-search-fields #search-header {
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

#main-search-fields #search-header .search-filter:not(:last-of-type) {
  margin-bottom: 0;
}

/*#main-search-fields #search-header .search-filter #show-details-toggle {
  padding: 5px;
  margin-left: 0;
}

#main-search-fields #search-header .search-filter #show-details-toggle span {
  display: inline-block;
}*/

#main-search-fields #search-header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

#main-search-fields #search-header .bootstrap-select {
  margin-left: 0;
}

/*#selected-params {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}*/

.param-compatibility-filter {
  margin-top: 0;
  margin-bottom: 20px;
}

.param-compatibility-filter a {
  color: #588A0F;
}

label[for="param-compatibility"] {
  cursor: pointer;
  margin: 0;
  font-weight: normal;
}


input#param-compatibility {
  margin: 0;
}

.compatibility-help {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 20px;
  cursor: pointer;
}

.compatibility-warning {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.search-filter:not(:last-of-type) {
  margin-bottom: 15px;
}

.search-filter > span {
  display: block;
  margin-bottom: 5px;
}

.search-filter .btn {
  padding: 6px 10px;
}

.search-filter .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  padding-left: 15px;
}

.search-filter.multiple .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text:before {
  content:"";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
  font-size: 15px;
  border: 1px solid #adadad;
}

.search-filter .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  left: 12px;
  right: auto;
  font-size: 10px;
  color: #588A0F;
}

.search-filter.selected .btn-group .btn.dropdown-toggle {
  background: #A0C963;
  border-color: #588A0F;
}

.search-filter.selected.exclusion .btn-group .btn.dropdown-toggle {
  background: rgba(255, 0, 0, 0.15);
}

.search-filter .btn-default:focus {
  outline: none !important;
}

#merchants.search-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 84%;
  margin-left:5px;
}
#merchants > span{
  float:left;
  padding-top: 8px;
}
#merchants.search-filter .compatibility-help {
  margin-top: 6px;
}

#search-params-panel .ads-area {
  height: 250px;
  line-height: 250px;
  margin-top: 20px;
}

#search-params-panel .ads-area.first {
  margin-bottom: 20px;
}

#criteria-collapsibles .panel-title {
  font-size: 14px;
}

#criteria-collapsibles .panel-title > a {
  text-decoration: none;
}

#criteria-collapsibles .panel-title:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 18px;
  float: right;
}

#criteria-collapsibles .panel-heading[aria-expanded="true"] .panel-title:after {
  content: "\f106";
}

#criteria-collapsibles .panel-heading {
  background: #EEE;
  border: 1px solid #CCC;
  border-radius: 3px;
  cursor: pointer;
}

#criteria-collapsibles .panel-heading[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*#criteria-collapsibles .panel-heading[data-target="#exclusionsCollapse"] {
  background: rgba(255, 0, 0, 0.3);
  border-color: rgba(255, 0, 0, 0.3);
}*/

#criteria-collapsibles.panel-group .panel + .panel {
  margin-top: 10px;
}

#criteria-collapsibles .panel-default {
  border: none;
}

#criteria-collapsibles .panel-body {
  border: 1px solid #DDD;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#criteria-collapsibles #exclusionsCollapse .checkbox label:after {
  color: rgba(255, 0, 0, 0.8);
}

#criteria-collapsibles .checkbox {
  margin: 0;
}

#criteria-collapsibles .checkbox label {
  display: block;
  margin-bottom: 15px;
}

#criteria-collapsibles .checkbox label:last-of-type {
  margin-bottom: 0;
}

#budgetCollapse .checkbox {
  margin-bottom: 15px;
}

#dietCollapse .checkbox:first-of-type {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEE;
}

form {
  padding:0px;
}

/*================------------------- SEARCH PARAMS PANEL END -------------------================*/

/*
*
*
*
*/

/*================------------------- SEARCH RESULTS START -------------------================*/

#search-results {
  width: 682px;
  padding-right: 0;
}

#search-results .ads-area {
  margin-bottom: 20px;
}

#page-description-seo {
  background: #EEE;
  padding: 10px 25px 10px 10px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  border-radius: 3px;
}
#page-description-seo p {
  width: 95%;
}
#page-description-seo i.fa {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
}

div#results-params {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  -ms-flex-pack: justify;
  justify-content: space-between;

  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

div#results-params > div {
  width: 31%;
  height: 34px;
}

#search-header {
  padding: 10px;
}

#search-header .bootstrap-select {
  margin-left: 5px;
}

#search-header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

#text-and-buttons {
  display: flex;
}

#main-search-fields #search-header .search-filter input#search-text {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

#text-and-buttons .search-buttons i.fa {
  width: 36px;
}



#text-and-buttons .search-buttons i.fa:before {
  margin-right: 0;
}

#text-and-buttons .search-buttons a i.fa {
  width: 36px;
}

#text-and-buttons .search-buttons a i.fa:before {
  margin-right: 0;
}

#text-and-buttons .search-buttons a i.fa:first-of-type {
  margin-right: 10px;
}

#text-and-buttons .search-buttons a i.reset-search {
  margin-right: 0 !important;
}

.responsive-show-filters {
  display: none;
}

#show-details-toggle {
  background: #FFF;
  border: 1px solid #CCC;
  color: #333;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

#show-details-toggle.active {
  background: #EEE;
  color: #588A0F;
  border-color: #588A0F;
}

#show-details-toggle i.fa {
  margin-left: 5px;
}

#show-details-toggle span {
  display: inline-block !important;
  margin-bottom: 0;
}

.search-buttons {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-buttons.end {
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.search-buttons.end > span {
  padding: 1px;
  width: 100%;
}

.search-buttons i.fa {
  width: 100%;
  height: auto;
  font-size: 14px;
  background-color: #588A0F;
  color: #FFF;
  padding: 10px 5px 10px 5px;
  margin-top: 1px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.search-buttons span i.fa {
  background-color: #69a311;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: auto;
  margin-top: 1px;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}
.search-buttons i.fa:hover {
  background-color: #A0C963;
}

.search-buttons i.fa a{
  background-color: #588a0f;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: auto;
  margin-top: 1px;
  text-align: center;
  width: 100%;
}

.search-buttons.end i span {
  font-family: "Open Sans", Tahoma, helvetica, arial, sans-serif;
}

.search-buttons i.fa:first-of-type {
  margin-right: 15px;
}

.search-buttons i.fa:before {
  margin-right: 10px;
}

#criteria-summary {
  /*display: none;*/
  margin-top: 20px;
  padding-bottom:20px;
}

#criteria-summary .panel-heading {
  padding: 5px 10px;
}

#criteria-summary li {
  background: #EEE;
  padding: 5px;
  list-style-type: none;
  font-size: 13px;
  margin-bottom: 5px;
}

#criteria-summary li span.remove {
  cursor: pointer;
}

#criteria-summary li:last-of-type {
  margin-bottom: 0;
}

#criteria-summary .panel-body {
  padding: 10px;
}

#criteria-summary .panel-default {
  margin-bottom: 0;
}

#criteria-summary .panel-body span.empty {
  font-style: italic;
  color: #999;
}

#criteria-summary .panel {
  border-radius: 3px;
}

/*#search-filters-list {
  border: 1px solid #CCC;
  border-radius: 3px;
}

#search-filters-list > span {
  display: block;
  background: #EEE;
  color: #333;
  padding: 5px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #CCC;
}*/

/*.search-filters-list-single {
  background: rgba(88, 138, 15, 0.2);
  padding: 10px;
  border-radius: 3px;
}

.search-filters-list-single.exclusions {
  background: rgba(255, 0, 0, 0.15);
}

.search-filters-list-single:not(:last-of-type) {
  margin-bottom: 15px;
}

.search-filters-list-single > span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.search-filters-list-single ul {
  list-style-type: none;
}*/

/*.search-filters-list-single ul li {
}

.search-filters-list-single ul li {
  margin-right: 5px;
  padding: 5px;
  border-bottom: 1px solid rgba(88, 138, 15, 0.2);
}

.search-filters-list-single.exclusions ul li {
  border-bottom-color: rgba(255, 0, 0, 0.15);
}

.search-filters-list-single ul li:last-of-type {
  border-bottom: none;
}

.search-filters-list-single ul li i.fa {
  font-size: 16px;
  float: left;
  margin-top: 1px;
  margin-right: 5px;
  cursor: pointer;
}*/

#search-final-results .single-result {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

#search-final-results .search-result-content {
  padding-left: 0;
  padding-right: 0;
}

.single-result .search-result-image {
  background-size: cover !important;
  margin-bottom: 10px;
}

.single-result .search-result-content {
  margin-top: 0px;
  padding-right: 0;
}

.search-result-content h2 {
  font-size: 20px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.search-result-content h2 a {
  color: #588A0F;
}

.search-result-content .row {
  /*height: 31px;*/
  /*line-height: 31px;*/
  margin-left: 0;
  margin-right: 0;
}

.search-result-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  /*max-width: 200px;*/
}

.result-meta-data {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  -ms-flex-pack: start;
  justify-content: flex-start;

  border-radius: 3px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  color: #666;
}

.result-meta-single {
  margin-right: 20px;
}

.result-meta-single .stars {
  display: inline-block;
}

.result-meta-single .stars i.fa {
  color: #588A0F;
  margin-right: -2px;
}

.result-cals.result-meta-single {
  cursor: pointer;
}

.result-meta-single:not(.result-rate) i.fa {
  margin-right: 5px;
}

.result-meta-data .result-rate span.nbOfReviews {
  margin-left:5px;
}


.meta-extra-data {
  /*display: none;*/
  padding: 10px;
  /* background: #EEE;*/
  border-radius: 3px;
  clear: both;
}

.meta-extra-data ul.recipe-badges {
  list-style-type: none;
  padding-top: 7px;
  width: 100%;
}

.meta-extra-data ul.recipe-badges li {
  display: inline-block;
}

.meta-extra-data p span {
  color: #E73922;
}

#recipes-pagination {
  text-align: right;
}

#recipes-pagination .pagination {
  margin: 0;
}

#recipes-pagination .pagination > li > a,
#recipes-pagination .pagination > li > span {
  color: #588A0F;
}

#recipes-pagination .pagination li:first-of-type i.fa {
  margin-right: 10px;
}

#recipes-pagination .pagination li:last-of-type i.fa {
  margin-left: 10px;
}

/*================------------------- SEARCH RESULTS END -------------------================*/
span.stars, span.stars span {
  display: block;
  background: url(/media/images/rating_small_empty.gif) 0 repeat-x;
  background-size: 12px 12px;
  width: 60px;
  height: 20px;
  float: left;
}

span.stars span {

  background: url(/media/images/rating_small_full.gif) 0 repeat-x;
  background-size: 12px 12px;
}
.center-cropped {
  /*width: 175px;
  height: 175px;*/
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}


.merchantLogo {
  height: 20px;
}

a.modalBox{
  color:#e73922;

}

div.mealPlan {
  background-color: white;
  box-shadow: 0 5px 10px 0 #ccc;
  margin-bottom: 50px;
  position: relative;
  transition: top 0.3s ease-in-out 0.3s;

}

div.mealPlan.specialised-menu-tile {
  margin-top: 45px;
}

h3.menuName.specialised-menu-name {
  top: -13%;
  align:center;
  padding-bottom:10px;
}
div.mealPlan:hover, section.pro-card:hover {
  box-shadow: 0 10px 10px 0 #ccc;
  top: -5px;
}

img.menuImage {
  background-color: white;
  padding: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

div.middleAligner {
  display: table;
  text-align: center;
  width: 100%;
}

h3.menuName.middleAligner {
  text-align: center;
  padding: 10px 0 20px 0;
}

p.menuDescription {
  color: #333;
  display: table-cell;
  font-size: 1.1em;
  line-height: normal;
  margin-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
}

.image-card {
  background-color: #fff;
  border-radius: 1em;
  box-sizing: border-box;
  height:172px;
  width:188px;
  display: table-cell;
  margin: 2%;
  padding: 20px;
  text-align: center;
}

div.mealPlan > h3 > a {
  color: #333;
  font-size: 12px !important;
  text-decoration: none;
}

div.mealPlan > h3 > a:link {
  color: #333;
  text-decoration: none;
}

div.mealPlan > h3 > a,.mealPlan > h3 >  a:visited {
  color: #333;
  text-decoration: none;
}

div.mealPlan > h3 > a:hover {
  color: #588a0f;
  text-decoration: none;
}

h3.menuName.middleAligner {
  font-size: inherit
}

div.mealPlan{margin-top: 40px}
.vertical-separator{
  color:#588a0f !important;
}

.red{
  color:#e73922;
}

div.pull-left{
  margin-top:10px;
  width:45%
}

p.recipeDetails{
  font-weight: bold;
}

.search-buttons i.fa.reset-search,
.search-buttons i.fa.reset-search a {
  background-color: #303C74;
}

.search-buttons i.fa.reset-search:hover,
.search-buttons i.fa.reset-search a:hover {
  background-color: #3d4d95;
}

.search-buttons i.fa.reset-search:hover a {
  background-color: #3d4d95;
}

.meta-extra-data ul.recipe-badges {
  list-style-type: none;
  padding-top: 5px;
  width: 100%;
}


ul.recipe-prices {
  list-style-type: none;
  padding-top: 5px;
}

.result-cost.result-meta-single {
  cursor: pointer;
}

.result-cost.result-meta-single a,
.recipe-prices a {
  color: #588A0F;
}

.result-cost.result-meta-single .fa-money {
  margin-right: 0 !important;
}

.search-buttons i.fa.reset-search:before {
  display: inline-block;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#search-top-ad {
  margin-top: 20px;
}

#search-final-results .search-result-content {
  padding-left: 15px;
}

.search-result-content h2 {
  padding-top: 0;
}

.category-title div {
  margin-bottom:30px;
}