/* =========================
  PACKAGES CONCERTINA
========================= */

.wp-block-details summary {
    cursor: pointer;
    margin-bottom: 0px;
	 padding: 10px !important;
}

.summary {
    padding: 70px !important;
}

.wp-block-paragraph  {
    padding:20px !important;
}

/* =========================
  UPDATING FOOTER
========================= */

#footer .textwidget {
    color: #000713 !important;
    font-family: 'Merriweather'!important;
	font-size: 12px !important;
	width: 400px !important;
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px;
    width: 200px !important;
}

#footer .secondary a {
    padding-top: 0;
	display: none !important;
    color: #000713 !important;
    margin-bottom: 0 !important;
    margin-left: 20px !important;
}

/* =========================
   ADDING ICONS TO HOME PAGE
========================= */

:root .has-text-align-left {
    text-align: left;
    padding: 20px;
}

 @media (max-width: 768px) {
.wp-container-content-c5749c05 {
	 padding: 0px !important;
	align-items:center !important;
}
	 .nutshellservices {
	 padding: 0px !important;
	align-self:center !important;
	 }
}

[class*=wp-block-coblocks-] *, [class*=wp-block-coblocks-] :after, [class*=wp-block-coblocks-] :before {
    box-sizing: inherit;
    color: #000000 !important;
    font-family: "Merriweather", serif !important;
    font-weight: 300 !important;
    width: 100% !important;
    height: 100% !important;
}

.iconclass {
    color: #000000 !important;
    font-family: "Assistant", sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 22px !important;
			padding-top: 18px !important;
}

@media only screen and (max-width: 768px) {
    .iconclass {
        font-size: 9px !important;
        color: #000000 !important;
			padding-top: 12px !important;
			  font-weight: 600 !important;
			  line-height: 9px !important;
		letter-spacing: 0px !important;
    }
}




/* =========================
   1. GLOBAL BACKGROUND
========================= */
html, body {
  background-color: #91ecb7 !important;
  margin: 0;
}

#primary,
.content-area,
.site-content,
main {
  background-color: #91ecb7 !important;
}


/* =========================
   2. HEADER
========================= */
.site-header,
#masthead,
.main-header,
.header-wrap {
  background-color: #ffffff !important;
  position: relative;
  z-index: 10;
}


/* =========================
   3. MENU STYLING
========================= */
.main-navigation a,
.site-header a {
  font-family: assistant !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #C0A02F !important;
}

.main-navigation .current-menu-item > a,
.main-navigation a:hover,
.site-header a:hover {
  color: #000000 !important;
}


/* =========================
   4. HERO BASE (NO ENTRY-HEADER CONTROL HERE)
========================= */
#main-header,
#main-header.has-background,
.hero,
.header-wrap {
  max-height: none !important;
  overflow: hidden !important;
  position: relative !important;
}


/* HERO IMAGE */
#main-header img,
.hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* HERO OVERLAY */
span.overlay {
  display: none !important;
}


/* =========================
   5. HERO INNER STRUCTURE
========================= */
#main-header .container,
#main-header .inner {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-direction: column !important;
  text-align: center !important;
}


/* =========================
   6. HERO TITLE (DESKTOP ONLY)
========================= */
@media (min-width: 769px) {
  h1.entry-title {
    position: static !important;
    transform: translate(273px, -100px) !important;
    margin: 0 !important;
    color: #000000 !important;
  }
}

/* =========================
   7. HERO TITLE (MOBILE FIX)
========================= */

@media (max-width: 768px) {

  /* =========================
     RESET HERO STRUCTURE (mobile)
  ========================= */
  #main-header,
  .hero,
  .header-wrap,
  .entry-header,
  #main-header .container,
  #main-header .inner {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  /* =========================
     HERO TITLE (MOBILE FIXED POSITION)
  ========================= */
  h1.entry-title {
    all: unset !important;
    display: block !important;

    font-size: 28px !important;
    color: #000 !important;

    position: relative !important;
    top: -50px !important;

    /* KEY FIX: restore predictable box behaviour */
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;

    text-align: left !important;
  }

}

 
/* =========================
   8. PARAGRAPHS
========================= */
p {
  color: #000000 !important;
}


/* =========================
   9. REMOVE META / CATEGORIES
========================= */
.meta,
.entry-meta,
.cat-links,
.entry-categories,
.post-categories,
span.meta.date-author {
  display: none !important;
}


/* =========================
   10. BLOG: DISABLE HERO BEHAVIOUR
========================= */
body.single-post #main-header,
body.single-post .hero,
body.single-post .header-wrap {
  height: auto !important;
  min-height: 0 !important;
}


/* ENTRY HEADER RESET */
body.single-post .entry-header {
  height: auto !important;
  padding: 20px 0 10px 0 !important;
  margin: 0 !important;
  display: block !important;
  overflow: visible !important;
  text-align: left !important;
}


/* REMOVE FLEX IN POSTS */
body.single-post .entry-header .container,
body.single-post .entry-header .inner {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}


/* =========================
   BLOG INDEX (H2 TITLE ALIGNMENT)
========================= */
@media (min-width: 769px) {

  .wf-active h2.entry-title,
  .wf-active h2.entry-title a {
    text-align: left !important;
		font-size:	40px !important;
		font-weight: 300 !important;

    display: block !important;

    /* key: stop theme centering system */
    margin-left: 0 !important;
    margin-right: 0 !important;

    /* ensure it follows content flow */
    width: 100% !important;
    box-sizing: border-box !important;
  }

}

@media (max-width: 768px) {

  .wf-active h2.entry-title,
  .wf-active h2.entry-title a {
    text-align: left !important;
font-size:	40px !important;
line-height:	50px !important;
    display: block !important;
			font-weight: 300 !important;

    /* ensure it doesn't re-center via parent rules */
    width: 100% !important;
    margin: 0 !important;

    box-sizing: border-box !important;
  }

}

