/*

Theme Name: Seed

Theme URI: http://67.43.7.60/~stagingp/Anthony/seed/

Author: the WordPress team

Author URI: 

Description:

*/


@charset "utf-8";
/* CSS Document */



* {
	padding:0;
	margin:0;
}
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#4b4d53;
	text-decoration:underline;
}
body {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:18px;
	background:#fff url(images/bg.jpg) repeat 0 0 !important;
	color:#454545;
}
.spacer {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
#wrapper {
	width:940px;
	margin:0 auto;
	padding-top:29px;
}
.logo {
	text-align:center;
}
.menu {
	background:url(images/divider.gif) repeat-x 0 50%;
	padding:16px 0;
	text-align:center;
}
.menu ul {
	width:65%;
	margin:0 auto;
	background:#fff url(images/bg.jpg) repeat 0 0;
	font-family:'Lato';
	font-size:14px;
	line-height:18px;
	font-weight:300;
	position:relative;
	z-index:100;
}
.menu li {
	display:inline-block;
	margin:0 18px;
	padding:0;
	position:relative;
}
.menu li a {
	display:inline-block;
	color:#454545;
	text-decoration:none;
	text-transform:uppercase;
}
.menu li a:hover, .menu li.current_page_item a, .menu li.current a {
	display:inline-block;
	color:#ff0000;
}
.menu li.current li a {
	color:#9c9c9c;
}
.menu li.current li a:hover {
	color:#fff;
}
/* sub menu */

.menu ul ul:before,  .menu ul ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.menu ul ul:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color:#262626;
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}
.menu ul ul:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #262626;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.menu ul ul {
	position:absolute;
	left:-182%;
	top:22px;
	width:auto;
	background:#262626 !important;
	box-shadow:0px 5px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 5px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 5px 8px 0px rgba(0, 0, 0, 0.1);
	border-top:none;
	text-align:left;
	border-bottom:2px solid #ff0000;
	padding-bottom:10px;
	display:none;
	z-index:1000000;
}
.menu li li {
	position:relative;
	width:93%;
	padding:0 10px !important;
	text-align:left;
	line-height:38px;
}
.menu li li a {
	color:#9c9c9c;
	font-size:12px;
	line-height:36px;
	font-weight:500;
	padding:0 10px 0 20px;
	white-space:nowrap;
	cursor:pointer;
}
.menu li li a:hover {
	color:#fff;
}
.menu li li:before {
	content:">";
	font-family:'Lato', sans-serif;
	font-size:15px;
	color:#a0a0a0;
	font-weight:bold;
	position:absolute;
	left:0px;
	top:2px;
	line-height:35px;
	padding:0px 13px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .menu li li:before {
top:0;
} /* chrome hack */
}
.menu li.current-menu-item li a {
	color:#9c9c9c;
}
.container {
	padding:15px 0 34px;
}
.leftCol {
	float:left;
	width:620px;
}
.rightCol {
	float:right;
	width:300px;
}
.caption {
	padding-top:30px;
	text-align:center;
	height:100%;
	overflow:hidden;
}
.footer {
	background:url(images/divider.gif) repeat-x 0 0;
	padding:33px 0;
	font-size:12px;
	height:100%;
	overflow:hidden;
}
.footerLeftCol {
	float:left;
	width:60%;
}
.copyright {
	display: block;
	float: left;
	padding: 10px 20px 0 0;
}
.fb {
	float: right;
}
.fb span {
	padding: 10px 0 0 0;
	display: block;
	width: 150px;
}
.fb img {
	float: left;
	padding: 0 10px 0 0;
}
.footerRightCol {
	float:right;
	width:auto;
	position:relative;
	padding-top: 10px;
}
.footerRightCol img {
	display:inline-block;
	vertical-align:middle;
}
/* about us */



.aboutCol {
	width:460px;
}
.aboutCol ul li {
	list-style-type:disc;
	margin-left: 17px;
}
.aboutImg-col-1 {
	float:left;
	width:140px;
	overflow:hidden;
}
.aboutImg-col-1 img {
	margin:0 0 20px;
}
.aboutImg-col-2 {
	float:right;
	width:300px;
	margin:0 0 20px 20px;
	overflow:hidden;
}
.aboutImg-col-3 {
	float:left;
	width:460px;
	margin:0 0 20px;
	overflow:hidden;
}
.aboutImg-col-4 {
	float:left;
	width:220px;
	overflow:hidden;
}
.aboutImg-col-5 {
	float:right;
	width:220px;
	overflow:hidden;
}
/* northern beach */



