/*
Theme Name: MPS Architect
Theme URI: http://#/
Description: Custom theme for MPS Architect.
Version: 1.0
Author: Enigma Digital
Author URI: http://enigmaweb.com.au/
Tags: mps, architect
*/


/* Fonts */
@font-face {
	font-family: 'Conv_gotham-light';
	src: url('fonts/gotham-light.eot');
	src: local('☺'), url('fonts/gotham-light.woff') format('woff'), url('fonts/gotham-light.ttf') format('truetype'), url('fonts/gotham-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaNeue-Black';
	src: url('fonts/HelveticaNeue-Black.eot');
	src: local('☺'), url('fonts/HelveticaNeue-Black.woff') format('woff'), url('fonts/HelveticaNeue-Black.ttf') format('truetype'), url('fonts/HelveticaNeue-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Medium';
	src: url('fonts/Gotham-Medium.eot');
	src: local('☺'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot');
	src: local('☺'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol {
	list-style:decimal;
	padding-left:10px;
}
ul {
	list-style:disc;
	padding-left:10px;
}
a {
	text-decoration:none;
	color:#e16b19;

}
a:hover {
	text-decoration: underline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	margin:0 2em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 2em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
/* Reset ends */

/* Main */
body {
	background: url(images/body-bg-a.jpg) no-repeat top center #000;
	font-size: 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Conv_gotham-light';
	color: #666;
}
#outer-wrapper {
	background:url(images/body-bg-b.png) repeat-y center;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
}
/* Main ends */


/* Header */
#header {
	max-width: 1150px;
	margin: 0 auto;
	background: #fff;
	padding:64px 0 26px 0;
}
.inner-header {
	width: 700px;
	margin:0 auto;
}
#logo {
	display:block;
	text-indent:-9000px;
	width:187px;
	height:57px;
	background:url(images/logo.png) no-repeat;
}
.inner-header .top-menu ul {
	float:right;
	font-family: 'Conv_gotham-light';
	text-align:right;
	color:#939393;
	margin-top:10px;
	list-style:none;
}
.inner-header .top-menu ul li span {
	text-decoration:none;
	color:#939393;
	background:url(images/list-icon.png) no-repeat left;
	padding-left:14px;
}
.inner-header .top-menu ul li a:hover {
	color:#e16b19;
}
.inner-header .top-menu ul li {
	text-align:right;
	line-height:17px;
}
/* Header ends */




/* Content */
#content {
	
	padding:124px 0 46px 0;
	width:700px;
}
#col-1 {
	width: 190px;
	float: left;
	padding-top:57px;
}
.view-profile {
	padding-top:80px;
	overflow:hidden;
}
.view-profile h3 {
	text-align:center;
	font-size:15px;
	color:#3f3f3f;
	font-weight:normal;
	margin-bottom:10px;
}
.comp-profile-btn {
	display:block;
	background:#626162;
	padding:4px 16px 6px 16px;
	font-family: 'Conv_HelveticaNeue-Black';
	font-size:18px;
	color:#fff;
	margin-bottom:4px;
}
.comp-profile-btn:hover {
	background:#848284;
	color:#fff;
	text-decoration: none;
}
.latest-proj-btn {
	display:block;
	background:#ce6d25;
	padding:4px 16px 6px 23px;
	font-family: 'Conv_HelveticaNeue-Black';
	font-size:18px;
	color:#fff;
}
.latest-proj-btn:hover {
	color:#fff;
	background:#db8c51;
	text-decoration: none;
}
/* Menu */
#menu {
	width:169px;
}
#menu ul {
	color:#424242;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Conv_gotham-light';
	list-style:none;
}
#menu ul li {
	line-height:13px;
	text-align:right;
	background: url(images/menu-list-icon.png) no-repeat right -50px;
	padding: 0 38px 9px 0;
	position: relative;
	right: -38px;
}
#menu ul li:hover, #menu ul li.current-menu-item {
	background-position: right 0;
}
#menu ul li a {
	text-decoration:none;
	color:#424242;
	text-align:right;
}
/*#menu a.current-item {
	background: url(images/menu-list-icon.png) no-repeat right top;
	padding: 0 49px 9px 0;
	position: relative;
	right: -49px;
}*/

/* Menu ends */

