/* Themify Customize Styling */
body {	
	font-family: "Roboto";	font-weight:400;
 
}
a:hover {		text-decoration:underline;
 
}
:root {	
	--theme_accent: #b03f73;
	--theme_accent_hover: #070E2B; 
}
h1 {		text-transform:none; 
}
h2 {		text-transform:none; 
}
h3 {		text-transform:none; 
}
h4 {		text-transform:none; 
}
h5 {		text-transform:none; 
}
h6 {		text-transform:none; 
}
body #site-logo a img {	
	height: 90px; 
}
#site-description {	display: none; 
}
#main-nav {	
	margin-top: 5%; 
}
#main-nav a {	
	color: #5b5b5b;	text-transform:uppercase; 
}
#footerwrap {	background: none;
	background-color: #070e2b; 
}
#footer a {	
	color: #dddddd ; 
}
#footer a:hover {		text-decoration:underline;

	color: #ffffff; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #b03f73; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 90px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 90px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 90px; 
}
 }
/* Themify Custom CSS */
/* Pages CTA button Starts */
.module.module-callout .callout-button a{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
	margin-top: 1%;
}
/* Pages CTA button Ends */
/* Driving Directions Popup modal Starts */
.page-id-825 .mfp-content {
  max-width: 550px;
	padding: 40px 20px 20px 20px !important;
}
.page-id-825 .mfp-content::before {
  background-color: #b03f73;
	height: 4px;
  content: '';
  position: absolute;
  width: 100%;
  top: -1px;
  left: -1px;
  display: block;
  padding: 0 1px;
}
/* Driving Direction Popup modal Ends */
/* Tablepress Starts */
.tablepress th.sorting{
	background-color: var(--theme_accent_hover);
  color: #fff;
	padding-left: 20px;
	margin-right: 45px;
}
.tablepress th.sorting:hover{
	background-color: var(--theme_accent);
  color: #fff;
}
.tablepress th.sorting::after {
  margin-right: 20px;
}
.tablepress td {
	padding: 20px !important;
}
.tablepress .column-1 {
	width: 20%;
}
.tablepress .column-2 {
	width: 60%;
}
.tablepress .column-3 {
	width: 20px;
	text-align: right;
}
/* Tablepress Ends */
/* Yelp Starts */
.rby-powered-by-wrap{
  display: none !important;
}
/* Yelp Ends */
/* Footer Starts*/
footer #cbx_footercontactwidget .row_inner {
  margin: 0;
}
#cbx_sitefooter .widget {
  margin: 0 !important;
}
/****************************************************************/
/* Mobile CSS */
/****************************************************************/
@media screen and (min-width: 681px) and (max-width: 1024px) {
	.themify_builder_content-1974 .tb_6zii751 {
		background-position: 30% 50%;
	}
}
@media screen and (min-width: 1101px) {
	/* Set size for mega menu */
  #main-nav .has-mega > .sub-menu {
    left: 800px;
    padding: 15px 25px;
    top: auto;
    width: 30%;
		max-height: 75vh;
  }
}