/* =========================
   SINGLE POST (H1 TITLE FIX — FINAL)
========================= */
@media (min-width: 769px) {

  /* =========================
     FIND THE REAL CONTENT EDGE
     AND APPLY IT TO HEADER + CONTENT
  ========================= */
  body.single-post .entry-header,
  body.single-post .entry-content {
    margin-left: auto !important;
    margin-right: auto !important;
		font-family:	merriweather  !important;
	font-weight: 400 !important;
    /* IMPORTANT: ensure same alignment context */
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* =========================
     FINAL H1 ALIGNMENT (NO GUESSING)
  ========================= */
  body.single-post h1.entry-title {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
		font-family:	merriweather  !important;
	font-weight: 400 !important;
    display: block !important;
    width: 100% !important;

    text-align: left !important;

    /* key: remove all independent positioning */
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

}

  body.single-post h1.entry-title {
    text-align: left !important;
font-family:	merriweather  !important;
			font-weight: 400 !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
		}

		  /* =========================
     FINAL H1 ALIGNMENT MOBILE
  ========================= */
 @media (max-width: 768px) {

  /* =========================
     STEP 1: IDENTIFY TRUE CONTENT COLUMN
  ========================= */
  body.single-post .site-content,
  body.single-post .content-area,
  body.single-post .wp-site-blocks {
			font-weight: 400 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  /* =========================
     STEP 2: REMOVE ANY INDEPENDENT H1 POSITIONING
  ========================= */
  body.single-post h1.entry-title {
    position: relative !important;
    transform: none !important;
			font-weight: 400 !important;

    display: block !important;
    width: 100% !important;

    text-align: left !important;

    margin: 0 0 15px 0 !important;

    /* IMPORTANT: no independent spacing */
    padding: 0 !important;
  }

}

/* =========================
   BLOG CONTENT SPACING FIX
========================= */
body.single-post .entry-header + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-post .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-post .wp-site-blocks,
body.single-post .wp-block-group {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================
   7. HERO PORTFOLIO FEATURED IMAGE HIDE & REMOVE PADDING (MOBILE FIX)
========================= */
@media (max-width: 768px) {
  /* Hide featured image */
  .single-jetpack-portfolio .post-thumbnail,
  .single-jetpack-portfolio .featured-image {
    display: none !important;
  }

  /* Force override inline padding */
  .single-jetpack-portfolio #main header.main[style] {
    padding-bottom: 0 !important;
  }
}

/* =========================
  MY OLD CODE FROM NOW ON
========================= */

/* adding a custom h3 quote on home and about pages*/
.testimonial-h3 {
	font-size: 28px !important;
	font-weight: 600 !important;
	font-family: 'Merriweather', serif !important;
	color: #000713;
	width: 75% !important;
	line-height: 31px;
	margin-bottom: 0 !important;
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
.testimonial-h3 {
	font-size: 22px !important;
	font-weight: 800 !important;
	width: 100% !important;
		line-height: 23px;
}
	}

.is-layout-grid > :is(*,div) {
/* margin: 0; */
	padding: 20px 40px !important;
}

/* customising the advertising page accordian on mobile*/
@media (max-width: 768px) {
	.wp-block-accordion-heading__toggle-title,
							    .wp-block-accordion-heading__toggle-title span {
		padding: 0 !important;
		margin: 0 !important;
		line-height: normal !important;
		font-size: 20px !important;
		text-align: left !important;
	}
}

.wp-block-accordion-heading__toggle-icon {
	align-items: center;
	display: flex;
	height: 1.2em;
	justify-content: center;
	width: 1.2em;
	font-size: 30PX;
}

/* customising about page photo of me and other photos gutter-right*/
.mephoto {
	padding-right: 100px !important;
	padding-bottom: 20px !important;
	max-width: 100% !important;
	width: auto !important;
}

/* customising about page css grid*/
.is-layout-grid > :is(*, div) {
	margin: 0;
	padding: 30px;
}

/* customising about page photo of me and other photos gutter-left*/
.mephoto2 {
	padding-left: 100px !important;
	padding-top: 20px !important;
	max-width: 100% !important;
}

/* customising a youtube video width/height*/
.embed-youtube iframe {
	height: 85% !important;
	padding-bottom: 0 !important;
}

.fluid-width-video-wrapper {
	width: 85% !important;
	padding-bottom: 0 !important;
}

/* social media icons*/
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	fill: currentColor;
	color: white;
}

:where(.is-layout-flex) {
	gap: 5px;
}

.widget-box ul {
	margin: 0;
	padding-top: 35px;
	line-height: 1em;
	background: 0 0;
	position: relative;
	list-style: none;
}

/* main body background colour*/
.body {
	color: #e5e4d3 !important;
}

div.body-wrap {
	color: #e5e4d3 !important;
}

/* main headings including old ones in case*/
.wf-active h1 {
	font-size: 40px !important;
	font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Merriweather, serif;
	color: #000713;
	line-height: 50px !important;
	margin-bottom: 50px;
	margin-top: 0;
}

h1 {
	font-size: 40px !important;
	font-family: 'Merriweather', serif !important;
	color: #000713;
	font-weight: 100 !important;
	line-height: 50px !important;
	margin-bottom: 50px;
	margin-top: 0;
}

#main header.has-background h1 {
	color: #FFF;
	z-index: 100 !important;
	max-width: 900px;
	font-weight: 100 !important;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-weight: 100 !important;
	font-size: 50px !important;
	line-height: 58px !important;
	padding: 0 40px !important;
	margin-top: 0 !important;
}

/* iPhone portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
	#main header.has-background h1 {
		font-size: 24px !important;
		font-family: 'Merriweather', serif !important;
		line-height: 30px !important;
		padding: 0 !important;
	}
	
	h2 {
		font-size: 20px !important;
		font-family: Merriweather, serif !important;
		font-weight: 100 !important;
		color: #000713;
		line-height: 26px !important;
		margin-bottom: 20px;
	}
	
	.wf-active h2 {
		font-weight: 100 !important;
		line-height: 26px !important;
		font-size: 20px !important;
	}
	
	h2.wp-block-heading {
		font-size: 20px !important;
		font-family: Merriweather, serif !important;
		font-weight: 100 !important;
		color: #000713;
		line-height: 26px !important;
		margin-bottom: 20px;
	}
	
	.wf-active h3 {
		font-size: 33px;
		font-weight: 100 !important;
		font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Merriweather, serif;
		color: #000713;
		line-height: 34px;
		margin-bottom: 16px;
	}
	
	h3 {
		font-size: 18px !important;
		font-family: 'Merriweather', serif !important;
		color: #000713;
		line-height: 19px;
		margin-bottom: 16px;
	}
	
	.wf-active h4 {
		font-size: 31px;
		font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Merriweather, serif;
		color: #000713;
		line-height: 35px;
		margin-bottom: 22px;
	}
	
	h4 {
		font-size: 31px !important;
		font-family: 'Merriweather', serif !important;
		color: #000713;
		line-height: 35px;
		margin-bottom: 22px;
	}
	
	.wf-active h5 {
		font-size: 22px !important;
		font-family: 'Merriweather', serif !important;
		color: #000713;
		line-height: 23px;
		margin-bottom: 22px;
	}
	
	h5 {
		font-size: 14px !important;
		font-family: 'Merriweather', serif !important;
		color: #000713;
		line-height: 15px;
		margin-bottom: 22px;
	}
	
	/* new social media footer bar*/
	.jetpack_widget_social_icons svg {
		color: #ffffff;
		fill: currentColor;
		height: inherit;
		vertical-align: middle;
		width: inherit;
	}
	
	#secondary {
		background: #000752 none repeat scroll 0 0;
		padding-top: 0;
		margin-bottom: 0 !important;
	}
	
	#secondary .inside.widgets {
		max-width: 80%;
		margin: 0 auto;
	}
	
	/* new testimonials on home*/
	.home #testimonials p {
		color: #000713;
		font-size: 31px;
		font-family: 'Merriweather';
		max-width: 90%;
		margin: 0 auto !important;
		text-align: left;
		line-height: 35px;
	}
	
	.home #testimonials .title {
		color: #000713;
		font-size: 1em;
		display: block;
		margin-bottom: 50px;
		font-weight: lighter;
		font-family: 'Merriweather', serif;
	/* text-align: left; */
	}
	
	/* update users form submission*/
	.wf-active blockquote p {
		font-family: "league-gothic-1", "league-gothic-2", sans-serif !important;
		font-style: normal;
		margin-left: 0;
		font-size: 2em;
	}
	
	blockquote {
		border-color: #000;
	}
	
	/* update portfolio caption*/
	.gallery-caption {
		font-size: 13px;
		color: #000000 !important;
		line-height: .1em;
	}
	
	/* update weird text appearing on portfolio image*/
	.wf-active #main header.main .meta p {
		font-size: 0 !important;
	}
	
	/* update contact form message field so its 90%*/
	input, select, textarea {
		font-size: 100%;
		margin: 0;
		vertical-align: baseline;
		outline: 0 none !important;
		width: 80% !important;
	}
	
	/* update contact form button*/
	a.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
		border-width: 2px !important;
		border-style: solid;
		border-image: none;
		border-color: #000000 !important;
		border-radius: 3px !important;
		background: transparent none repeat scroll 0 0;
		color: #191919;
		cursor: pointer;
		font-size: 1.4rem !important;
		font-weight: 600 !important;
		line-height: 1;
		padding: 1.5em !important;
	}
	
	button:hover {
		color: #2c4c45 !important;
	}
	
	/* update contact form name and email widths*/
	.contact-form input[type=email] {
		width: 80% !important;
	}
	
	.contact-form input[type=text] {
		width: 80% !important;
	}
	
	/* update image gallery*/
	.gallery-caption {
		font-size: 13px;
		color: #069f88;
		line-height: .1em;
	}
	
	/* restyle cookie widget text*/
	#footer span.widget-title, #footer .textwidget, #footer p, #footer span {
		color: #069f81 !important;
		font-family: "league-gothic-1", "league-gothic-2", sans-serif;
		font-size: 12px !important;
		font-weight: 400;
		font-style: normal;
		line-height: 1.9;
		text-transform: uppercase;
	}
	
	.widget-box {
		margin-bottom: 50px !important;
		overflow-wrap: break-word;
		text-align: left;
		float: left;
		display: block;
		max-width: 160px !important;
		margin-bottom: 20px;
		width: 33.333% !important;
	}
	
	/* reduce bottom footer left col width*/
	.widget-box:nth-child(3n+1) {
		clear: both !important;
	}
	
	.widget-box {
		margin-bottom: 50px !important;
		overflow-wrap: break-word;
	}
	
	.widget-box {
		text-align: left;
		float: left;
		display: block;
		max-width: 160px;
		margin-bottom: 20px;
		width: 33.333% !important;
	}
	
	/* style copyright notice*/
	#footer span.widget-title, #footer .textwidget, #footer p, #footer span {
		color: #069f81;
	}
	
	.wf-active .widget-box .widget-title {
		font-family: "league-gothic-1", "league-gothic-2", sans-serif;
		font-size: 1.2em;
		font-weight: 400;
		font-style: normal;
		line-height: 1.9;
		text-transform: uppercase;
	}
	
	/* style cookie notice*/
	#eu-cookie-law.negative {
		background-color: #000713 !important;
		color: #069f81 !important;
		border: medium none;
	}
	
	#eu-cookie-law {
		position: fixed;
		bottom: 1em;
		left: 1em;
		right: 1em;
		z-index: 50001;
		font-size: 12px;
		color: #2E4467;
		line-height: 1.5;
		border: 1px solid #DEDEDE;
		padding: 6px 6px 6px 15px;
		background-color: #FFF;
	}
	
	#eu-cookie-law a, #eu-cookie-law a:active, #eu-cookie-law a:visited {
		color: #ffffff !important;
		text-decoration: none !important;
		cursor: inherit;
	}
	
	#eu-cookie-law.negative input, #eu-cookie-law.negative input:hover, #eu-cookie-law.negative input:focus {
		background-color: #fd0000 !important;
		color: #FFF;
		border-color: #fd0000 !important;
	}
	
	#eu-cookie-law input, #eu-cookie-law input:hover, #eu-cookie-law input:focus {
		display: inline;
		position: static;
		float: right;
		padding: 8px 12px;
		margin: 0 0 0 5%;
		border: 1px solid #DEDEDE;
		border-radius: 4px;
		background: #F3F3F3 none repeat scroll 0 0;
		font-size: 14px;
		line-height: inherit;
		text-transform: none;
		color: #2E4453;
		cursor: pointer;
		font-weight: inherit;
		font-family: inherit;
	}
	
	.b
																					
																					/* new stuff */
																					/* home - increase height of purple & red sections */
																					.home section#secondary-video-home {
		height: 975px;
	}
	
	.home section#main-content {
		padding-top: 220px;
		height: 805px;
	}
	
	.home #home-content h1 {
		margin-top: 200px;
	}
	
	.home section#main-content h1 {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.home section#projects-home {
		padding-bottom: 90px;
	}
	
	.home section#testimonials {
		padding-bottom: 50px;
	}
	
	.home section#secondary-video-home h1 {
		margin-top: 0;
	}
	
	.home section#secondary-video-home {
		height: 768px;
		padding-top: 0;
	}
	
	@media only screen and (max-width: 1024px) {
	/* iPad landscape */
	
}

