@font-face {
	font-family: "GothamBold";
	src: url('/vendors/fonts/GothamBold.ttf');
}

@font-face {
	font-family: "GothamBook";
	src: url('/vendors/fonts/GothamBook.ttf');
}

@font-face {
	font-family: "GothamBookItalic";
	src: url('/vendors/fonts/GothamBookItalic.ttf');
}

@font-face {
	font-family: "BarlowCondensed-Regular";
	src: url('/vendors/fonts/BarlowCondensed-Regular.ttf');
}


.nav-tabs{
	border-bottom: 1px dotted #000;

}

.nav-tabs .nav-link.active{
	color: #f36f21;
	border-bottom: 2px solid #f36f21;
}
body.partner-f45 .nav-tabs .nav-link.active {
	color: #e42127;
	border-bottom: 2px solid #e42127;
}
.nav-tabs .nav-link{
	color: #000;
	border: none;
	font-size: 12px;
	font-weight: bold;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
	background-color: #fff;
	color: #000;
}

.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover{
	color: #f36f21 !important;
}

body.partner-f45 .nav-tabs .nav-link.active:focus,
body.partner-f45 .nav-tabs .nav-link.active:hover {
	color: #e42127 !important;
}

.custom-right-panel{
	width: 96%;
	margin-right: 4%;
}

.table-macros{
	width: 96%;
	margin: auto auto;
}

.table-macros th{
	font-size: 12px;
	padding: 10px 10px 5px;
	border-style: dotted !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.table-macros th:nth-child(1){
	text-align: left;
}

.table-macros th:nth-child(2){
	text-align: right;
	padding-right: 0;
}

.table-macros th:nth-child(3){
	text-align: right;
	padding-right: 0;
}

.table-macros tr td{
	font-size: 12px;
	border: none;
}

.table-macros tr.no-padding td{
	padding: 0 0 0 10px;
}

.table-macros tr.no-padding td:nth-child(2),
.table-macros tr.no-padding td:nth-child(3){
	text-align: right;
}

.table-macros tr td.indent-10{
	text-indent: 15px;
}

.table-macros > tbody > tr:nth-child(1) td {
	padding-top: 10px;
}

.meal-meta-header h5 {
	font-size: 24px;
	text-align: center;
	width: 90%;
	font-weight: bold;
	margin: 15px auto;
}

.meal-meta-header p {
	font-size: 12px;
	text-align: center;
	width: 80%;
	margin: 6px auto 10px;
}

.custom-right-panel{
	position: relative;
}

.meal-meta-tab-cover{
	margin-top: 20px;
}

.custom-right-panel h5.notes{
	padding-top: 35px;
    padding-bottom: 0;
    margin-bottom: 0;
	text-align: center;
	font-size: 12px;
}

.custom-modal-close-button {
	line-height: 1em;
	position: absolute;
    right: 12px;
    top: 12px;
    font-size: 24px;
	z-index: 999;
}

.custom-modal-close-button a {
	cursor: pointer;
	display: inline-block;
}
.custom-modal-close-button a {
	position: relative;
	width: 25px;
	height: 25px;
	opacity: 0.9;
}
.custom-modal-close-button a:hover {
	opacity: 1;
}
.custom-modal-close-button a:before, .custom-modal-close-button a:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 25px;
	width: 4px;
	background-color: #fff;
    border: solid 1px #333;
}
.custom-modal-close-button a:before {
	transform: rotate(45deg);
}
.custom-modal-close-button a:after {
	transform: rotate(-45deg);
}

.round-primary-macros{
	text-align: center;
}

