/*
Theme Name: NineZeroSeven Child
Theme URI: https://www.thegratzi.com
Author: Daniel Hatter of The Gratzi, Inc.
Author URI: https://thegratzi.com/team-member/daniel-hatter
Template: ninezeroseven
Description: Updated 12/17/2020
Version: 2.4
License: GNU General Public License
License URI: license.txt
Tags: black,white,orange,flexible-width,custom-background,custom-colors,featured-images,full-width-template,theme-options,translation-ready,left-sidebar,right-sidebar
*/

@import url("../ninezeroseven/style.css");

/************************************************************************
* Custom CSS code below
*************************************************************************/

/*** HEADINGS ***/
@import url("headings.css");

/*** FONT IMPORTS ***/
/*@import url("assets/fonts/proxima-nova/stylesheet.css");*/
/*@import url("assets/fonts/brandon-grot/stylesheet.css");*/
/*@import url("assets/fonts/futura-pt/stylesheet.css");*/

/*** CUSTOM FONTS ***/
.special-heading-1 {
	text-transform: uppercase;
}
.special-heading-2 {
	text-transform: none;
}
.special-heading-3 {
	text-transform: uppercase;
}
.special-heading-4 {
	text-transform: none;
}

/*** STYLES ***/
html {
	scroll-behavior: smooth;
}
.admin-bar-logo {
    top: -1px!important;
}
.wow,
.wbc-hr,
.wbc-list li,
.wpb_wrapper > a > .wbc-icon-wrapper { /* fixes 907 animated elements appearing then animating */
	visibility: hidden;
}
.wbc-color {
	font-weight: 600;
}
ul#main-menu a {
	color: #fff;
	text-transform: uppercase;
}
ul#mobile-nav-menu-ul a {
	text-transform: uppercase;
}
.primary-menu .wbc_menu > li > a:hover,
.primary-menu .wbc_menu > li.current-menu-item > a {
	background: #212221;
}
.primary-menu .wbc_menu > li:last-child > a {
    padding-right: 14px;
}
#main-menu .sub-menu {
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#mobile-nav-menu {
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
ul.sub-menu {
	padding: 0!important;
}
/*#mobile-nav-menu ul.sub-menu {
	display: block;
}*/
.site-logo-title.has-logo img {
	padding: 5px 0;
}
/* fix for sticky menu not resizing on scroll up */
/*.sticky-menu:not(.is-sticky) .header-inner,
.sticky-menu:not(.is-sticky) .site-logo-title.has-logo {
	height: 100px!important;
}
.sticky-menu:not(.is-sticky) #main-menu > li {
	line-height: 100px!important;
}*/
/* end fix for sticky menu not resizing on scroll up */
.wbc-submenu-arrow i {
	color: #777!important;
}
.mobile-nav-menu {
    max-height: 400px;
}
b,strong {
	font-weight: 600;
}
.main-content-area p a {
	font-weight: 600;
	text-decoration: none;
}
.main-content-area p a:hover {
	text-decoration: underline;
}
.hidden {
	display: none!important;
}
.white-text {
	color: #fff!important;
}
.grey-text {
	color: #777!important;
}
.card .wbc-icon-box {
	transition: box-shadow .25s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.card .wbc-icon-box:hover {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.wbc-button {
	text-transform: uppercase;
}
.gform_wrapper {
	margin: 0 0 30px!important;
}
ul.gform_fields li:first-of-type:not(.gf_left_half):not(.gf_left_third) {
	margin-top: 0!important;
}
.gform_button.button {
	font-weight: 400;
    float: none;
	font-size: 18px!important;
	padding: 12px 28px!important;
	text-transform: uppercase!important;
	border-width: 1px!important;
	background: #cc6633!important;
	border-color: #cc6633!important;
}
.gform_button.button:hover,
.gform_button.button:active {
	background: #a65227!important;
	color: #fff!important;
	border-color: #a65227!important;
}
.gform_confirmation_wrapper {
	opacity: 1!important;
}
.gform_footer {
	margin-top: 0!important;
	padding-bottom: 0!important;
}
span.gfield_required {
	color: red;
}
.gf_stylespro .gform_footer {
    margin-top: 0;
    padding: 0;
    border-top: none;
}
.gf_stylespro .gf_hide_label {
    margin-top: 0;
}
.gf_stylespro.gf_stylespro_wrapper,
.gf_stylespro_wrapper {
    padding: 0;
}
label,
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
	margin-bottom: 0;
	opacity: 1;
	font-weight: 600;
}
.nomargin {
	margin: 0!important;
}
.only-mobile,
.only-small {
	display: none;
}
@media only screen and (max-width: 991px) {
	.no-medium {
		display: none!important;
	}
}
@media only screen and (max-width: 767px) {
	.left-mobile,
	.left-mobile h1,
	.left-mobile h2,
	.left-mobile h3,
	.left-mobile h4,
	.left-mobile h5,
	.left-mobile h6,
	.left-mobile .wpb_single_image {
		text-align: left!important;
	}
	.center-mobile,
	.center-mobile h1,
	.center-mobile h2,
	.center-mobile h3,
	.center-mobile h4,
	.center-mobile h5,
	.center-mobile h6,
	.center-mobile .wpb_single_image {
		text-align: center!important;
	}
	.no-mobile {
		display: none!important;
	}
	.only-mobile {
		display: block;
	}
	.wpb_map_wraper {
		height: 360px!important;
	}
	.wpb_map_wraper iframe {
		height: 680px!important;
	}
}
@media only screen and (max-width: 480px) {
	.only-small {
		display: block;
	}
}
.shadow .wbc-heading,
.shadow .wpb_text_column {
	text-shadow: 0px 0px 3px #242424!important;
}
footer .widget {
	font-size: 14px;
}
/*footer .widget a i {
	font-size: 32px;
	margin: 0 4px 4px 0;
}*/
.smaller {
	font-size: 16px;
}
@media only screen and (min-width: 768px) {
	footer .widgets-area .col-sm-4:first-of-type {
		padding-right: 60px;
	}
	.larger {
		font-size: 22px;
	}
}
@media only screen and (max-width: 767px) {
	footer {
		text-align: center;
	}
	.footer-menu ul {
		text-align: center;
		padding-left: 0;
		margin-top: 20px;
	}
}

/* wpbakery single image */
a.vc_single_image-wrapper img {
	opacity: 1;
	transition: .25s;
}
a.vc_single_image-wrapper:hover img {
	opacity: .8;
}
/* end wpbakery single image */

/* wpbakery image gallery */
.wpb_gallery .wpb_image_grid ul.wpb_image_grid_ul {
	text-align: center!important;
	font-size: 0!important;
	height: auto!important;
}
.wpb_gallery .wpb_image_grid ul.wpb_image_grid_ul li.isotope-item {
    position: static!important;
    margin: 15px!important;
    float: none!important;
	display: inline-block!important;
}
.wpb_gallery .wpb_image_grid ul.wpb_image_grid_ul li.isotope-item a img {
    opacity: 1;
	transition: .25s;
}
.wpb_gallery .wpb_image_grid ul.wpb_image_grid_ul li.isotope-item a:hover img {
    opacity: .8;
}
/* end wpbakery image gallery */

footer .bottom-band {
	border-top: 0px;
    font-size: 14px;
	/*background: url('/wp-content/uploads/menu_bg.jpg') repeat center top #010001;*/
}
footer .bottom-band .col-sm-6.copy-info {
	width: 100%;
	text-align: center;
	max-width: 100%;
	flex: auto;
}
footer .bottom-band .col-sm-6.extra-info {
	display: none;
}
ul.zoom-social-icons-list {
	font-size: 0;
}
footer .zoom-social-icons-list li {
	border: none!important;
	margin: 0 5px 0 0!important;
	padding: 0!important;
}
/*.footer-menu li {
    border-right: 1px solid #fff;
}*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	margin: 1em 0;
}
.woocommerce-cart-form td.product-quantity label/*,
.woocommerce-cart-form td.product-quantity .minus,
.woocommerce-cart-form td.product-quantity .plus*/ {
	display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 33px;
	font-size: 12px;
}
.woocommerce-tabs h2 {
	display: none;
}
.blog .main-content-area,
.category .main-content-area {
	padding: 40px 0;
}
.blog h1.entry-title,
.category h1.entry-title {
	margin: 0 0 40px;
}
.blog article.post,
.category article.post {
	padding: 0 0 30px;
	margin: 0 0 30px;
}
.blog article.post:last-of-type,
.category article.post:last-of-type {
	margin: 0;
}
.blog .entry-meta,
.category .entry-meta,
.single-post .entry-meta {
	display: none;
}
.blog .more-link,
.category .more-link {
	text-align: left;
	margin-top: 20px;
}
.blog .post-header .entry-title,
.category .post-header .entry-title {
	margin-bottom: 20px;
}
.link-box .wbc-color-box h3.vc_custom_heading a {
	padding: 40px 40px 20px 40px;
	display: block;
}
.link-box .wbc-color-box div.vc_custom_heading a {
	padding: 0 40px 40px 40px;
	display: block;
}
.link-box .wbc-color-box .wpb_single_image {
	overflow: hidden;
}
.link-box .wbc-color-box .wpb_single_image img {
	transition: transform 3s;
}
.link-box .wbc-color-box:hover .wpb_single_image img {
	transform: scale(1.25);
}
.link-box a.vc_single_image-wrapper img {
	opacity: 1!important;
}
form.post-password-form {
	margin: 100px auto 0;
	padding: 60px 15px 50px;
	max-width: 1170px;
}
td, th {
	border: inherit;
}
table:not(.wp-calendar-table) tr:nth-child(2n) {
    background-color: inherit;
}
.wbc-list {
	margin: 0 0 20px;
}
.wbc-list li .wbc-icon-wrapper {
	position: relative;
	top: 3px;
}
.page-wrapper {
	background: url('/wp-content/uploads/site_bg.jpg') 0 0 repeat fixed!important;
}
.special-heading-4:before {
	background: transparent url('/wp-content/uploads/h1_styling1.png') no-repeat;
	content: '';
	height: 24px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	width: 86px;
}
/*.menu-bar-wrapper, .menu-bar-wrapper.is-sticky {
    background: url('/wp-content/uploads/menu_bg.jpg') repeat center top #010001;
}*/
footer.main-footer .contacts a {
	display: block;
	padding: 2.5px 0;
}
footer.main-footer .contacts a i {
	margin: 0 8px 0 0;
	width: 20px;
	text-align: center;
	color: #010001;
	font-size: 18px;
	position: relative;
	top: 2px;
}
ul.dotted_bg li {
	background: url('/wp-content/uploads/dotted_bg.png') repeat-x scroll 0 0 transparent;
	background-position: 0 12px;
	line-height: 25px;
	list-style: none;
	margin-bottom: 2px;
	padding: 0!important;
	position: relative;
	text-align: right;
}
footer ul.dotted_bg li {
	clear: both;
	float: left;
	width: 100%;
	border: 0!important;
}
ul.dotted_bg li:before {
	content: "";
}
ul.dotted_bg li > span {
	display: inline-block;
	float: left;
	/*padding: 0 5px;*/
	z-index: 1;
}
.menu ul.dotted_bg li > span {
	background-color: #1e1d23;
}
footer ul.dotted_bg li > span {
	background-color: #212221;
}
.dotted_bg li > span + span {
	float: right;
}
.dotted_bg li > p {
	clear: both;
	margin: 5px 0 10px;
	float: left;
	text-align: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #cc6633;
}
.menu + .wpb_single_image {
	clear: both;
}
@media only screen and (min-width: 768px) {
	footer.main-footer .col-sm-6.col-lg-4:first-of-type {
		padding-right: 45px;
	}
}
.menu ul.dotted_bg {
	padding: 0;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.menu ul.dotted_bg li {
	margin-bottom: 5px;
	clear: both;
	float: left;
	width: 100%;
}
.menu h4 {
	margin: 0 0 15px;
	background: #fff;
	color: #1e1d23;
	padding: 10px 15px 7px;
	text-transform: uppercase;
}
.menu h4:after {
	border: 0 solid transparent;
	border-left-width: 15px;
	border-bottom: 5px solid #eee;
	content: '';
	height: 0;
	position: absolute;
	top: -7px;
	left: 0;
	width: 0;
	border-bottom-color: #fff;
}
.menu > div > p {
	margin: 0 0 15px;
	color: #fff;
}
.drink-menu {
	margin: 0 0 15px;
}
.drink-menu img {
	margin: 0 0 15px;
	border-radius: 50%;
}
.drink-menu ul.dotted_bg {
	margin: 15px 0 0;
	padding: 0;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.drink-menu ul.dotted_bg li {
	background: url('/wp-content/uploads/dotted_bg_dark.png') repeat-x scroll 0 0 transparent;
	background-position: 0 12px;
	height: 25px;
}
.drink-menu ul.dotted_bg li > span {
	background-color: #f9f6ef;
}
.drink-menu p {
	color: #777;
	font-size: 14px;
}
.vc_row.vc_inner img {
	width: 180px;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 12px!important;
}
.gform_wrapper textarea {
    padding: 12px!important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:hover {
    border-color: #f1eee7!important;
	background-color: #f1eee7!important;
}
table {
	text-align: left;
}
table th {
	text-transform: uppercase;
}
.schedule,
.standings {
	background: #fff;
	margin: 0 0 30px;
}
.separator {
	margin: 0 0 30px;
	text-align: center;
}
.drink-menu ul.dotted_bg li span:nth-of-type(2) {
	display: none;
}