.home #testimonials {
	background: #91ECB7 !important;
}

.home section#projects-home {
	height: 768px;
	padding-top: 190px;
}

.home section#testimonials {
	height: 668px;
	padding-top: 190px;
}

.home section#secondary-video-home {
	height: 768px;
	padding-top: 0;
}	
}

@media only screen and (max-width: 768px) {
	/* iPad portrait */
	.home section#main-content {
		height: 1024px;
		padding-top: 330px;
	}
	
	.home section#projects-home {
		height: 1024px;
		padding-top: 165px;
	}
	
	.home section#testimonials {
		height: 1024px;
		padding-top: 165px;
	}
	
	.home section#secondary-video-home {
		padding-top: 22px;
		height: 1024px;
	}
}

@media only screen and (max-width: 320px) {
	/* iPhone portrait */
	.home section h1 {
		font-size: 41px !important;
		line-height: 42px !important;
		margin-top: 0;
	}
	
	.home section#main-content {
		height: 690px !important;
		padding-top: 80px !important;
	}
	
	.home section#projects-home {
		padding-top: 80px;
		padding-bottom: 0 !important;
		height: 950px !important;
	}
	
	.home section#testimonials {
		padding-top: 80px;
		padding-bottom: 0 !important;
		height: 500px !important;
	}
	
	.home section#secondary-video-home {
		padding-top: 0;
		padding-bottom: 0 !important;
		height: 600px !important;
	}
	
	@media only screen and (max-width: 480px) {
	/* iPhone landscape */
	.home section h1 {
		font-size: 41px !important;
		line-height: 46px;
		margin-top: 0;
	}
	
	.home #banner-content h1 {
		margin-top: 90px;
	}
}

