/*
Site Name: Cali Fit Meals
Description: Styles used throughout the site
Author: Russ Thompson
Author URI: https://russell-dev.rocks
Version: 1.0.0
*/

/** Google Fonts specifications
    // use the following when specifying google embeded fonts:
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Ropa Sans', sans-serif;
    font-family: 'Space Grotesk', sans-serif;
 **/

body {
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* nav styles */
nav {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 20px;
    position: sticky;
    top: 0;
    padding: 8px 20px;
    background-color: #fffdf7;
    border-bottom: 1px solid #d3d3d3;
}

nav .rt-nav-menu {
    text-align: center;
}

nav .rt-nav-logo {
    text-align: left;
}

nav .rt-nav-login {
    text-align: right;
}

a, a:visited, .nav-link {
    color: #000000 !important;
}

a:hover, a:focus, .nav-link:hover, .nav-link:focus {
    color: #2a6bff !important;
}

.rt-btn-white {
    background-color: transparent !important;
}

.rt-btn-blue {
    background-color: #094fdb !important;
    padding: 0px !important;
}

.rt-primary-blue-button, .rt-primary-blue-button:visited {
    background-color: #3167ff !important;
    color: #ffffff !important;
    line-height: 1.33em;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    transition: opacity 0.2s;
    transition-property: opacity;
    transition-duration: 0.2s;
}

.rt-primary-blue-button:hover, .rt-primary-blue-button:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #094fdb !important;
}

.rt-primary-outline-blue-button, .rt-primary-outline-blue-button:visited {
    color: #3167ff !important;
    line-height: 1.33em;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    border: 1px solid #3167ff;
    border-radius: 0px !important;
    transition: opacity 0.2s;
    transition-property: opacity;
    transition-duration: 0.2s;
}

.rt-primary-outline-blue-button:hover, .rt-primary-outline-blue-button:focus {
    background: transparent !important;
    color: #3167ff !important;
    text-decoration: none !important;
    border: 1px solid #3167ff;
    border-radius: 0px !important;
}

.rt-blue-link {
    font-weight: 600;
    color: #3167ff !important;
    text-decoration: none;
}

/* this overrides the bootstrap default */
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
    background-color: #f7f7f7 !important;
}

.nav-btn {
    padding: 1px 1px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
}

.nav-btn-holder {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

.rt-square-button {
    border: 0px;
    border-radius: 0px;
}

.login-button {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 500; 
}

.mock-link {
    /* this is for items that will be links or nav items in the future. currently need to look like links, but do nothing */
    cursor: pointer;
    color: #1603c0;
}

.mock-link:hover {
    color: #100380;
}

.mock-link-active {
    color: #000000;
    font-weight: 600;
}

.rt-flex-justify-around {
    justify-content: space-around;
}

.rt-flex-justify-between {
    justify-content: space-between;
}

.rt-flex-justify-evenly {
    justify-content: space-evenly;
}

/* footer styles */
footer {
    background-color: #1f1f1f;
    border-top: 1px solid #1f1f1f;
    padding-top: 20px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 50px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    color: #ffffff;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 10px !important;
}

.footer-column {
    padding: 10px 35px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
}

.footer-column h3 {
    font-family: 'Space Grotest', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

footer .upper-footer-row {
    background-color: #1f1f1f;
}

footer .lower-footer-row {
    background-color: #000000;
    font-size: 0.75rem;
    line-height: 1.1rem;
    padding-top: 10px;
    color: #a1a1a1;
}

footer .lower-footer-row a, footer .lower-footer-row a:visited {
    color: #a1a1a1 !important;
}

.footer-chevron {
    font-size: 0.75rem;
    font-weight: 900 !important;
    color: #ffc002;
}

.rt-footer-helper-text {
    font-size: 0.7rem;
}

.caam-logo {
    margin-bottom: 0px !important;
}

footer a {
    text-decoration: none !important;
    color: #ffffff !important;
}

footer a:hover, footer a:active {
    text-decoration: none !important;
    color: #ffc002 !important;
}

footer a:visited {
    text-decoration: none !important;
    color: #ffffff !important;
}

.rt-float-right {
    float: right;
}
/* end footer styles */
.rt-main-container {
    margin-top: 50px !important;
    margin-bottom: 3rem !important;
}

/* for modal stuff */
.rt-clickable-card {
    cursor: pointer;
}

/* try using .modal-lg from bootstrap
#mealDetail .modal-dialog {
    width: 750px !important;
    max-width: 750px !important;
}
*/

#mealDetail .modal-header h5 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
}

#mealDetail .modal-header p {
    font-size: 1.0rem;
    color: #333333;
}

#mealDetail .modal-body {
    font-size: 1.0rem;
}

.modal-content .card {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12); /*2px 2px 2px #999999;*/
}

#rt_modal-description {
    margin-bottom: 20px;
}

#rt_modal-short_description {
    color: #777777 !important;
    font-style: italic !important;
}

.rt-category-button {
    background: #47f1f7;
    border-radius: 20px;
    font-size: 0.75em !important;
    line-height: 0.8em !important;
    cursor: default !important;
    margin-right: 5px;
}

.rt_nutrition_table_tl {
    border-top: none !important;
    border-right: 1px solid #d3d3d3 !important;
    border-bottom: 1px solid #d3d3d3 !important;
    border-left: none !important;
    width: 50% !important;
}

.rt_nutrition_table_tr {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #d3d3d3 !important;
    border-left: 1px solid #d3d3d3 !important;
    width: 50% !important;
}

.rt_nutrition_table_bl {
    border-top: 1px solid #d3d3d3 !important;
    border-right: 1px solid #d3d3d3 !important;
    border-bottom: none !important;
    border-left: none !important;
}

.rt_nutrition_table_br {
    border-top: 1px solid #d3d3d3 !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 1px solid #d3d3d3 !important;
}

.nutrition-item-title {
    display: block;
    color: #555555;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.1;
}

.nutrition-item-value {
    display: block;
    color: #999999;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1;
}

.rt-modal-card-title {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.rt-meal-dialog_accordion-item {
    border: none !important;
}

.rt-meal-dialog_accordion-button:focus {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
}

.rt-meal-dialog_accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
}

.rt-modal_table-ingredient-grid {
    border: none !important;
}

.rt-modal_ingredient-grid-cell {
    background: transparent;
    border: none;
    text-align: center !important;
    font-size: 0.9em !important;
    height: 50%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.rt-modal_ingredient-grid-cell table {
    height: 100% !important;
    margin-bottom: 0 !important;
}

.rt-modal_ingredient-grid-cell table tr {
    height: 50% !important;
}

.ingredient-one, .ingredient-three {
    width: 33% !important;
}

.ingredient-two {
    width: 34% !important;
}

.rt-meal-dialog_card-footer {
    background-color: transparent !important;
    border-top: none !important;
}