/*
Theme Name: SRO
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

SRO is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

#mfPreviewBar.adContent, #mfPreviewBar{
  display: none!important;
}

/*--------------------------------------------------------------
# CUSTOM STYLING
--------------------------------------------------------------*/

@media screen and (min-width: 0px) {

	div#mfPreviewBarShow{
		display: none!important;
	}

	img {
    display: block;
    width: 100%;
    max-width: none;
  }

	.body_Wrap{
		margin: 20px;
		position: relative;
	}

	a, p, h1, h2, h3, h4, h5, h6, .p_details, .cat_toggle, .nav {
		color: black;
    font-family: 'sofia-pro';
    font-size: 11.5px;
    line-height: 15.5px;
    font-weight: normal;
		margin: 12px auto;
	}

	.cat_toggle{
		position: fixed;
    right: 15px;
    top: 15px;
	}

	/*--------------------------------------------------------------
	# Cursor
	--------------------------------------------------------------*/

	.openall, .open, .closeall, .close, .clientLogin, .nav.title {
		cursor: pointer;
	}


	/*--------------------------------------------------------------
	# Holding Template
	--------------------------------------------------------------*/

  .desk{
		display: none;
	}

	.logo {
		position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 138px;
    height: 331.5px;
    z-index: 1;
  }

	.hero{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 205px;
    width: 280px;
	overflow: hidden;
	}

	/*--------------------------------------------------------------
	# Login
	--------------------------------------------------------------*/

	.edit_rcp_remember, .rcp_lost_password{
		display: none!important;
	}

	.rcp_login_data::-webkit-input-placeholder {
		font-family:'ContaxSans55';
		text-align: center;
		margin: 0;
		font-size: 30px;
		line-height: 45px;
		text-decoration: none;
		letter-spacing: 1px;
		opacity: .5;
	}
	.rcp_login_data:-moz-placeholder {
		font-family:'ContaxSans55';
		text-align: center;
		margin: 0;
		font-size: 30px;
		line-height: 45px;
		text-decoration: none;
		letter-spacing: 1px;
		opacity: .5;
	}
	.rcp_login_data::-moz-placeholder {
		font-family:'ContaxSans55';
		text-align: center;
		margin: 0;
		font-size: 30px;
		line-height: 45px;
		text-decoration: none;
		letter-spacing: 1px;
		opacity: .5;
	}
	.rcp_login_data:-ms-input-placeholder {
		font-family:'ContaxSans55';
		text-align: center;
		margin: 0;
		font-size: 30px;
		line-height: 45px;
		text-decoration: none;
		letter-spacing: 1px;
		opacity: .5;
	}
	.rcp_login_data::-ms-input-placeholder {
		font-family:'ContaxSans55';
		text-align: center;
		margin: 0;
		font-size: 30px;
		line-height: 45px;
		text-decoration: none;
		letter-spacing: 1px;
		opacity: .5;
	}

	.rcp_login_data label {
		display: none!important;
	}

	fieldset.rcp_login_data {
    padding: 0;
    margin: 0;
    border: none;
  }

	input#rcp_login_submit{
		/*display: none!important;*/
		border-radius: 23px;
    border: none;
    width: 130px;
    height: 46px;
    font-family: 'ContaxSans55';
    font-size: 35px;
		text-decoration: underline;
    line-height: 45px;
    letter-spacing: 1px;
    margin: 0 0 7.5px 0;
    line-height: 0;
    text-align: center;
    padding: 25px 0 22px 0;
    background: transparent;
		color: grey;
	}

	/*--------------------------------------------------------------
	# Main Navigation
	--------------------------------------------------------------*/

	header#masthead {
    height: 100px;
    margin-bottom: 20px;
  }

	.menu_Container {
		position: absolute;
    width: 100%;
    z-index: 10;
	}

	.menu_bg, .hold_bg, .close, .menu_item_Wrap{
		display: none;
	}

	.open, .closeall {
		display: none;
	}

	.open, .openall {
		width: 16.5px;
    position: absolute;
    left: 0;
    top: 3.5px;
  }

	.close, .closeall {
		width: 18.5px;
	}

	.close, .closeall {
		position: absolute;
    right: 0;
    top: 2.5px;
    z-index: 5;
  }

	.menu_Wrap {
    position: relative;
  }

	.logo_sml_front{
		display: none;
	}

	.logo_sml, .logo_sml_front {
		width: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 5px auto 0 auto;
    z-index: 3;
  }

	.menu_bg, .hold_bg {
    background: #f4e5d3;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 2;
		left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

	.menu_item_Wrap {
		position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 225px;
    margin: 180px auto 150px auto;
    z-index: 3;
  }

	.restrict_disclaimer{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 300px;
    height: 70px;
		margin: 160px auto 150px auto;
	}

	.restrict_disclaimer p{
		color: black;
		font-family: 'sofia-pro';
		font-size: 11.5px;
		line-height: 15.5px;
		font-weight: normal;
		margin: 12px auto;
		width: 140px;
    text-align: center;
	}

	.menu_item_Wrap a, .menu_item_Wrap p, input[type="text"], input[type="password"] {
		font-family:'ContaxSans55';
    display: block;
    text-align: center;
    margin: 0!important;
		font-size: 35px;
    line-height: 45px;
    text-decoration: none;
    letter-spacing: .5px;
		color: black!important;
  }

	.rcp_form input[type=text], .rcp_form input[type=password], .rcp_form input[type=email], .rcp_form input.required {
    width: 280px;
		background: transparent;
    border: none;
		outline: none;
		padding: 0!important;
		margin: auto!important;
		color: grey!important;
	}

	.menu_item_Wrap a:hover, .menu_item_Wrap p:hover {
		text-decoration: underline;
	}

	input[type="text"]:hover, input[type="password"]:hover{
		text-decoration: none!important;
	}

	.edit_submit{
		display: none!important;
	}

	.clientLogin:focus{
		text-decoration: underline;
	}

	.login{
		overflow: hidden;
		/*-webkit-transition: height 1s ease-in-out;
		transition: height 1s ease-in-out;*/
	}

	a.rest{
		display: none;
	}

	.show{
		display: block!important;
	}

	/*.show-inline{
		display: inline-block!important;
	}*/

	/*--------------------------------------------------------------
	# About
	--------------------------------------------------------------*/

	.about_Wrap {
    width: 280px;
    margin: 135px auto;
  }

	.about_Wrap p, .about_Wrap h6{
		text-align: center;
	}

	.sep {
		width: 4px;
    height: 4px;
    border-radius: 2px;
    background: black;
    margin: 40px auto 40px auto;
  }

	.contact_Wrap a, .contact_Wrap p{
		text-align: center;
	}

	.hold.contact_Wrap {
		display: none;
		z-index: 5;
	}

	.contact_Wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 125px;
  }

	/*--------------------------------------------------------------
	# Projects – Index
	--------------------------------------------------------------*/

	.p_details, .p_details a{
		text-align: center;
		text-decoration: none;
		display: block;
		margin: 0;
	}

	.p_details a:hover{
		text-decoration: underline;
	}

	.p_text {
    margin-bottom: 20px;
  }

	.p_text p {
    margin: 0;
  }

	.p_img_Wrap {
    height: 200px;
		width: 280px;
    overflow: hidden;
    position: relative;
		margin-bottom: 20px;
  }

	.p_img_Wrap img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

	.project.archive_Wrap{
		width: 280px;
    margin: 140px auto;
	}

	.news.project.archive_Wrap{
		margin: 140px auto;
	}

	.p_details{
		position: relative;
	}

	.p_details .category-projects, .p_details .category-restrict, .p_details .category-soon {
		width: 9px;
		height: 9px;
		border-radius: 4.5px;
		position: absolute;
		left: 0;
		top: -5px;
		bottom: 0;
		margin: 7.5px auto auto;
  }

	.category-retail, .category-retail-restrict, .category-retail-soon, .Retail{
		background: black;
	}

	.category-residential , .category-residential-restrict, .category-residential-soon,.Residential{
		background: #99a084;
	}

	.category-hospitality, .category-hospitality-restrict, .category-hospitality-soon, .Hospitality{
		background: #f4e5d3;
	}

	body.category-retail, body.category-retail-restrict,
	body.category-residential , body.category-residential-restrict,
	body.category-hospitality, body.category-hospitality-restrict,
	body.category-residential-soon, body.category-soon,
	body.category-hospitality-soon{
		background: white;
	}

	/*--------------------------------------------------------------
	# Projects – Filter Toggle
	--------------------------------------------------------------*/

	.filter_col {
    clear: both;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 95px;
		display: none;
	}

	.filter_col > a {
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
    float: left;
    margin: 0 0 0 9px;
 }

   a.All {
    width: auto;
    height: auto;
    margin: -3.25px 0px 0 5px;
    display: block;
    text-decoration: none;
		letter-spacing: 0.5px;
  }

 	.filter {
   position: absolute;
   right: 0;
   top: -1px;
   z-index: 5;
 }

 /*--------------------------------------------------------------
 # Projects – Post
 --------------------------------------------------------------*/

 article.post {
    width: auto;
    height: auto;
    border-radius: 0;
    position: relative;
		background: transparent;
 }

 h1.description{
	  font-family: 'ContaxSans55';
		display: block;
		text-align: center;
		margin: 0;
		font-size: 16px;
    line-height: 19px;
		text-decoration: none;
		letter-spacing: .5px;
 }

 body.post-template-restrict-single h1.description {
   font-family: 'sofia-pro';
   font-size: 11.5px;
   line-height: 15.5px;
 }

 .project_details p{
	 text-align: center;
 }

 .np_slide, .p_slide {
    position: relative;
 }

 .slide {
	 position: relative;
   width: 280px;
   height: 373px;
   overflow: hidden;
  }

	img.slideimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

	.slide_Wrap {
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;*/
		display: block;
		width: 280px;
		height: 373px;
		vertical-align: top;
		overflow: hidden;
		/*background-color: pink;*/
  }

	.project_details, .details_bg{
		display: none;
	}

	.project_details {
    width: 280px;
    /* height: 100%; */
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 5;
		margin: auto;
  }

	.details_bg {
		position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    background: white;
    width: 100vw;
    height: 100vh;
	}

	.p.slideshow {
    width: 280px;
    height: 373px;
		white-space: nowrap;
		overflow-y: hidden;
  }

	.p_Wrap {
    margin: auto;
    width: 280px;
    height: 373px;
		position: relative;
	}

	p.nav{
		width: 100%;
		clear: both;
		overflow: hidden;
	}

	.nav.prev, .nav.title{
		float: left;
	}

	.nav.title{
		width: 80%;
		text-align: center;
	}

	p.info {
    margin-top: 5px;
    text-decoration: underline;
  }

	.nav.next, .nav.prev {
    width: 10%;
		text-decoration: none;
  }

	.nav.next {
    text-align: right;
    float: right;
  }

	.thumb_Wrap {
		clear: both;
    overflow: hidden;
		width: auto;
    display: table;
    margin: 30px auto 15px auto;
  }

	.circ_thumb:first-child{
		margin-left: 0;
	}

	.circ_thumb {
		width: 2px;
    height: 2px;
    border-radius: 1px;
    background: black;
    float: left;
    margin-left: 15px;
  }

	.navi{
		position: absolute;
		height: 100%;
		width: 50%;
		/*border: 1px solid black;*/
		z-index: 1;
	}

	.topi, .ntopi{
		left: 0;
		top: 0;
	}

	.boti, .nboti, .next_redir a{
		right: 0;
		top: 0;
	}

	.trans{
		opacity: 0;
		-webkit-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
	}

	/*DETECT FUNCTION DIV*/
	.top {
    height: 1px;
		width: 280px;
    position: absolute;
    top: 0;
    background: transparent;
    z-index: 10;
  }

	.bottom {
		height: 1px;
		width: 280px;
		position: absolute;
		bottom: 0;
		background: transparent;
		z-index: 10;
	}

	/*NAVI CUSTOM CUR*/
	.topi:hover, .ntopi:hover, .prevfirst:hover{
		cursor:  url('images/Prev.png') 7.5 7.5, default;
	}

	.boti:hover, .nboti:hover, .next_redir a:hover{
		cursor:  url('images/Next.png') 7.5 7.5, default;
	}

	/*NEXT PREV – POSTS SETUP*/

	.next_redir a{
		display: none;
		position: fixed;
		height: 100%;
		width: 50%;
		z-index: 3;
		margin: 0;
	}

	.prevfirst{
		position: absolute;
		height: 100%;
		width: 50%;
		/*background: blue;*/
		z-index: 1;
		left: 0;
		top: 0;
	}

	.topi, .ntopi{
		display: none;
	}

	/*--------------------------------------------------------------
	# News Template
	--------------------------------------------------------------*/

	.n_img_Wrap {
    margin-bottom: 20px;
  }

	p.date {
    margin: 0;
  }

	.n_description {
    text-align: center;
  }

	.n_description p {
    margin-bottom: 6px;
		width: 280px;
		margin: auto auto 13.5px auto;
  }

	.n_description a {
    display: block;
    margin-bottom: 0;
  }

	article .n_description p{
		width: 220px;
	}

	.news.p_details {
    width: 150px;
    margin: auto auto 17.5px auto;
  }

	.news.p_details p.title{
		margin-bottom: 0;
	}



}