.round-primary-macros ul{
	list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.round-primary-macros ul li{
    margin: 15px 15px 5px;
}

.round-primary-macros .circle {
  border: 1px solid #000;
  border-radius: 55px;
  display: inline-block;
}

.round-primary-macros .circle .inner p.average,
.round-primary-macros .circle .inner p.average-label{
	color: #FFF !important;
}

.round-primary-macros .circle .inner p.average{
	padding-top: 8px;
	font-family: 'BarlowCondensed-Regular';
	font-size: 20px;
	margin-bottom: 0;
}

.round-primary-macros .circle .inner p.average-label{
	font-family: 'BarlowCondensed-Regular';
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
}

.round-primary-macros .circle .inner {
  background-color: #000;
  border-radius: 62px;
  margin: 2px;
  height: 62px;
  width: 62px;
}

.meal-image-cover img:not(.icon-zoom) {
	height: 100%;
	opacity: 0;
}

.meal-image-cover {
    background-size: cover;
	background-position: center center !important;

	width: 100%;
	min-height: 250px;
	position: relative;
}

.meal-image-cover .meal-image-loader{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preload-img {
  transition: opacity 0.4s ease;
  opacity: 1;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.preload-img--preloading {
  opacity: 0;
  transition: opacity 0s ease;
}

.ingredients{
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}

.allergens{
	font-size: 12px;
	text-align: left;
}

.allergens span:first-child {
	font-size: 12px;
	font-weight: bold;
}

.additional-notes{
	font-size: 10px;
	text-align: left;
	padding-top: 20px;
	color: rgba(0, 0, 0, 0.55);
}

.modal-xl{
	max-width: 920px;
}

.footer-wrapper .footer-links .col-md-3,
.footer-wrapper .footer-links .col-lg-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.footer-wrapper .footer-links .col-md-3:last-child,
.footer-wrapper .footer-links .col-lg-3:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.modal-view-meal-meta{
    z-index: 999999 !important;
}


/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet
   480-less    - phone landscape & smaller
--------------------------------------------*/
@media (min-width: 1281px) {  }

@media (min-width: 1025px) and (max-width: 1280px) { }

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


	.col-md-6,
	.col-lg-6{
		width: 100%;
	}


	.modal-xl{
		max-width: 85%;
	}

	body .row{
		padding: 0;
	}

	.modal-dialog{
		width: 100%;
	}

	.meal-image-cover{
		min-height: auto;
	}

	.round-primary-macros ul li{
	    margin: 15px 6px 5px;
	}

	.round-primary-macros .circle .inner p.average{
		padding-top: 8px;
		font-family: 'BarlowCondensed-Regular';
		font-size: 16px;
	}

	.round-primary-macros .circle .inner p.average-label{
		font-family: 'BarlowCondensed-Regular';
		font-size: 10px;
		font-weight: lighter;
		text-transform: uppercase;
	}

	.round-primary-macros .circle .inner {
	  background-color: #000;
	  border-radius: 40px;
	  margin: 2px;
	  height: 55px;
	  width: 55px;
	}

	.meal-meta-header p{
		font-size: 11px;
    	width: 90%;
	}

	.table-macros th{
		font-size: 11px;
    	padding: 10px 0 4px;
	}

	.table-macros tr td{
		font-size: 11px;
	}

	.ingredients,
	.allergens{
	    font-size: 11px;
	    width: 95%;
	    margin: auto;
	}

	.allergens span{
		font-size: 11px;
	}

	.additional-notes{
		font-size: 9px;
		width: 95%;
		margin: auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.col-md-6,
	.col-lg-6{
		width: 100%;
	}


	.modal-xl{
		max-width: 85%;
	}

	body .row{
		padding: 0;
	}

	.modal-dialog{
		width: 100%;
	}

	.meal-image-cover{
		min-height: auto;
	}

	.preload-img__wrap{
		min-height: auto;
	}

	.round-primary-macros ul li{
	    margin: 15px 10px 5px;
	}

	.round-primary-macros .circle .inner p.average{
		padding-top: 8px;
		font-family: 'BarlowCondensed-Regular';
		font-size: 16px;
	}

	.round-primary-macros .circle .inner p.average-label{
		font-family: 'BarlowCondensed-Regular';
		font-size: 10px;
		font-weight: lighter;
		text-transform: uppercase;
	}

	.round-primary-macros .circle .inner {
	  background-color: #000;
	  border-radius: 40px;
	  margin: 2px;
	  height: 55px;
	  width: 55px;
	}

	.meal-meta-header p{
		font-size: 11px;
    	width: 90%;
	}

	.table-macros th{
		font-size: 11px;
    	padding: 10px 0 4px;
	}

	.table-macros tr td{
		font-size: 11px;
	}

	.ingredients,
	.allergens{
	    font-size: 12px;
	    width: 95%;
	    margin: auto;
	}

	.allergens span{
		font-size: 12px;
	}

	.additional-notes{
		width: 95%;
		margin: auto;
	}

}

@media (max-width: 768px) {
    .footer-wrapper .footer-links .col-md-3,
    .footer-wrapper .footer-links .col-lg-3 {
        -webkit-box-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;

    }

	.textwidget {
		border-top: 4px dotted #fff;
		padding-top: 15px;
	}
}


@media (min-width: 481px) and (max-width: 767px) {

	.col-md-6,
	.col-lg-6{
		width: 100%;
	}


	.modal-xl{
		max-width: 85%;
	}

	body .row{
		padding: 0;
	}

	.modal-dialog{
		width: 100%;
	}

	.meal-image-cover{
		min-height: auto;
	}

	.preload-img__wrap{
		min-height: auto;
	}

	.round-primary-macros ul li{
	    margin: 15px 6px 5px;
	}

	.round-primary-macros .circle .inner p.average{
		padding-top: 8px;
		font-family: 'BarlowCondensed-Regular';
		font-size: 20px;
	}

	.round-primary-macros .circle .inner p.average-label{
		font-family: 'BarlowCondensed-Regular';
		font-size: 12px;
		font-weight: lighter;
		text-transform: uppercase;
	}

	.round-primary-macros .circle .inner {
	  background-color: #000;
	  border-radius: 40px;
	  margin: 2px;
	  height: 70px;
	  width: 70px;
	}

	.meal-meta-header p{
		font-size: 12px;
		width: 100%;
	}

	.table-macros th{
		font-size: 10px;
    	padding: 10px 0;
	}

	.table-macros tr td{
		font-size: 11px;
	}

	.ingredients,
	.allergens{
		font-size: 12px;
		margin: auto;
	}

	.allergens span{
		font-size: 12px;
	}

}

@media (min-width: 320px) and (max-width: 480px) {
	.col-md-6,
	.col-lg-6{
		width: 100%;
	}

	.modal-xl,
	.modal-lg,
	.modal-md {
		max-width: 90%;
	}

	body .row{
		padding: 0;
	}

	.modal-dialog{
		width: 100%;
	}

	.col-meal-image {
		padding-left: 0;
		padding-right: 0;
	}

	.meal-image-cover{
		height: 320px !important;
		min-height: auto;
	}

	.custom-modal-close-button {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.preload-img__wrap{
		min-height: auto;
	}

	.round-primary-macros ul{
		margin: auto;
	}

	.round-primary-macros ul li{
	    margin: 15px 2px 5px;
	}

	.round-primary-macros .circle .inner p.average{
		padding-top: 6px;
		font-family: 'BarlowCondensed-Regular';
		font-size: 14px;
	}

	.round-primary-macros .circle .inner p.average-label{
		font-family: 'BarlowCondensed-Regular';
		font-size: 9px;
		font-weight: lighter;
		text-transform: uppercase;
	}

	.round-primary-macros .circle .inner {
	  background-color: #000;
	  border-radius: 40px;
	  margin: 2px;
	  height: 45px;
	  width: 45px;
	}

	.meal-meta-header h5{
		font-size: 16px;
		width: 100%;
	}

	.meal-meta-header p{
		font-size: 12px;
		width: 100%;
	}

	.table-macros th{
		font-size: 9px;
    	padding: 10px 0;
	}

	.table-macros tr td{
		font-size: 10px;
	}

	.ingredients,
	.allergens{
		font-size: 11px;
	}

	.allergens span{
		font-size: 11px;
	}
}

/* Ratings v2 */
.desktop-view {
	display: none;
}

.meals-delivered__label {
	font-weight: bold;
}

.meals-delivered__select {
	width: auto;
    padding: 3px;
    background-color: #d9d9d9;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 700;
}

.form-group__responsiveness {
	padding: 26px;
	margin-bottom: 0 !important;
}

.box-shadow {
	border-bottom: 1px solid #c2c2c2;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px
}

.content-menu-area:before {
	content: none !important;
}

.viva__font-family {
	font-family: 'Viva Beautiful Caps';
}

.page-customer-rate-your-meals .menu-rym-question {
	width: 48%;
}

@media (max-width: 991px) {
	.page-customer-rate-your-meals .menu-rym-question {
		width: 73%;
	}
}

@media (max-width: 767px) {
	.page-customer-rate-your-meals .menu-rym-question {
		width: 100%;
	}
}

@media (max-width: 477px) {
	.meals-delivered__select:focus {
		width: 60%;
		padding: 3px;
		background-color: #d9d9d9;
		border-radius: 4px;
		border: none;
		font-size: 11px !important;
		font-weight: 700;
	}

	.page-customer-rate-your-meals .content-menu-area {
		margin-top: 0px;
	}

	.mobile-view__responsiveness {
		/* display: block; */
		display: flex;
		align-items: center;
	}

	.desktop-view {
		display: none;
	}

	.meals-delivered__label {
		font-size: 13px;
		font-weight: bold;
		width: 40%;
	}

	.meals-delivered__select {
		width: 60%;
		padding: 3px;
		background-color: #d9d9d9;
		border-radius: 4px;
		border: none;
		font-size: 11px;
		font-weight: 700;
	}

	.form-group__responsiveness {
		padding: 26px;
		margin-bottom: 0 !important;
	}

	.box-shadow {
		border-bottom: 1px solid #c2c2c2;
		box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px
	}

	.content-menu-area:before {
		content: none !important;
	}

	.viva__font-family {
		font-family: 'Viva Beautiful Caps';
	}
}

@media (max-width: 409px) { 
	.meals-delivered__label {
		font-size: 12px;
		font-weight: bold;
		width: 40%;
	}

	.meals-delivered__select {
		font-size: 11px;
	}
}

@media (max-width: 384px) { 
	.meals-delivered__label {
		font-size: 11px;
		font-weight: bold;
		width: 40%;
	}

	.meals-delivered__select {
		font-size: 11px;
	}
}

@media (max-width: 360px) { 
	.meals-delivered__label {
		font-size: 10px;
		font-weight: bold;
		width: 40%;
	}

	.meals-delivered__select {
		font-size: 10px;
	}

	.meals-delivered__select:focus {
		font-size: 10px !important;
	}
}
