/*

Theme Name: Access Aluminium
Version: 1.0
Author: Finely Sliced

*/

* { margin: 0; padding: 0; }

html { height: 100%; }
body { position: relative; height: 100%; background: #F4F4F4; font-family: "ff-dax-web-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  text-rendering: optimizeLegibility;  -webkit-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000); -moz-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000); -o-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000); transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000); }



.navigate { }
.navigate #nav { }

.blue { color: #008ECF; }
.grey { color: #4A4A49; }
.light_grey { color: #9FA09F; }

/*---------------------------------------

	HEADER

-----------------------------------------*/

#header { position: fixed; top: 0; left: 0; width: 100%; height: 200px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; z-index: 3; }

#logo { position: absolute; top: 50%; left: 40px; margin-top: -40px; width: 140px; height: 78.1311px; background-size: cover; background-image: url('../../../wp-content/uploads/2016/08/Access-logo-White.png'); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

#toggle_nav { display: none; }
#nav { position: absolute; top: 50%; right: 80px; margin-top: -24px; min-width: 600px; text-align: right; overflow: hidden; z-index: 6; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#nav li { display: inline-block; line-height: 66px; margin-left: 40px; font-size: 14px; font-weight: 700; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#nav li { display: inline-block; }

#nav a:link, #nav a:visited { color: #FFF; text-decoration: none; }
#nav a:hover, #nav a:active { color: #FFF; text-decoration: underline; }

/* On scroll */

.scrolled #header { height: 64px; background: #008ECF; box-shadow: 0 1px 0 rgba(0,0,0,.1);  }
.scrolled #logo { width: 89.593004578203px; height: 50px; top: 8px; left: 10px; margin: 0; }
.scrolled #nav { top: 0; right: 28px; margin: 0; }
.scrolled #nav li { margin-left: 28px; }


/*---------------------------------------

	GENERAL

-----------------------------------------*/

.columns { margin: 0 auto; max-width: 1300px; overflow: hidden; }
.column_full { }
.column_quarter { float: left; width: 25%; }
.column_half { float: left; width: 50%; }
.column_quarter { float: left; width: 25%; }
.column_threequarter { float: left; width: 75%; }

.column_lining { position: relative; padding: 0 50px; }

h1 { color: #FFF; font-weight: 400; font-size: 37px; line-height: 120%; letter-spacing: -1px; margin: 0; }
h2 { color: #008ECF; font-weight: 400; font-size: 29px; line-height: 120%; letter-spacing: -1px; margin: 0 140px 8px 0; }
h3 { color: #008ECF; font-weight: 400; font-size: 18px; line-height: 120%;  margin: 0 0 8px 0; }

ul { color: #4A4A49; font-weight: 200; font-size: 16px; margin: 0 0 26px 0; }

p { color: #4A4A49; font-weight: 200; font-size: 16px; margin: 0 0 26px 0; }
p.intro { color: #9FA09F; font-weight: 200; font-size: 21px; margin: 0 0 26px 0; }

a:link, a:visited { color: #008ECF; text-decoration: underline; }

strong, b { font-weight: bold; }

.cta { display: inline-block; font-size: 14px; line-height: 39px; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; text-transform: none; font-weight: bold; padding: 0 14px; border-radius: 3px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.cta:link, .cta:visited { text-decoration: none; border: 1px solid #FFF; background: none; }
.cta:hover, .cta:active {  text-decoration: none; border: 1px solid #FFF; background: #FFF; }

#welcome .cta { position: absolute; bottom: 0; right: 70px; }
#welcome .cta:link, #welcome .cta:visited { text-decoration: none; color: #008ECF; background: #FFF; }
#welcome .cta:hover, #welcome .cta:active { text-decoration: none; color: #FFF; background: none; }

#page_header .cta { position: absolute; bottom: 0; right: 70px; }
#page_header .cta:link, #page_header .cta:visited { text-decoration: none; color: #008ECF; background: #FFF; }
#page_header .cta:hover, #page_header .cta:active { text-decoration: none; color: #FFF; background: none; }

#process .cta { position: absolute; bottom: 0; right: 70px; }
#process .cta:link, #process .cta:visited { text-decoration: none; color: #008ECF; border: 1px solid #008ECF; }
#process .cta:hover, #process .cta:active { text-decoration: none; color: #FFF; background: #008ECF; }


#body { position: relative; z-index: 2; }
#page { padding: 60px 0; background: #FFF; border-bottom: 1px solid #EDEDED; }
#page_header { position: relative; width: 100%; height: 350px; background-image: url('img/default.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center; z-index: 1; }

#page_header_overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: rgba(0,154,224,.55); z-index: 2; }
#page_header_content { position: absolute; bottom: 38px; left: 0; width: 100%; z-index: 3; }
 
#page_header h1 { color: #FFF; font-weight: 400; font-size: 37px; line-height: 120%; letter-spacing: -2px; margin: 0 140px 6px 0; }
#page_header h2 { color: #FFF; font-weight: 400; font-size: 23px; line-height: 120%; letter-spacing: -1px; margin: 0; opacity: 0.9; }

.sub_nav { list-style: none; border-right: 1px solid #EDEDED; padding: 12px 0; font-weight: 700; font-size: 14px; }
.sub_nav li { position: relative; border-top: 1px solid #EDEDED; }
.sub_nav a { position: relative; display: block; padding: 13px 6px 12px 12px; border-right: 2px solid #f7f7f7; }


.sub_nav a:link, .sub_nav a:visited { text-decoration: none; color: #BBB; }
.sub_nav a:hover, .sub_nav a:active { text-decoration: none; color: #9FA09F; }

.sub_nav .current_page_item a { background: #FFF; border-right: 2px solid #FFF; right: -1px; }
.sub_nav .current_page_item a:link, .sub_nav .current_page_item a:visited { text-decoration: none; background: #FFF; color: #008ECF; }

table { width: 100%; font-size: 13px; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; margin: 0 0 22px 0; }
th { text-align: left; padding: 8px 12px 7px;  background: #008ECF; color: #FFF; }
td { text-align: left; padding: 8px 12px 7px;  background: #EDEDED; color: #4A4A49; }

.breadcrumbs {
	margin-left: 50px;
	margin-bottom: 15px;
	font-size: 13px;
}


/*---------------------------------------

	INTRO EFFECTS

-----------------------------------------*/

#intro { position: fixed; width: 100%; height: 550px; background-size: cover; background-repeat: no-repeat; background-position: center center; z-index: 1; }

#intro_overlay { position: absolute; top: 0; left: 0; width: 100%; height: 550px; background: rgba(0,154,224,.55); overflow: hidden; z-index: 2; }

.grid span { -webkit-transition: all 5000ms cubic-bezier(0.470, 0.000, 0.745, 0.715); -moz-transition: all 5000ms cubic-bezier(0.470, 0.000, 0.745, 0.715); -o-transition: all 5000ms cubic-bezier(0.470, 0.000, 0.745, 0.715); transition: all 5000ms cubic-bezier(0.470, 0.000, 0.745, 0.715); }

.vertical { position: absolute; display: block;  width: 1px; height: 100%; background: rgba(255,255,255,.15); z-index: 1;}
.horizontal { position: absolute; display: block; width: 100%; height: 1px; background: rgba(255,255,255,.15); z-index: 1; }

.intro_active .vertical { top: 0% !important; }
.intro_active .horizontal { left: 0% !important; }




/*---------------------------------------

	WELCOME

-----------------------------------------*/

#welcome { position: relative; height: 550px; z-index: 2; }
#welcome_content_anchor { position: absolute; bottom: 60px; left: 0; width: 100%;  }

#welcome h2 { color: #008ecf; font-weight: 400; font-size: 37px; line-height: 100%; letter-spacing: -2px; margin: 0 140px 14px 0; }
#welcome h1 { color: #FFF; font-weight: 400; font-size: 25px; line-height: 120%; letter-spacing: -1px; margin: 0 420px 18px 0; }

#welcome ul { list-style: none; font-weight: 600; font-size: 15px; margin: 0; }
#welcome ul li { display: inline-block; }

#welcome ul li:after { content: "\2014"; color: #FFF; margin: 0 5px 0 10px; }
#welcome ul li:last-child:after { display: none; } 

#welcome a:link, #welcome a:visited { color: #FFF; text-decoration: underline; }
#welcome a:hover, #welcome a:active { color: #FFF; text-decoration: none; }



/*---------------------------------------

	PROJECTS

-----------------------------------------*/

.project_collection { position: relative; list-style: none; margin: 0; z-index: 2; }
.project_collection li { position: relative; vertical-align: top; display: inline-block; width: 25%; overflow: hidden; }
.project_collection li a { position: relative; display: block; z-index: 5; }


.project_collection li img { position: relative; display: block; width: 100%; max-width: 100%; height: auto; z-index: 1; }
.project_collection .project_content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background-color: rgba(0,142,207,0); -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;}
.project_collection .project_title { position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(0,154,224,.65); -webkit-transition: bottom 500ms ease;
    -moz-transition: bottom 500ms ease;
    -o-transition: bottom 500ms ease;
    transition: bottom 500ms ease;}


.project_collection li:hover .project_content { background-color: rgba(0,142,207,0); }
.project_collection li:hover .project_title { bottom: 0; }

.project_title h3 { color: #FFF; padding: 8px 32px 0 12px; font-size: 16px; font-weight: 700; margin: 0; }
.project_title p { color: #FFF; padding: 0 32px 8px 12px; font-size: 12px; margin: 0; }

.project_arrow { position: absolute; top: 10px; right: 10px; display: block; width: 20px; height: 20px; color: #FFF; font-size: 20px; }
.project_collection li:hover .project_arrow { right: 6px; }


/*---------------------------------------

	PROCESS

-----------------------------------------*/

#process { padding: 60px 0 0 0; background: #EDEDED; border-bottom: 1px solid #EDEDED;  }
#process h2 { color: #008ECF; font-weight: 400; font-size: 37px; line-height: 120%; letter-spacing: -1px; margin: 0 340px 24px 0; }
#process p { margin: 0 340px 0 0; }

.process_list { list-style: none; max-width: 1200px; margin: 60px auto -20px auto; overflow: hidden; }
.process_list li { position: relative; vertical-align: top; display: inline-block; width: 12.5%; background: #008ECF; height: 60px; float: left; }
.process_list li a, .process_list li span { position: relative; display: block; font-size: 14px; line-height: 62px; color: #FFF; padding: 0 0 0 20px; }
.process_list li a:after, .process_list li span:after { content: url('../../../wp-content/uploads/2016/08/nav_arrow.png'); position: absolute; top: 0; right: 0; display: block; width: 20px; height: 70px;  }
.process_list li:last-child a:after, .process_list li:last-child span:after { display: none; }
.process_list a:link, .process_list a:visited { color: #FFF; text-decoration: none; }


/*---------------------------------------

	CONTACT

-----------------------------------------*/

#contact { padding: 80px 0; background: #FFF; }

.contact_intro { padding: 0 50px; margin-bottom: 32px; }
.contact_intro h3 { color: #008ECF; font-weight: 400; font-size: 29px; line-height: 120%; letter-spacing: -1px; margin: 0 140px 8px 0; }
.contact_intro p { color: #4A4A49; margin: 0 340px 14px 0; }

.contact_fields { margin: 0 50px; }
.contact_fields_inner { width: 100%; overflow: hidden; }
.contact_fields_column { float: left; width: 33.3333%; }

.split_fields { max-width: 100%; overflow: hidden; }
.split_field { float: left; width: 50%; }

label { display: block; font-size: 14px; color: #4A4A49; margin-bottom: 1px; }
label em { color: red; }
input[type="text"], input[type="email"] { background: #EDEDED; color: #4A4A49; width: 90%; padding: 8px; border: 1px solid #DEDEDE; font-size: 14px; margin-bottom: 12px; outline: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; -webkit-appearance: none; }

textarea { background: #EDEDED; color: #4A4A49; width: 90%; padding: 8px; border: 1px solid #DEDEDE; font-size: 14px; margin-bottom: 12px; outline: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  text-rendering: optimizeLegibility; resize: none; height: 85px; -webkit-appearance: none; }

.submit_fields { background: blue; width: 90%; padding: 0 16px 0 0; }
.button_field { width: 90%; text-align: right; padding-left: 16px; margin-bottom: 12px; }


button { width: 100px; border: 1px solid #008ECF; background: none; color: #008ECF; font-weight: 700; font-size: 14px; padding: 0 14px; line-height: 39px; border-radius: 3px; font-family: "ff-dax-web-pro","Helvetica Neue","Helvetica","Arial",sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  text-rendering: optimizeLegibility; cursor: pointer; outline: none; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}

.wpcf7-not-valid { background: #fdf0ef !important; border: 1px solid #e84c38 !important; }
.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-response-output { clear: both; font-size: 13px; background: none !important; text-align: right; border: none !important; padding: 0 !important; margin-right: 20px !important;}

.wpcf7-validation-errors { color: #e84c38; }
.wpcf7-mail-sent-ok { color: #0bb571; }

button:hover { background: #008ECF; color: #FFF; }

#map { height: 400px; border-top: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE;}

/*---------------------------------------

	FOOTER

-----------------------------------------*/

#footer { padding: 60px 0; background: #F6F6F6; }
#footer h4 { font-size: 12px; font-weight: 400; color: #A8A8A8; margin: 0 0 1px 0; }
#footer p { font-size: 12px; font-weight: 400; color: #A8A8A8; margin: 0 0 1px 0; }
#footer span { margin-right: 12px; }

#footer ul { list-style: none; font-size: 26px; font-weight: 400; color: #AAA; margin: 0 0 1px 0; text-align: right; }
#footer li { display: inline-block; margin-left: 5px; }

#footer a:link, #footer a:visited { color: #A8A8A8; text-decoration: none; }
#footer a:hover, #footer a:active { color: #008ECF; text-decoration: none; }


/*---------------------------------------

	MISC

-----------------------------------------*/

img.alignleft { border: 1px solid #CCC; padding: 1px; float: left; margin: 5px 12px 12px 0;  }
a, img { outline: none; }

ul {
	margin-left: 25px;
	color: #008ecf;
}

.project-single .column_lining ul {
	color: #000;
}

.standards-block {
    background: #2598d5 none repeat scroll 0 0;
    color: #fff;
    margin: 20px;
    padding: 20px;
}
.standards-block p {
    color: #fff;
}
.standards-block ul li {
    color: #fff;
}

#welcome .process_list li {
	width: 17.5%;
}

#nav .current-menu-item a {
	text-decoration: underline;
}