/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


:root {
	--primary: #263B2C; /* dark olive green */
	--secondary: #395815; /* light olive green */
	--tertiary: #57563A; /* dimmed olive green */
	--orange: #E14800;
	--orange_dimmed: #A44B21;
	--text: #444;
	--dark_bg: #251723; /* deep brown */
	--light_bg: #f5f1e8;


	--orange2: #e75925;
	--carrot: #a1502e;
}

.orange-link a {
    color: var(--orange);
}

.orange-link a:hover {
    color: var(--orange_dimmed);
}



/* Header */

a.google_reviews_header {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 40px;
    overflow: hidden;
    zoom: 0.9;
}

.google_reviews_header,
div.eapps-widget {
    display: inline-block;
}

.menu-item-btn-style-button_accent-color a:before, 
.menu-item-btn-style-button_accent-color a:after {
	background-color: var(--orange_dimmed) !important;
}

.menu-item-btn-style-button_accent-color a:hover:before, 
.menu-item-btn-style-button_accent-color a:hover:after {
	background-color: var(--orange) !important;
}

#header-outer .wpml-ls-menu-item .wpml-ls-flag {
    border-radius: 4px;
    position: relative;
    top: 2px;
}


/* Menu */

body .nectar_food_menu_item {
    margin-bottom: 40px !important;
}

body .nectar_food_menu_item .inner {
    align-items: flex-end;
}

/*
.nectar_food_menu_item .item_name {
    max-width: 370px;
}
*/

.smaller-menu .nectar_food_menu_item .item_name h3, 
.smaller-menu .nectar_food_menu_item .item_name h4 {
    font-size: 18px;
}

.nectar_food_menu_item .item_price h3, 
.nectar_food_menu_item .item_price h4 {
    font-family: Montserrat;
}

.smaller-menu .nectar_food_menu_item .item_price h3, 
.smaller-menu .nectar_food_menu_item .item_price h4 {
    font-size: 16px;
}

.nectar_food_menu_item .item_price {
    position: relative;
    padding-left: 10px;
    top: -1px; 
}

.nectar_food_menu_item .item_description b:after {
    content: '•';
    padding: 0 4px 0 8px;
}

.nectar_food_menu_item .line_spacer {
    border-bottom: 2px dotted #000;
    opacity: 0.4;
    top: -5px;
    position: relative;
}

.nectar_food_menu_item .item_description {
    font-size: 14px;
    line-height: 1.7;
    max-width: 500px;
}




/* Gallery */

.portfolio-items .col .work-item.style-2 {
    border-radius: 10px;
}




/* Gform / Gravity Forms */

.gform_wrapper input[type=date], 
.gform_wrapper input[type=email], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password], 
.gform_wrapper input[type=search], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=text], 
.gform_wrapper input[type=url], 
.gform_wrapper select, 
.gform_wrapper textarea {
    border-radius: 8px;
}

.gfield--type-text + .gfield--type-html {
    margin-top: 30px !important;
}

.gf_readonly input {
    cursor: default;
}

p.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gform_footer button {
    background: var(--orange_dimmed);
}

.gform_wrapper.gravity-theme .gform_footer button:hover {
    background: var(--orange) !important;
}



/* Google Maps */

#google-maps iframe {
    border-radius: 15px !important;
}



/* Footer */

#media_image-2 img {
    max-width: 120px !important;
}

#footer-outer #footer-widgets {
    font-size: 15px;
}

.footer-contact {
    display: inline-flex !important;
    align-items: center;
}

.footer-contact i {
    font-size: 14px !important;
    margin-right: 10px;
    width: 14px !important;
    display: inline-block;
}

a.footer-contact.footer-phone {
    margin-top: 25px;
}

a.footer-contact.footer-phone i {
    font-size: 18px !important;
}

.footer-hours span {
    display: inline-block;
    width: 120px;
}

.material #footer-outer #footer-widgets .col ul li {
    padding: 0 0 !important;
}




@media only screen and (max-width: 900px) {

    body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items:has(>*) {
        display: block;
    }

    body.material #header-secondary-outer nav>.sf-menu {
        display: none !important;
    }

    body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items .wpml-ls-item {
        display: inline-block !important;
        margin-right: 10px;
        margin-top: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #slide-out-widget-area .wpml-ls-menu-item .wpml-ls-flag {
        width: 25px;
        border-radius: 4px;
    }

}





@media only screen and (max-width: 690px) {

html body[data-header-format].material #header-secondary-outer {
    display: block;
    height: auto;
}

#slide-out-widget-area .mobile-only .menu.secondary-header-items {
    margin-top: 45px;
}

#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items a {
    letter-spacing: 0.05em;
    /* letter-spacing: 0.1em; */
}

#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items .menu-item-24 {
    max-width: 200px !important;
    display: block;
}

}