/* imagine - iPad */
@media only screen and (max-width: 875px) {
	.home #banner-content h1 {
		display: block;
		font-size: 170px !important;
		text-align: center;
	}
	
	.home #banner-content {
		min-height: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	.home #banner-content h1 {
		font-size: 150px !important;
	}
}

@media only screen and (max-width: 500px) {
	.home #banner-content h1 {
		font-size: 85px !important;
		margin-top: -4px !important;
	}
}

a.mm-subopen:after {
	display: none !important;
}

/* fix imagine home */
.home #banner-content h1 {
	font-size: 150px;
}

/* fix down arrow iphone */
@media only screen and (max-width: 700px) {
	.site-header #button-wrapper {
		display: block;
	}
}

/* fix down arrow bg ipad */
#down-button {
/*stupid wordpress keeps deleting this fix arrrgh */
/*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
}

/* fix digital talk formatting */
.page-id-216 summary {
	line-height: 55px;
	font-size: 20px;
	outline: none;
	cursor: default;
}

.page-id-216 summary strong {
/*border: 1px solid red;*/
	font-size: 37px;
	font-family: league-gothic-1, sans-serif;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 420px) {
	.page-id-216 summary {
		line-height: 42px;
	}
	
	.page-id-216 summary strong {
		font-size: 31px;
		letter-spacing: -.03px;
		max-width: 250px;
		vertical-align: top;
	}
}

/* fix single article blog header margin iPad & iPhone */
@media only screen and (min-width: 702px) and (max-width: 1015px) {
	.single-post #main header.main {
		padding-left: 30px !important;
	}
}

@media only screen and (max-width: 701px) {
	.single-post #main header.main {
		padding-left: 15px !important;
	}
}

/* fix contact button */
input[type="submit"]:hover {
	border-color: #000713;
	color: #000713 !important;
	opacity: .7;
}

/* fix post comment button */
#respond input#comment-submit:hover {
	border-color: #000713 !important;
	color: #000713 !important;
	opacity: .7;
}

/* fix showcase thumbnails */
@media screen and (min-width:901px) {
	#projects .inside a {
		left: 0 !important;
	}
}

/* align footer within 1000px */
#footer .widget-box .inside {
	padding-left: 0;
}

#footer .main {
	width: 1000px;
}

#footer .right {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 1078px) {
	#footer {
		padding-left: 30px !important;
	}
}

@media only screen and (max-width: 701px) {
	#footer {
		padding-left: 15px !important;
	}
}

/* highlight showcase menu when sub item selected */
.current-menu-parent > a {
	color: #C0A02F !important;
}

/* fix home page purple link hover */
#home-content .inside a:hover {
	color: #C0A02F !important;
}

/* fix contact radio buttons on edge */
.radio {
	background-color: transparent;
}

/* */
a:link {
	text-decoration: none;
	font-family: 'Merriweather', serif !important;
}

a:hover {
	color: #069f81;
}

a:active {
	color: #c0a02f;
}

p {
	color: #000713;
	font-size: 16px;
	line-height: 30px !important;
	max-width: 800px;
}

/* Set Home background colours */
#secondary-video-home {
	background: #fd0000 !important;
}

/* Set colour behind top banner image */
.site-header {
	background: #100700 none repeat scroll 0 0;
/* Set Heading styles */
	color: #dfc601;
	line-height: 55px;
}

/* Set Banner text */
#banner-content h1, #banner-content h2, #banner-content h3, #banner-content p, #banner-content img {
	text-align: left;
	max-width: 900px;
	font-style: normal;
	font-variant: normal;
	font-size: 132px;
	margin-bottom: 150px;
}

#banner-content * {
	font-size: 132px;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 280px;
	line-height: .3em !important;
}

#banner-content .content p {
	font-size: 132px;
	font-weight: 400;
	color: #ffffff;
	line-height: 10x;
	font-family: league-gothic-1, league-gothic-2, "Open Sans", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 30px;
	text-align: left;
	max-width: 901px;
	margin-left: 0;
	margin-top: 0;
}

