
/* Set font-family to Century Gothic */
h1.title {
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

.home_slide h2 {
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

/*  Set font-family to Century Gothic */
body, textarea, input, #author, #email, #url, textarea#comment {
    font: 12px/1.4em "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

/*  Remove white borders around flexslider */
.flexslider {
    border: 0px !important;
}

/* Opacity set to 90% */
.black_bg, .blog_container, .float_blocks_container .masonry_blocks .float_block {
    opacity: 0.90 !important;
}

/* Shift the social icons upwards to make way for copyright */
#social_icons {
    bottom: 28px !important;
}

/* Place the copyright below the social media link */
#copyright {
    bottom: 6px;
    font-size: 10px;
    margin-left: 15px;
    position: absolute;
    width: 224px;
}

/* Enable logo hovering */
.custom_logo {
 display:block;
 margin: 0 0 100px;
 width: 262px;
 height: 175px;
 background:transparent url('http://www.architechnik.com.au/v2/wp-content/uploads/2014/07/architechnik-logo.png') center top no-repeat;
}

.custom_logo:hover {
   background-image: url('http://www.architechnik.com.au/v2/wp-content/uploads/2014/07/architechnik-logo-inverted.png');
}

/* Move the content area a bit to the right */
.content_holder {
    margin-left: 270px;
    margin-top: 180px;
}

/* Make the content area responsive */
.page .black_bg, .password_form .black_bg, .single-wpb_portfolio .black_bg, .blog_container {
    width: 80%;
    max-width: 713px;
}

/* Move the slideshow icon slightly to the right */
#float_controls {
    left: 1013px;
}

/* Hide the filter bar in Portfolio page */
.wpb_sort {
    display: none;
}

/* Hide the search icon */
#search_ico {
    display: none;
}

/* Hide image title from gallery pop-up */
div.ppt {
    display: none !important;
}

/* Remove arrow tab in the individual Project Page*/
#next_post_link, #nextslide {
    display: none;
}

#prev_post_link, #prevslide {
    display: none;
}

/* Remove categories section in the individual Project Page*/
.portfolio_categories {
    display: none;
}