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

/* #Reset & Basics */
	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; }
		

	
	
body {
	margin: 0px;
	padding: 0px;
	font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #f0f0f0;
}


/* Global Type - Headings - Lists - Links */



p { 
	font-size: 1em;  /* 16px / 16px */
	font-weight: 300;
	line-height: 1.5em;  /* 24px / 16px */
	color: #666;
	margin: 0px 0px 16px 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-size: 1em;  /* 16px / 16px */
	font-weight: 300;
}

em.reviewer {
	color: #0881B9;
}

p.timestamp {
	font-style: italic;
	font-size: 0.8em;
	font-weight: 300;
	color: #0881B9;	
}

.post h1 {
	margin-bottom: 1px;
}

span.blue {
	color: #0881B9;
}

h1, h2, h3, h4 {
	color: #333;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h1 { 
	font-size: 1.5em;  /* 24px / 16px */
}

h2 { 
	font-size: 1.1em;  /* 24px / 16px */
	line-height: 1.5em;
}

h2.archive, h2.contact {
	margin: 20px 0px 5px 0px;
}

h3 {	
	font-size: 1.250em;  /* 20px / 16px */
}

h4 {
	font-size: 1em;  /* 16px / 16px */
}

ul {
	padding: 0px 0px 10px 0px;
}


li {
	font-size: 1em;  /* 16px / 16px */
	margin: 0;
	padding: 4px 0 4px 0px;
	list-style: none;
}


a {
	color: #9B1313;
	text-decoration: none;
}

a:visited {
	color: #9B1313;
}

a:hover {
	text-decoration: underline;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

::selection {
	background: #ccc;
	color: #666;
}

/* Images */

.img {
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}




/* Layout */

#container {
	width: 960px;
	margin: 0 auto;
}

#main-content {
	width: 960px;
	float: left;
	margin: 20px 0px 0px 0px;
}

#content {
	width: 600px;
	float: left;
	margin: 0px 0px 20px 0px;
}

.left-side-content {
	width: 300px;
	float: left;
	margin: 0px 40px 0px 0px;
}

.home-links {
	width: 220px !important;;
	text-align: center;
	margin: 0px;
}

.home-links2 {
	float: left;
}

.home-links {
	font-size: 14px;
}

.home-content {
	width: 960px;
	float: left;
	margin-top: 20px;
}

.home-text {
	width: 960px;
	float: left;
	margin: 40px 0px 20px 0px;
}

.slideshow {
	width: 880px !important;
	float: left;
}

.book-next {
	width: 40px;
	float: left;
	margin-top: 125px;
}

.book-prev {
	width: 40px;
	float: left;
	margin-top: 125px;
}

.slick-dots {
	bottom: -40px !important;
}

ul.slick-dots li {
	margin-top: 20px !important;
}

.slick-dots li button::before {
	color: #9B1313 !important;
	font-size: 68px !important;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #9B1313 !important;
}

/* Radio & TV - Events - Journalism */

.full-row {
	float: left;
	width: 960px;
	padding-bottom: 20px;
	margin: 0px 0px 20px 0px;
	border-bottom: solid 1px #e5e5e5;
}

.row-640 {
	float: right;
	width: 640px;
	padding-bottom: 20px;
	margin: 0px 0px 20px 0px;
	border-bottom: solid 1px #e5e5e5;
}

.image-left {
	width: 300px;
	min-height: 100px;
	float: left;
	margin: 0px 40px 0px 0px;	
}


.image-left a img, .home-links img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.image-left a img:hover, .home-links img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.image-left.post {
	margin-bottom: 200px;
}

.home-text {
	margin-bottom: 70px;
}


.content-right {
	width: 600px;
	float: left;	
}

h2.events, p.events {
	margin: 0px;
	padding: 0px;
}

p.events2 {
	margin: 10px 0px 0px 0px;
}

div.clear { 
	clear: both;
}


#accordion {
	float: left;
}

.hidden {
	overflow: hidden;
}

a.button:focus { 
	outline: none;
}

