/*
 Theme Name:   Blu Restaurant & Bar theme
 Theme URI:    https://totalwptheme.com/
 Description:  Theme for the Blu Restaurant & Bar website
 Author:       A Mix of Pixels
 Author URI:   https://amixofpixels.com/
 Template:     Total
 Version:      1.0.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/** GENERAL STYLES **/
.blu-img-border img, .wpb_text_column.blu-txt-border {
	border: 10px solid #fff;
}

/** MENU STYLES **/
.blu-menu-images img {
	margin-bottom: 50px;
}

/** GRAVITY FORMS **/
.gform-theme--foundation .gform_fields {
	row-gap: 20px!important;
}

.gform-body .gform_fields input {
	border-radius: 0!important;
}

#gform_submit_button_1 {
	background-color: var(--wpex-palette-13-color);
}

@media only screen and (max-width: 767px) {
	#contact-info.mobile-bg {
		background-image: none !important;
	}
}
@media only screen and (min-width: 960px) {
	.right-overlay-txt {
		margin-left: -100px;
		z-index: 100;
	}
	.left-overlay-txt {
		margin-right: -100px;
		z-index: 100;
	}
	.right-overlay-txt.vc_col-sm-2\/5, .left-overlay-txt.vc_col-sm-2\/5 {
		width: calc(40% + 100px);
	}
	.right-overlay-txt .vc_column-inner, .left-overlay-txt .vc_column-inner {
		box-shadow: 0 0 16px rgba(0,0,0,.1);
	}
}