
/*

Theme Name: Inspire Silver
Theme URI: http://getsquare.co.uk
Author: Chris Drake
Author URI: http://getsquare.co.uk
Description: Starter or parent theme based on Inspire Silver v.4.1.0.
Version: 1.0
License: Copyright &copy; Get Square
License URI: licence.txt

*/

.do-not-show {display:none!important;}

/*	Wordpress required classes
/****************************************************************************************************/

.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
	}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 20px 20px;
	}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
	}
.wp-caption {
	}
.wp-caption-text {
	}
.sticky {
	}
.gallery-caption {
	}
.bypostauthor {
	}


/*	Styles
/****************************************************************************************************/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	}
h1, h2, h3 {
	font-size: 19px;
	}
h1 {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	}
p {
	margin: 0 0 20px 0;
	}
p.error {
	padding: 10px;
	border: 1px solid #e50000;
	background: #e5acac;
	}
ul {
	padding: 0 0 0 30px;
	}
li {
	margin: 0 0 10px 0;
	}

table {
	width: 100%;
	margin: 0 auto 20px auto;
	}
	tr {
		border-bottom: 1px solid #ccc;
		}
	.customise-voucher tr {
		border: 0;
		}
		th {
			font-weight: bold;
			}
		th, td {
			padding: 10px;
			text-align: left;
			vertical-align: middle;
			}

		.customise-voucher table th:first-child,
		.customise-voucher table td:first-child,
		.confirm-voucher table th:first-child,
		.confirm-voucher table td:first-child {
			width: 200px;
			}

		table.transactions th:last-child,
		table.transactions td:last-child {
			text-align: right;
			}

.buttons a, .button, button, input[type="submit"] {
	display: inline-block;
	margin: 0 5px 10px 5px;
	padding: 10px 20px;
	border: 0;
	background: #a60006;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	}
td .button {
	margin: 0;
	}
.buttons,
.widget .login-submit,
.gform_footer {
	margin-right: -5px;
	margin-left: -5px;
	}
button, input[type="submit"] {
	}
.buttons a:hover, button:hover, input[type="submit"]:hover {
	background: #d90007;
	}

label {
	display: inline-block;
	margin: 0 0 5px 0;
	}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 8px;
	border: 1px solid #ccc;
	background: #ebebeb;
	}
select {
	padding: 7px 8px;
	}

iframe {
	border: 0;
	}

.clear-both {
	clear: both;
	}


/*	Structure
/****************************************************************************************************/

.container, .slider-wrapper {
	overflow: hidden;
	max-width: 1050px;
	margin: 0 auto;
	/* background: rgba( 0, 0, 0, 0.1 ); */
	}


/*	Header  */

.site-header {
	}
	.site-header .container {
		}
		.site-title-container {
			float: left;
			margin: 40px;
			}
			.site-title, .site-title a {
				width: 280px;
				height: 66px;
				margin: 0;
				padding: 0;
				border: 0;
				}
				.site-title a {
					display: block;
					overflow: hidden;
					/* background: url( images/your-company-logo.png ) no-repeat; */
					background: url( images/insoire-loyalty-logo.png ) no-repeat;
					text-indent: 100%;
					white-space: nowrap;
					}
				.site-description {
					display: none;
					}
		.user-actions {
			float: right;
			margin: 40px;
			font-size: 11px;
			color: #000;
			}
			.user-actions a {
				display: inline-block;
				margin: 0 0 0 5px;
				padding: 5px 10px;
				color: #000;
				text-decoration: none;
				background: #e6e6e6;
				}
			.user-actions a:hover {
				background: #d9d9d9;
				}

@media screen and ( max-width: 768px ) {

	.site-title-container {
		float: none;
		}
		.site-title, .site-title a {
			margin: 0 auto;
			}

	.user-actions {
		float: none;
		margin: 40px;
		text-align: center;
		font-size: 14px;
		}
		.user-actions span {
			display: block;
			width: 100%;
			margin: 0 0 10px 0;
			}
		.user-actions a {
			margin-bottom: 10px;
			padding: 10px 20px;
			}

	}


/*	Main navigation  */