@media screen and (min-width: 568px) {
}

@media screen and (min-width: 768px) {

	/*--------------------------------------------------------------
	# Holding Template
	--------------------------------------------------------------*/

	.mob {
		display: none;
	}

	.desk {
	  display: block;
	}

	.logo {
		width: 608px;
    height: 47.5px;
	}

	.hero {
		height: 520px;
    width: 389px;
	}

	.body_Wrap{
		margin: 40px;
	}

	/*--------------------------------------------------------------
	# Main Navigation
	--------------------------------------------------------------*/

	.menu_item_Wrap, .restrict_disclaimer {
		position: fixed;
		margin: auto;
	 }

 /*--------------------------------------------------------------
	 # ABOUT
	 --------------------------------------------------------------*/

	 .about_Wrap {
	   /*margin: 165px auto 410px;*/
		 margin: 25% auto 410px;
	}

	/*--------------------------------------------------------------
 	# Projects
 	--------------------------------------------------------------*/

	.project.archive_Wrap {
    width: 600px;
    clear: both;
    overflow: hidden;
		margin-top: 170px;
	}

	.news.project.archive_Wrap {
		margin-top: 170px;
	}

	.project.box {
		width: 180px;
    float: left;
    margin-right: 30px;
	}

	.p_img_Wrap {
    height: 120px;
    width: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
	}

	.p_text {
    margin-bottom: 25px;
  }

	.project.box:nth-child(3n){
		margin-right: 0;
	}

	.cat_toggle{
		right: 30px;
		top: 30px;
		z-index: 6;
	}

	/*--------------------------------------------------------------
	# Projects – Post
	--------------------------------------------------------------*/

	.project_details {
    width: 370px;
    height: 300px;
		bottom: 0;
		}

	.p_Wrap, .p.slideshow, .slide_Wrap, .slide {
		width: 380px;
    height: 483px;
  }

	/*.navi{
		position: fixed;
		height: 100%;
	}*/

	.p.nav {
    clear: both;
    overflow: hidden;
    margin: 25px 0 0 0;
  }

	/*.p_Wrap {
    position: fixed;
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 120px;
		z-index: 5;
  }*/

	.post .entry-content {
    width: 380px;
    height: 560px;
    margin: 30px auto;
    position: relative;
		z-index: 5;
  }

	.thumb_Wrap{
		margin: 35px auto 17px auto;
	}

	h1.description{
		font-size: 19px;
		line-height: 25px;
	}

	/*--------------------------------------------------------------
	# News Template
	--------------------------------------------------------------*/

	.news.project.archive_Wrap{
		width: 380px;
		/*margin: 30px auto;*/
	}

}

