@import url(http://fonts.googleapis.com/css?family=Lato);

/*
Theme Name: Levett & Associates
Theme URI: http://www.levettassociates.co.uk/
Description: Levett & Associates Wordpress Theme.
Version: 1.0
Author: Dave Holland
Author URI: http://www.deehoseo.com
*/

/* Main settings */

html{overflow-y:scroll;}

::selection {background: blue; color:#fff; /* Safari */}
::-moz-selection {background: blue; color:#fff;  /* Firefox */}

body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
    line-height: 1.3em;
	background-color:#fff;
    padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}

#wrapper {
	width: 920px;
	margin:0 auto;
	margin-bottom:15px;
	padding:0 0 0 0;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	color:#111;
	font-weight:normal;
	padding: 0 0 0 0;
	margin: 5px 0;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}

h1 {font-size:20px; background-image:url(images/headings.png); padding:15px 20px; margin:0; text-align:left; width:480px}
h2 {font-size:20px; margin-bottom:15px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

#sidebar h2 {
	font-family: 'Oswald', sans-serif;
	margin-left:5px;
}

#benefits h2 {
	font-family: 'Oswald', sans-serif;
	margin-left:5px;
}

/* DEFAULT CONTENT CSS */

p { line-height: 1.3em; text-align:left; padding:10px 0; margin:0 0 0 0;}
p.box {font-size:15px; background-image:url(images/headings.png); padding:15px 20px; margin:0; font-weight:normal;}
a {text-decoration: none;color: #9B5BA5;}
a:hover {text-decoration: underline;color: #000000;}
a:focus {outline:none;}
ul {list-style:disc;}
ul li {}
table, tr, td {padding:0 0 0 0; margin:0 0 0 0;}
.hightlight {color: yellow;}
.left { float: left;}
.right {float: right;}

/* ie fix image border */
a img {
	border: 0px;
}

img.alignleft {float:left; margin:0 1em 1em 0}
img.alignright {float:right; margin:0 0 1em 1em}
img.border{ border:1px solid #ccc;}

.clear{clear:both;}

.fade {opacity: 1;transition: opacity .5s ease-in-out;-moz-transition: opacity .5s ease-in-out;-webkit-transition: opacity .5s ease-in-out;}
.fade:hover {opacity: 0.75;}

/* header */

#header {
	width:920px;
	height:156px;
	padding:0 0;
}

#logo {
	float:left;
	height:60px;
	margin:25px 0;
}

#header-right {
	width:250px;
	float:right;
	margin-top:40px;
}
#cta-center {
	width:450px;
	float:center;
	margin-top:40px;
}

/* Menu */

nav {
	font-family: 'Oswald', sans-serif;
	width:700px;
	margin:0 auto;
	padding: 0 0 0 0;
	height: 46px;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding:0 0 0 0;
	margin:4px 0 0 0;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background: none;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li a {
	font-size:15px;
	text-shadow:1px 1px #000;
	height:41px;
	line-height:41px;
	float: left;
	padding:0 15px;
	display: block;
	color: #fff;
	text-align: left;
	text-transform:uppercase;
	font-weight:normal;
}
nav ul li a:hover {
	text-decoration:underline;
}
nav ul ul li a:hover {
	text-decoration:none;
}

nav ul ul {
	background: #303030;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	margin:0 0 0 0;
}
nav ul ul li {
	float: none; 
	width:205px;
}

nav ul ul li a {
	padding:0 10px;
	color: #fff;
	width:185px;
	font-size:13px;
	height:35px;
	line-height:35px;
}	
nav ul ul li a:hover {
	background: #202020;
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

/* HOMEPAGE CSS */

#container {
	background:url(images/bg.jpg) no-repeat;
	width: 920px;
	padding:0 20px;
	margin:2px 0 0 0;
}

#container-left {
	width: 640px;
	float:left;
	padding:0 0 0 0;
	margin:20px 10px 20px 0;
}

#container-right {
	width: 254px;
	float:right;
	padding:0 0 0 0;
	margin:20px 0;
}

#benefits {
	float:right;
	background-color:#d5d5d5;
	border:2px solid #000;
	width: 252px;
	margin:0 0 0 0;
	background-image:url(images/benefits.png);
	background-repeat:repeat;
}

#benefits .benefit {
	font-size: 16px;
	font-weight:normal;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-shadow:1px 1px #fff;
	padding:0 0 0 67px;
	margin:5px 0 0 0;
	background-image:url(images/tab.png);
	background-repeat:no-repeat;
	height:53px;
}

#content {
	margin:10px 0;
	padding:5px 30px 20px;
	background-image:url(images/content.png);
	background-repeat:repeat;
}

.inner {border:2px solid #fff; padding:15px 15px;}

#sidebar{
	width: 250px;
	padding:0 0 0 0;
	background-color:#C3AAD1;
	border:2px solid #000;
	margin:0 0 20px;
	background-image:url(images/sidebar.png);
	background-repeat:repeat;
}

#sidebar .inner {border:2px solid #fff;padding:10px 10px;}

/*  Sidebar  */

#sidebar .inner	{
	border:2px solid #fff;
	padding:15px 15px;
}

#sidebar h3 {
	font-size: 16px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 0 7px 5px;
	height:28px;
	text-decoration: none;
	padding-left:0px;
	line-height:28px;
	text-transform:none;
}

#sidebar ul {
	width:200px;
	padding:0 0 0 0;
	margin:20px 5px 15px;
	list-style:none;
}

#sidebar ul li {
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(images/tab-small.png);
	background-repeat:no-repeat;
	min-height:30px;
}