.about-northern-col-1 {
	float:left;
	width:300px;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
}
.about-northern-col-2 {
	float:right;
	width:140px;
	overflow:hidden;
}
.about-northern-col-2 img {
	margin-bottom:17px;
}
.about-northern-col-3 {
	float:left;
	width:140px;
	overflow:hidden;
	margin-right:20px;
}
.about-northern-col-4 {
	float:right;
	width:300px;
	overflow:hidden;
}
/* services */



.service-leftCol {
	width:300px;
}
.service-rightCol {
	width:620px;
}
.serviceImg-col-1 {
	float:left;
	width:140px;
	overflow:hidden;
	margin:0 20px 20px 0;
}
.serviceImg-col-2 {
	float:right;
	width:140px;
	margin:0 0 20px;
	overflow:hidden;
}
.serviceImg-col-3 {
	float:left;
	width:300px;
	margin:0 0 20px;
	overflow:hidden;
}
.serviceImg-col-4 {
	float:left;
	width:140px;
	overflow:hidden;
	margin:0 20px 0 0;
}
.serviceImg-col-5 {
	float:right;
	width:140px;
	overflow:hidden;
}
.serviceImg-col-5 img {
	margin:0 0 20px;
}
.serviceImg-col-6 {
	float:left;
	width:300px;
	overflow:hidden;
}
/* contact Page */



.contactCol {
	width:420px;
}
.contactCol h1 {
	display:none;
}
.address {
	margin-bottom:40px;
	height:100%;
	overflow:hidden;
}
.address .col1 {
	border-right:1px solid #cacaca;
	padding-right:33px;
	float:left;
	width:40.8%;
}
.address .col2 {
	border-left:1px solid #cacaca;
	padding-left:33px;
	position:relative;
	margin-left:-1px;
	float:right;
	width:43.1%;
}
.address p {
	padding-bottom:0px;
}
.mobile {
	background:url(images/mobile-icon.gif) no-repeat 0 4px;
	padding-left:20px;
	padding-bottom:10px;
}
.phone {
	background:url(images/phone-icon.gif) no-repeat 0 4px;
	padding-left:20px;
}
.location {
	background:url(images/location.gif) no-repeat 0 4px;
	padding-left:20px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	background:#eaeaea;
	color:#454545;
	height:35px;
	padding:0 10px;
	width:98%;
	font-family:'Lato';
	border:0;
	font-size:14px;
	line-height:18px;
}
.wpcf7 textarea {
	height:105px;
	padding:10px;
}
.wpcf7 input[type="submit"] {
	width:85px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#616161;
	color:#fff;
	font-family:'Lato';
	cursor:pointer;
	border:0;
}
.wpcf7 input[type="submit"]:hover {
	background:#000;
}
.wpcf7 p {
	padding-bottom:10px !important;
	position:relative;
}

/*.wpcf7 label{
	position:absolute;
	left:8px;
	top:8px;
	z-index:1;
}
*/
.wpcf7 label:focus {
    text-indent: 0;
    z-index: 1;
}

span.wpcf7-not-valid-tip{
	border: 0 !important;
    color: #FF0000 !important;
    left: 255px !important;
    padding: 2px 4px !important;
    position: absolute !important;
    top: -4px !important;
    z-index: 100 !important;
	background:none !important;
	width:auto !important;
}


#content p {
	padding-bottom:20px;
	font-size:13px;
}
h1, h2 {
	font-weight:normal;
	font-size:30px;
	line-height:36px;
	color:#000;
	padding-bottom:14px;
	border-bottom:1px solid #cacaca;
	margin-bottom:20px;
}
h3 {
	font-weight:300;
	font-size:20px;
	line-height:26px;
	color:#454545;
	padding-bottom:17px;
}
hr {
	border-bottom:1px solid #cacaca;
	margin:0 0 40px;
}
.lists {
}
.lists li {
	background:url(images/arrow.gif) no-repeat 0 6px;
	padding:0 0 18px 20px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .lists li {
background:url(images/arrow.gif) no-repeat 0 4px;
} /* chrome hack */
}
/* blog post styling */