#col-2 {
	width: 434px;
	padding:0 0 0 74px;
	float: left;
	color:#fff;
}
#col-2 h1 {
	font-family: 'Conv_HelveticaNeue-Black';
	color:#e16b19;
	font-size:35px;
	margin-bottom:22px;
	line-height:30px;
	text-transform: lowercase;
}
#col-2 p {
	margin-bottom:20px;
	font-size:11px;
	font-family: 'Conv_gotham-light';
	color:#fff;
	line-height:18px;
  clear:both;
}
#col-2 ul {
	font-family: 'Conv_gotham-light';
	font-size:11px;
	margin-bottom:25px;
}
#col-2 ul li {
	line-height:18px;
}
.feature-proj h1 {
	float:left;
	margin-top:20px;
}
.projects {
	width:240px;
	float:right;
}
.project {
	width:120px;
	height:120px;
	float:left;
	position: relative;
}
.overlay {
	width:118px;
	height:114px;
	background:url(images/overlay-bg.png) repeat;
	border:#e16b19 1px solid;
	display: block;
	font-size: 10px;
	font-family: 'Conv_gotham-light';
	text-align: center;
	padding: 4px 0 0;
	color: #fff !important;
	position: absolute;
	left: 0;
	top: 0;
}
#col-2 h3 {
	font-weight:normal;
	font-size:15px;
	color:#ce6d25;
	margin-bottom:20px;
}
#col-2 h4{
	font-size:15px;
	color:#ce6d25;
	font-weight:normal;
		font-family: 'Conv_Gotham-Medium' !important;
		margin-bottom:10px;
}
#col-2 h5 {
	font-style:italic;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
	line-height:17px;
}
#col-2 h6{
	font-size:14px;
	font-family: 'Conv_Gotham-Bold';
	margin-bottom:12px;
	line-height:16px;
	}
#col-2 h6 span{
	color:#e16b19;
}
.list-item {
	border-bottom:#919191 2px solid;
	overflow:hidden;
	padding-bottom:35px;
	margin-bottom:35px;
}
.list-item h4 {
	font-size:15px;
	text-transform:uppercase;
	color:#e16b19;
	font-family: 'Conv_Gotham-Medium';
	font-weight:normal;
	margin-bottom:17px;
}
.list-item img {
	margin-right:25px;
	float:left;
  width:127px;
  height:128px;
}
.list-item-text {
	float:left;
	width:280px;
}
.list-item-text h4 {
	text-transform:none;
	margin-bottom:4px !important;
}
.list-item-viewbtn {
	background:#ce6d25;
	font-family: 'Conv_HelveticaNeue-Black';
	font-size:12px;
	padding:4px 24px 5px 23px;
	color:#fff !important;
	text-decoration: none !important;
}
.list-item-viewbtn:hover {
	opacity: .7;
}
.list-item-text ul {
	margin-bottom:10px !important;
	padding-left:15px !important;
}
#contact-form {
	margin-bottom:30px;
}
#contact-form p {
	margin: 0 0 6px;
}
label {
	display: inline-block;
	width: 86px;
	float:left;
}
input[type=text] {
	width: 328px;
	padding:3px 10px;
	border:none;
	margin: 0;
}
input[type=email] {
	width: 328px;
	padding:3px 10px;
	border:0;
	margin: 0;
}
textarea {
	width:328px;
	height:70px;
	padding:10px 10px;
	resize:none;
	border:0;
	margin: 0 0 6px;
	float: left;
}
.capcha-field {
	width:166px !important;
	float: right;
	padding: 4px 10px !important;

}
input[type=submit]{
	background:#ce6d25;
	font-family: 'Conv_HelveticaNeue-Black';
	font-size:12px;
	padding:6px 41px 7px 41px;
	color:#fff;
	border:0;
	margin:6px 0 0 86px;
}
.address{
	width:176px;
	float:right;
}
.gallery {
	/*overflow: hidden;*/
	width: 434px;
}
.gallery-large-img{
	margin-bottom:10px;
	width: 600px;
	height: 400px;
	/*overflow: hidden;*/
}
.gallery-large-img img {
	display: none;
}
.gallery-thumbs {
	width: 444px;
	overflow: visible;
}
.gallery-thumbs a{
	margin:0 10px 10px 0;
	float:left;
	width: 45px;
	height: 45px;
	overflow: hidden;
}
.gallery-thumbs a.last{
	margin-right:0;
}
.proj-detail{
	font-family: 'Conv_Gotham-Medium' !important;
	
}
.proj-detail span{
		color:#ce6d25;
		font-family: 'Conv_Gotham-Medium' !important;
		
}
/* Content ends */


/* Footer */


#footer {
	margin: 0 auto;
	max-width: 1150px;
	font-family: 'Conv_gotham-light';
	background: #c7c7c7;
	overflow:hidden;
	font-size:13px;
	color:#000;
	padding:9px 0;
}
#footer ul {
	list-style:none;
	padding:0;
}
#footer ul li {
	float:left;
	margin-right:20px;
}
#footer ul li a {
	text-decoration:none;
	color:#000;
}
#footer ul li a:hover {
	color:#e16b19;
}
#footer .inner-header span {
	color:#df7125;
	margin-right:8px;
}
.red-logo {
	float:right;
}
.footer-links {
	padding:10px 0;
}
.comp-name {
	padding:20px 0 30px 0;
	width:700px;
	margin:0 auto;
	color:#9a9a9a;
}
.comp-name p {
	font-size:10px;
	font-family: 'Conv_gotham-light';
}
.right-text {
	float:right;
}
.left-text {
	float:left;
}
/* Footer ends */



/* ============================== DEFAULT WP THEME CSS - DO NOT REMOVE BELOW ================================== */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */


/*	Begin Headers */

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */