/*
Theme Name: International Institute of Marine Surveying
Author: Lahive Creative
Author URI: https://www.lahive.co.uk/
Version: 1.0.0
Text Domain: international-institute-of-marine-surveying
*/


/* =Normalize
----------------------------------------------- */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight:700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* =Typography
----------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color:#333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size:26px;
}

h2, h3, h4 {
	font-size:23px;
	margin:25px 0 15px 0;
}

h3 {
	font-size:21px;
}

h4, h5, h6 {
	font-size:18px;
}

p, li {
	font-size:13px;
}

p:empty { 
	display:none; 
}

p {
	line-height:165%;
	margin-bottom:1.3em;
}

li {
	line-height:145%;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/* =Elements
----------------------------------------------- */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin-bottom:1.5em;
}

hr.transparent {
	background:#fff;
	margin:15px 0;
}

hr.archive-magazines {
	background:#fff;
	margin:25px 0;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.hide {
	display:none;
}

/* =Clearings
----------------------------------------------- */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Accessibility
----------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* =Forms
----------------------------------------------- */
label,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	font-size:13px;
	font-weight:400;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	padding:3px;
}

select {
	border: 1px solid #ddd;
}

textarea {
	width: 100%;
}

/* =Links
----------------------------------------------- */
a, a:visited {
	color:#255fa8;
}

a:hover, a:focus, a:active {
	color:#aaa;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* =Placeholder text
----------------------------------------------- */
::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* =Btns
----------------------------------------------- */
.site-content input[type="submit"],
.site-content .btn-submit,
.btn-continent,
.submit.wpbdp-search-widget-submit {
	background:#255fa8 !important;
	border:none !important;
	color:#fff !important;
	cursor:pointer;
	display:inline-block !important;
	font-size:13px !important;
	font-weight:400 !important;
	padding:8px 16px !important;
	text-align:center !important;
	text-shadow:none !important;
	border-radius:3px !important;
	box-shadow: 0px -3px rgba(0, 0, 0, 0.1) inset;
	text-decoration:none !important;
	transition:background-color 0.5s ease !important;
}

.site-content .btn-submit.cpd {
	background:#a5252d !important;
}

.site-content .btn-submit {
	margin-top:20px;
}

.site-content input[type="submit"]:hover,
.site-content .btn-submit:hover {
	background:#003466 !important;
	color:#fff !important;
	text-decoration:none !important;
}

/* =Structure
----------------------------------------------- */
#page {
	position:relative;
}

.wrapper {
	position:relative;
}

.container {
	margin:auto;
	max-width:1050px;
	position:relative;
}

.site-content {
	overflow:hidden;
	padding:30px 0 20px 0;
	width:100%;
}

#search-wrapper {
	display:block;
	padding:15px 0;
}

/* =Header
----------------------------------------------- */
.header-wrapper {
	display:block;
	padding-top:20px;
	position:relative;
}

.eshop-user-bar {
	background:#255fa8;
	border:none;
	display:block;
	margin:0;
	padding:9px 8px 6px 8px;
	position:absolute;
	top:0;
	z-index:10001;
}

@media only screen and ( min-width: 768px ) {
.eshop-user-bar {
	right:0;
}
}
@media only screen and ( max-width: 767px ) {
.eshop-user-bar {
	left:0;
}
}

.woocommerce-items-in-cart .eshop-user-bar {
	background:#8fae1b;
}

.eshop-user-bar .fa {
	color:#fff;
	font-size:15px;
}

/* eshop-utility-links*/
.eshop-utility-links {
	background:#8fae1b;
	color:#fff;
	text-align:right;
}

.eshop-utility-links li {
	display:inline-block;
	padding:10px;
}

.eshop-utility-links li:first-child {
}

.eshop-utility-links a, 
.eshop-utility-links a:visited {
	color:#fff;
	display:block;
	font-size:13px;
	padding:0;
}

.eshop-utility-links a:hover {
	color:#fff;
	text-decoration:none;
}

.logo {
	display:block;
}

.site-description {
	display:none;
}

.utility-links {
	position:absolute;
	top:40px;
	left:110px;
}

.utility-links ul {
	margin:0;
}

.utility-links li {
	display:block;
	float:left;
	font-size:13px;
	margin-left:50px;
}

.utility-links li:first-child {
	margin-left:0;
}

.utility-links .member-login,
.utility-links .student-login,
.utility-links .view-videos,
.utility-links .cpd-login{
	background:url(images/member-login-icon.png) center top no-repeat;
	display:block;
	padding-top:70px;
}

.utility-links .student-login {
	background:url(images/student-login-icon.png) center top no-repeat;
}

.utility-links .view-videos {
	background:url(images/videos-icon.png) center top no-repeat;
}

.utility-links .cpd-login{
	background:url(images/cpd-login-icon.png) center top no-repeat;
}

.utility-links a {
	color:#656565;	
}

.utility-links a:hover {
	text-decoration:none;
}

.utility-links button {
	background:url(images/surveyor-search-login.png) center top no-repeat;
	border:none;
	color:#656565;
	display:block;
	font-size:13px;
	margin:0;
	padding:70px 0 0 0;
}

.top-contact-details {
	position:absolute;
	right:0;
	text-align:right;
	top:33px;
	width:220px;
}

