/*
Theme Name: Cox Architects
Theme URI: 
Author: Creative Passion
Author URI:  http://www.creativepassion.com.au
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Coxarchitects's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white
Text Domain: coxarchitects

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

@font-face {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	src: url('fonts/arialn.eot');
	src: url('fonts/arialn.eot?#iefix') format('embedded-opentype'),
			 url('fonts/arialn.woff') format('woff'),
			 url('fonts/arialn.ttf') format('truetype'),
			 url('fonts/arialn.svg#arialn') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    background: #222222;
    color: #ffffff;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    /* font-stretch: ultra-condensed;
    font-style: normal;
    font-variant: normal;  
    font-weight: lighter;*/
    margin: 0;
    padding: 0;
	/* font-family: Arial,Helvetica,sans-serif; */
}
/** CP **/

.main-menu ul li a {font-size: 13px; line-height: 1.25;}
body {line-height: 1.3; }
.footer-outer p {font-size: 12px !important;}
.post-thumbnail img {height: auto !important; width: 100% !important; margin-bottom:20px;}
.bottom-logo {background: none;}
.single .comment-list li .comment-text p {background-color: #333; padding: 15px;}
/* .col-sm-3 {padding-left: 20px;}
.col-sm-9 {padding-left: 0px; padding-right: 20px;} */
.entry-header a {color: #999;}
.entry-header p {color: #777 !important;}
/**
 * 2.0 Typography
 */

h3,
h4,
h5 {
	clear: both;
	font-weight: 700;
	margin:14px 0;
}

h1 {
	font-size: 24px;
    font-weight: lighter; text-transform: uppercase;
    margin: 0;
	line-height: 26px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
}

h4 {
	font-size: 16px;
	line-height: 18px;
}
h5 {
	font-size: 14px;
	line-height: 16px;
}
h6 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 18px;
	font-size:14px;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	color: #707070;
	font-size: 20px;
	font-style: italic;
	line-height: 1.8182;
	margin: 0 0 35px -21px;
	padding-left: 17px;
}

blockquote > blockquote {
	margin-left: 0;
}

blockquote p {
	margin-bottom: 35px;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 17px;
	line-height: 1.6471;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 28px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 3.0 Elements
 */

hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

ul,
ol {
	margin: 0 0 28px 40px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 23px;
}

dl {
	margin: 0 0 28px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 28px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #eaeaea;
}

table a {
	color: #333;
}

table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

table th,
.mce-item-table th,
table caption {
	border-width: 0 1px 1px 0;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 17px;
	padding: 7px;
	vertical-align: baseline;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}


figure {
	margin: 0;
}

del {
	opacity: 0.8;
}


/**
 * 6.1 Links
 */

a {
	color: #999999;
	text-decoration: none;
	outline:none;
}

a:hover,
a:focus {
	color: #666666;
	outline:none;
}

a img {
	border: 0;
}

/**
 * 4.0 Alignment
 */

.alignleft {
	float: left;
	margin: 7px 28px 25px 0;
}

.alignright {
	float: right;
	margin: 7px 0 25px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.wp-caption {
	background: transparent;
	border: none;
	color: #707070;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	margin: 0 0 28px 0;
	max-width: 660px;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
	margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}


/**
 * 6.0 Galleries
 */

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-caption {
	color: #707070;
	display: block;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.mce-content-body .wp-audio-playlist {
	margin: 0;
}


/**
 * 8.0 RTL
 */

body.rtl {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.rtl blockquote {
	border-left: none;
	border-right: 4px solid #707070;
	margin: 0 -21px 35px 0;
	padding-left: 0;
	padding-right: 17px;
}

.rtl blockquote > blockquote {
	margin-left: auto;
	margin-right: 0;
}

.rtl li > ul,
.rtl li > ol {
	margin: 0 23px 0 0;
}

.rtl table th,
.rtl table caption {
	text-align: right;
}





























/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #ffffff;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #fff;
	border: 0;
	color: #000;
	cursor: pointer;	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 12px;
	font-size: 12px;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #a8a8a8;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding:2px 10px;
	width: 100%;
	
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}




/*---------------- Header ---------------------*/
.wrapper{
	margin:0 auto;
	max-width:1000px;
	background:#000000;
	overflow: auto;
}
.header-container{
	float:left;
	width:100%;
}

.logo-outer{
	float:left;
	width:100%;
}

.logo-outer a{
	float:left;
	width:100%;
}
.logo-outer a img{
	position: relative;
	z-index: 999;
}	
/*---------------- Content ---------------------*/
.content-container{
	float:left;
	width:100%;	
	background:url(images/wrapper_bg.jpg) no-repeat left top;
}

.main-menu {
	float:left;
	width:100%;
}
.main-menu ul{
	float:left;
	width:100%;
	list-style-type:none;
	margin:0 0 0 10px;
}
.main-menu ul li{
	float:left;
	width:100%;
	margin-bottom: 10px;
}
.main-menu ul li a{
	float:left;
	color: #999999;
    font-size: 13px;
	text-transform:uppercase;
	text-align:left;
}
.main-menu ul li a:hover{
	text-decoration:none;
	color: #666666;
}
.main-menu ul ul{
	padding:10px 0 0 10px;
	margin:0;
}
.main-menu ul ul li{
	margin-bottom:0;
}
.main-menu ul li.active a{
	color: #f00;
}


.menu-title {
	font-size: 22px;
	color: #999999; 
	padding-left: 5%;
	text-align: left;
}
.mean-container .mean-nav {
	background-color:#000000;
}
.mean-container .mean-nav ul li a {
	color: #999999;
}
.mean-container .mean-nav ul li a:hover {
	color: #666666;
}
.mean-container .mean-bar {
	min-height: 28px;
	padding: 10px 0 0;
	/* background:#000000; */
	top: -65px;
}
.main-menu ul li.current-menu-item a{
	color:#f00000;
}
.main-menu ul li.current-menu-item ul li a{
	color: #999999;
}
.mean-container .mean-nav ul li li a{
	padding: 10px 8%;
}


.content-right{
	float:left;
	width:100%;
	text-align:left;
}
.content-right p{
	margin:12px 0px;	
}
.bottom-logo{
	float:left;
	width:100%;
	text-align: right;
}
/*---------------- Footer ---------------------*/

.footer-container{
	float:left;
	width:100%;
}

.footer-outer{
	float:left;
	width:100%;
	padding:15px 0;
}

.footer-outer p{
	float:left;
	width:100%;
	color: #666;
	font-size: 12px;	
	line-height:15px;
	text-align:left;
	margin:0;
}

/***-wordpress content style starts here-**/

.contact-row{
	float:left;
	width:100%;
	border:1px solid #a8a8a8;
	padding:9px 10px ;
}

.contact-row label{
	float:left;
	max-width:175px;
	width:100%;
}

.contact-row span input{
	float:left;
	max-width:143px;
	width:100%;
	height:22px;
	border:1px solid #a8a8a8;
	font-size:12px;
	color:#000;
}

.contact-row span textarea{
	float:left;
	max-width:143px;
	width:100%;
	height:54px;
	padding:2px 10px;
	border:1px solid #a8a8a8;
	resize:none;
}

.contact-submit{
	float:left;
	margin:10px 0;
}

.single-row {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.single-row h1{
	float:left;
	padding:4px 0;
	width:100%;
}

.single-item{
	float:left;
	width:100%;
	padding:3px 0;
	line-height: 16px;
}

.single-item span{
	float:left;
	max-width:75px;
	width:100%;
}
.single-item a{
	text-decoration:none;
}

.page-template-contact-page .entry-content {
    float: left;
    max-width: 370px;
    width: 100%;
	margin-top:5px;
}


.comment-list li{
	list-style:none;
}

.comment-list li .comment-text p{
	float:left;
	position:relative;
}

.comment-list li .comment-text p:before{
	position:'absolute';
	left:0;
	content:' " ';
	width:5px;
	height:5px;
}

.comment-list li .comment-text p:after{
	position:'absolute';
	right:0;
	content:' " ';
	width:5px;
	height:5px;
}

.single .comment-list li .comment-text p{
	margin:0 0 8px 0;
}

.comment-list {
    float: left;
    margin: 0;
    width: 100%;
}

.bx-controls{
	display:none;
}

.bx-wrapper .bx-viewport{
	border:0 !important;
	 box-shadow: none !important;
}








.error404 .content-container{
	background:none;
}

#wrap_404 {
	float:left;
	width:100%;
    text-align: center;
}
#wrap_404 h1 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 176px;
	color:#666666;
    margin: 50px 0;
	line-height:176px;
}
#wrap_404 h2 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    display: block;
	color:#666666;
    font-size: 18px;
	font-weight:normal;
}

#wrap_404 h6{
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    display: inline-block;
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 21px;
	font-weight:normal;
	color:#999999;
}
#wrap_404 p {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    display: block;
	color:#666666;
    font-size: 16px;
	margin:0;
}
#wrap_404 p a{
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	padding: 8px 12px;
	display:inline-block;
	background:none;
	color:#666666;
	border:3px solid #666666;
	font-size:16px;
	line-height:16px;
}

