/*
Theme Name: Steve McPherson
Theme URI: http://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for Steve McPherson
Version: 1.0
Author: Neil Brown
Author URI: http://www.beamtwenty3.co.uk
*/

/* #Reset & Basics (Inspired by E. Meyers) */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles */

body {
	background: #fff;
	font: 14px/21px 'Quicksand', sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 }


/* #Typography */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
}


h1 { 
	font-size: 32px;
	line-height: 50px;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
	letter-spacing:2px;
	}

h2 {
	font-size: 20px;
	margin: 40px 0px 40px 0px;
	text-transform:uppercase;
	letter-spacing:2px;
}

h3 {
	font-size: 18px;
	line-height: 27px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	letter-spacing:2px;
}

h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }


p { 
	margin: 0 0 20px 0;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

.main-content p {
	text-align: justify;	
}

.blog-feed p {
	font-size: 14px;
	line-height: 21px;
}


em { 
	font-style: italic;
}

strong { 
	font-weight: bold;
}

small { 
	font-size: 80%;
}

/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #999; font-style: italic; }
blockquote { margin: 20px 0 20px 0; padding: 9px 20px 0 19px; border-left: 1px solid #ec8101; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links */

a, a:visited { 
	color: #666;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a:hover, a:focus { 
	color: #d70707;
	text-decoration: none;
}



/* #Lists */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }

li { 
	line-height: 18px;
}



.main-content ul {
	margin: 20px 0px 20px 0px;
}

.main-content li {
	margin: 0 0 10px 0;
	color: #7b7b7b;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	list-style: disc inside;	
}

.side li {
	margin: 0 0 10px 0;
	color: #7b7b7b;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	list-style: none;		
}



/* #Images */

img  {
	max-width: 100%;
	height: auto;
}

/* iFrames */
	
.home .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index: 1;
	margin-bottom: 10px;
}

.home .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Buttons */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff !important;
  background: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  box-sizing: border-box; 
}


.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background: #d70707;
  outline: 0;
}

a.button:hover {
	text-decoration: none;
}


/* Forms */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
  
/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
          
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #d70707;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


textarea[name="your-message"] {
	height: 206px;
}

/* #Forms*/

form {
	margin-bottom: 20px; }
fieldset {
	margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #dadada;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 95%;
	max-width: 98%;
	display: block;
	margin-bottom: 20px;
	background: #fff; }
select {
	padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #eaa713;
		color: #444;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
	min-height: 150px; }
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;  }
select {
	width: 220px; }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }

.req {
	color: #a10518;
	font-weight: bold;
}

.wpcf7-form p {
	font-size: 14px;
	font-weight: bold;
}
  
  
/* Header */

header {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	position: fixed;
	z-index: 100;
	background: #fff;
}

header p {
	margin: 12px 0px 0px 0px;
	font-size: 16px;
	line-height: 27px;
}

.full-width {
	width: 100%;
	margin: 0 auto;
	display: none;
}

.full-width img {
	width: 100%;
	display: block;
}

.main-content h1 {
	text-align: center;
	margin: 25px 0px 25px 0px;
}

.my-home h2 {
	text-align: center;
}

.container.home-links {
	margin-top: 40px;
}

.home-links {
	text-align: center;
}

.home-links img {
	display: block;
	margin: 20px 0px 5px 0px;
}

.home-links img, .gallery-image img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	-moz-transform: rotate(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.home-links img:hover, .gallery-image img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-moz-transform: rotate(0);
}

.home-links a {
    width: 100%;
}

.gallery-image img {
	display: block;
	margin-bottom: 20px;
}

.home-links h3 {
	margin-top: 10px;
	height: 50px;
	font-size: 16px;
	line-height: 24px;
}

.banner-image img {
	width: 100%;
	display: block;
}

.banner-image {
	width: 100%;
	height: 360px !important;
	position: relative;
}


/* Slides*/

.slideshow {
	width: 100%;
	float: left;
}

.slideshow img {
	width: 100%;
}

.banner-images img {
	width: 100%;
}

.header-image {
	width: 100%;
	height: 650px !important;
	margin-bottom: 20px;
	text-align: center;
}

.header-image-2 {
	width: 100%;
	height: 400px !important;
	margin-bottom: 20px;
	text-align: center;
}

/* Main Navigation */

#main-nav   {
	width: 100%;
	max-width: 100%;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

#main-nav ul    {
    margin: 0;
    padding: 0;
    text-align: right;
}

#main-nav li    {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
	padding: 10px 10px 10px 10px;
    position: relative;
}

#main-nav li a  {
    display: block;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	margin-left: 10px;
}

#main-nav a:link,
#main-nav a:visited {
	color: #999;
}

#main-nav a:hover {
	color: #d70707;
}

#main-nav ul li:hover > a {
    color: #d70707;
}

/* Drop Down */

#main-nav ul ul {
    display: none;   
    position: absolute;
    top: 42px;
	background-color: #fff;
}

#main-nav ul ul li {
    float: none;
    width: 170px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding: 0;
}

#main-nav ul ul li a {
    padding: 10px;
    margin: 0;
    color: #999;
    line-height: 20px;
}

#main-nav ul ul li a:hover {
	background-color: #fff !important;
	color: #d70707;
}

#main-nav ul li:hover > ul {
    display: block;
}

#main-nav ul ul li ul {
    left: 170px;
    top: 0;
}

/* Footer */

footer {
	width: 100%;
	margin: 40px auto 0 auto;
	text-align: center;
	padding: 40px 0px 40px 0px;
}

footer p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	color: #999;
}

.social-icons {
	margin: 20px 0px 20px 0px;
}

.social-icons a {
	color: #666;
	font-size: 22px;
	margin: 0px 4px 0px 4px;
}

.social-icons a:hover {
	color: #d70707;
}


/* =WordPress Core  */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



div.wpcf7 {
	margin: 0px 0px 0px 0px !important;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000 !important;
	color: #666 !important;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500 !important;
	color: #666 !important;
}

div.wpcf7-validation-errors {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

.wpcf7 {
	position: relative;
	z-index: 1;
}

.wpcf7 .fas {
	color: #eaa713;
}

@media print {
header, .button {
    background-color: #fff !important;
    -webkit-print-color-adjust: exact; 
}

}