.top-contact-details h4 {
	color:#888;
	font-size:20px;
	margin:0 0 8px 0;
	padding:0;
}

.top-contact-details p,
.top-contact-details a {	
	color:#013368;
	font-size:15px;
}


/* =Navigation
----------------------------------------------- */
.navbar {
	background:#fff;
	border:none;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	margin:20px 0 0 0;
	min-height:20px;
	border-radius:0;
}

.navbar-nav > li > a {
	color:#333;
	font-size:13px;
	padding:10px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.current-menu-item a {
	background-color:#f5f5f5 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color:#013366;
}

.shiftnav-toggle {
	display:none;
}

.shiftnav-loading {
  display:none !important;
}


/* =Posts and Pages
----------------------------------------------- */
.entry-meta,
.entry-footer {
	clear:both;
	font-size:11px;
	margin-bottom:15px;
}

.entry-footer .edit-link {
	display:none;
}

.category-press-releases .entry-footer {
	display:none;
}

.sticky .entry-date {
	display:none;
}

.byline,
.updated {
	display:none;
}

.category-press-releases .byline {
	display:none !important;
}

.single .byline,
.group-blog .byline {
	display:inline;
}

.entry-meta .tag-links a {
	display:inline-block;
	margin:2px 4px;
	position:relative;
}

.entry-header,
.page-header {
}

.entry-title {
	font-size:20px;
	margin:0;
	margin-bottom:15px;
}

.page .entry-title {
	font-size:24px;
	margin-bottom:20px;
}

.page-template-tmpl-page-centered .entry-title {
	text-align:center;
}

.entry-title.hidden {
	display:none;
}

.entry-title a {
	color:#222;
}

.entry-title a:hover {
	color:#aaa;
}

.page-title {
	font-size:24px;
	margin:0;
	margin-bottom:15px;
}

.entry-content {
	position:relative;
}

.entry-content a {
	color:#9c0202;
	text-decoration:underline;
}

.entry-content h2 {
	margin-bottom:20px;
}

.entry-content h3 {
	margin-bottom:20px;
}

.entry-content h4 {
	margin-bottom:20px;
}

.entry-content ul,
.entry-content ol {
	clear:both;
	margin:20px 0;
}

.entry-content ul li {
	list-style:none;
	margin:4px 0 4px 15px;
	position:relative;
}

.entry-content ul li:before { 
	content: "\2022";
	left:-15px;
	position:absolute;
}

.entry-content ol li {
	list-style:decimal;
	line-height:125%;
	list-style:decimal;
	margin:8px 0 8px 20px;
}

.entry-content table {
	font-size:14px;
	line-height:1.2857142857;
	margin-bottom:24px;
}

.entry-content th {
	font-weight:bold;
	padding:8px;
	text-transform:uppercase;
}

.entry-content td {
	padding:8px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 50px 0;
}

.report-magazine .hentry {
	margin-bottom:0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.cpt-archive.report-magazine .text-block {
	margin-bottom:50px;
}

.cpt-archive.report-magazine .text-block a {
	color:#9c0202;
	text-decoration:underline;
 }

.cpt-archive.report-magazine #advertise-block {
	background:#4a5c9a;
	color:#fff;
	border:1px solid #ccc;
	margin-top:50px;
	margin-bottom:50px;
	padding:35px 35px 30px 35px;
}

.cpt-archive.report-magazine #advertise-block a {
	color:#cbd5f7;
	text-decoration:underline;
 }
 
.cpt-archive.report-magazine #advertise-block h2 {
	font-size:21px;
	margin:0;
	margin-bottom:10px;
}

.cpt-archive.report-magazine #advertise-block p {
	margin:0;
}

.posts-navigation {
	margin:30px 0 0 0;
	padding:0;
}

.posts-navigation a {
	display:block;
	padding:10px 0;
	font-size:14px;
	line-height:1.7142857142;
	width:100%;
}

.posts-navigation a:hover {
	color:#aaa;
}


/* =Splash
----------------------------------------------- */
.page-template-splash-php .site-header,
.page-template-splash-php .site-footer  {
	display:none;
}

.splash {
	background:url(images/splash-image.jpg) center top no-repeat;
	height:1080px;
	max-width:675px;
	margin:0 auto;
	position:relative;
}

.splash-bubble {
	background:rgba(255,255,255,0.7);
	border:1px solid #ccc;
	position:absolute;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
}

.splash-bubble.large {
}

.splash-bubble.small {
}

.splash-bubble.large.top {
	height:260px;
	width:260px;
	left:40px;
	top:40px;
	padding-left:20px;	
}

.splash-bubble.large.bottom {
	height:280px;
	width:280px;
	right:35px;
	bottom:31px;
	padding-left:30px;
}

.splash-bubble.small.top {
	height:220px;
	width:220px;
	right:40px;
	top:260px;
	padding-top:5px;	
}

.splash-bubble.small.bottom {
	height:220px;
	width:220px;
	left:62px;
	bottom:131px;	
}

.splash-bubble.large.top:before {
	content: url(images/diagonal-line-top-left.png);
	opacity:0.5;
	position:absolute;
	left: -35px;
	top:-35px;
}

