/*   
Theme Name: Anchor Building Services
Theme URI: anchorbuilding.com.au
Description: This Wordpress Theme has been developed specifically for Anchor Building Services Website
Author: INGAGE MEDIA
Author URI: http://ingagemedia.com.au/
Tags: Anchor Building Services
Version: 1.0
*/
@import "css/basic.css";
body {
    background-position: left top;
    background-attachment:  fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
a {
    color: #911339;
}
a:hover {
    color: #911339;
}
#wrapper {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 20px;
	width: 100%;
    min-width: 320px;
	color: #223151;
	margin: 35px auto 0px;
	text-align: left;	
}
.container-fluid {
    max-width: 1080px;
    padding: 35px;
    margin: 0 auto;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 22px;
    line-height: 26px;
}
h2 {
    font-size: 20px;
    line-height: 24px;
}
h3 {
    font-size: 18px;
    line-height: 22px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
}
h3.title-view,
h2.title-view {
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 16px;
    background: url("images/lines.png") repeat 0px 0px;
}
h3.title-view {
    line-height: 18px;
}
h2.title-view  {
    line-height: 20px;
}
h3.title-view span,
h2.title-view span {
    padding: 0px 7px;
    background: #fff;
}
h1.page-title {
    text-transform: uppercase;
    color: #911339;
    padding-bottom: 10px;
}
h1.page-title.search-view {
    background: url("images/lines.png") repeat-x 0px bottom;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
h3.sub-title {
    padding-bottom: 16px;
}
@media(max-width: 900px) {
    #wrapper {
        margin-top: 15px;
    }
    .container-fluid {
        padding: 15px;
    }
}
@media(max-width: 480px) {
    #wrapper {
        margin-top: 10px;
    }
    .container-fluid {
        padding: 10px;
    }
}
/*** #header:Start ***/
#header #header-wrapper {
    padding-bottom: 0px;
}
#header #header-top {
    padding-bottom: 12px;
}
#header #header-top .right-view {
    font-family: 'Fjalla One', sans-serif;
    background: #223151;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
}
#header #header-top .right-view a {
    color: #fff;
}
#header #main-menu {
    font-family: 'Fjalla One', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    height: 44px;
    background: #223151;
    position: relative;
}
#header #main-menu .menu-item {
    float: left;
    display: block;
    line-height: 44px;
    list-style: none;
}
#header #main-menu .menu-item a {
    display: block;
    padding: 3px 12px 0px;
    line-height: 41px;
    color: #fff;
}
#header #main-menu .menu-item.current-menu-item a,
#header #main-menu .menu-item a:hover {
    background-color: #911339;
}
@media(max-width:960px){
    #header #main-menu .menu-item a {
        padding: 3px 6px 0px;
    }
}
@media (max-width: 900px) {
    #header #main-menu .menu-item a {
        font-size: 15px;
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media(max-width: 767px){
    #header #header-top .left-view {
        float: none;
    }
    #header #header-top .logo {
        text-align: center;
        margin-bottom: 10px;
    }
}
/*** #header:End ***/

/*** #middle:Start ***/
#middle #main {
    padding-top: 32px;
}
#page-view {
   width: 66%;
   max-width: 708px;
}
#page-view.full-width {
    width: 100%;
    float: none;
    max-width: none;
}
#home-slider {

}
#home-slider .home-intro h1{
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    color: #911339;
}
#home-featured {
    padding: 25px 0px 0px;
}
#home-featured .item {
    width: 48%;
    max-width: 336px;
}
#home-featured .item .featured-image img {
    width: 100%;
}
#home-featured .item .featured-content {
    padding-top: 10px;
    line-height: 20px;
    min-height: 80px;
    overflow: hidden;
}
#clients-list .item {
    float: left;
    width: 21%;
    margin: 0 2%;
    padding-bottom: 10px;
    text-align: center;
}
#testimonials-list .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}
#testimonials-list .item:first-child {
    padding-top: 0px;
    border-top: none;
}
#testimonials-list .item .author {
    color: #911339;
}
#sitemap-view {
    color: #911339;
    padding: 20px 0px 0px 30px;
}
#sitemap-view ul {
    padding-left: 20px;
}
#sitemap-view li {
    list-style: square;
}
#sitemap-view li a {
    margin-bottom: 8px;
    display: inline-block;
}
#post-list .post-item {
    padding-bottom: 16px;
    padding-top: 16px;
    background: url("images/lines.png") repeat-x 0px bottom;
}
#post-list .post-item:first-child {
    padding-top: 0px;
}
#post-list .post-item h2.post-title {
    padding-bottom: 10px;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    padding-bottom: 10px;
}
.page-content p {
    padding-bottom: 16px;
}
.page-content ul,
.page-content ol {
    padding-left: 30px;
    padding-bottom: 12px;
}
.page-content li {
    padding-bottom: 4px;
}

