/*---------------------------------------------------------------------------------

 Theme Name:   Divi-Sweet-Tea
 Theme URI:    https://enjoysweettea.com
 Description:  A custom website designed by Sweet Tea Marketing
 Author:       Sweet Tea Marketing
 Author URI:   https://enjoysweettea.com
 Template:     Divi
 Version:      5.0.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/*-------------------------------        [ GENERAL STYLES ]        ---------------------------*/
/*--------------------------------------------------------------------------------------------*/

/*  Removes the bullets from the links in the footer.  */
#footer-widgets .footer-widget li:before { display: none; }

html body {
    font-size:16px;
    -webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
    text-rendering: optimizelegibility;
    line-height: 1.5;
    }
body h1 { font-size: 2.2rem; line-height: 1.3em; font-weight: 600; }
body h2 { font-size: 2rem; line-height: 1.25em; font-weight: 600;}
body h3 { font-size: 1.7rem; font-weight: 600; }
body h4 { font-size: 1rem; }


/****** STANDARD *****/
.c7-full-width {
	width: 100%;
    max-width: 1920px;
	}
.c7-green {
	color: #5e6a58;
	}

/***** BUTTONS *****/
.et_pb_button,
.gform_button {
    color: #ffffff;
	font-size: 0.85rem;
    font-weight: bold;
    padding: 0.8em 3em;
    background-color: #9d3919;
	border: none;
    border-radius: 0px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.et_pb_bg_layout_light .et_pb_promo_button {
    color: #ffffff;
	}

/***** FORMS ******/
.gform_required_legend {
    display: none;
	}


/****** Vertical Menu *****/
.et_pb_menu_0_tb_footer.et_pb_menu, .et_pb_menu_1_tb_footer.et_pb_menu {
    background-color: inherit !important;
}
.pa-vertical-menu .et-menu a {
	color: #d7d7d7;
}
.pa-vertical-menu .et-menu a:hover {
	opacity: revert;
}
.pa-vertical-menu .nav > li > a:hover, 
.pa-vertical-menu .nav > li > a:focus {
	background-color: transparent;
}
/*remove default 11px padding on each side of list items*/
.pa-vertical-menu .et-menu > li {
	padding-left: 0px;
	padding-right: 0px;
}
/*make the menu items fullwidth and add space between them*/
.pa-vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
}

/*make the submenu align directly to the right of the menu item instead of below*/
.pa-vertical-menu .et_pb_menu__menu nav ul li ul {
	top: 0!important;
}
/*align submenu to the right of menu link*/
.pa-vertical-menu .et_pb_menu__menu nav li ul {
	left: 100%!important;
}

@media (max-width: 980px) {
	/*open the mobile menu up and use on all devices*/
	.et-db #et-boc .et-l .pa-vertical-menu .et_pb_menu__menu {
		display: flex;
	}
	/*hide the hamburger icon*/
	.et-db #et-boc .et-l .pa-vertical-menu .et_mobile_nav_menu {
		display: none;
	}
}



/***** CONTACT MENU *****/
.c7-icon-menu {
	margin: auto;
	}
.c7-logo-bar .et_pb_menu_0_tb_header.et_pb_menu,
.c7-logo-bar .et_pb_menu_1_tb_header.et_pb_menu {
    background-color: inherit !important;
	}
.c7-contact-menu.et_pb_menu .et_pb_menu__menu > nav > ul, 
.c7-contact-menu.et_pb_menu .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	}
.c7-contact-menu .et-menu a {
	color: #ffffff;
	}
.c7-contact-menu .pa-menu-map > a:before,
.c7-contact-menu .pa-menu-tel > a:before,
.c7-contact-menu .pa-menu-shop > a:before,
.pa-shop-cat:after {
    margin-right: 10px;
    margin-left: -10px;
	color: #ffffff;
	font-family: 'FontAwesome';
	font-size: 1.25em;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
    transition: all .3s ease;
	}
.pa-shop-cat:after {
    margin-right: -10px;
    margin-left: 10px;
	font-size: 0.75em;
	color: #9d3919;
	content: '\f061';
	}
.c7-contact-menu .pa-menu-map > a:before {
    content: '\f3c5';
	}
.c7-contact-menu .pa-menu-tel > a:before {
    content: '\f095';
	}
.c7-contact-menu .pa-menu-shop > a:before {
    content: '\f07a';
	}

/***** MAIN NAVIGATION *****/
.c7-main-nav .et-menu .menu-item-has-children > a:first-child:after {
	top: inherit;
	}
