/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}

html, body {
	height:100% !important;
	margin:0px;
	padding:0px;
	max-width:100%;
}
body {
	padding:0;
	line-height: 1;
}

h2 {
	font-size: 48px;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	box-shadow: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#move {
    margin-top: 0px;
    margin-left: 0px;
}
#container {
	background: #f8f9fb;
	margin: 0;
	padding: 0;
	/*height:100%;*/
	float: left;
	clear: both;
	width: 100%;
}
#content {
	margin: 45px auto 35px auto;
	max-width: 1240px;
	height:100%;
	padding: 0 50px;
	min-height: 650px;
}
body.home #content {
	max-width: 990px;
	padding: 0 35px 0 50px;
}
#primary {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 50px;
}

/* =Fonts
-------------------------------------------------------------- */

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: 0;
	width:100%;
	padding:0;
	height:100%;
	position: relative;
	min-height:100%;
   }

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	background: #000;
	color: #202020;
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}


div.col01 p, div.col02 p {
	font: 14px/18px "Montserrat", "Arial", sans-serif;
}

h4 {
	color: #717171;
	font: 16px/18px "Montserrat", "Arial", sans-serif;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #E2DEDE;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;	
	
	background-clip: padding-box;
	padding: 12px 17px;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 16px;
}

a, 
a:visited,
a:focus,
a:hover {
	border: 0;
	color: #202020;
	text-decoration:none;
	-moz-box-shadow: inset 0 -2px 0 #202020;
	-webkit-box-shadow: inset 0 -2px 0 #202020;
	box-shadow: inset 0 -2px 0 #202020;
}

div.entry-content p a:link, div.entry-content p a:hover, div.entry-content p a:active {
	background-color: transparent;
	box-shadow: none;
	border: none;	
}

/* =Header
-------------------------------------------------------------- */

#header {
	background-color: #1d2021;
	padding-top: 85px;
	float: left;
    width: 100%;
    padding-bottom: 40px;
}
body.home #header {
	padding-bottom: 0;
}
.intro {
	display: block;
	margin: auto;
	text-align: left;
}
.intro h2 {
	color: #fff;
	font-family: "Montserrat", "Arial", sans-serif;
	font-weight: 200;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1.4;
	padding: 65px 0 90px 0;
	text-align: left;
}
.intro h2 strong {
	font-weight: 600;
}
.brand {
	float: left;
	overflow:hidden;
}
.brand a {
	display: block;
}
.brand a:hover {
	transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .3s ease-out;
	opacity: 0.5;
}
.brand img {
	display:block;
	margin: 0px 0px 0px 0px;
}

/* This is the custom header image */


/* =Menu
-------------------------------------------------------------- */

.menu {
	float: right;
	margin: 15px 0 0 0;
	padding: 0;
}
.menu ul {
	text-transform: uppercase;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
	position: relative;
	padding-left: 20px;
	margin: 0;
}
.menu a,
.menu a:visited,
.menu a:focus {
	box-shadow: none;
	color: #fff;
	display: block;
	font-weight: 500;
	margin-left: 40px;
	padding: 6px 0;
	text-decoration: none;
	line-height: 18px;
}
.menu li.active a,
.menu li.active a:hover,
.menu li.active a:active,
.menu li.active a:focus {
	color: #fff;
	-moz-box-shadow: inset 0 -2px 0 #fff;
	-webkit-box-shadow: inset 0 -2px 0 #fff;
	box-shadow: inset 0 -2px 0 #fff;
	opacity: 1;
}
.menu li a:hover {
	transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .3s ease-out;
	opacity: 0.5;
}

/* =Content
-------------------------------------------------------------- */
#content p {
	margin-bottom: 24px;
}
#content h2,
#content h3,
#content h4 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
body.home .hentry {
	float: left;
	margin: 0 !important; 
}
.single .hentry {
	margin:0px !important;
	float:left;
}
.single .hentry {
	margin: 0 0 36px 0;
}
#content .entry-title {
	color: #000;
	font-size: 12px;
	line-height:21px;
    font-family: "Montserrat", "Arial", sans-serif;
	
}
#content h2.pagetitle {
	line-height: 1em;
	margin: 50px 0 12px 0;
}
#content h2.project-title {
	color: #202020;
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 36px;
	line-height: 1em;
    margin: 12px 0 12px 0;
	text-align: center;
	padding-top: 12px;
}
#content h3.project-title {
	color: #717171;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 13px;
}
#content div.tags {
	background: url(../images/project_sep_02.png) top center no-repeat;
	border-bottom: 1px solid #eaeaea;
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 18px;
	text-align: center;	
	padding: 17px 0px 35px 0px;
	margin-bottom: 40px; 
	line-height: 18px;
	font-weight: 400;
}
.entry-title a:link,
.entry-title a:visited {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.entry-title a:active,
.entry-title a:hover {
	background: transparent;
	color: #fff;
}
/* portfolio images */
.entry-content img {
	margin-bottom: 40px
}
.entry-content .sep {
	border-bottom: 1px solid #eaeaea
}
.entry-content {
	text-align: center;
	width:100%;
	padding: 0px 0 0 0;
	margin: 0 auto; 
}
.entry-content p  {
	float: left;
	width: 100%;
	margin: 0;
	max-width: 100%;
	padding: 0; 
	font-size: 18px;
}
.entry-content h2 {
	font-size: 36px;
	font-weight: 300;
	text-align: left;
}
.entry-content h3 {
	color: #717171;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}
.entry-content img  {
	max-width: 100%;
}

#content .entry-content .m-lg {
	margin-bottom: 80px;
}
.left {
	text-align: left;
}
.entry-content p.large-text {
	font-size: 36px;
	line-height: 1.4;
	padding-bottom: 36px;
}
.entry-content p.med-text {
	font-size: 24px;
	line-height: 1.4;
}
.entry-content p.normal-text {
	font-size: 18px;
}
#content .entry-content p.mb-0 {
	margin-bottom: 0;
}
.item {
	width:315px;
	height:235px;	
	margin: 0 0px 15px 0px;
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	background-color:#fff;
}
.item:hover {
	cursor: pointer;
}
.item img {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100% !important;
	height: 100%!important;
	/* allow javascript moves the img position*/
	position:absolute;
}