.splash-bubble.large.bottom:after {
	content: url(images/diagonal-line-bottom-right.png);
	opacity:0.5;
	position:absolute;
	right:-30px;
	bottom:-30px;
}

.splash-bubble.small.top:before {
	content: url(images/diagonal-line-top-right.png);
	opacity:0.5;
	position:absolute;
	right:-35px;
	top:-35px;
}

.splash-bubble.small.bottom:after {
	content: url(images/diagonal-line-bottom-left.png);
	opacity:0.5;
	position:absolute;
	left:-58px;
	bottom:-64px;
}

.splash-bubble-content {
	display:block;
	margin:auto;
	padding-top:50px;
	width:170px;
}

.splash-bubble-content.small {
	margin-left:50px;
	padding-top:35px;
	width:150px;
}

.splash a {
	color:#406dae;
	text-decoration:none;	
}

.splash a:hover {
	color:#999;
}

.splash h1 {
	display:block;
	position:absolute;
	top:60px;
	right:25px;
}

.splash h2 {
	color:#147ba8;
	font-size:18px;
	line-height:100%;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

.splash p {
	font-size:13px;
	line-height:130%;
}


/* =Carousel
----------------------------------------------- */
.carousel {
	margin:0 auto 30px auto;
}

.carousel {
	height:400px;
}

.carousel .item {
	height:400px;
}

.carousel-inner > .item > img {
	height:400px;
	left:0;
	margin:auto;
	max-width:none !important;
	min-width:100%;
	position:absolute;
	top:0;
}


/* =Panels
----------------------------------------------- */
.panel-body {
	font-size:13px;
}

.panel-title {
	margin-bottom:0 !important;
}

.panel-title a {
	color:#333 !important;
	text-decoration:none;
}
.panel-body p, .panel-body li {
	font-size:13px;
}


/* =Links
----------------------------------------------- */
.iims-links-content ul {
	clear:both;
	display:block;
	margin-left:20px;
}

.iims-links-content ul li {
	font-size:16px;
}

.iims-links-content .top {
	font-size:11px;
}

.iims-links-content h2 {
	font-size:20px;
	margin-top:60px;
	margin-bottom:15px;
}

.iims-links-content h3 {
	font-size:16px;
	margin-bottom:5px;
}


/* =404 
----------------------------------------------- */
.page-header {
	border:none;
	margin:0 auto 24px auto;
}

.error404 .page-title {
	font-size:40px;
	margin-bottom:10px;
	text-align:center;
}

.error404 .site-main p {
	margin-bottom:40px;
	text-align:center;
}


/* =Modals 
----------------------------------------------- */
.modal-header  {
  border:none;
  padding-bottom:10px;
}

.modal-body {
	padding-bottom:20px;
}

.modal-body .widget {
	margin-bottom:0 !important;
}

.modal-backdrop.in { 
	z-index: auto;
	filter: alpha(opacity=0);
	opacity:0;
 }

 
/* =Plugin Specific 
----------------------------------------------- */
.wpcf7-form {
	clear:both;
	margin:0 auto 0 0;
}

.wpcf7-form h3 {
	display:block;
	font-size:20px;
	font-weight:700;
}

.wpcf7-form label {
	font-size:13px;
	display:block;
	margin:20px 0 10px 0;
}

.wpcf7-form span.text {
	display:block;
	font-size:13px;
	margin-bottom:10px;
}

.wpcf7-form input, .wpcf7-form textarea {
	background:#f3f3f3;
	border:none;
	font-size:13px;
	padding:10px;
}

.wpcf7-form textarea {
	height:200px;
	padding:15px 10px;
}

.wpcf7-form select {
	font-size:13px;
	padding:5px 10px;
}

.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
	margin-right:5px;
}

span.wpcf7-list-item { 
	display:table-row;
	font-size:13px;
	max-width:100%;
}

span.wpcf7-list-item * { 
	display:table-cell; 
}

table.modules {
	font-size:13px;
	max-width:800px;
}

@media only screen and (max-width: 480px) {
table.modules {
	display:block;
	overflow-x:auto;
	max-width:100%;
}
}

table.modules .grey td {
	color:#999;
}

table.modules .red {
	color:#F30 !important;
}

/* hide checkbox boxes */
table.modules .grey input[type=checkbox] {
	display:none;
}

/* hide checkbox labels */
table.modules .wpcf7-list-item-label {
	display:none !important;
}

.wpcf7-form input[type=submit] {
	background:#000;
	color:#fff;
	font-size:14px;
	margin-top:30px;
	padding:5px 10px;
	width:80px;
}

.wpcf7-form input[type=submit]:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

.wpcf7-form img.ajax-loader {
	display:block;
	height:16px;
	margin:0 auto;
	text-align:center;
	width:16px; 
}

.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-mail-sent-ok {
	background:transparent;
	border:none;
	color:#F00;
	display:block;
	font-size:15px;
	padding:0;
	padding-bottom:20px;
	width:100%;
}


/* =Videos
----------------------------------------------- */
.video-albums .clearfix.xs-block, 
.video-galleries .clearfix.xs-block{
	display:none;
}

.video-galleries .clearfix.md-block {
	display:block;	
}

.video-thumbnail {
	display:block;
	position:relative;
}

.play-btn {
    top:0;
    left:0;
	opacity:0.5;
    position:absolute;
    top:0;
    z-index:10;
}