.c7-main-nav .et-menu a {
    font-weight: bold;
	}
.c7-main-nav .et-menu .current_page_item a {
    color: #9d3919;
	}

/***** GLOBAL HEADER *****/
.c7-banner-notification {
	color: #ffffff;
	background-color: #9d3919;
	font-size: 0.9rem;
    font-weight: bold;
	}
.c7-banner-notification p {
    text-align: center;
	}
.c7-logo-bar {
	background-color: #354535;
	}

	/*** BLURB ***/

.c7-blurb.et_pb_blurb_0_tb_header.et_pb_blurb .et_pb_module_header{
    margin-top: 12px;
    font-family: serif;
    font-weight: bold;
    font-size: 1.75rem;
	}
body .c7-blurb a {
	color: #fff;
	}

/***** GLOBAL FOOTER *****/
.c7-global-footer {
	color: #ffffff;
	}
.c7-global-footer h1,
.c7-global-header .c7-logo-bar h1,
.c7-global-footer h2,
.c7-global-header .c7-logo-bar h2,
.c7-global-footer h3,
.c7-global-header .c7-logo-bar h3,
.c7-global-footer h4,
.c7-global-header .c7-logo-bar h4,
.c7-global-footer h5,
.c7-global-header .c7-logo-bar h5,
.c7-global-footer h6,
.c7-global-header .c7-logo-bar h6 {
	color: #ffffff;
	}

	/*** BLURB ***/
.c7-blurb.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_blurb_content {
    min-width: calc(100% + 125px);
    left: -125px;
	}
.c7-blurb.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_main_blurb_image {
    left: 125px;
    position: relative;
	}
.c7-blurb.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header {
    left: 125px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 30px;
    font-family: serif;
    font-weight: bold;
    font-size: 1.75rem;
	}


/***** WOOCOMMERCE *****/
h2.woocommerce-loop-category__title {
    text-align: center;
	}

/***** HOMEPAGE NEW YORKER SECTION *****/
.c7-cta {
	background-color: #fff;
	padding: 20px;
	}
.c7-cta .et_pb_cta_1.et_pb_promo {
    background-color: transparent;
	border: 10px solid #354535;
    padding: 65px 50px;
	}
.c7-cta p {
    margin-bottom: 50px;
	}
/* Code to hide the line in the hours table */
table td {
    border-color: rgba(255,255,255,0)!important;
}
/*******************************************************************
******************** RESPONSIVE LAYOUT  ************************
******************************************************************/

/******* Mobile Device *******/
@media only screen and (max-width: 767px) {

}
/******* Desktop *******/
@media only screen and (min-width: 1024px) {

}
/******* Large Screen, Mac 24' ---> *******/
@media only screen and (min-width: 1600px) {

}

/***** DIVI BREAKPOINT 1350 *****/
	@media only screen and (min-width: 1350px) {
		#main-content .et_pb_section {
			padding: 35px 0;
			}
		.et_pb_row.c7-full-width {
			padding: 5px 5%;
			}
		.et_pb_row.c7-full-width.c7-banner-notification {
			padding-right: inherit;
			padding-left: inherit;
			}
		}


/*--------------------------------------------------------------------------------------------*/
/*-----------------        [ MOBILE DEVICE BREAKPOINTS - FOR REFERENCE ]        --------------*/
/*--------------------------------------------------------------------------------------------*/

/*  For most smartphones in portrait mode.  */
@media only screen and ( min-width: 320px) {



}

/*  For most smartphones in landscape mode.  */
@media only screen and ( min-width: 480px) {



}

/*  For larger smartphones in landscape mode, and the nexus tablets in portrait mode.  */
@media only screen and ( min-width: 600px) {



}

/*  For most tablets in portrait mode.  */
@media only screen and (min-width: 768px) {



}

/*  These styles control everything for mobile devices only, which is why you see MAX WIDTH instead of MIN WIDTH.  */
/*  Styles for things like the mobile menu would go here.  */






/*  For small desktop and laptop screens.  */
	@media only screen and ( min-width: 981px) {
		.c7-full-width.et_pb_row,
		.c7-full-width.et_pb_row_inner,
		.c7-full-width.et_pb_section > .et_pb_row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
	}

/*  For standard sized laptop and desktop screens.  */
@media only screen and (min-width: 1200px) {



}

/*  For large laptop and desktop screens.  */
@media only screen and ( min-width: 1440px ) {



}