.blogPostLeftPanl {
	float:left;
	width:640px;
}
.blog-sidebar {
	float:right;
	width:240px;
}
.blogpost {
	padding-bottom:40px;
}
.blogarticle {
	padding:0 0 40px;
	border-bottom:1px solid #cacaca;
	height:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#454545;
}
.media-wrapper {
	float:left;
	width:20%;
	margin-right:20px;
}
.blogcontent {
	float:right;
	width:75%;
}
h2.blog-title {
	font-family:'Lato';
	font-size:20px;
	line-height:24px;
	color:#454545;
	font-weight:300;
	border-bottom:0;
	margin-bottom:0;
}
h2.blog-title a {
	color:#454545;
	text-decoration:none;
}
h2.blog-title a:hover {
	color:#000;
	text-decoration:none;
}
.blog-attributes {
	float:left;
	width:auto;
	background:url(images/divider-blog.gif) no-repeat 100% 3px;
	padding:0 8px 15px 0;
	margin-right:8px;
}
.blog-attributes a {
	color:#000;
	text-decoration:none;
}
.date {
	background:url(images/calender-icon.png) no-repeat 0 2px;
	padding:0 0 1px 20px;
}
.commentP {
	background:url(images/comment-icon.png) no-repeat 0 2px;
	padding-left:20px;
}
.blog-attributes span {
	color:#000;
}
.content {
	width:100%;
	height:100%;
	overflow:hidden;
	padding-bottom:20px;
}
a.read-more {
	color:#000;
	text-decoration:none;
	background:url(images/arrow-2.gif) no-repeat 100% 3px;
	padding-right:17px;
}
/* Navigation */



.wp-pagenavi {
	margin:0 auto;
	position:relative;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px !important;
	text-transform:capitalize;
	width:100%;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
	background:#fff;
	color:#d5d5d5;
	padding:0 8px;
	text-decoration:none;
	font-size:12px;
	line-height:25px !important;
	text-transform:uppercase;
	display:inline-block;
	margin-left:2px;
}
.wp-pagenavi a:hover {
	color:#000;
	background:#d5d5d5;
}
.wp-pagenavi span.current {
	padding:0 8px;
	background:#4b4d53;
	color:#FFF;
	border:1px solid #d4d4d4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:5px;
	display:inline-block;
}
a.previouspostslink, a.nextpostslink {
	background:#f2f2f2;
	border:1px solid #d4d4d4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:5px;
	color:#d5d5d5;
	text-transform:capitalize;
}
/*

a.previouspostslink{

	padding-left:50px;

    padding-right: 10px;

	

}



a.nextpostslink{

	padding-left: 10px;

    padding-right: 50px;

}*/



a.previouspostslink:hover, a.nextpostslink:hover {
	background:#4b4d53;
	color:#fff !important;
}
.pages {
	background:#d5d5d5 !important;
	margin-left:1px;
}
a.first, a.last {
	background-color:#d5d5d5;
	background-image:none !important;
}
/*.lfirst, .llast {

	position:absolute;

	top:26px;

}

.lfirst a.first, .llast a.last {

	background-color:#fff !important;

}

.lfirst a:hover, .llast a:hover {

	background-color:#fff !important;

	color:#d56523 !important;

}

.lfirst {

	left:7px;

	background:url(left-arrow-sml.png) no-repeat 0 5px;

	padding-left:16px;

	display:none;

}

.llast {

	right:-15px;

	background:url(right-arrow-sml.png) no-repeat 100% 5px;

	padding-right:16px;

	display:none;

}*/



