/*
	Theme Name: Genesis Sample Full Width
	Theme URI: http://www.studiopress.com/
	Description: This is the full width CSS created for Custom Full Width Pages
	Author: David Chong
	Author URI: https://davidchong.sg/
*/

table {
	word-break: keep-all;
}

table th {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

body {
	background-color: #fff;
}

.title-area {
	width: auto !important;
}

.rimm-header .widget {
	margin-bottom: 0px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.site-header .widget-area {
width: 730px;
}

.genesis-nav-menu .current-menu-item > a {
	text-decoration: none !important;
}

.genesis-nav-menu .menu-item {
	text-transform: uppercase !important;
	letter-spacing: 1px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	text-decoration: none !important;
}

.nav-primary {
	border-bottom: 1px solid #eee;
	text-align: center;
}	

.site-header > .wrap {
	max-width: 1060px;
	padding: 20px 0 5px;
}

.nav-primary .wrap {
	max-width: 1100px;
}

.align-right {
	text-align: right;
}

.site-inner {
	padding: 0;
}

.page-template-elementor_canvas {
	margin: 0;
}
	
.page-template-full-width.entry {
	padding: 0;
}

.page-template-full-width .site-inner, .wrap {
	max-width: none;
	padding: 0;
}

.page-template-full-width .site-inner, .page-template-page_landing .site-inner, .wrap {
	max-width: none;
}

.page-template-full-width .entry, .page-template-page_landing .entry {
	padding: 0;
	margin-bottom: 0;
}

.site-footer {
	padding: 0;
	border-top: 0;
}


@media only screen and (max-width: 1340px) {
	.site-inner, .wrap {
		max-width: none;
	}
}
	

@media only screen and (max-width: 1200px) {
	.site-header > .wrap, .nav-primary .wrap {
		max-width: 960px;
	}
	.site-inner, .wrap {
		max-width: none;
	}

}

@media only screen and (max-width: 1023px) {
	.site-header > .wrap {
		padding-bottom: 0;
	}

	.menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
		border-bottom: 1px solid #eee;
	}
}

@media only screen and (max-width: 860px) {
.site-inner {
	padding: 0;
	}
}