@media screen and (min-width: 1024px) {

	/*--------------------------------------------------------------
	# Holding Template
	--------------------------------------------------------------*/

	.logo {
    height: 62.5px;
    width: 784px;
  }

	.hero{
		height: 628px;
		width: 468px;
	}

	/*--------------------------------------------------------------
	# Projects – Index
	--------------------------------------------------------------*/

	.project.archive_Wrap {
    width: 800px;
    clear: both;
    overflow: hidden;
  }

	.project.box {
		width: 230px;
    margin-right: 55px;
  }

	.p_img_Wrap {
    height: 160px;
    width: 230px;
	}

}

@media screen and (min-width: 1025px) {

	/*--------------------------------------------------------------
	# Holding Template
	--------------------------------------------------------------*/

	.logo {
    width: 77%;
  }

}

@media screen and (min-width: 1100px) {

	/*--------------------------------------------------------------
	# Projects – Index
	--------------------------------------------------------------*/

	.project.archive_Wrap {
    width: 860px;
	}

	.p_img_Wrap {
    height: 180px;
    width: 250px;
  }

	.project.box {
    width: 250px;
	}

	/*--------------------------------------------------------------
	# Projects – Post
	--------------------------------------------------------------*/

}

@media screen and (min-width: 1200px) {

	/*--------------------------------------------------------------
	# Holding Template
	--------------------------------------------------------------*/

	.logo {
    height: 74.5px;
  }

	/*--------------------------------------------------------------
	# Projects – Index
	--------------------------------------------------------------*/

	.project.archive_Wrap {
    width: 1010px;
	}

	.project.box {
    width: 300px;
  }

	.p_img_Wrap {
    height: 230px;
    width: 300px;
  }

	/*--------------------------------------------------------------
	# Projects – Posts
	--------------------------------------------------------------*/

	.post .entry-content {
		width: 500px;
		height: 680px;
	}

	.p_Wrap, .p.slideshow, .slide_Wrap, .slide {
    width: 500px;
    height: 603px;
  }

	.p_nav{
	  margin: 30px 0 0 0;
	}

}

@media screen and (min-width: 1400px) {

	/*--------------------------------------------------------------
	# Holding Template
	--------------------------------------------------------------*/

	.hero {
    height: 720px;
    width: 538px;
  }

}