.wp-pagenavi a, .wp-pagenavi a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wp-pagenavi .page {
	background:#f2f2f2;
	border:1px solid #d4d4d4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:5px;
}
.blog-sidebar {
	background:#f5f7f5;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
.blog-sidebar h3.widget-title {
	font-family:'Lato';
	padding-bottom:10px;
}
.widget_text {
	background:url(images/about-icon.png) no-repeat 0 7px;
}
.widget_text h3.widget-title {
	padding-left:22px;
}
.widget {
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom:1px solid #cacaca;
}
.widget li {
	padding-bottom:4px;
}
/* comment form */



#commentform label {
	width:10%;
	display:inline-block;
	color:#6F6D6C;
	text-align:right;
	font-weight:600;
	line-height: 20px;
	margin-bottom: 0;
	padding: 0 20px 0 0;
	vertical-align:top;
}
#commentform input, #commentform textarea {
	width:81%;
	display:inline-block;
	height:26px;
	line-height:26px;
	background:#eaeaea;
	color:#454545;
	border:0;
	padding:0 5px;
}
#commentform input {
	margin:0 0 6px 18px;
}
input#url {
	margin:0 0 6px 21px !important;
}
#commentform textarea {
	width:81%;
	height:190px;
	margin:0 0 6px 21px;
}
.form-allowed-tags {
	display:none;
}
#commentform .form-submit #submit {
	background: #000;
	padding: 0 10px !important;
	cursor: pointer;
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:35px;
	height:35px;
	border:0 !important;
	color:#fff;
	width:auto !important;
	margin-left:16.5%;
}
#commentform .form-submit #submit:hover {
	background:#8f8c8c;
	color:#000;
}
.comments-area {
	padding-top:30px;
}
.logged-in-as {
	padding-bottom:20px;
}
/* accordion ARCHIEVE */

#accordion {
	list-style: none;
}
#accordion li {
	border-bottom:1px solid #a2a2a2;
	margin-bottom:4px;
	cursor:pointer;
}
#accordion div {
	display: inline-block;
	padding:0 5px;
	background:#a2a2a2;
	color:#fff;
}
#accordion ul {
	list-style: none;
	display: none;
	padding:5px 0 10px;
}
#accordion li ul {
	display: none;
	padding:10px 0 !important;
	margin-bottom:10px !important;
}
#accordion ul li {
	font-weight: normal;
	cursor: auto;
	padding: 0 0 0 12px;
	border-bottom:0;
	position:relative;
}
#accordion ul li a:before {
	content:">";
	font-family:'Lato', sans-serif;
	font-size:15px;
	color:#000;
	font-weight:bold;
	position:absolute;
	left:0px;
	top:0;
}
#accordion a {
	text-decoration: none;
}
#accordion a:hover {
	text-decoration: underline;
}
.widget_categories h3.widget-title {
	background:url(images/category-icon.png) no-repeat 0 10px;
	padding-left:22px;
}
.widget_categories ul {
	padding-left:25px;
}
/******************************



	-	COMMENTS AT POSTS	-



********************************/







.comment_wrapper {
	display:block;
	margin-bottom:20px;
}
.comment_wrapper .comment {
	border:5px solid #f7f3f6;
}
.comment_wrapper .comment.level2 {
	padding-left:80px;
}
.comment_wrapper .portrait {
	vertical-align: top;
	float:left;
	width:auto;
	margin-right:10px;
}
.comment_wrapper .portrait-holder {
	width:44px;
	height:44px;
	text-align:center;
}
.comment_wrapper .comment-details {
	vertical-align: top;
	padding:10px;
	font-size:12px;
	width:528px;
}
.portrait h3 {
	color: #454545;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	padding-bottom:0;
}
.comment_wrapper .pallet {
	background:#f7f3f6;
	width:100%;
	vertical-align: top;
}
.rightfloat {
	float:right;
	width:auto;
	padding-bottom:10px;
}
.leftfloat {
	float:left;
	width:auto;
	padding-bottom:10px;
}
.comment-notes {
	padding-bottom:20px;
}
.gllr_single_image_text {
	background:url(images/divider.png) no-repeat 50% 50% !important;
}
.gllr_single_image_text span {
	background:url(images/bg.jpg) repeat 0 0 !important;
}
.gallery_box {
	height:100%;
	overflow:hidden;
}
.gallery_box li {
	float:left;
	width:auto;
	clear:none !important;
	padding:0 0 10px !important;
}
.gallery_box li img {
	border:1px solid #BDBDBD !important;
}
.gallery_detail_box {
	float:none !important;
	text-align:center;
	clear:both;
	padding-bottom: 15px;
}
.gallery_detail_box h3,
.gallery_detail_box div{
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	background:url(images/divider.png) no-repeat 50% 13px;
	text-align: center;
	clear:both;
}
.gallery_detail_box a{
	display: none !important;
}
.gallery_detail_box h3 a {
	color: #000;
	text-decoration:none;
}
.gallery_detail_box h3 a:hover {
	color: #FF0000;
	text-decoration:none;
}
body.single-gallery #comments{
	display: none;
}
.wrap.gllr_wrap #secondary.widget-area {
    display: none !important;
}