#wrap_404 p a:hover{
	color:#999999;
	background:#666666;
	text-decoration:none;
}


.search-submit, .screen-reader-text {
	display:none;
}
.widget-area{
    float:left;
	width:100%;
	margin: 0 0 0 10px;
}
.widget {
	float:left;
	width:100%;
	margin-bottom: 10px;
}
.widget-title, 
.widget ul li a, 
.widget .tagcloud a{
    width: 100%;
	color: #999999;
    float: left;
    text-align: left;
    text-transform: uppercase;
	font-weight:normal;
	text-decoration:none;
}
.widget .tagcloud a{
    font-size: 13px!important;
	background:url(images/arrow.png) no-repeat left center;
	padding-left:14px; 
}
.widget ul li a{
    font-size: 12px;
}
.widget ul, .widget .tagcloud {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    float: left;
    width: 100%;
    margin: 0;	
	background:url(images/arrow.png) no-repeat left center;
	padding-left:14px; 
}
.widget ul li.current-cat a{
	color: #f00000;
}
.blog-content{
    float: left;
    width: 100%;
	margin-top:15px;
}

.wpcf7-response-output{
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    float: left;
}
.list-content{
    float: left;
    width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:1px dashed #999999;
}
.list-content img{
	float:left;
	margin-right: 15px;
}

.page-numbers, .page-numbers:hover{
	margin: 0 3px;
	padding: 2px 12px;
	text-decoration:none;
	font-weight:normal;
	display:inline-block;
	border: 1px solid #999999;
	color:#999999;
	font-size: 16px;
} 
.page-numbers:hover, .current, .current:hover{
	color:#ffffff;
	background:#999999;
	border: 1px solid #999999;
	font-size: 16px;
}

.page-header{
    margin: 0 0 20px;
}

.entry-header p{
   color: #999999;
}