.play-btn:hover {
	opacity:1;
}

/* =Videos YT
--------------------------------------------------------------*/
.youtube-video {
	display:block;
	position:relative;
}

.youtube-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top:30px;
	height: 0;
	margin-bottom:10px;
}

.youtube-video p {
	font-size:13px;
}

.youtube-video-wrapper iframe,
.youtube-video-wrapper object,
.youtube-video-wrapper embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}


/* =Events 
----------------------------------------------- */
.em-booking .ticket-desc {
	font-size:12px;
}
.em-booking-form-details input.input, 
.em-booking-form-details textarea {
	background:#f3f3f3;
	border:none;
	font-size:13px;
	padding:10px;
	max-width:300px !important;
	width:100% !important;
}
.em-booking-form-details textarea {
	padding:15px 10px;
}

.em-booking select {
	font-size:13px !important;
}

.em-booking select.dbem_country {
	padding:10px 5px !important;
}

.paypal-info {
	font-size:12px !important;
	font-style:italic !important;
}
.em-calendar {
	border:1px solid #ddd;
	font-size:12px !important;
	padding:10px;
}
.em-booking-login input {
	border:1px solid #ddd;
	font-size:13px !important;
	padding:5px;
}
.em-booking-login input#em_rememberme label,
.em-booking-login a {
	font-size:11px !important;
}


/* Websites
----------------------------------------------- */
.website-templates {
	border-bottom:1px solid #ddd;
	margin-top:20px;
	margin-bottom:30px;
	padding-bottom:30px;
}

.web-template {
	display:block;
	margin:20px auto;
	max-width:400px;
}

.web-template img {
	border:1px solid #ddd;
	padding:8px;
}

.web-template p {
	margin-top:15px;
	text-align:center;
	text-transform:uppercase;
}


/* Comments
----------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Alignments
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Media
----------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Captions
----------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* =Galleries
----------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* =Sidebars
----------------------------------------------- */
@media only screen and ( min-width: 992px ) {
.event-sidebar {
	padding-left:30px;
}
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin:0 0 3em 0;
}

.widget.widget_wpbdp_searchwidget {
	margin-bottom:0;
}

.widget.widget_text {
	margin-bottom:3.5em;
}

.widget .widget-title {
	font-size:18px;
	margin:10px 0;
}

.widget ul,
.widget ol {
	list-style-type:none;
	margin:0;
	padding:0;
}

.widget li {
	margin:0;
	padding:5px 0;
}

.widget .children li:last-child {
	padding-bottom:0;
}

.widget ul li {
	list-style:none;
}

.widget li > ul,
.widget li > ol {
}

.widget a {
}

.widget a:hover {
}

.widget li.current_page_item a {
}

.widget_text p {
	color:#777;
	font-size:11px;
	font-style:italic;
	margin:0;
}

.widget-title,
.widget select {
	max-width:100%;
}

.widget select {
	font-size:13px;
}

.widget_wpbdp_searchwidget .widget-title,
.widget.widget_text .widget-title {
	display:none;
}

.widget_search .search-form label {
	width:100%;
}

.widget_search .search-form input {
	font-size:13px;
	padding:5px;
}

.widget_search .search-form .search-field {
	border:1px solid #d5d5d5 !important;
	max-width:none  !important;
	width:100% !important;
}

.widget_search .search-form .search-submit {
	display:none !important;
}

/* hide 2nd child on events */
.widget_em_widget ul > li:nth-child(2) {
	display:none;
}


/* =Latest Tweets
----------------------------------------------- */
.tweets {
	border-top:1px solid #eee;
	margin-top:30px;
	padding-top:30px;
}

.tweets h3 {
	font-size:18px;
	margin-bottom:35px;
}

.interact {
	display:none;
}

#twitterfeed ul {
	display:block;
	margin:0;
	margin-left:-40px;
	overflow:hidden;
}

#twitterfeed li {
	display:block;
	float:left;
	margin:0;
	margin-left:5%;
	width:21%;
	word-wrap:break-word;
}

#twitterfeed li:first-child {
	margin-left:0;
}

#twitterfeed .user img {
	width:20px;
}

#twitterfeed p.tweet {
	font-size:12px;
	margin-bottom:0;
}

#twitterfeed p.timePosted {
	font-size:11px;
	margin:0;
}

#twitterfeed p.timePosted a {
	color:#999;
}


/* =Footer
----------------------------------------------- */
.site-footer {
	background:#003466;
	margin-top:50px;
	padding:50px 0;
}

.site-info a {
	color:#ccc;
}

.site-info h4 {
	color:#fff;
	font-size:14px;
	font-weight:600;
	margin:0;
	margin-bottom:14px;
}

@media only screen and ( max-width: 767px ) {
.site-info h4 {
	margin-top:30px;
}
.site-info .lead h4 {
	margin-top:0;
}
}

.site-info ul {
	margin-left:-40px;
}

.site-info li {
	color:#ccc;
	list-style:none;
	margin:6px 0;
}

.site-info p {
	color:#ccc;
	margin-top:6px;
	margin-bottom:0;
}

.site-info p:first-of-type {
	margin-top:30px;
}