.item .caption {
	width:315px;
	height:235px;
	cursor: pointer;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	color:#fff;
	
	/* fix it at the bottom */
	position:absolute;

	/* hide it by default */
	display:none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.item .caption a {
	/* add spacing and make the whole row clickable*/
	padding:0px;
	display: block;
	text-align: center;
	width: 315px;
	height: 235px;
	cursor: pointer;
}

h2.entry-title {
background: url(../images/project_sep.png) center 123px no-repeat;	
}

h2.entry-title a:link {
	padding-top: 96px;
	color: #fff;
	text-shadow: none;
	z-index: 999999;
}

h2.entry-title div.project_title {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h2.entry-title div.project_desc {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 14px;
	margin-top: 14px;	
}

#freelance {
	background: #1d2021;
	clear: both;
	float: left;
	width: 100%;
}

.intro, .freelance_content {
	color: #fff;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}

#freelance .freelance_content {
	padding: 50px 50px 0 50px;
}

.freelance_content div.right_side {
	float: right;
	text-align: left; 
}

p.intro_head {
	font-size: 24px;
	line-height: 1.5;
	padding-top: 35px;
}

p.intro_body {
	font-size: 18px;
	line-height: 28px; 
}

p.intro_head span {
	
}

.freelance_content p {
	margin-bottom: 32px;
}

.freelance_content a {
	color: #fff;
	padding-bottom: 2px;
	-moz-box-shadow: inset 0 -2px 0 #fff;
    -webkit-box-shadow: inset 0 -2px 0 #fff;
    box-shadow: inset 0 -2px 0 #fff;
}

.freelance_content a:hover {
	transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .3s ease-out;
	opacity: 0.5;
}

img.badge {
	padding: 4px 0 0 17px;
	display: block;
	float: right;
}

div.social {
	background: url(../images/txt_follow_me.png) no-repeat 0px 180px;
	height: 230px;
	padding: 0px 0 60px 82px;
}

div.social img {
	float: left;
	padding: 16px 5px 0 0;	
}

div.top-of-page {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-top: 80px;
}

div.top-of-page a {
	color: #717171;
	box-shadow: none;
}

/* Blog List
------------------ */

.clear {
	clear:both;	
}

.morephotos {
margin: 0px 0px 0px 20px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-full {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

/* Comments form */
input[type=submit] {
	font-family: "Montserrat", "Arial", sans-serif;
	margin-top: 9px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	font-size:18px !important;
	
	padding: 15px 30px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;	
	
	background-clip: padding-box;
	background: #1d2021;
	border: none; 
	
	
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .3s ease-out;
	
	-webkit-appearance: none;
	
}

input[type=submit]:hover {
	background: #000;
	color: #fff !important;	
	text-shadow: none;
	border: none;
}

/* =Footer
-------------------------------------------------------------- */

body.contact #footer {
	 padding-top: 15px;
}

#footer {
	background: #000000;
	color: #a7a3a3;
	margin: 0;
	padding: 60px 0 15px 0;
	clear: both;
}

body.contact div.button {
	display: none;
}

div.button {
	text-align: center;
	margin-bottom: 20px;
}

a.footer_button {
	background: none;
	color: #fff;
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	border: 2px solid #fff;
	box-shadow: none;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    text-transform: uppercase;
   
    padding: 15px 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    cursor: pointer;
}

a.btn {
	font-family: "Montserrat", "Arial", sans-serif;
    margin-top: 9px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px !important;
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #1d2021;
    border: none;
    transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .3s ease-out;
    -webkit-appearance: none;
}

a.btn:hover {
	background: #000;
    color: #fff !important;
    text-shadow: none;
    border: none;
}

#site-info {
	margin: 0 auto;
	max-width: 1240px;
	padding: 24px 50px;
	clear: both;
	font-size: 14px;
	font-family: "Montserrat", "Arial", sans-serif;
	font-weight: 300;
	text-align: center;
}
#site-info span {
	font-family: "Montserrat", "Arial", sans-serif;
	font-weight: bold;
}
.clr {
clear:both;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	.brand {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	.menu {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 24pt 0 0;
		width: 100%;
	}
#site-info {
		float: none;
		width: auto;
	}
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- 
*/
div.col01 {
	float: left;
	margin-right: 5%;
	width: 38%;
}	

div.col02 {
	float: left;
	width: 57%;
}

textarea {
	margin-top: 2px;
	height: 226px;
	width: 100%;	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"] {
	margin-top: 12px;
	width: 100%; 
}

input[type="text"] {
	width: 100%;	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.col01 p span, div.col02 p span {
	color: #717171;
}

/* Contact form styles */
p.intro_line {
	color: #717171;
	font-size: 24px;
	font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
}

#content div.wpcf7 {
	margin: 0;
	padding: 0;
}

#content div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}

#content span.wpcf7-form-control-wrap {
	position: relative;
}

#content .wpcf7-display-none {
	display: none;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

div.col01 p span.wpcf7-not-valid-tip,
div.col02 p span.wpcf7-not-valid-tip,
#content div.wpcf7-response-output {
	color: #f00;
	font-size: 1em;
	display: block;
	font-weight: 400;
}

.wpcf7-display-none {
	display: none;
}

#form_success {
	text-align: center;
}


/* =Media queries
-------------------------------------------------------------- */
/*Maximum width of 1024 pixels. */
@media screen and (max-width: 1080px) {
	.item {
	width:290px;
	height:216px;	
	margin: 0 0px 15px 0px;
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	background-color:#fff;
}
.item img {
	display: block;
	margin: 0px;
	padding: 0px;
	/* allow javascript moves the img position*/
	position:absolute;
}

.item .caption {
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	color:#fff;
	
	/* fix it at the bottom */
	position:absolute;

	/* hide it by default */
	display:none;
}

h2.entry-title a:link {
padding-top: 86px;
}

h2.entry-title {
background: url(../images/project_sep.png) center 113px no-repeat;
}

.item .caption a {
	/* add spacing and make the whole row clickable*/
	padding:0px;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	box-shadow: none;
}
}

/*Maximum width of 1024 pixels. */
@media screen and (max-width: 990px) {
	.item {
		width:315px;
		height:235px;	
		margin: 0 0px 15px 0px;
		/* required to hide the image after resized */
		overflow:hidden;
		
		/* for child absolute position */
		position:relative;
		
		/* display div in line */
		float:left;
		background-color:#fff;
	}
	
}

/*Maximum width of 768 pixels. */
@media screen and (max-width: 740px) {
	
div.col01 {
	float: left;
	margin: 0;
	width: 100%;
}	

div.col02 {
	float: left;
	margin: 0;
	width: 100%;
}

textarea {
	margin-top: 0px;
}

input[type="submit"] {
	margin-top: 0px;
}

#content {
	padding: 0 40px 0 40px; 
}

body.home #content {
	padding: 0 25px 0 40px;	
}
	
}


/*Maximum width of 445 pixels. */
@media screen and (max-width: 445px) {

.freelance_content a {
	box-shadow: none;
	width: auto;
}

#header {
	padding-top: 45px;
}

.brand img {
	height: 40px;
}

.menu {
	margin: 5px 0 0 0;
}

.menu a {
	margin-left: 20px;
}

body .intro h2 {
	font-size: 21px;
	padding: 40px 0 50px 0;
}

#content h2.pagetitle {
	margin-bottom: 40px;
}
	
h4.section-title {
	display: none;
}

body.home #content {
	padding: 0 20px 0 20px;	
}

#site-info {
	padding: 24px 20px;	
}

.freelance_content div.right_side {
	width: 100%;	
	float: none;
    text-align: center;
    margin: auto;
    display: block;
    clear: both;
}

div.right_side img.badge {
	width: 55%;
	float: none;
	display: inline;
	padding: 0;
}

p.intro_head  {
	width: 100%; 
	position: relative;
	font-size: 21px;	
}

div.social {
	display: none;
}

div.social img {
	float: left;
	padding: 5px 5px 0 0;
}

p.intro_body {
		
}

body.home h4 {
	text-align: center;	
}

#move {
	margin: 0px auto; text-align: center; width: 315px;	
}

}

@media screen and (max-width: 370px) {
.item {
	width:290px;
	height:216px;	
	margin: 0 0px 15px 0px;
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	background-color:#fff;
}
.item img {
	display: block;
	margin: 0px;
	padding: 0px;
	/* allow javascript moves the img position*/
	position:absolute;
}

.item .caption {
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	color:#fff;
	
	/* fix it at the bottom */
	position:absolute;

	/* hide it by default */
	display:none;
}

h2.entry-title a:link {
padding-top: 86px;
}

h2.entry-title {
background: url(/images/project_sep.png) center 113px no-repeat;
}

.item .caption a {
	/* add spacing and make the whole row clickable*/
	padding:0px;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	box-shadow: none;

}
