/*
Theme Name: Ristoro della Salute
Theme URI: http://www.ristorantecolosseo.it
Description: Il tema grafico del sito del ristorante Ristoro della Salute
Version: 2.5.2
Author: Carattere Mobile
Author URI: http://caratteremobile.com
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grandrestaurant
Template: grandrestaurant
*/

/* Header Top Bar*/
.side_above_top_bar > .top_contact_info,
.side_above_top_bar > .top_contact_info a,
.side_above_top_bar > .top_contact_info i,
.side_above_top_bar > .top_contact_info a i { 
    color: #777777;
}

.side_above_top_bar > .top_contact_info a:hover,
.side_above_top_bar > .top_contact_info a:hover i {
    color: #ffffff;
}

.side_above_top_bar .social_wrapper {
    margin-top: 20px;
}

.side_above_top_bar .social_wrapper ul li a i, 
.side_above_top_bar .social_wrapper.small ul li a i {
    line-height: 18px;
    font-size: 18px;
}

.side_above_top_bar .social_wrapper ul li a:hover {
    color: #ffffff;
}

/* Reservation Button */
.menu_buttons_content > div {
    display: inline-block;
    vertical-align: middle;
}

.button_nav {
    list-style: none;
    font-size: 12px;
    line-height: 1.5;
}

.button_nav li {
    float: left;
}

.button_nav li > a {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .8em 1.7em .6em 1.7em;
    font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
	background: transparent !important;
	color: #222;
	border: 2px solid #222;
}



/* Reservation Button */
.rds_reservation_button
{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
	background: transparent !important;
	color: #222;
	border: 2px solid #222;
}

.mobile_menu_wrapper .button_nav li {
    float: none;
}

.mobile_menu_wrapper .button_nav li > a,
.mobile_menu_wrapper > .rds_reservation_button {
    margin: 0;
    display: none;
    border-color: #777777;
    color: #777777; 
}

.mobile_menu_wrapper .button_nav li > a:hover,
.mobile_menu_wrapper > .rds_reservation_button:hover {
    border-color: #ffffff;
    color: #ffffff; 
}
.top_bar.hasbg .button_nav li > a,
.top_bar.hasbg .button_nav li > a:hover,
.top_bar.hasbg .rds_reservation_button,
.top_bar.hasbg .rds_reservation_button:hover {
	background: transparent !important;
	border: 2px solid #fff;
	color: #fff;
}

.top_bar.scroll .button_nav li > a,
.top_bar.scroll .button_nav li > a:hover,
.top_bar .rds_reservation_button,
.top_bar .rds_reservation_button:hover  {
    border-color: #222222;
    color: #222222;
}

.mobile_menu_wrapper #searchform input[type="text"] {
    width: 88%;
}

@media only screen and (max-width: 767px) {
    .top_bar .menu_buttons_content > div,
    .top_bar .rds_reservation_button {
        display: none !important;
    }
    .mobile_menu_wrapper .button_nav li a,
    .mobile_menu_wrapper > .rds_reservation_button {
        display: block;
        clear: both;
    }

    .mobile_menu_wrapper .button_nav li + li,
    .mobile_menu_wrapper .rds_reservation_button + .rds_reservation_button {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .side_above_top_bar {
        display: none;
    }
}

.ppb_fullwidth_button h2.title {
    font-weight: 400;
}

/* Variazioni sul verde */
.ppb_title_first, .readmore,
.withtopbar > .ppb_title_first, 
.ppb_title > .ppb_title_first,
#page_caption.hasbg h1 .ppb_title_first, h1.hasbg .ppb_title_first {
    color: #396730;
    text-shadow: 1px 1px 1em #fff;
}

.widget_tag_cloud div a, .meta-tags a, .tag_cloud a, .post_excerpt.post_tag a {
    border-color: #396730 !important;
}

.ppb_wrapper .menu_content_classic .menu_highlight, 
.ppb_wrapper .menu_content_classic .menu_order {
    background-color: #396730;
}

/* Menu Gruppi */
div.menu-gruppi-wrapper {
    overflow-x: auto;
}

table.menu-gruppi {
    width: 100%;
}

table.menu-gruppi thead {
    background-color: rgba(255,255,255,.95)
}

table.menu-gruppi th {
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    padding-right: 60px;
}

table.menu-gruppi .menu_price {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
}

table.menu-gruppi tbody ul {
    margin-top: 5px;
    list-style-position: inside;
    font-size:.95em;
}

table.menu-gruppi tr th + th,
table.menu-gruppi tbody td + td {
    border-left: 4px double #e1e1e1;
}

table.menu-gruppi tr td {
    padding: 10px;
}

table.menu-gruppi tbody strong {
    font-size: 1.1em;
}

/* Footer Bar */
.footer_bar_left {
    float: left;
    width: 50%;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
    color: #999999;
}

.footer_bar_left > #copyright {
    float: none;
    width: auto;
    margin-bottom: 0;
}

#designer {
    text-transform: uppercase;
}

#designer a {
    color: #999;
}

@media only screen and (max-width: 767px) {
    .footer_bar_left {
        width: 100%;
        padding: 0 30px;
        text-align: center;
        box-sizing: border-box;
    }

    #footer_menu {
        text-align: center;
        margin-bottom: 1em;
    }

    #footer_menu li {
        float: none;
        display: inline;
    }

    .footer_bar_left > #copyright {
        float: none;
        padding: 0;
        text-align: center;
        margin-bottom: 1em;
    }
}