/* =Member Sign In
----------------------------------------------- */
.sign-in {
	background:#eee;
	display:block;
	margin-bottom:20px;
	padding:20px 30px 1px 30px;
	min-height:410px; 
	height:auto !important; 
	height:410px;
	max-width:495px; 
}

.sign-in h2 {
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
}

.sign-in-form label {
	font-size:13px !important;
}

.sign-in-form input {
	background:#fff;
	border:1px solid #ccc !important;
	display:inline-block !important;
	font-size:13px !important;
	margin:0 0 2px 0 !important;
	padding:5px 10px !important;
	width:100%;
}

.sign-in-form input[type="checkbox"] {
	margin-top:10px !important;
	width:20px !important;
}

.sign-in-form .submit-form {
	background:#111 !important;
	margin-top:0 !important;
	padding:10px 0 !important;
	width:100px !important;
}

.sign-in-form input[type="submit"]:hover {
	background:#333 !important;
}

.sign-in a {
	color:#222;
	text-decoration:underline;
}

.sign-in-form .error a {
	display:none;
}


/* =Directory member dashboard 
----------------------------------------------- */
.member-dashboard h3 {
	font-size:18px;
}

.member-dashboard .inner-right ul {
	margin-left:0;
}

.member-dashboard a {
	color:#333;
}

.member-dashboard-btns {
	margin:0;
	padding:0;
}

.member-dashboard-btns li {
	display:inline-block;
	margin-right:15px;
}

.member-edit-lisiting .wpbdp-form-field-label,
.member-edit-lisiting .wpbdp-form-field-inner,
.member-edit-lisiting .step-fee-selection h3{
	display:none;
}

.member-dashboard .wpbdp-manage-listings-page p {
	display:none;
}

.member-dashboard .woocommerce h2,
.member-dashboard .myaccount_address,
.member-dashboard .addresses {
	display:none;
}

.member-dashboard .listing-details label {
	font-weight:700;
	margin-top:5px;
}

.member-dashboard .shop_table.my_account_orders td {
	font-size:13px;
}

.member-dashboard .shop_table.my_account_orders .button.pay,
.member-dashboard .shop_table.my_account_orders .button.print {
	background:#fff !important;
	border:none !important;
	color:#255fa8 !important;
	font-size:13px !important;
	font-weight:400 !important;
	margin:0 !important;
	padding:0 5px !important;
	box-shadow:none !important;
}

.member-dashboard .shop_table.my_account_orders .button.view,
.member-dashboard .shop_table.my_account_orders .button.cancel {
    display:none;
}

.member-dashboard .delete-listing,
.member-dashboard .contact-form {
	display:none;
}

.member-dashboard .message a {
	font-size:13px;
}

#pm-notify {
	background:#f5f5f5 !important;
	border:none !important;
	color:#333 !important;
	font-size:13px !important;
	font-weight:400 !important;
	height:35px !important;
	line-height:31px !important;
	padding:5px 10px !important;
	text-align:center !important;
	vertical-align:middle !important;
}
#pm-content, 
#pm-content input,
#pm-content textarea {
	font-size:13px;
}
#pm-content i {
	font-style:normal;
}
#pm-content input[type="submit"] {
	margin-top:5px !important;
	padding:6px 10px !important;
}

#pm-wrapper p strong a {
	text-decoration:none;
}

/* private messages */
#fep-header .avatar {
	height:40px !important;
	width:40px !important;
	margin-right:10px !important;
}


#fep-header  {
    font-size: 13px !important;
	padding-top:10px !important;
}

#fep-header strong {
	display:none !important;
}

#fep-content,
#fep-content select,
#fep-content p {
	font-size:13px !important;
}

#fep-content .avatar {
	height:40px !important;
	width:40px !important;
}
.fep-message-title-heading,
.fep-message-title .author {
	font-size:14px !important;
	padding:10px !important;
}
.fep-form-field input {
	font-size:13px !important;
}


/* added code for the woo subscription plugin */
/* hide all p in woo div */
.inner-right .woocommerce p {
display:none;
}
/* display the only p we want to show */
.inner-right .woocommerce p.myaccount_user {
display:block !important;
}
/* hide the duplicate table so we don't confuse customers*/
.inner-right .woocommerce .shop_table.my_account_subscriptions {
display:none;
}


/* =Directory
----------------------------------------------- */
.wpbdp-page,
.wpbdp-page p,
.wpbdp-page span,
.wpbdp-page label,
.wpbdp-listing,
.wpbdp-listing p,
.wpbdp-listing span,
.wpbdp-listing label,
.wpbdp-listing .listing-title {
	font-family: 'Open Sans', sans-serif !important;
	font-size:13px !important;
}
.wpbdp-listing .listing-title {
	display:inline-block;
}

#wpbdp-search-form-wrapper {
	display:none !important;
}
.businessdirectory-search h2.title {
	display:none !important;
}

/* main page */
.wpbdp-page #wpbdp-main-box,
.wpbdp-page-main_page #wpbdp-categories {
	display:none;
}

/* search page */
.wpbdp-view-search .wpbdp-page-all_listings {
	display:none !important;
}