#project-list table {
    width: 100%;
}
#project-list table .client-name {
    width: 16%;
}
#project-list table .project-name {
    width: 30%;
}
#project-list table .po-number {
    width: 6%;
    text-align: center;
}
#project-list table .project-type,
#project-list table .start-date,
#project-list table .end-date,
#project-list table .amount {
    width: 12%;
    text-align: center;
}
#project-list table th {
    color: #fff;
    text-align: center;
    padding: 4px 3px;
    border: 1px solid #223151;
    background: #223151;
}
#project-list table td {
    padding: 6px;
    border: 1px solid #223151;
}
@media(max-width: 600px) {
    #project-list table .po-number,
    #project-list table .project-type,
    #project-list table .start-date,
    #project-list table .end-date,
    #project-list table .amount {
        display: none;
    }
    #project-list table .client-name {
        width: 35%;
    }
    #project-list table .project-name {
        width: 65%;
    }
}
#project-list .project-item {
    padding-top: 20px;
}
#project-list .project-item:first-child {
    padding-top: 0px;
}
.project-item h2.title {
    padding-bottom: 6px;
}
.project-item .po-number,
.project-item .project-type,
.project-item .project-address,
.project-item .client-name,
.project-item .amount-limit,
.project-item .start-date,
.project-item .end-date {
    padding-bottom: 3px;
}
.project-item .contact-info {
    padding-top: 12px;
}
.project-item .contact-name,
.project-item .contact-phone {
    padding-bottom: 3px;
}
.project-item .project-description {
    padding-top: 12px;
}
.project-item .project-notes {
    padding-bottom: 16px;
}
.project-item .project-notes .note {
    padding-top: 12px;
}
.project-item .project-notes .note:first-child {
    padding-top: 0px;
}
.project-galleries .gallery {
    float: left;
    width: 24%;
    max-width: 150px;
    margin-right: 1%;
    margin-bottom: 1%;
}

.list-galleries .gallery-photo-list {

}
.list-galleries .gallery-photo-list .photo,
.list-galleries .gallery-category-list .album {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
}
.list-galleries .gallery-photo-list.columns-2 .photo,
.list-galleries .gallery-category-list.columns-2 .album {
    width: 49%;
}
.list-galleries .gallery-photo-list.columns-3 .photo,
.list-galleries .gallery-category-list.columns-3 .album {
    width: 32%;
}
.list-galleries .gallery-photo-list.columns-4 .photo,
.list-galleries .gallery-category-list.columns-4 .album {
    width: 23.49%;
}
.list-galleries .gallery-photo-list.columns-5 .photo,
.list-galleries .gallery-category-list.columns-5 .album {
    width: 18.39%;
}
.list-galleries .gallery-photo-list.columns-6 .photo,
.list-galleries .gallery-category-list.columns-6 .album {
    width: 15%;
}
.list-galleries .gallery-photo-list .photo.first,
.list-galleries .gallery-category-list .album.first {
    clear: both;
    margin-left: 0px;
}
.list-galleries .gallery-photo-list .photo .photo-image,
.list-galleries .gallery-category-list .album .album-image {
    border: 1px solid #F2F2F2;
    padding: 5px;
}
.list-galleries .gallery-category-list .album .album-title {
    padding: 12px 0px 5px;
}