a.button {
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
  background-color: #9B1313;
  padding: 2px 12px 2px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 6px;
}

a.button:hover {
	background-color: #ccc;
	color: #9B1313;
	text-decoration: none;	
}

/* Blog */

.blog-left {
	width: 300px;
	min-height: 100px;
	float: left;
	margin: 0px 20px 0px 0px;	
}

.blog-row {
	float: right;
	width: 640px;
	padding-bottom: 20px;
	margin: 0px 0px 20px 0px;
	border-bottom: solid 1px #e5e5e5;
}

.blog {
	margin-top: 35px;
}

/* Header */

header {
	width: 100%;
	background-color: #fff;
}

.masthead {
	width: 960px;
	margin: 0 auto;
	height: 220px;
}

.logo {
	width: 960px;
	float: left;
	text-align: center;
	margin: 50px 0px 10px 0px;
}

.logo h1 {
	font-size: 75px;
}

.logo h1 a:link, .logo h1 a:visited {
	color: #333;
}

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



/* Main Navigation */

#main-nav {
	width: 960px;
	position: relative;
	z-index: 500;
	float: left;
}

#main-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#main-nav li {
	display: inline;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	font-weight: 300;
	background: 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;
	cursor: pointer;
}

#main-nav li:hover {
	background-color: #f6f6f6;
}

#main-nav a {
	padding: 8px 18px;
	color: #999;
	font-weight: 300;
	margin: 0px;
}

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

#main-nav a:hover {
 color: #9B1313;
 text-decoration: none;
}

#main-nav li.current_page_item a {
	color: #9B1313;
}

#main-nav li.current_page_parent a {
	color: #9B1313;
}


/* #main-nav child dropdown lists */

#main-nav ul.sub-menu a {
	background-color: #fff;
	font-size: 14px;
	padding: 8px 12px;
	color: #999;
	font-weight: 300;
	width: 146px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

#main-nav ul.sub-menu a:hover {
	background-color: #f0f0f0;
	color: #00b4ff;
}

#main-nav li ul.sub-menu {
	position: absolute;
	left: -999em;
	width: 162px;
	padding: 0px;
}

#main-nav li:hover ul.sub-menu {
	left: auto;
}

#main-nav ul.sub-menu {

}

/* Home Page */

#slide-images {
	margin: 0px 10px 20px 10px;
	width: 940px;
	height: 300px;
	overflow: hidden;
}

#google-maps {
	margin: 0px 10px 20px 10px;
	width: 940px;
	height: 300px;
	overflow: hidden;
}

/* Clients */

.client-logo {
	width: 300px;
	float: left;
	padding-bottom: 5px;
	margin: 0px 10px 10px 10px;
}



/* Blog */




/* Slideshow */




/* Footer */

footer {
	clear: both;
	background-color: #fff;
	padding: 20px 0px 10px 0px;
}

footer p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 5px;
	text-align: center;
}

ul.social {
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

ul.social li {
    display:inline;
    background: none;
    padding: 0px;
}

ul.social a {
    display:inline-block;
    padding: 5px;
}

ul.social img  {
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

ul.social img:hover  {
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}




/* Plugins - Check with admin before changing these settings */

/* Forms and Input */

span.req {
	color: #9B1313;
	font-weight: bold;
}

form {
	font-size: 16px;
	color: #333;
	line-height: 21px;
}

input:focus, textarea:focus {
	outline: 1px solid #ccc;

}

input, textarea {
	cursor: pointer;
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin: 0px 10px 0px 0px;
	background-color: #FAFAFA;
	width: 550px;
}

textarea {
  overflow: auto;
  vertical-align: top;
}


input[type="file"] {
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin: 10px 10px 0px 0px;
	background-color: #fff;
}


input[type="submit"] {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  width: 75px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
  background-color: #9B1313;
  padding: 2px 12px 2px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
  border: 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;
}

input[type="submit"]:hover {
	background-color: #ccc;
	color: #9B1313;
}

div.wpcf7 p {
	line-height: 32px;
}

div.wpcf7 {
	margin: 20px 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;
}