/* listings */
.wpbdp-listings-list {
	margin:30px 0 !important;
	max-width:800px !important;
}
.wpbdp-listing-excerpt {
	margin-bottom:30px;
	padding-bottom:30px;
}
.wpbdp-listing .listing-title,
.wpbdp-listing a {
	border:none !important;
	font-size:14px !important;
	text-decoration:none;
}
.wpbdp-field-cpd_badge {
	margin-top:-20px !important;
}
@media only screen and ( min-width: 481px ) {
.wpbdp-listing .listing-thumbnail,
.wpbdp-listing .attachment-wpbdp-thumb {
	display:block;
    float:right !important;
	padding-left:10px;
}
.wpbdp-listing .attachment-wpbdp-thumb {
	clear:right;
	margin-top:20px;
}
}
.wpbdp-listing .listing-details {
    margin-left:0 !important;
}
.wpbdp-listing-excerpt.sticky,
.wpbdp-listing-excerpt.even,
.wpbdp-listing.odd {
	background:#fff !important;
	border:none !important;
}
.wpbdp-page .edit-listing,
.wpbdp-page .delete-listing {
	display:none;
}
.wpbdp-listing .listing-actions {
    text-align:left !important;
}
.wpbdp-listing .listing-actions a.button {
    background: #255fa8 !important;
    color: #fff !important;
	font-size:12px !important;
}

/* single listing */
.wpbdp-listing-single {
	max-width:800px !important;
}
.wpbdp-listing-single .listing-actions.cf  {
	display:none !important;
}
.wpbdp-listing-single .listing-title {
	display:none !important;
}
.wpbdp-listing a {
    color: #222 !important;
}
.wpbdp-button.wpbdp-submit.submit {
	margin-top:20px;
}
/* contact form */
.wpbdp-msg {
    font-size:12px !important;
    color: #222 !important;
    margin: 5px 0 5px -10px !important;
}

.wpbdp-listing .stickytag {
	display:none;
}

/* widget search */
.modal.iimssearch .modal-body {
	padding-top:0;
}

.btn-continent {
	display:block !important;
	font-style:normal;
}

.collapse#mapsurveyors .well {
	padding-bottom:0 !important;
}

.collapse#mapsurveyors p {
	font-size:13px !important;
}

hr.iims-search {
	margin:20px 0;
}

.directory-search {
	max-width:400px;
	position:relative;
}

.directory-search label,
.directory-search input,
.directory-search select {
	color:#333;
	font-size:13px !important;
}
.directory-search input {
	border:1px solid #ccc;
	margin:5px 0 !important;
	padding:3px 10px;
	width:100%;
}
.search-filter.textfield .label,
.search-filter.select .label,
.search-filter.multiselect .label {
	margin:0 0 5px 0 !important;
	text-align:left !important;
}
.widget_wpbdp_searchwidget .select,
.widget_wpbdp_searchwidget .multiselect {
	margin:5px 0 !important;
	padding:3px;
}
.widget_wpbdp_searchwidget select {
	margin-top:5px !important;
}
.search-filter.textfield .field.inner {
	margin:0;
}
.submit.wpbdp-search-widget-submit {
	margin:10px 0 0 0;
	width:80px !important;
}

/* hide normal listing old code */
.wpbdp-listing.normal {
	display:none !important;
}

/* hide normal listing renamed as free listing */
.wpbdp-listing-plan-free_listing {
	display:none;
}

/* hide free listing renamed as unlisted listing */
.wpbdp-listing-plan-unlisted {
	display:none;
}

/* regsiter to contact member on listing page */
.wpbdp-msg {
    font-size:14px !important;
}
.tml-action-links li:before {
	display:none;
}
.tml input {
	font-size:14px;
}


/* =Members by Continent
----------------------------------------------- */
.members-by-continent {
	text-align:center;
}

.members-by-continent ul {
	margin:20px auto 50px auto;
	padding:0;
	text-align:center;
}

.members-by-continent ul li {
	font-size:12px !important;
	display:inline-block;
	list-style:none;
	margin:15px 10px;
}

.members-by-continent ul li a,
.members-by-continent ul li a:hover {
	background:#255fa8 !important;
	color:#fff !important;
	padding:4px 14px;
	text-decoration:none;
}

.members-by-continent .map-wrapper {
	margin-bottom:50px;
}


/* =Woo
----------------------------------------------- */
.woocommerce {
	font-size:13px;
}

/* remove add to cart cat view */
.button.add_to_cart_button {
	display:none !important;	
}

/* add bottom margin to single product title */
.single-product .product_title.entry-title {
	border:none !important;
	margin:0 !important;
	margin-bottom:20px !important;
	padding:0 !important;
}

.woocommerce .price,
.woocommerce .label {
	color:#000 !important;
}

.woocommerce .price {
	font-size:24px !important;
	margin:0 !important;
	margin-bottom:20px !important;
}

.reset_variations {
	font-size:13px !important;
}

/* hide sku and cats */
.product_meta {
	display:none !important;
}

/* remove wp li styling from woo pages */ 
.entry-content .woocommerce ul li:before { 
	content: " ";
	left:0;
	position:relative;
}

.entry-content .woocommerce table a {
	color:#8fae1b;
	text-decoration:none;
}