input[type=number] {
    padding: 13px 10px 13px 10px;
    font-size: 100%;
    font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
    margin: 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transition: border-color linear .3s;
    -moz-transition: border-color linear .3s;
    -o-transition: border-color linear .3s;
    transition: border-color linear .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=number] {
    background-color: #ffffff;
    color: #444444;
    border-color: #e1e1e1;
}

/* Reservation Form*/
#reservation_wrapper { 
    /* Proviamo a fixare lo scrolling su iphone | Il problema è legato all'utilizzo di un un elemento posizionato fixed e avente z-index maggiore di altri elementi*/
    height: calc(100% + 1px); 
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}

.reservation_form input[type=number], 
.reservation_form input[type=number]:focus {
    padding: 13px 10px 13px 10px;
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-size: 100%;
    outline: none;
    box-sizing: border-box;
}

.reservation_form select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}

.reservation_form select > option{
    color: #000;
}

#reservation_submit_btn {
    background-color: #396730;
}

.reservation_form input[type=number] {
    -moz-appearance: textfield;
}


.reservation_shortcode_form input[type="text"],
.reservation_shortcode_form input[type="number"],
.reservation_shortcode_form select, 
.reservation_shortcode_form textarea
{
	margin-bottom: 15px;
	width: 100%;
}


/* Widget Opening Time */
.opening-time { position: relative; box-shadow: 0 0 0 2px #33322e; border: 1px solid #999996; box-sizing: border-box; }
.opening-time h2 { font-weight: bold; text-align: center; color: #ffffff; border-bottom: 1px solid rgba(250, 250, 250, 0.1); padding-bottom: 15px; }

.time-table { padding: 0 30px 24px 30px; }

.week-day { padding: 4px 0; margin: 0; /*color: #999996;*/ }
.week-day dt { float: left; width: 50%; font-weight: normal; }
.week-day dd { text-align: right; }
.week-day.today dt, .week-day.today dd { font-size: 15px; font-weight: bold; color: #ffffff; }

/* Language List */
#language_list ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

#language_list li {
    display: inline;
    padding: 0 10px;
}

#language_list li:first-child {
    padding-left: 0; 
}

/* CF7 */
div.wpcf7 {
	margin-top: 50px;
}

.wpcf7-form input.wpcf7-text, .wpcf7-form textarea, .wpcf7-form input.wpcf7-date, 
.wpcf7-form select.wpcf7-select, .wpcf7-form input.wpcf7-number{
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-acceptance label {
    text-transform: unset;
}

select.reservation-fields > option[value=""] {
    color: #777777;
}

div.wpcf7-response-output {
    clear: both;
    margin-top: 50px;
}

/**
* Restaurant Reservation Plugin
*/
.rtb-booking-form fieldset legend {
    text-transform: uppercase;
    margin-bottom: 1.5em;
    padding: 0 0 1px;
    border-bottom: 1px solid #222;
    display: inline-block;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-size: 21px;
    display: none;
    visibility: hidden;
}

.rtb-booking-form fieldset.reservation,
.rtb-booking-form fieldset.rtb-contact {
    margin-bottom: 1.5em;
}

.rtb-booking-form fieldset.reservation > div,
.rtb-booking-form fieldset.rtb-contact > div {
	width: 30.66%;
	float: left;
	margin-right: 4%;
	position: relative;
    box-sizing: border-box;
    margin-top: 0;
}

.rtb-booking-form fieldset.reservation > div:last-child,
.rtb-booking-form fieldset.rtb-contact > div.phone {
    margin-right: 0 !important;
    float: right;
}

.rtb-booking-form fieldset.rtb-contact > div.message {
    position: absolute;
}

.rtb-booking-form fieldset.rtb-contact > div.message-open {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
    box-sizing: border-box;
    margin-top:1em;
}

.rtb-booking-form div.add-message > a {
    margin-top: 1em;
    margin-bottom: 10px;
	display: block;
	font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.rtb-booking-form fieldset.reservation input,
.rtb-booking-form fieldset.rtb-contact input,
.rtb-booking-form fieldset.rtb-contact textarea {
    max-width: none;
}

.rtb-booking-form fieldset.reservation select {
    width: 100%;
}

input[type=tel] {
    padding: 13px 10px 13px 10px;
	font-size: 100%;
	font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin: 0;
	background: #fff;
	border: 1px solid #e1e1e1;
	outline: none;
	-webkit-transition: border-color linear .3s;
	-moz-transition: border-color linear .3s;
	-o-transition: border-color linear .3s;
	transition: border-color linear .3s;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}

.rtb-booking-form button[type=submit] {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .8em 1.7em .6em 1.7em;
	color: #222;
	background: transparent;
	border: 2px solid #cfa670;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-shadow: none;
	margin-right: 5px;
	text-shadow: none;
	-webkit-appearance: none;
	box-shadow: 0 0 0 0 !important;
	line-height: 1.5 !important;
	
	-webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
	-moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
	-ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
	-o-transition: color .2s linear, background .1s linear, opacity .2s linear;
	transition: color .2s linear, background .1s linear, opacity .2s linear;
}

.rtb-booking-form button[type=submit] {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media only screen and (max-width: 960px) {
    .rtb-booking-form fieldset.reservation > div,
    .rtb-booking-form fieldset.rtb-contact > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
        clear: both;
    }

    .rtb-booking-form fieldset.reservation, 
    .rtb-booking-form fieldset.rtb-contact {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rtb-booking-form fieldset.reservation > div,
    .rtb-booking-form fieldset.rtb-contact > div {
        margin-bottom: 3%;
    }

}