#banner-content h1, #banner-content h2, #banner-content h3, #banner-content p, #banner-content img {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/* ALter down button */
#down-button {
	bottom: 5px;
}

#down-button {
	color: #000713;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 0;
	line-height: 60px;
	position: absolute;
	bottom: 30px;
	z-index: 99;
	text-align: center !important;
	cursor: pointer;
/*transition: all .5s ease 0;*/
	opacity: 100;
	display: inline-block;
	width: /*50px*/
16px;
	content: "\f175";
	font-family: FontAwesome;
	color: #000000 !important;
}

#down-button:before {
	content: "\f175";
	font-family: FontAwesome;
	color: #000000 !important;
}

#down-button:after {
	content: "\f175";
	font-family: FontAwesome;
	color: #ffffff !important;
}

/* Set Header Background Color */
.site-header .top {
	background: #ffffff !important;
	padding: 0 30px;
}

body, #primary, .site-header .top, .home section, .post.small .overlay {
	background-color: #ffffff;
}

.site-header {
	background: #ffffff none repeat scroll 0 0;
	color: #FFF;
	line-height: 55px;
}

/* Set Header Background height */
.site-header .top .inside {
	max-width: 1280px;
	padding: 0;
	position: relative;
	margin: 0 auto;
}

/* Set Navigation Style  */
.site-header .top .inside {
	max-width: 1000px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	margin-bottom: 0 !important;
}

.wf-active #main-nav ul a {
	font-family: 'Assistant' !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	font-size: .99em;
	letter-spacing: -.04px;
	font-weight: 600 !important;
	padding-right: 0;
	padding-left: 0;
	color: #069f81;
	text-transform: uppercase !important;
}

.wf-active #main-nav ul li.current_page_item a {
	font-family: lato;
	font-style: normal;
	font-weight: 600 !important;
	font-variant: normal;
	color: #069f81;
	padding-right: 0;
	padding-left: 0;
}

#main-nav li {
	margin: 0 0 0 18px !important;
	color: #C0A02f !important;
	padding: 0;
}

.wf-active #main-nav ul a:hover {
	font-family: lato;
	font-style: normal;
	font-weight: 600 !important;
	font-variant: normal;
	color: #C0A02f;
	padding-right: 0;
	padding-left: 0;
	text-transform: uppercase !important;
}

#main-nav ul a {
	line-height: 13px;
	color: #C0A02f !important;
	font-size: .99em;
	font-family: "Open Sans", sans-serif;
	font-weight: 600 !important;
	padding: 0;
	margin: 0;
	border: none !important;
}

#main-nav {
	color: #C0A02f !important;
	right: 0;
	margin-right: -20px;
	margin-bottom: 0 !important;
	margin-left: -20px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding: 0;
	position: absolute;
	top: 50%;
	height: 18px;
	margin-top: -7px !important;
	display: inline-block;
}

#main header .meta, .post .meta {
	letter-spacing: .2em;
	font-size: .6em;
}

/* Set subnav white background block style */
#main-nav ul ul {
	color: #C0A02f !important;
	padding: 25px 20px 0 0 !important;
	margin-top: 3px !important;
	background: #FFF none repeat scroll 0 0;
	box-shadow: none;
}

#main-nav ul ul a {
	color: #C0A02f !important;
	line-height: 9px;
	font-weight: normal;
	border-top: none;
}

/* Set subnav style */
.site-header #main-nav ul ul li a {
	color: #C0A02f !important;
	left: -19px;
}

.site-header #main-nav ul ul li a:hover {
	color: #000713;
	left: -19px;
}

/* Set blog alignment */
.#main header.main .meta, #main header.main .meta p, #main .entry-title, #main header.has-background .meta {
	text-align: left;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.blog .entry-header, .blog .meta {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.wf-active h2.entry-title, .wf-active h2.entry-title a {
	font-weight: 200 !important;
	font-style: normal !important;
	font-family: 'Merriweather', serif !important;
	font-size: 34px !important;
	color: #000713 !important;
	line-height: 38px !important;
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	width: 60%;
}

h1.entry-title, h1.entry-title a {
	text-align: left;
	color: #000713 !important;
	font-size: 37px !important;
	margin-bottom: 95px !important;
	max-width: 80% !important;
}

.single-post header.main h1 {
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 58px !important;
	color: #000713 !important;
	line-height: 48px !important;
	margin-bottom: 50px !important;
	margin-top: 50px !important;
	text-align: left !important;
	max-width: 80% !important;
}

.single-post header.main h1, .single-post header.main .meta {
	text-align: left !important;
	margin-bottom: 10px !important;
	margin-top: 50px !important;
	padding: 0 !important;
	max-width: 80% !important;
	color: #000713 !important;
}

#main header.main {
	padding: 70px 0 !important;
	margin-top: 0 !important;
	margin-bottom: 50px !important;
	width: 100% !important;
	position: relative;
	text-align: left !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #91ecb7 !important;
}

.body-wrap {
	padding: 30px;
}

#main {
	margin-top: 0 !important;
}

.blog-content h2 a, .blog-content h3 a, .blog-content h4 a, .blog-content h5 a {
	font-family: league-gothic-1, league-gothic-2, "Open Sans", sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	line-height: 55px;
}

/* Set colour and position of author in  blog */
.date-author .posted-on {
	margin-left: 0;
	color: #180000;
}

/* Set colour of 'by in  blog */
.date-author .posted-on, .date-author .byline, .tags .date-author .comments-link {
	margin: 0 20px;
	color: #069f81;
	display: inline-block !important;
}

h2.entry-title, h2.entry-title a {
	text-align: left;
}

/* remove blog author and comments */
.post header.main .meta a, b.fn a, #logo h1 a, #logo h3 a,  ul li a, .post-navigation a, .content-area .meta a, .content-area .meta a:hover, #menu-toggle {
	display: none;
}

.date-author .posted-on, .date-author .byline, .tags .date-author .comments-link {
	display: none;
}

.date-author, .date-author .byline, .tags .date-author .comments-link {
	margin: 0 20px;
	color: #069F81;
	display: none !important;
}

.date-author, .date-author .byline, .tags .date-author .comments-link {
	margin: 0 20px;
	display: none !important;
}