/* global buttons */
.woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce #respond input.alt#submit, .woocommerce #content input.alt.button, .woocommerce-page a.alt.button, .woocommerce-page button.alt.button, .woocommerce-page input.alt.button, .woocommerce-page #respond input.alt#submit, .woocommerce-page #content input.alt.button{
	transition: background-color 0.5s ease !important;
	background:#255fa8 !important;
	border:none !important;
	color:#fff !important;
	font-size:13px !important;
	font-weight:400 !important;
	height:35px !important;
	line-height:31px !important;
	padding:0 16px !important;
	text-align:center !important;
	vertical-align:middle !important;
	text-shadow:none !important;
	border-radius:3px !important;
	box-shadow: 0px -3px rgba(0, 0, 0, 0.1) inset;
}
.woocommerce a.alt.button:hover, .woocommerce button.alt.button:hover, .woocommerce input.alt.button:hover, .woocommerce #respond input.alt#submit:hover, .woocommerce #content input.alt.button:hover, .woocommerce-page a.alt.button:hover, .woocommerce-page button.alt.button:hover, .woocommerce-page input.alt.button:hover, .woocommerce-page #respond input.alt#submit:hover, .woocommerce-page #content input.alt.button:hover {
	background:#003466 !important;
	color:#fff !important;
}

/* remove shipping field on checkout pages */
.woocommerce-shipping-fields {
	display:none;
}

/* hide add to cart buttons for virtual products 
.virtual.product-type-simple .single_add_to_cart_button.button.alt {
	display:none !important;
}
*/
/* hide add to cart buttons for membership products */
.product_cat-membership-area-1 .single_add_to_cart_button.button.alt,
.product_cat-membership-area-2 .single_add_to_cart_button.button.alt,
.product_cat-membership-area-3 .single_add_to_cart_button.button.alt,
.product_cat-hide-buy-buttons .single_add_to_cart_button.button.alt {
	display:none !important;	
}


/* change width of related products */
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
width: 24% !important;
}

/* checkout */
.woocommerce form .form-row .input-checkbox {
    display: inline !important;
	position:relative !important;
    margin: -2px 8px 0 0 !important;
}

/* my account */
.woocommerce-MyAccount-navigation ul {
	margin-left:-40px;
}

.woocommerce-MyAccount-navigation li {
	list-style:none;
	margin:6px 0;
}

.woocommerce-MyAccount-navigation a {
	color:#333;
	text-decoration:none;
}

/* hide download link on order page for edition guard product bank transfer payments */
.wc-item-downloads {
	display:none;
}

/* =eBook
----------------------------------------------- */
.ebook-link,
.ebook-link:hover {
	background:#8fae1b;
	border-radius:20px;
	color:#fff !important;
	display:inline-block;
	font-size:16px;
	margin:10px 0 35px 0;
	padding:10px 15px;
}

.ebook-link:hover {
	background:#6f8713;
	text-decoration:none;
}

/* =Media Queries
----------------------------------------------- */
@media only screen and (max-width: 1199px) {	
.utility-links {
	left:90px;
}
.utility-links li {
	margin-left:40px;
}
}

@media only screen and (max-width: 991px) {	
.navbar-default,
.top-contact-details {
	display:none;
}
.shiftnav-toggle {
	color:#023466;
	display:inline-block;
	position:absolute;
	right:10px;
	text-transform:uppercase;
	top:15px;
	z-index:1000;
}
.shiftnav-toggle .fa {
	font-size:24px;
}
.shiftnav-toggle span {
	font-size:14px;
}
.shiftnav.shiftnav-skin-dark-blue ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-dark-blue ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
	background:#255fa8 !important;
    color:#fff !important;
}
.logo {
	margin-top:30px;
	width:100px;
}
.utility-links {
	position:absolute;
	top:60px;
	left:auto;
	right:0;
}
.utility-links li {
	margin-left:50px
}
.utility-links li,
.utility-links button {
	font-size:11px;
}

.header-wrapper {
	border-bottom:1px solid #d5d5d5;
	padding-bottom:20px;
}
.home .header-wrapper {
	border:none;
	padding-bottom:0;
}
.carousel-inner > .item > img {
	left:-20%;
}
.directory-search,
.widget_recent_entries {
	margin-top:3em;
}
.video-galleries .clearfix.md-block {
	display:none;
}
.video-albums .clearfix.xs-block,
.video-galleries .clearfix.xs-block {
	display:block;
}
.site-credit {
	text-align:left;
}
}

@media only screen and ( max-width: 768px ) {
.utility-links li {
	margin-left:25px;
}
}
@media only screen and ( max-width: 670px ) {
.utility-links li {        
	margin-left:20px;
}
.splash h1 {
	max-width:200px;
}
.splash-bubble.large.top,
.splash-bubble.small.bottom {
	left:10px;
}
.splash-bubble.large.bottom,
.splash-bubble.small.top {
	right:10px;
}
.carousel {
	height:300px;
}
.carousel .item {
	height:300px;
}
.carousel-inner > .item > img {
	height:300px;
}
}

@media only screen and ( max-width: 600px ) {
.header-wrapper {
	text-align:center;
}
.logo {
	display:inline-block;
	margin:15px auto 0 auto;
}
.utility-links {
	display:block;
	position:relative;
	left:0;
	margin:30px auto 0 -15px;
	overflow:hidden;
	padding:0 !important;
	right:0;
	top:0;
}
.utility-links li {
	display:inline-block;
	margin:0 10px !important;
}
.splash h1 {
	top:20px;
}
.splash-bubble.large.top {
	top:120px;
}
.splash-bubble.small.top {
	top:370px;
}
.splash-bubble.small.bottom {
	bottom:auto;
	top:560px;
}
.splash-bubble.large.bottom {
	bottom:auto;
	top:770px;
}
#twitterfeed li {
	margin:0 0 20px 0;
	width:100%;
}
}