.main-navigation {
	background: #4d4d4d;
	}
	.site-navigation ul {
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		.site-navigation li {
			margin: 0;
			float: left;
			}
			.site-navigation a {
				display: block;
				padding: 10px 20px;
				text-decoration: none;
				color: #fff;
				}
			.site-navigation li:hover a,
			.site-navigation li.current-menu-item a {
				background: #717171;
				}

/* Level 2 */

.main-navigation ul > li > ul {
	display: none;
	overflow: visible;
	position: absolute;
	z-index: 9998;
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
	text-align: left;
	}
.main-navigation ul > li:hover > ul {
	display: block;
	}
	.main-navigation ul > li > ul > li {
		float: none;
		display: block;
		position: relative;
		margin: 0 0 2px 0;
		}
		.main-navigation ul > li > ul > li > a {
			display: block;
			white-space: nowrap;
			}
		.main-navigation ul > li > ul > li:hover > a {
			background: #999;
			}

/* Level 3 */

.main-navigation ul > li > ul > li > ul {
	display: none;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9999;
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
	}
.main-navigation ul > li > ul > li:hover > ul {
	display: block;
	}
	.main-navigation ul > li > ul > li > ul > li {
		display: block;
		position: relative;
		margin: 0 0 2px 0;
		}
		.main-navigation ul > li > ul > li > ul > li > a {
			display: block;
			white-space: nowrap;
			}
		.main-navigation ul > li > ul > li > ul > li:hover > a {
			background: #999;
			}

@media screen and ( max-width: 768px ) {

	.site-navigation ul {
		padding: 5px;
		text-align: center;
		}
		.site-navigation li {
			float: none;
			display: inline-block;
			margin: 5px;
			}

	}


/*	Account navigation  */

.account-navigation {
	background: rgba( 0, 0, 0, 0.1 );
	}
	.account-navigation ul {
		padding: 15px 35px;
		}
		.account-navigation li {
			margin: 5px;
			}
			.account-navigation a {
				color: #fff;
				background: #a60006;
				}
			.account-navigation li:hover a,
			.account-navigation li.current-menu-item a {
				background: #d90007;
				}


/*	Nivo slider  */

.slider {
	background: #999999;
	}
	.slider-wrapper {
		overflow: hidden;
		}
		.nivoSlider {
			margin: 0 auto;
			}
			.nivoSlider img {
				display:none;
				}


/*	Content  */

.site-main {
	background: #e6e6e6;
	}
	.content-area {
		}
		.content-area .container {
			position: relative;
			}
			.content {
				overflow: hidden;
				min-height: 300px;
				padding: 40px 40px 20px 40px;
				}
			.home .content {
				min-height: 0;
				}

@media screen and ( max-width: 768px ) {

	.content {
		min-height: 0px;
		}

	}

.entry-title a {
	color: inherit;
	text-decoration: none;
	}
.home .entry-title {
	display: none;
	}

.published-date {
	display: block;
	padding: 5px 0 0 0;
	font-size: 12px;
	font-style: italic;
	color: #808080;
	}


/*	Vouchers  */

.archive .voucher,
.archive .amazon-gift-code,
.archive .love2shop-gift-code {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	}
	.archive .voucher .voucher-thumbnail,
	.archive .amazon-gift-code .voucher-thumbnail,
	.archive .love2shop-gift-code .voucher-thumbnail {
		float: left;
		margin: 0 20px 20px 0;
		}

.single-voucher .wp-post-image,
.single-amazon-gift-code .wp-post-image,
.single .love2shop-gift-code .wp-post-image {
	float: left;
	margin: 0 20px 20px 0;
	}


.customise-voucher,
.confirm-voucher {
	clear: both;
	margin: 0 0 40px 0;
	padding: 40px 40px 20px 40px;
	background: #fff;
	}


/*	Promotions & News  */

.archive.post-type-promotion .promotion,
.archive.post-type-news .news {
	overflow: hidden;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	}
.archive.post-type-promotion .promotion:last-child,
.archive.post-type-news .news:last-child {
	margin: 0;
	border-bottom: 0;
	}
	.archive.post-type-promotion .promotion .promotion-thumbnail,
	.archive.post-type-news .news .news-thumbnail {
		float: left;
		margin: 0 20px 20px 0;
		}

.single-promotion .wp-post-image,
.single-news .wp-post-image {
	float: left;
	margin: 0 20px 20px 0;
	}


/*	Subsidiary  */

.subsidiary {
	background: #4d4d4d;
	}


/*	Footer  */

.site-footer {
	padding: 20px;
	}
	.site-info {
		text-align: center;
		font-size: 11px;
		color: #000;
		}
		.site-info a, .site-info a:visited {
			color: #000;
			}
		.site-info a:hover {
			text-decoration: none;
			}


/*	Widgets
/****************************************************************************************************/

.secondary .widget {
	margin: 40px 0;
	}
	.secondary .widget-inside {
		padding: 40px 40px 20px 40px;
		}

.subsidiary .widget {
	float: left;
	width: 33.33%;
	margin: 0 0 -500px 0;
	padding: 0 0 500px 0;
	background: rgba( 255, 255, 255, 0.05 );
	color: #fff;
	}
.subsidiary .widget:nth-child(2) {
	background: rgba( 255, 255, 255, 0.1 );
	}
	.subsidiary .widget-inside {
		padding: 40px 40px 20px 40px;
		}

.widget.login .login-submit {
	text-align: right;
	}
.widget.login .login-lost-password {
	margin-top: -55px;
	font-size: 12px;
	}
	.widget.login .login-lost-password a, .widget.login .login-lost-password a:visited {
		color: #808080;
		}

@media screen and ( max-width: 768px ) {

	.subsidiary .widget {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		}

	}


/*	Gravity Forms
/****************************************************************************************************/

.gform_footer {
	text-align: center;
	}


/*	Text meant only for screen readers
/****************************************************************************************************/

.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
	background: red;
	}
	
	
	
	
	
	/* bootstrap add on fields */
	.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
	
	.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