/* Style post comment button */
#respond .form-submit input, #respond .form-submit input#comment-submit, #respond .comment-form-fields input[type="submit"], #respond p.form-submit input[type="submit"], #respond input[type="submit"], #commentform #submit {
	line-height: normal !important;
	border-color: #000713;
	padding: 15px 20px !important;
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", sans-serif;
	font-size: 17px !important;
	border-radius: 4px !important;
	margin: 0 3px 0 0;
	background: transparent url('images/button-back.gif') repeat-x scroll left bottom !important;
	cursor: pointer;
	color: #000713 !important;
	min-width: 0;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: normal !important;
	box-shadow: none;
}

#respond .form-submit input, #respond .form-submit input#comment-submit, #respond .comment-form-fields input[type="submit"], #respond p.form-submit input[type="submit"], #respond input[type="submit"], #commentform #submit {
	line-height: normal !important;
	border: 2px solid #000713;
	padding: 15px 20px !important;
	font-size: 17px !important;
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", sans-serif;
	border-radius: 4px !important;
	margin: 0 3px 0 0;
	background: transparent url('images/button-back.gif') repeat-x scroll left bottom !important;
	cursor: pointer;
	color: #000713;
	min-width: 0;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: normal !important;
	box-shadow: none;
}

a.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-width: 1px;
	border-style: solid;
	border-image: none;
	border-color: #CCC #CCC #BBB;
	border-radius: 3px;
	background: transparent none repeat scroll 0 0;
	color: #191919;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

/* Leave a reply styling */
#respond h3 {
	font-size: 31px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

#respond h3 {
	padding: 0;
}

/* Set blog alignment */
body, #blog .posts .post * {
	font-family: league-gothic-1, league-gothic-2, "Open Sans", sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-align: left;
	box-sizing: border-box;
}

/* Set make blog headings on detail page go blue */
.single-post header.main h1 {
	margin-bottom: 16px !important;
	font-size: 38px;
	color: #000713 !important;
	line-height: 34px;
}

.single-post header.main h1, .single-post header.main .meta {
	max-width: 800px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #000713 !important;
	font-size: 34px !important;
}

.wf-active header h1 {
	font-size: 34px !important;
	font-style: normal;
	font-weight: 400;
	color: #000713 !important;
}

.blog-content h2 a, .blog-content h3 a, .blog-content h4 a, .blog-content h5 a {
	font-family: league-gothic-1, league-gothic-2, "Open Sans", sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 34px !important;
	color: #000713 !important;
}

.wf-active #blog .posts .post h2 {
	font-size: 34px !important;
	font-family: league-gothic-1, league-gothic-2, "Open Sans", sans-serif;
	color: #000713 !important;
}

h2.entry-title a {
	margin-top: 0 !important;
	text-align: left;
	font-weight: 200;
	text-decoration: none;
	color: #000713 !important;
	font-family: 'Merriweather', serif !important;
	font-size: 34px !important;
}

/*alter size of headings in blog overview page */
.wf-active h2.entry-title, .wf-active h2.entry-title a {
	font-weight: 400;
	font-style: normal;
	color: #000713 !important;
	font-size: 38px;
	line-height: 34px;
	margin-bottom: 16px;
	font-family: 'Merriweather', serif !important;
}

span.overlay {
	font-family: 'Merriweather', serif;
	color: #000713 !important;
}

/* set 'say' style in blog */
body, #blog .posts .post * {
	font-family: league-gothic-1, league-gothic-2, "Open Sans", sans-serif;
	font-size: 17px;
	color: #000713 !important;
	text-align: left;
}

/* set date of comments style in blog */
div.comment-metadata a {
	color: #069f81;
}

.post header.main .meta a, b.fn a, #logo h1 a, #logo h3 a, .widget-box .widget-title, .widget-box ul li a, .post-navigation a, .content-area .meta a, .content-area .meta a:hover, #menu-toggle {
	color: #000713 !important;
}

/* Align left showcase images on large screens */
@media screen and (min-width:901px) {
	#posts-scroll div a {
		left: 50px;
	}
}

/* Set SHow/Hide text */
.entry-content summary h3 {
	display: inline;
	font-size: 26px;
	line-height: 41px;
	margin-bottom: 0;
	position: relative;
	top: 4px;
}

/* Remove showcase images from know how page*/
.page-id-216 .projects {
	display: none;
}

/* Remove horizontal lines surrounding blog posts on home*/
.home .post.small {
	border: none !important;
}

/* ALter overall background colour */
body, #primary, .top, .home section, .post.small .overlay {
	background-color: #91ECB7;
}

/* alter the static content area on home - 2nd block where your very own piece of digital heaven is */
.home #home-content {
/*padding-top: 200px !important;
	padding-bottom: 300px !important;*/
	margin-bottom: 0 !important;
	background-color: #000752;
}

.home #home-content p {
	padding-bottom: 50px !important;
	margin-bottom: 90px !important;
	margin-top: 90px !important;
	background-color: #000752;
}

.home section, .page-template-home-page-php section {
	background: #000752 none repeat scroll 0 0;
}

/* Alter the settings of the projects area on home page */
#main header.main, #secondary, #projects-home {
	background-color: #91ECB7;
}

#projects-home {
	padding-top: 155px;
	margin-bottom: 0 !important;
}

/* Set secondary video alignmment and height */
#secondary-video-home .content {
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 400;
	text-align: left;
	width: auto !important;
	padding: 0 40px;
}

.video-background {
	text-align: left !important;
}

#secondary-video-home {
	background: #FD0000 none repeat scroll 0 0 !important;
	text-align: left !important;
	margin-bottom: 0;
}

#secondary-video-home {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left !important;
}

#secondary-video-home {
	padding: 20px;
	background-color: #303030;
	background-image: none;
	background-attachment: scroll;
	background-position: 0 0;
	background-clip: border-box;
	background-origin: padding-box;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#secondary-video-home .inside .excerpt {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#secondary-video-home h1, #secondary-video-home h2 {
	margin-bottom: 0 !important;
	padding-top: 0;
}

#secondary {
	background: #000752 none repeat scroll 0 0;
	padding-top: 130px;
	margin-bottom: 0 !important;
}

/* Increase the height of the main sections images */
#main header.main {
	padding-bottom: 150px !important;
	margin-bottom: 45px !important;
}

