/*   
Theme Name: Logo Me Up
Author: Alex Walker
Author URI: https://www.alexwalker.codes/
Version: 3.10.7
*/


/**
 * Universal styles
 */
* {
	zoom: 1.0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
}

html {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	line-height: 1em;
	margin-bottom: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}
p strong {
}
p:last-child {
	margin-bottom: 0;
}

img {
	border: 0px none;
}

a {
	outline: none;
	text-decoration: none;
}
a img {
	border: 0px none;
}
a:hover img {
}

.clear {
	display: table;
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.icon {
	background-repeat: no-repeat;
	background-position: center center;
}


/**
 * Body
 */
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	min-width: 300px;
}
body.st--mobile-nav-open {
	height: 100vh;
	overflow: hidden;
}
div.body-wrap {
	width: 100%;
	overflow-x: hidden;
}


/**
 * Main
 */
.main {
	display: grid;
	margin: 30px auto 60px auto;
	width: 1370px;
	min-height: 500px;
	padding: 0 15px;
	grid-column-gap: 30px;
	color: #393939;
}
.body--homepage .main {
	padding: 0 0;
}
.main--sidebars {
	grid-template-columns: 145px auto 145px;
}
.main--sidebars .main-inner {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.sidebar--left {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}
.sidebar--right {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}
.main--full {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.main--wide {
	display: block;
}
.main--wide .main-inner {
	display: block;
}
.main--wide-right {
	grid-template-columns: 145px auto;
}
.main--wide-left {
	grid-template-columns: auto 145px;
}
.main--wide-left .main-inner {
	grid-column-start: 1;
	grid-column-end: 2;
}
.main--wide-left .sidebar--right {
	grid-column-start: 2;
	grid-column-end: 3;
}
@media only screen and (max-width: 1040px) {
	.main {
		display: block;
	}
	.sidebar {
		display: none;
	}
}
.main a {
	color: #b63735;
	text-decoration: none;
	font-weight: inherit;
}
.main a:hover {
	text-decoration: underline;
}
















/* PAGE TEMPLATE */

.page {
	}
.page--functional {
	}

.page h1, .page h2, .page h3 {
	font-family: 'Titillium Web', 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}
.page h1 {
	font-size: 50px;
}
.page h1.page_title {
	text-transform: uppercase;
	margin-bottom: 2rem;
	}
.page h2 {
	font-size: 28px;
}
.page h3 {
	font-size: 18px;
}

.page--functional h1.page_title {
	font-size: 50px;
}

.page__left {
	float: left;
	width: 50%;
	padding-right: 1rem;
}
.page__right {
	float: right;
	width: 50%;
	padding-left: 1rem;
}
@media only screen and (max-width: 680px) {
	.page__left,
	.page__right {
		float: none;
		width: 100%;
		margin-bottom: 2rem;
		padding-left: 0px;
		padding-right: 0px;
	}
}


.page_content {
	font-size: 17px;
}
.page_content p {
	text-align: justify;
}
.page_content p:last-of-type {
	}

.page_content ol {
	list-style-type: upper-roman;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
}
.page_content ol li {
	margin-bottom: 10px;
}
.page_content ol li:last-of-type {
	margin-bottom: 0px;
}

.page_content .box_out {
	float: right;
	width: 400px;
	max-width: 100%;
	/*border: #0CA69A 3px solid;*/
	background-color: #DBDBDB;
	padding: 1rem;
	margin: 0px 0px 0.5rem 1rem;
}
.page_content .box_out p:last-child {
	margin-bottom: 0px;
}
.page_content .box_out b {
	color: #0CA69A;
}
@media only screen and (max-width: 780px) {
	.page_content .box_out {
		width: 300px;
	}
}
@media only screen and (max-width: 600px) {
	.page_content .box_out {
		float: right;
		width: 100%;
		margin: 0 0 1rem 0;
	}
}








/**
 * Colour box
 */
.colour-box {
	position: relative;
	overflow: hidden;
}
.colour-box-triangle {
	position: absolute;
	bottom: -50%;
	right: -50%;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}




/* ARCHIVE NAV */

.archive-pagination {
	clear: both;
	font-size: 12px !important;
}
.archive-pagination a, .archive-pagination span {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #DBDBDB;
	color: #9F9F9F !important;
	padding: 3px 5px !important;
	margin-right: 2px;
	font-weight: normal;
	text-decoration: none !important;
}
.archive-pagination a:last-of-type, .archive-pagination span:last-of-type {
	margin-right: 0px;
}
.archive-pagination a:hover {
	border-color: #9F9F9F;
}
.archive-pagination span.current {
	border-color: #0CA69A;
}
















/* ACCOUNT AREA */

.lmu_account {
	}
h1.lmu_account_title {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.lmu_account_left {
	float: left;
	width: 78%;
}
.lmu_account_right {
	float: right;
	width: 20%;
}

.lmu_account_tabs {
	padding: 5px 10px 1px 10px;
	margin-bottom: -1px;
}
A.lmu_account_tab {
	position: relative;
	z-index: 20;
	display: inline-block;
	*display: inline;
	vertical-align: bottom;
	border: 1px solid #DDDDDD;
	border-bottom: 0px none;
	border-right: 0px none;
	background-color: #F4EBE1;
	padding: 5px 10px;
	color: #797474 !important;
	text-decoration: none !important;
	font-size: 13px;
}
A.lmu_account_tab:last-of-type {
	border-right: 1px solid #DDDDDD;
}
A.lmu_account_tab_current {
	background-color: #FFF6EC;
	margin-bottom: -1px;
	padding-bottom: 6px;
	color: #595959 !important;
}
A.lmu_account_tab_attention {
	color: #0CA69A !important;
	font-weight: bold !important;
}

.lmu_account_main {
	position: relative;
	z-index: 10;
	border: 1px solid #DDDDDD;
	background-color: #FFF6EC;
	padding: 10px;
}

.lmu_account_main h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: normal;
}

A.lmu_account_basket_button {
	float: right;
	display: block;
	background-color: #F19181;
	background-image:url('images/icon_white_basket.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 10px 5px 42px;
	line-height: 25px;
	font-size: 15px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	cursor: pointer;
	margin-bottom: 15px;
}
a.lmu_account_basket_button:hover {
	background-color: #f7b1a7;
}

.lmu_account_utilities {
	}
.lmu_account_utilities h2 {
	font-size: 22px;
}
.lmu_account_utilities .button {
	padding: 10px 5px;
}




/* ACCOUNT - ORDERS */

.lmu_account_orders {
	}
.lmu_account_orders_index {
	}
.lmu_account_orders_index .lmu_order {
	margin-bottom: 15px;
}
.lmu_account_orders_index .lmu_order:last-of-type {
	margin-bottom: 0px;
}

.lmu_account_orders_single_order_back {
	margin-bottom: 10px;
}
.lmu_account_orders_single_order {
	}

.lmu_account_orders_single_order_not_found {
	margin-bottom: 15px;
	font-size: 15px;
}
.lmu_account_orders_single_order_not_found_link {
	}




/* ACCOUNT - PROOFS */

.lmu_account_proofs {
	}
.lmu_account_proofs_empty {
	padding: 15px 0px;
	font-size: 15px;
}
.lmu_account_proofs H2 {
	margin-bottom: 0px;
}

.lmu_account_proofs .lmu_account_proofs_files {
	padding-bottom: 30px;
}
.lmu_account_proofs .lmu_account_proofs_files:last-of-type {
	padding-bottom: 0px;
}
.lmu_account_proofs .lmu_account_proofs_files_pending .form_submit {
	padding-top: 15px;
	display: none;
}
.lmu_account_proofs .lmu_account_proofs_files_pending .form_submit .button {
	padding: 10px 45px;
}

.lmu_proof_loop {
	display: inline-block;
	*display: inline;
	vertical-align: top;
	width: 285px;
	border: #BDBDBF 1px solid;
	background-color: #F4EBE1;
	padding: 5px;
	margin: 15px 15px 0px 0px;
}
.lmu_proof_loop_just_approved {
	border: #0CA69A 1px solid;
}
.lmu_proof_loop_file_name {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.lmu_proof_loop_proof_image {
	position: relative;
	width: 100%;
	border: #CACACA 1px solid;
	background-color: #FFFFFF;
}
.lmu_proof_loop_proof_image_inner {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.lmu_proof_loop_proof_image_picture {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}
.lmu_proof_loop_proof_image_message {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #0CA69A;
	cursor: pointer;
}
.lmu_proof_loop_proof_image_instruction {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}
.lmu_proof_loop_file_image {
	position: relative;
	width: 100%;
	border: #CACACA 1px solid;
	background-color: #FFFFFF;
}
.lmu_proof_loop_file_image_inner {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.lmu_proof_loop_file_image_picture {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.lmu_proof_loop_file_image_mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url('images/proof_loop_mask_bg.png');
}
.lmu_proof_loop_file_image_mask_message {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.lmu_proof_approve_button_contain {
	text-align: center;
} 
.lmu_proof_loop .lmu_proof_approve_button_contain {
	padding-top: 5px;
}
.lmu_proof_approve_button {
	display: inline-block;
	*display: inline;
	vertical-align: top;
	max-width: 100%;
	background-color: #25BDB1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	padding: 5px 10px 5px 27px;
	background-image:url('images/icon_white_tick.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FFFFFF;
	font-size: 14px;
}

.lmu_account_proofs .lmu_proof_loop fieldset.form_file {
	margin-top: 5px;
	border-top: #cacaca 1px solid;
	padding-top: 5px;
	margin-bottom: 0px;
}

.blackout-content_proof {
	background-color: #ffffff;
}
.blackout-content_proof img {
	display: block;
	margin: 0px;
	max-width: 100%;
	max-height: 100%;
}
.blackout-content_proof .lmu_proof_approve_button_contain {
	padding-top: 10px;
	padding-bottom: 0px;
}

#proof-approve-confirmation {
	}
#proof-approve-confirmation .blackout-content {
	width: 700px;
}
#proof-approve-confirmation .message {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
#proof-approve-confirmation-terms {
	width: 100%;
	height: 100px;
	overflow-y: auto;
	 border: #CACACA 1px solid;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: justify;
}
#proof-approve-confirmation-terms p:last-of-type {
	margin-bottom: 0px;
}
#proof-approve-confirmation-yes {
	padding: 5px 45px;
}
#proof-approve-confirmation .blackout_form_or {
	width: 50px;
}
#proof-approve-confirmation-no {
	cursor: pointer;
}



/* ACCOUNT - LOGOS */

.lmu_account_logos {
	}
.lmu_account_logos_empty {
	padding: 15px 0px;
	max-width: 500px;
	font-size: 15px;
}
.lmu_account_logos_intro {
	font-size: 14px;
	margin-bottom: 15px;
}
.lmu_account_logos .lmu_account_logos_user_file {
	border: #BDBDBF 1px solid;
	background-color: #F4EBE1;
	padding: 10px;
	margin-bottom: 15px;
}
.lmu_account_logos .lmu_account_logos_user_file:last-of-type {
	margin-bottom: 0px;
}
.lmu_account_logos_user_file_image {
	float: left;
	padding-right: 15px;
	background-color: inherit;
}
.lmu_account_logos_user_file_image img {
	display: block;
	max-width: 100%;
	border: #cacaca 1px solid;
}
.lmu_account_logos_user_file_details {
	}
.lmu_account_logos_user_file_details_name {
	padding-bottom: 5px;
	border-bottom: #eeeaea 1px solid;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
.lmu_account_logos_user_file_details_detail {
	padding-bottom: 2px;
	border-bottom: #eeeaea 1px solid;
	margin-bottom: 5px;
}
.lmu_account_logos_user_file_details_detail span {
	font-weight: bold;
}





/* ACCOUNT - CONTACTS */

.lmu_account_contacts {
	}
.lmu_account_contacts.lmu_form_loading {
	background-position: center 150px !important;
}
.lmu_account_contacts .lmu_form_loading_message {
	padding-top: 50px;
}
.lmu_account_contacts_columns div.lmu_account_contacts_col {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.lmu_account_contacts_columns div.lmu_account_contacts_col:nth-of-type(3n) {
	margin-right: 0px;
}
@media only screen and (max-width: 580px) {
	.lmu_account_contacts_columns div.lmu_account_contacts_col {
		float: none;
		width: 100%;
		margin: 0 0 2rem 0;
	}
}
.lmu_account_contacts .lmu_account_contacts_col h2 {
	font-size: 22px;
}
.lmu_account_contacts fieldset.form_select .form_field_container {
	display: block;
}















