/*
Theme Name: True Diligence
Theme URI: http://www.truediligence.co.uk
Description: True Diligence Custom Wordpress template
Author: Voodoo Creative
Author URI: http://www.voodoocreative.co.uk
Version: 1.0
*/

/*Import Open Sans, use as default font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);


* {
    margin: 0;
    padding: 0;
    position: relative;
}

html, body {
    height: 100%;
}

body {
    background: #FFF;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}

#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	min-height: 1100px;
}
/*
body.contact-us div.site-container {
	min-width: 1200px !important;
	width: auto !important;
	position: relative !important;
}*/

h1, h2 {
    font-weight: 300;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 130%;
}

h3 {
    font-weight: 700;
    font-size: 110%;
    margin: 0 0 20px 0;
}

p {
    margin: 0 0 20px 0;
}

a {
    transition: color 0.5s ease;
    transition: background-color 0.5s ease;
    text-decoration: none;
}

a:hover {

}
a img {
    border: none;
    outline: none;
}

ul, ol {
    margin: 0 0 10px 0;
}

div.site-container {width:1200px;min-height:100%;height:100%;position: static;}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   min-height: 100%;
   z-index:-1;
}


.bg { position: fixed !important; top: 0 !important; left: 0 !important;  }
.bgwidth { width: 100% !important;}
.bgheight { height: 100% !important; }

.slider {
    position: absolute;
    z-index: 0;
}

.cycle-pager { 
    text-align: center; 
    width: 80%; 
    position: absolute; 
    right: 0;
    bottom: 50px; 
    overflow: hidden;
    z-index: 900;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #295b8a;}
.cycle-pager > * { cursor: pointer;}

.cycle-prev, .cycle-next {
    position: absolute;
    top: 40px;
    width: 21px;
    height: 36px;  
    cursor: pointer;
}

.cycle-prev {
    left: 40%;
    background: url('images/prev.png') no-repeat;
}
.cycle-next {
    right: 40%;
    background: url('images/next.png') no-repeat;
}


#sidebar {
    width: 300px;
    background: #fff;
    float:left;
	position: relative;
	min-height:100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.logo {
    width: 280px;
    margin: 50px 10px;
}
.logo img {
    width: 100%;
}
.sidebar-contacts {
    position: absolute;
    bottom: 0;
	margin-bottom:40px;
    background: #295b8a;
    color: #d9dee3;
    text-align: right;
    width: 260px;
    padding: 20px 20px 0 20px;
}
.sidebar-contacts a {
    color: #00b6ff;
}
.sidebar-contacts a:hover {
    color: #fff;
}


.main-menu {
    z-index: 300;
	padding-bottom:235px;
}
.main-menu ul {
    margin: 0;
}
.main-menu ul li {
    list-style: none;
}
.main-menu ul li a {
    display: block;
    padding: 15px 20px;
    margin: 0 0 5px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    color: #295b8a;
    font-size: 16px;
}
.main-menu ul li a:hover, .main-menu ul li.current-menu-item a{
    color: #fff;
    background-color: #295b8a;
}

.main-menu ul li .sub-menu{
    z-index: 300;
}
.main-menu ul li:hover > ul.sub-menu {

}
.main-menu ul li ul.sub-menu li {
    display: block;
    float: none;
    padding: 0;
}
.main-menu ul.sub-menu li a {
    float: none;
    display: block;
    padding: 5px 11px;
    color: #6f777e;
    text-transform: none;
    font-size: 12px;
    background: #fff;
}
.main-menu ul.sub-menu li a:hover {
    color: #295b8a;
}
.main-menu ul li ul li:hover .sub-menu{
    top: 0;
    left: 90px;
}






.post {
	float:left;
	width:900px;
    margin: 0 0 0 0;
    min-height: 100%;
}

.homepage-content {
    width: 80%;
    margin: 20% auto 0 auto;
    min-height: 310px;
    padding: 200px 0 0 0;
    background: url('images/home-bg.png') no-repeat 50% 50%;
}
.homepage-content h1 {
    color: #fff;
    font-size: 35px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 300;
text-align: center;
}
.homepage-content h1 span {
    background-color:rgba(41,92,138,0.7);
    padding: 10px;
}
.entry {
    position: absolute;
    width: 460px;
    min-height: 100%;
    color: #fff;
    padding: 0 20px;
    background-color:rgba(41,92,138,0.9);
}

.entry a {
    color: #cfeaff;
}

.entry a:hover {
    color: #fff;
}

 input[type=text],  input[type=email], input[type=password],  textarea {
    padding: 10px;
    border: none;
    width: 440px;
    color: #295b8a;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

#data input[type=text], #data input[type=email], #data textarea {
    background: #eaeaea;
}
#data, #data h1 {
    color: #295b8a;
}


.entry .content {
	margin:100px 0;
}
.content {
}

.staff-image {
    margin: 0 0 20px 0;
}
.staff-image img {
    display: block;
    width: 150px;
}

.quick-contact {
    position: fixed;
    right: 0px;
    top: 40%;
    width: 60px;
    height: 200px;
    z-index: 1000;

}

.quick-contact a {
    padding: 5px 10px 10px 50px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    width: 60px;
    height: 200px;
    background: url('images/tab.png') no-repeat 5px 10px;
    text-indent: -9999px;
}


#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;height:40px;
    margin: 0 20px;
	line-height:40px;
        color: #b0b6b9;
}

.menu-footer-menu-container {
    float: right;
}
ul#menu-footer-menu  {
    margin: 0;
}
ul#menu-footer-menu li {
    list-style: none;
}
ul#menu-footer-menu li a {
    color: #00b6ff;
    border-left: 1px #b0b6b9 solid;
    padding: 0 0 0 20px;
}
ul#menu-footer-menu li a:hover {
    color: #295b8a;
}

/* Utility styles */

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.clear {
    clear: both;
}

.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .group, *:first-child+html .group {
    zoom: 1;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

::-webkit-input-placeholder {
   color: #295b8a;
}

:-moz-placeholder { /* Firefox 18- */
   color: #295b8a;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #295b8a;  
}

:-ms-input-placeholder {  
   color: #295b8a;  
}

input[type=submit] {
    padding: 10px 20px;
    background: #295b8a;
    border: 1px #295b8a solid;
    cursor: pointer;
    color: #fff;
    transition: color 0.5s ease;
    transition: background-color 0.5s ease;
}
input[type=submit]:hover {
    background: #fff;
    color: #295b8a;
}
iframe {
    min-height: 100%;
    min-width: 100%;
}