/* 
Theme Name: Sara Pearson Tarot
Theme URI: http://www.sarapearsontarot.co.uk/
Description: Default Theme (Desktop)
Version: 1.0
Author: Nick Wellings
Author URI: http://www.nickwellings.co.uk/
*/

.page_content {
	padding: 196px 34px 98px 34px;
}

/* Header Navigation - Mobile Menu */
#mobile_menu {
	padding: 0px 12px 0px 0;
	margin: 0;
	float: right;
	display: block;
}

/* Header Navigation - Mobile Menu */
#mobile_menu a {
	background-image: url('../img/template/menu@2x.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	height: 24px;
	width: 24px;
	padding: 19px 22px;
	margin: 0;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* Header Navigation - Mobile Menu */
.open {
	background-image: url('../img/template/menu_close@2x.png') !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* Site Title */
#site_title {
	padding: 0 0 0 12px;
}

/* Site Title */
#site_title a {
	font-size: 20px;
	line-height: 20px;
	padding: 21px 22px;
}

/* Menu */
#menu, #admin_menu {
	padding: 0 12px;
	opacity: 0;
	display: none;
}

/* Menu - Object Link */
#menu li a, #admin_menu li a {
	padding: 24px 22px;
}

#menu li a.sticky, #admin_menu li a.sticky {
	padding: 24px 22px;
}

#boxes_container {
	display: block;
}

#box_container {
	width: 100% !important;
	clear: both;
	margin: 0 0 20px 0;
}

#box_container:last-child {
	margin-bottom: 0;
}

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


/* Table Styling */
/* * * * * * * * */

/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
	overflow: hidden;
}

/* Hide table headers (but not display: none, for accessibility) */
.default_table tr.hidden, .default_table tr th.sort_by_hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Default Tables */
.default_table {
	table-layout: fixed;
	word-break: break-all;
}

.default_table th {
	text-align: left;
	padding: 10px;
	height: 20px;
}

.default_table td b {
	font-weight: 600;
	display: table;
}

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