/* Remove overlay colour on the main sections images)*/
#main header.has-background .overlay {
	background: None;
}

/* Alter the height of the  portfolio   main image & headinge)*/
.single-jetpack-portfolio #main header.main {
	padding: 190px 0 !important;
	margin-bottom: 70px !important;
	width: 100%;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #EFEFEF;
}

/* left align other section top image headings*/
.wf-active #main header.has-background h1 {
	font-size: 3em;
	padding: 0 40px;
}/* alter slideshow background colour*/
	
}

/* hide the caption in the portfolio top images*/
.single-jetpack-portfolio header * {
	display: none !important;
}

/* alter hover state of buttons*/
button:hover, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: none;
	color: #C0A02F;
}

/* force blog posts into 3 columns but then to 1 with smaller screens*/
@media screen and (min-width: 901px) {
	#blog .posts .post {
		width: 30%;
		display: inline-block;
	}
	
	#blog .posts .post h2 {
		font-size: 2em;
	}
	
	#blog .posts {
		margin-left: 50px;
		margin-right: 50px;
	}
}

/* add horizontal lines in between blog posts
.body-wrap {
	border-bottom-style: solid;
	border-bottom-color: #a2ecb7;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 70px;
}
*/
/* adjust single blog post top margin*/
.single-post #main header.main {
	padding-top: 68px !important;
	padding-bottom: 0 !important;
}

/* adjust single blog post bottom margin*/
.single-post header.main h1, .single-post header.main .meta {
	max-width: 1000px !important;
	color: #000713 !important;
	font-weight: 300 !important;
}

.single-post header.main h1, .single-post header.main .meta {
	max-width: 1000px !important;
}

body.single-post article header.entry-header {
	max-height: 220px;
}

/* give reply to/comments area same width*/
#comments {
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
}

/* =========================
   2026 CONTACT PAGE UPDATES
========================= */

.coblocks-form textarea {
    min-height: 80px;
    height: 180px !important;
    padding: 10px;
}

/* make all fields on contact page the same width*/
#g1-name, #g1-email {
	width: 80%;
}

/* 2026 make all field labels black*/
[class*=wp-block-coblocks-] *, [class*=wp-block-coblocks-] :after, [class*=wp-block-coblocks-] :before {
    box-sizing: inherit;
    color: #000000 !important;
	  font-family: "Merriweather", serif !important;
	font-weight:300!important;
}


/* 2026 make button background gold*/
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #c0a02f;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
}

/* 2026 make button text white*/
.wp-block-button__link {
	  color: #ffffff !important;
}


/* 2026 make the actual submitted content below the thank you message not be visible*/
.content-area ul {
    display: block;
    margin: 0 0 40px 20px;
    list-style: disc;
    color: #91ecb7
}

/* 2026 make the contact button have no outline*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    a.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
        border-width: 2px !important;
        border-style: none !important;
    }
}


textarea,
.wp-block-post-comments-form textarea,
.wp-block-contact-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Set style of form titles contact page*/
.contact-form label {
	float: none;
	display: block;
	font-size: 19px;
	color: #000713;
	margin-bottom: 35px;
	font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Merriweather, serif;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
}

.contact-form label.checkbox, .contact-form label.radio {
	float: none;
	display: inline-block;
	font-size: 14px;
	color: #000713;
	margin-bottom: 35px;
	font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Merriweather, serif;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
}

/* remove banner image on blog posts main content area*/
.single-post header.main {
	background: none !important;
	text-align: left !important;
	max-width: 800px !important;
	margin: 0 auto;
}

/* set share this style*/
div.sharedaddy h3.sd-title {
	margin: 0 0 1em;
	display: inline-block;
	line-height: 1.2;
	font-size: 14pt;
	font-weight: 300;
	font-family: 'Merriweather', serif;
	color: #000713;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}

.single-post header.main h1, .single-post header.main .meta {
	max-width: 800px !important;
	margin: 0 !important;
	padding: 0 !important;
}

div.body-wrap {
	color: #91ecb7 !important;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #91ecb7;
	margin-bottom: 1em;
}

.single-post header.main h1 {
	margin-bottom: 10px !important;
}

/* force text not wrap round images*/
body.single-post article header.entry-header {
	max-height: 220px;
}

/* force portfolio images to have a lesser overall width*/
#projects {
	position: relative;
	margin: 0 auto;
	max-width: 970px;
	overflow: hidden;
}

/* style submit button on contact page*/
.button, a.button, a.button:active, a.button:visited, #footer a.button, #searchsubmit, input[type="submit"], a.post-edit-link {
	color: #000713;
}

.button, a.button, a.button:active, a.button:visited, #footer a.button, #searchsubmit, input[type="submit"], a.post-edit-link {
	border-color: #000713;
}

.button, a.button, a.button:active, a.button:visited, #footer a.button, #searchsubmit, input[type="submit"], a.post-edit-link {
	display: inline-block;
	color: #000713;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 15px 20px;
	border: 2px solid #000713;
	border-radius: 4px;
	margin: 0 3px 0 0;
	line-height: normal !important;
	font-size: .9em;
	font-weight: normal !important;
	text-align: center;
	transition: all .5s ease 0;
}

a.button:hover, a.post-edit-link:hover, #searchsubmit:hover, input[type="submit"]:hover {
	opacity: .7;
}

a.button:hover, a.post-edit-link:hover, #searchsubmit:hover, input[type="submit"]:hover {
	opacity: .7;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	box-shadow: none;
	color: #494949;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #494949;
	box-shadow: none;
}

/* align footer wp.com text*/
#footer .secondary {
	font-family: "Open Sans", sans-serif;
	text-align: left;
	color: #000713 !important;
}

#footer .textwidget {
	color: #000713 !important;
}

/* adjust styling of wordpress.com in footer*/
#footer .secondary .right {
	padding-top: 0;
	margin-bottom: 0 !important;
}

#footer .secondary a {
	padding-top: 0;
	text-transform: uppercase;
	color: #000713 !important;
	font-size: 12px !important;
	margin-bottom: 0 !important;
}

/* decrease footer depth, padding and change colours*/
#secondary {
	background: #000713 none repeat scroll 0 0 !important;
	padding-top: 0;
	margin-bottom: 0 !important;
}