@media only screen and ( max-width: 550px ) {
.header-wrapper {
	border:none;
	padding-bottom:0;
	text-align:center;
}
.utility-links {
	display:block;
	position:relative;
	left:0;
	margin:30px auto 0 auto;
	padding:0;
	right:0;
	top:0;
	width:100%;
}
.utility-links ul {
	margin:0 0 0 -40px;
}
.utility-links li {
	background:#023466;
	display:block;
	float:none;
	font-size:14px;
	margin:1px 0;
}
.utility-links .member-login,
.utility-links .student-login,
.utility-links .view-videos,
.utility-links .cpd-login, 
.utility-links button{
	background-image:none;
	margin:0;
	padding:0;
}
.utility-links button,
.utility-links a {
	background:#023466;
	border:none;
	color:#fff;
	display:block;
	font-size:13px;
	padding:10px !important;
	text-align:center;
	width:100%;
}
.utility-links button:hover,
.utility-links a:hover {
	background:#aaa;
	text-decoration:none;
}
.carousel-inner > .item > img {
	left:-35%;
}
.video-albums .clearfix.xs-block,
.video-galleries .clearfix.xs.block {
	display:none;
}
.video-albums .col-xs-6,
.video-galleries .col-xs-6 {
	width:100%;
}
}

@media only screen and ( max-width: 480px ) {
.carousel {
	height:250px;
}
.carousel .item {
	height:250px;
}
.carousel-inner > .item > img {
	height:250px;
}
}

@media only screen and ( max-width: 350px ) {
.carousel-inner > .item > img {
	left:-50%;
}
}


/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color:#2b2b2b;
		font-size:12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	.site-title,
	.site-description,
	.shiftnav-toggle,
	.utility-links,
	.navbar,	
	.site-footer,
	#secondary {
		display:none;
	}

	.top-contact-details {
		position:relative;
		left:0;
		right:auto;
		text-align:left;
		top:auto;
		width:100%;
	}

	.top-contact-details h4 {
		color:#2b2b2b;
		font-size:12pt;
		margin:0;
	}

	
	.top-contact-details p,
	.top-contact-details a {	
		color:#2b2b2b;
		font-size:12pt;
	}

	a {
		color:#2b2b2b !important;
		text-decoration:none !important;
	}

	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.content-area {
		padding-top: 0;
	}

	.splash {
		background:none;
	}

	.splash-bubble {
		background:none;
	}

	.splash {
		background:none;
		height:auto;
		max-width:100%;
	}

	.splash-bubble {
		background:none;
		border:none;
		position:relative;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}

	.splash-bubble.large,
	.splash-bubble.small {
		height:auto;
		width:100%
	}

	.splash-bubble.large.top {
		left:0;
		top:auto;	
	}

	.splash-bubble.large.bottom {
		left:0;
		right:auto;
		bottom:auto;	
	}

	.splash-bubble.small.top {
		left:0;
		right:auto;
		top:auto;	
	}

	.splash-bubble.small.bottom {
		left:0;
		bottom:auto;	
	}

	.splash-bubble.large.top:before,
	.splash-bubble.large.bottom:after,
	.splash-bubble.small.top:before,
	.splash-bubble.small.bottom:after {
		display:none;
	}

	.splash-bubble-content {
		display:block;
		margin:auto;
		padding-top:0;
		width:100%;
	}

	.splash-bubble-content.small {
		margin-left:0;
		padding-top:0;
		width:100%;
	}

	.splash a {
		color:#2b2b2b;
		text-decoration:none;	
	}

	.splash h1 {
		display:block;
		position:relative;
		top:auto;
		right:auto;
	}

	.splash h2 {
		color:#2b2b2b;
		font-size:14pt;
		line-height:100%;
		margin:0;
	}

	.splash p {
		font-size:12pt;
	}

	.directory-search {
		display:none;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #2b2b2b;
	}

	.widget.widget_tag_cloud a {
		color:#2b2b2b;
		font-size:12pt;
	}	

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}


.tml {
	max-width: 320px;
}

.tml * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tml .error,
.tml .message {
	color: #333;
	padding: 0.5em;
}

.tml .error {
	border: 1px solid #c00;
	background-color: #ffebe8;
}

.tml .message {
	border: 1px solid #e6db55;
	background-color: #ffffe0;
}

.tml p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.tml label {
	display: block;
	text-align: left;
}

.tml .tml-rememberme-wrap label {
	display: inline;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.tml .tml-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: left;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

.pw-weak {
	display:none;
}

.indicator-hint {
	padding-top: 8px;
}

#pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.tml .tml-submit-wrap input {
		width: auto;
	}

	.tml-login .tml-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}

	.tml-login .tml-rememberme-wrap {
		display: table-cell;
	}

	.tml-login .tml-rememberme-wrap input {
		margin: 0;
	}

	.tml-login .tml-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}