/*
Theme Name: Floorplan London
Theme URI: http://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for Floorplan London
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 'mr-eaves-xl-modern', Helvetica, Arial, sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	border-bottom: solid 5px #f3c623;
 }


/* #Typography */

h1, h2, h3, h4, h5, h6 {
	color: #10375c;
}


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

h2 {
	font-size: 28px;
	margin: 20px 0px 20px 0px;
	text-transform:uppercase;
	font-weight: 300;
	letter-spacing:2px;
	line-height: 40px;
}

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

h4 {
	font-size: 21px;
	line-height: 30px;
	margin: 10px 0px 10px 0px;
}

h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }


p { 
	margin: 0 0 20px 0;
	color: #666;
	font-size: 21px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: .0625rem;
}

em { 
	font-style: italic;
}

strong { 
	font-weight: 700;
}

small { 
	font-size: 80%;
}

/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #999; font-style: italic; }
blockquote { margin: 40px 0 40px 0; padding: 9px 20px 0 19px; border-left: 1px solid #f3c623; }
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 10px; height: 0; }


/* #Links */

a, a:visited { 
	color: #10375c;
	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: #10375c;
	text-decoration: underline;
}

/* #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;
	list-style: none;
}

.main-content ul li {
    font-size: 23px;
    line-height: 26px;
    letter-spacing: .0625rem;
    color: #666;
    margin-bottom: 5px;
}

.main-content ul li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin: 0;
  color: #cf171f;
  font-size: 25px;
}

/* #Images */

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

/* Video */

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

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


/* Buttons */

a.button, .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #666;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: solid 1px #cf171f;
  cursor: pointer;
  box-sizing: border-box; 
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.home a.button {
	margin-bottom: 40px;
}


.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: #cf171f;
  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;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  width: 98%;
  }
  
/* 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: 200px;
  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 #33C3F0;
  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;
}

/* Full Width */

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

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

.fade {
	display: none;
}

/* Home */

.main-content h1 {
	text-align: center;
}

.top-nav {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0px 0px 0px 0px;
	background: #10375c;
	position: relative;
	z-index: 600;
}

.top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.top-nav .contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left
}

.top-nav li {
	font-size: 16px;
	position: relative;
	padding: 0px;
	margin: 0px;	
	list-style: none;
	font-weight: 700;
	float: left;
}

.top-nav li span {
	margin-right: 4px;
}

.top-nav a {
	display: inline-block;
	line-height: 30px;
	padding: 8px 10px 8px 10px;
	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;
}


.top-nav a:link,
.top-nav a:visited {
	color: #fff;
}

.top-nav a:hover {
	background-color: #05213d;
	color: #fff;
	text-decoration: none;
}

  
/* Header */

header {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
}

img.logo {
	display: inline-block;
	width: 400px;
}


/* Home */

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

.services {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	float: left;
}

.services img {
	display: block;
}

.services-list {
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	background: #ccc;
	background: rgba(0,0,0,0.5);
}

.services-list ul {
	margin: 20px;	
}

.services-list li {
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	line-height: 28px;
}

.services-list p {
	background: #10375c;
	color: #fff;
	padding: 10px 20px 10px 20px;
}


/* Gallery */

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

.gallery img {
	opacity: 1.0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	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;
	background: rgb(245, 245,245);
	background: rgba(0, 0, 0, 0.70);
	-moz-transform: rotate(0);
}

.gallery img:hover{
	opacity: 0.6;
	filter:alpha(opacity=0.6); /* For IE8 and earlier */
	cursor: pointer;
	-moz-transform: rotate(0);
}

#swipebox-overlay {
    background: #fff !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #10375c;
    opacity: 1;
}




/* Slideshow */

.slideshow {
	width: 100%;
	margin: 0 auto;
	min-height: 200px;
}

.slideshow img {
	display: none;
}

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

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

.slick-dots li button::before {
	color: #f3c623 !important;
	font-size: 18px !important;
}

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

.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
}



/* Main Navigation */


#main-nav {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 17px 0px 0px 0px;
}


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

#main-nav li {
	font-size: 20px;
	line-height: 27px;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
	display: inline;
}

#main-nav a {
	text-decoration: none;

}

#main-nav a:link,
#main-nav a:visited {
	color: #58585a;
	-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 a:hover {
	color: #818286;
	border-bottom: 2px solid #10375c;
	padding-bottom: 3px;
}

/* Footer */


footer {
	width: 100%;
	margin: 40px auto 0 auto;
	text-align: left;
	padding: 40px 0px 40px 0px;
	background: #e7e7e7;	
}

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


footer a:link, footer a:visited {
	color: #666;
	margin: 0px;
}

footer a:hover {
	color: #10375c;
}

p.footer-logos img {
	margin: 20px 10px 0 0;
	width: 100px;
}

.eight.columns.connect {
	text-align: right;
}

.connect a:link, .connect a:visited {
	color: #666;
	margin: 0;
	font-size: 18px;
}

.connect a:hover {
	color: #10375c;
}

.connect span {
	margin-bottom: 20px;
}

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

footer h2 {
	margin: 0;
	color: #10375c;
}


/* =WordPress Core  */

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

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

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

.alignleft {
    float: left;
    margin: 5px 20px 0px 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 .fa-user {
	color: #818286;
	font-size: 30px;
	margin-right: 10px;
}

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

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

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

}