#footer .main {
	margin: 0 auto;
	border-bottom: 0 solid rgba(255,255,255,0.08);
	padding: 0 !important;
	max-width: 1300px;
}

#footer {
	padding: 0;
	width: 100%;
	height: auto;
	background: #ffffff;
	color: #000713 !important;
	margin-bottom: 0 !important;
}

.wf-active #footer .secondary {
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", sans-serif;
}

#footer .secondary {
	font-family: "Open Sans", sans-serif;
	text-align: left;
	color: #000713 !important;
}

#footer .secondary {
	padding: 0;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	color: #000713 !important;
}

#footer .secondary .right {
	padding-top: 0;
	margin-bottom: 0 !important;
	font-size: .8em;
}

#footer .secondary * {
	padding-top: 0;
	color: #000713 !important;
	margin-bottom: 0 !important;
}

#footer .secondary * {
	padding-top: 0;
	color: #000713 !important;
	margin-bottom: 0 !important;
}

#footer .secondary a {
	padding-top: 0;
	color: #000713 !important;
	margin-bottom: 0 !important;
}

#footer .secondary * {
	padding-top: 0;
	color: #000713 !important;
	margin-bottom: 0 !important;
}

#footer .secondary a:hover {
	padding-top: 0;
	color: #000713 !important;
	margin-bottom: 0 !important;
}

#footer .inside {
	padding-top: 0;
	margin: 0 auto;
	margin-bottom: 0 !important;
}

/* restyle social media icons*/
#footer a {
	font-weight: normal;
	color: #000713 !important;
	font-size: 12px !important;
}

#footer a:hover {
	font-weight: normal;
	color: #000713 !important;
}

.widget_wpcom_social_media_icons_widget .genericon {
	font-family: "Genericons";
	font-size: 22px;
	padding-top: 2px;
	padding-right: 7px;
}

.clear {
	clear: both;
	margin-bottom: 0 !important;
}

/* remove horizonal line under blog heading*/
#main header hr.short {
	position: relative;
	z-index: 100 !important;
	display: block;
}

hr.short {
	background-color: rgba(0,0,0,0.2);
}

hr.short {
	background-color: #000713;
}

hr.short {
	max-width: 50px;
	background-color: #000713;
	height: 0;
	margin-top: 0;
}

hr {
	background-color: #CCC;
	border: 0 none;
	height: 0;
	margin-bottom: 0;
}

/* align left author etc under blog heading - doesn't work*/
#main header .meta, .post .meta {
	letter-spacing: .2em;
	font-size: .6em;
	margin-left: 0;
}

.date-author {
	margin-bottom: 40px !important;
	display: block;
	margin-left: 0;
}

#main header .meta, .post .meta {
	text-transform: uppercase;
	letter-spacing: .4em;
	font-size: .6em;
}

span.meta.date-author {
	margin-bottom: 20px;
}

/* style contact page radio button - not working*/
.contact-form input[type="radio"], .contact-form input[type="checkbox"] {
	float: none;
	margin-bottom: 13px;
}

.contact-form label.checkbox, .contact-form label.radio {
	float: none;
	display: inline-block;
	font-size: 18px;
	color: #000713;
	margin-bottom: 35px;
	font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Merriweather, serif;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 400 !important;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	outline: 0 none !important;
}

/* hide contact required labels*/
.contact-form label span {
	color: #AAA;
	margin-left: 4px;
	font-weight: normal;
	display: none;
}

/* make contact labels 18px and notbold*/
.contact-form label {
	font-size: 18px;
	margin-bottom: 3px;
	float: none;
	font-weight: normal;
	display: block;
}

/* hide portfolio top image*/
element {
	background-image: url('https://palmerowen.com/wp-content/uploads/2014/12/inpractice_logo5.png?w=1800&h=527&crop=1');
}

.single-jetpack-portfolio #main header.main {
	padding: 190px 0 !important;
	margin-bottom: 70px !important;
	width: 100%;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #EFEFEF;
	display: none;
}

.single-jetpack-portfolio #main header.main {
	padding-bottom: 1205px !important;
}

/* remove line under nav */
.site-header .top {
	position: relative;
	width: 100%;
	background: #FFF none repeat scroll 0 0;
	padding: 0 30px;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	z-index: 999;
}

/* adjust main content text width incl. blog below*/
.entry-content, .entry-footer, .entry-summary {
	max-width: 1000px;
	margin: 0 auto !important;
	display: block;
}

.blog .entry-header, .blog .meta {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.single-post header.main h1, .single-post header.main .meta {
	max-width: 1000px !important;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}

.single-post header.main {
	background: transparent none repeat scroll 0 0 !important;
	text-align: left !important;
	max-width: 1000px !important;
}

/* adjust red area text width on home page */
#home-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 0 50px;
}

#secondary-video-home .inside {
	max-width: 1000px !important;
	color: #FFF;
	font-size: 1.1em;
	display: table !important;
	height: 100%;
	margin: 0 auto;
}

/* adjust showcase text width */
#portfolio-content {
	max-width: 1000px;
	margin: 0 auto;
}

#projects {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
}

.project.small .inside {
	position: relative;
	text-align: left !important;
	margin: 0 10px !important;
	display: block;
}

/* adjust view all button on home page */
.view-all {
	margin: 70px auto 60px;
	width: 100%;
	text-align: left;
}

/* adjust read more button on home page */
.wf-active #banner-content a.button, .wf-active #secondary-video-home a.button {
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", sans-serif;
	text-align: left !important;
}

#banner-content a.button, #secondary-video-home a.button {
	background: transparent none repeat scroll 0 0;
	font-weight: normal;
	font-size: 1em;
	border: 1px solid #FFF;
	color: #FFF;
	font-family: "Open Sans", sans-serif;
	text-align: left !important;
}

#secondary-video-home * {
	color: #FFF;
	text-align: left !important;
}

/* remove line above share this */
body.highlander-light h3.sd-title:before {
	border: none;
}

/* remove line below showcase thumbnail captions */
.project.small .title span {
	border-bottom: none;
}

/* remove turqouise block and wp.com smiley face at bottom */
#wpstats {
	display: none;
}

/* remove line under each blog article at bottom */
.site-main .post-navigation .nav-links {
	display: none;
}

.site-main .post-navigation .nav-links {
	display: none;
}

.site-main .post-navigation .nav-links {
	display: none;
}