/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
 
/* mobile menu position */
.et_mobile_menu {
	margin-top:5px;
}

/* mobile menu if item has a child */
.et_mobile_menu .menu-item-has-children>a {
	font-weight: 500;
	background-color: #fff;
}

/* menu dropdown for child child */
.nav li li ul {
    top: 10px;
}

/*table styles for reception open times*/
.so  {
	border-collapse:collapse;border-spacing:0;
}
.so tr th{
	color:#fff;
}
.so td {
	font-size:20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;
}
@media screen and (max-width: 400px) {
  .so td {
	font-size:18px;
	}
}
.so th {
	font-size:20px;font-weight:500!important;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;
}
@media screen and (max-width: 400px) {
  .so th {
	font-size:18px;
	}
}
.so .ti-wht {
	border-color:#2e5758;text-align:left;vertical-align:top;padding-left:10px;padding-right:10px;
}
.so .ti-grn {
	background-color:#2e5758;border-color:#2e5758;text-align:left;vertical-align:top;padding-left:10px;padding-right:10px;
}