#sidebar {
    width: 32%;
    max-width: 336px;
}
#sidebar .widget-item {
    padding-top: 32px;
}
#sidebar .widget-item:first-child {
    padding-top: 0px;
}
#sidebar .widget-item #partners table{
    width: 100%;
}
#sidebar .widget-item #partners table td {
    padding: 8px 0px;
    text-align: center;
}
#sidebar .widget-item #partners table td img {
    max-width: 85%;
}
@media(max-width: 900px) {
    #middle #main {
        padding-top: 15px;
    }
    #sidebar .widget-item {
        padding-top: 15px;
    }
}
@media(max-width: 767px) {
    #page-view {
        float: none;
        width: 100%;
        max-width: none;
    }
    #sidebar {
        float: none;
        width: 100%;
        padding-top: 20px;
    }
    #home-slider .home-intro h1 {
        font-size: 18px;
        line-height: 22px;
    }
    #home-featured {
        padding-top: 10px;
    }
}
@media(max-width: 480px) {
    #middle #main {
        padding-top: 10px;
    }
    #sidebar .widget-item {
        padding-top: 10px;
    }
}
@media(max-width: 320px){
    #home-featured .item {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        margin-left: 0px;
    }
}
/*** #middle:End ***/

/*** #footer:Start ***/
#footer {
    padding: 35px 0px 0px;
}
#footer #footer-top {
    margin-bottom: 35px;
}
#footer #footer-top .col-item {
    float: left;
    width: 32%;
    margin-left: 2%;
}
#footer #footer-top .col-item:first-child {
    margin-left: 0px;
}
#footer #footer-top .col-item.col-1 {
    font-size: 16px;
    line-height: 22px;
}
#footer #footer-top .col-item.col-1 .textwidget p {
    padding-bottom: 5px;
}
#footer #footer-top .col-item.col-1 .textwidget span {
    width: 70px;
    display: inline-block;
    text-align: right;
    color: #911339;
}
#footer #footer-bottom {
    width: 100%;
    background: #223151;
    color: #fff;
}
#footer #footer-bottom a {
    color: #fff;
}
#footer #footer-bottom-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 0px;
    background: none;
}
#footer #footer-bottom .left-view,
#footer #footer-bottom .right-view {
    padding-bottom: 8px;
}
#footer .widget-item .fb_iframe_widget {
    max-width: 99%;
}
#footer .widget-item span,
#footer .widget-item iframe {
    max-width: 100%;
}
#footer .copyright {
    float: right;
    margin-left: 5px;
}
#footer .footer-menu {
    float: right;

}
#footer .footer-menu .menu-item {
    display: inline;
    list-style: none;
    margin-right: 2px;
    padding-right: 8px;
    border-right: 1px solid #fff;
}

@media (max-width: 900px) {
    #footer {
        padding-top: 15px;
    }
}
@media (max-width: 480px) {
    #footer {
        padding-top: 10px;
    }
}
@media(max-width: 767px){
    #footer #footer-top .col-item {
        float: none;
        width: 100%;
        padding-top: 12px;
        margin-left: 0px;
    }
    #footer #footer-top .col-item:first-child {
        padding-top: 0px;
    }
    #footer #footer-bottom {
        font-size: 12px;
    }
    #footer #footer-bottom .left-view,
    #footer .copyright,
    #footer .footer-menu {
        float: none;
    }

}
/*** #footer:End ***/

/*** flexslider ***/
.flexslider {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    position: relative;
    background: transparent;
}
.flexslider .slides li {
    margin-right: 0px;
}
.flexslider .flex-direction-nav a {
    opacity: 0;
    margin: 0px;
    font-size: 0px;
    text-indent: -5000px;
    width: 27px;
    height: 27px;
    top: 45%;
    background: url("images/btn-slide-nav.png") no-repeat 0px 0px;
}
.flexslider .flex-direction-nav a.flex-prev {
    left: 0px;
}
.flexslider .flex-direction-nav a.flex-next {
    right: 0px;
    background: url("images/btn-slide-nav.png") no-repeat right 0px;
}
.flexslider .flex-control-nav {
    bottom: 0px;
    z-index: 99;
}
.flexslider .flex-control-nav.flex-control-paging li a {
    background: #223151;
    box-shadow: none
}
.flexslider .flex-control-nav.flex-control-paging li a:hover,
.flexslider .flex-control-nav.flex-control-paging li a.flex-active {
    background: #911339;
}