#sidebar ul li a {
	color: #222;
	text-decoration: none;
	display: block;
	padding:0 0 5px 30px;
	font-weight:normal;
	font-family: 'Lato', sans-serif;
	line-height:18px;
	background-repeat:no-repeat;
	background-position:left;
	text-transform:none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

/*  Lists  */

ul#tabs {
	width:247px;
	padding:0 0 0 0;
	margin:1px 0 1px 1px;
}

ul#tabs li {
	font-size: 15px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(images/right-menu.png);
	background-repeat:no-repeat;
	height:47px;
	transition: background .7s;
    -moz-transition: background .7s; /* Firefox 4 */
    -webkit-transition: background .7s; /* Safari and Chrome */
    -o-transition: background .7s; /* Opera */
}

ul#tabs li:hover{
	background-image:url(images/right-menu-hover.png);
}

ul#tabs li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 42px;
	outline: none;
	line-height:47px;
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
}

ul#tabs li a:hover {
	text-decoration: none;
}

/*  Blog  */

.post {
	padding:0 0 0 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #AAA;	
}

.post a:link,
.post a:visited {
	text-decoration: none;
}
.post a:active,
.post a:hover {
	color:green;
}

.entry-title {
	color: #323a3f;
	line-height: 1.3em;
	margin-bottom: 0;
	padding:0 0 0 0;
	margin:15px 0 5px 0;
}

.entry-meta {
	font-size: 12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.entry-content {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.entry-content p {
	padding:0 0 0 0;
	margin:5px 0 15px 0;
}

.navigation {
	width:680px;
	height:30px;
	border-bottom:1px dotted #AAA;
	margin-bottom:15px;
	font-size:14px;
}

.navigation .nav-previous {
	float:left;
}

.navigation .nav-next {
	float:right;
}

/* Comments */

#respond { 
	padding:10px 15px;
	margin-top:10px;
	background-color:#f8f8f8;
	border:1px solid #ddd;
}

#respond input[type=text], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}
 
#respond input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}

#respond p	{
	padding:3px 0;
	margin:0 0 0 0;
}

#respond label {
width: 70px;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
padding:12px 0 0 0;
}

#respond input	{
	width:400px;
	height:26px;
	padding:5px 5px;
	margin:0 0 0 0;
}

#respond textarea	{
	width:400px;
	padding:5px 3px;
}

#respond input[type=submit] {
	width:110px;
	padding:0px 10px;
	border: 1px solid #d2d1cf;
	margin:8px 0;
	height: 26px;
	background-color: #fff;
}

#respond .form-allowed-tags {font-size:12px; display:none;}

.comments-title {font-size:18px;}

.commentlist .reply {}
.commentlist .reply a {}

.commentlist li {
	padding:10px 10px;
	margin-top:10px;
	background-color:#f8f8f8;
	border:1px solid #ddd;
}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard { float:left;}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {display:none;}
.commentlist .vcard img.avatar {display:none;}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {float:right;} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .comment-body {clear:both; border-top:1px dotted #CCC; }

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

.commentlist .reply { padding:4px 8px 6px; background-color:#006600; width:40px;}
.commentlist .reply a { color:#fff;}

#cancel-comment-reply {}
#cancel-comment-reply a {}

/*  Inputs  */

.wpcf7-form input {
	width:250px;
	padding:0 8px;
	border: 1px solid #d2d1cf;
	height: 26px;
	font-size: 14px;
	margin-bottom:5px;
	color: #444;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

.wpcf7-form  textarea {
	width:250px;
	padding:5px 8px;
	border: 1px solid #d2d1cf;
	margin:0 0 0 0;
	height: 110px;
	font-size: 14px;
	color: #444;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

.wpcf7-form input[type=submit] {
	margin:0 0 0 0;
	padding:0px 5px;
	border: 1px solid #d2d1cf;
	width: 60px;
	height: 26px;
	font-size: 14px;
	color: #444;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

/* footer */ 
#footer-wrapper {
	border-top:1px solid #000;
	width: 960px;
	margin-top:10px;
}

#footer {
	width: 940px;
	margin:0 auto;
	padding: 12px 0;
	clear:both;
}

#footer p, #footer a, #footer a:hover{
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#000;
	font-size:12px;
} 

/*  Slideshow  /* 
-----------------------------------------------------------*/
#featured-slider {
	float:right;
	width:710px;
	height:235px;
	margin:0 0 0 0;
	position:relative;
	border:1px solid #fff;
	border-left:none;
}
#featured-slider #slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	background-color:#333;
}
#featured-slider .slides_container {
	width:710px;
	overflow:hidden;
	position:relative;
	display:none;
}
#featured-slider .slides_container div.slide {
	width:710px;
	height:235px;
	display:block;
}
#featured-slider img {
	height:235px;
}

#featured-slider .caption {
	z-index:500;
	position:absolute;
	top: 30px; left:670px;
	height:220px;
	width:240px;
	font-size:12px;
	line-height:16px;
	color:#000;
}
#featured-slider .caption h2 {
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
}

#featured-slider #slides .next, #slides .prev {
	position:absolute;
	top:185px;
	left:660px;
	width:24px;
	height:42px;
	display:block;
	z-index:101;
	text-indent:-99999em;
	background: url(images/arrow-prev.png);
}
#featured-slider #slides .next {
	left:680px;
	background: url(images/arrow-next.png);
}
.slogan{margin:20px 0;padding:6px 15px;font-size:20px;font-weight:bold;font-style:italic;line-height:1em;border-left:1px solid #ffffff;border-right:1px solid #ffffff}.slogan a{color:#F46990}.click-to-call{color:#F46990;font-size:20px}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}