/*** gravity form ***/
.page-content .gform_wrapper .gform_body .gform_fields,
.page-content .gform_wrapper .gform_body .gfield,
.gform_wrapper .gform_body .gform_fields,
.gform_wrapper .gform_body .gfield {
    list-style: none;
    padding-left: 0px;
}
.page-content .gform_wrapper .gform_body .gform_fields {
    padding-bottom: 0px;
}
.gform_wrapper {
    padding-top: 20px;
}
#sidebar .gform_wrapper {
    background-color: #333;
    color: #fff;
    margin: 0px;
    padding: 20px 30px;
    max-width: none;
    position: relative;
}
#sidebar .gform_wrapper .gform_heading {
    text-align: center;
}
.gform_heading h3.gform_title {
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 8px;
}
#sidebar .gform_heading h3.gform_title {
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 8px;
}
.gform_wrapper .gform_heading .gform_description {
    color: #911339;
    text-align: justify;
    display: block;
}
#sidebar .gform_wrapper .gform_heading .gform_description {
    color: #fff;
}
.gform_wrapper .gform_body {
    padding-top: 16px;
}
.gform_wrapper .gfield {
    padding: 0px 0px 10px;
}
.gform_wrapper .gfield .gfield_label {
    font-size: 12px;
    line-height: 16px;
}
#sidebar .gform_wrapper .gfield .gfield_label {
    display: none;
}
.gform_wrapper .gfield .gfield_label .gfield_required {
    color: red;
}
.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container textarea {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 6px 0px;
    margin: 0px;
    width: 99%;
    max-width: 350px;
    text-indent: 12px;
}
#sidebar .gform_wrapper .gfield .ginput_container input,
#sidebar .gform_wrapper .gfield .ginput_container textarea {
    padding: 10px 0px;
}
.gform_wrapper .gform_footer .button.gform_button {
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: 1px solid #911339;
    background: #911339;
    padding: 0px 16px;
}
#sidebar .gform_wrapper .gform_footer .button.gform_button {
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0px 1px;
}
#sidebar .gform_wrapper .gform_footer .button.gform_button:hover {
    background: #fff;
    color: #222;
    border: 1px solid #fff;
}
.gform_wrapper .gform_ajax_spinner {
    position: absolute;
    bottom: 35px;
    right: 40px;
}
.gform_wrapper .validation_error {
    display: none;
}
.gform_wrapper .gfield .gfield_description.validation_message {
    font-size: 11px;
    color: red;
    padding-top: 3px;
    line-height: 16px;
}
@media (max-width: 900px) {
    #sidebar .gform_wrapper {
        padding: 10px;
    }
}
@media (max-width: 480px) {
    #sidebar .gform_wrapper {
        padding: 10px 5px;
    }
}
#searchform label.screen-reader-text,
#searchform input#searchsubmit {
    display: none;
}
#searchform input#s {
    border: 1px solid #ddd;
    box-shadow: inset 0px 0px 5px #ddd;
    background: #f5f5f5 url("images/search.png") no-repeat 15px 16px;
    padding: 10px 0px;
    text-indent: 40px;
    width: 100%;
    height: 27px;
    line-height: 27px;
    color: #999;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#searchform input#s::-webkit-input-placeholder {
    text-indent: 40px;
}

/*** menu responsive ***/
#header #main-menu .responsive-menu {
    display: none;
}
@media(max-width: 767px) {
    #header #main-menu {
        z-index: 9999;
        font-size: 14px;
    }
    #header #main-menu .responsive-menu {
        font-size: 16px;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    #header #main-menu .responsive-menu a {
        display: block;
        padding: 3px 20px 0px;
        line-height: 41px;
        color: #fff;
        background: #911339;
    }
    #header #main-menu .menu-container {
        width: 100%;
        display: none;
        position: absolute;
        top: 44px;
        left: 0px;
        background: #223151;
        z-index: 9999;
        padding-bottom: 2px;
    }
    #header #main-menu .menu-item {
        float: none;
    }
    #header #main-menu .menu-item a {
        padding: 0px 0px 0px 20px;
        line-height: 26px;
    }
}

ol.wp-paginate {
    padding-top: 20px;
}
ol.wp-paginate .current {
    background: #223151;
    border: 1px solid #223151;
}

.breadcrumbs {
    padding-bottom: 12px;
}

#project-list table th.header {
    background-image: url('images/sort_small.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}

#project-list table th.headerSortUp {
    background-image: url('images/sort_small_asc.png');
}

#project-list table th.headerSortDown {
    background-image: url('images/sort_small_desc.png');
}