/*
Theme Name: MAK_LIGHT
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mak_light
Tags:

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.

MAK_LIGHT 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## 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,
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. */
}

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* MAKEWORK STYLING */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

@font-face{
	font-family: "Calibre";
	src: url('.../MAK_L/fonts/CalibreWeb-Regular.eot'); /* IE9 Compat Modes */
	src: url('../MAK_L/fonts/CalibreWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../MAK_L/fonts/CalibreWeb-Regular.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face{
	font-family: "Calibre";
	font-weight: 100;
	src: url('../MAK_L/fonts/CalibreWeb-Light.eot'); /* IE9 Compat Modes */
	src: url('../MAK_L/fonts/CalibreWeb-Light.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../MAK_L/fonts/CalibreWeb-Light.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face{
	font-family: "Calibre";
	font-weight: 500;
	src: url('../MAK_L/fonts/CalibreWeb-Medium.eot'); /* IE9 Compat Modes */
	src: url('../MAK_L/fonts/CalibreWeb-Medium.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../MAK_L/fonts/CalibreWeb-Medium.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face{
	font-family: "Calibre";
	font-weight: 600;
	src: url('../MAK_L/fonts/CalibreWeb-Semibold.eot'); /* IE9 Compat Modes */
	src: url('../MAK_L/fonts/CalibreWeb-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../MAK_L/fonts/CalibreWeb-Semibold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face{
	font-family: "Calibre";
	font-weight: bold;
	src: url('../MAK_L/fonts/CalibreWeb-Bold.eot'); /* IE9 Compat Modes */
	src: url('../MAK_L/fonts/CalibreWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../MAK_L/fonts/CalibreWeb-Bold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face{
	font-family: "FF Mark";
	src: url('.../MAK_L/webfonts/31FF7C_4_0.eot');
	src: url('../MAK_L/webfonts/31FF7C_4_0.woff2') format('woff2'),
			 url('../MAK_L/webfonts/31FF7C_4_0.woff') format('woff');
}

/*@font-face{
	font-family: "FF Mark";
	font-weight: 100;
	src: url('../MAK_L/webfonts/CalibreWeb-Light.eot');
	src: url('../MAK_L/webfonts/CalibreWeb-Light.woff2') format('woff2'),
			 url('../MAK_L/webfonts/CalibreWeb-Light.woff') format('woff');
}*/

@font-face{
	font-family: "FF Mark";
	font-weight: 500;
	src: url('../MAK_L/webfonts/31FF7C_7_0.eot');
	src: url('../MAK_L/webfonts/31FF7C_7_0.woff2') format('woff2'),
			 url('../MAK_L/webfonts/31FF7C_7_0.woff') format('woff');
}

@font-face{
	font-family: "FF Mark";
	font-weight: 600;
	src: url('../MAK_L/webfonts/31FF7C_6_0.eot');
	src: url('../MAK_L/webfonts/31FF7C_6_0.woff2') format('woff2'),
			 url('../MAK_L/webfonts/31FF7C_6_0.woff') format('woff');
}

@font-face{
	font-family: "FF Mark";
	font-weight: bold;
	src: url('../MAK_L/webfonts/31FF7C_2_0.eot');
	src: url('../MAK_L/webfonts/31FF7C_2_0.woff2') format('woff2'),
			 url('../MAK_L/webfonts/31FF7C_2_0.woff') format('woff');
}

a, body, html {
	font-family: "FF Mark", "Yantramanav";
}

.cat_bg_change{
	background-color: transparent!important;
}

@media screen and (min-width: 0px) {

	body, html{
		/*background-color: #f4f4f4;*/
		background-color: #969696;
		/*background-color: #353535;*/
	}

	a, p, h1, h2, h3, h4 {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: white;
	}

	.theme_button{
		width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
		border: 1px solid white;
    position: fixed;
		top: 20px;
    left: 20px;
		z-index: 10;
	}

	.remove_theme_button{
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: transparent;
		border: 1px solid white;
		position: fixed;
		top: 20px;
    left: 40px;
		z-index: 10;
	}

	/*--------------------------------------------------------------*/
	/* CUSTOM JS CLASSES — THEME BUTTON*/
	/*--------------------------------------------------------------*/

	.bgcolor{
		background-color: #1e1e1e;
	}

	.transparent{
		background-color: transparent!important;
	}

	.txtcolor{
		color: #dde0e0;
	}

	a.txtcolor:hover{
		color: white;
		text-decoration: underline;
	}

	a.txtcolor:active{
		color: white;
	}

	.linkcol{
		color: #f4f4f4!important;
	}

	.selected_rev {
		color: white!important;
	}

	.bordercol{
		border-bottom: 1px solid #dde0e0!important;
	}

	.postcol{
		border: 1px solid #dde0e0!important;
	}

	.menucolor{
		color: white;
	}

	.selected_button{
		background: transparent;
		border: 1px solid white;
	}

	.selected_rev_button{
		border: none;
		background: white;
	}


	/*--------------------------------------------------------------*/
	/* HOME NAVIGATION*/
	/*--------------------------------------------------------------*/
	.nav_home_Container{
		display: none;
	}

	a {
		/*color: #393939;*/
		color: white;
		font-size: 9.5px;
		letter-spacing: 1.5px;
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}

	a:hover,
	a:focus,
	a:active {
		color: white;
		text-decoration: underline;
	}

	.nav_home_Container,
	.nav_main_Container{
		position: relative;
		z-index: 1;
		margin:40px 20px 20px 20px;
	}

	.nav_home_Container .nav_ColThree{
		display: none;
	}

	.nav_ColOne,
	.nav_ColTwo{
		height: 15px;
	}

	.nav_ColOne a,
	.nav_ColTwo a,
	.nav_ColThree a{
		margin-bottom: 0;
		font-weight: 600;
		letter-spacing: 0;
	}

	/*--------------------------------------------------------------*/
	/* MAIN NAVIGATION*/
	/*--------------------------------------------------------------*/

	.nav_main_Container{
		clear: both;
		overflow: hidden;
	}

	.nav_Left{
		float: left;
		height: 35px;
	}

	.nav_main_Container .nav_ColThree{
		float: right;
	}

	img.logo {
		margin-top: 6px;
    width: 150px;
		display: none;
  }

	img.mob_logo{
		height: 35px;
		margin-top: 6px;
	}

	.selected {
		text-decoration: underline;
		/*color: white;*/
	}

	/*--------------------------------------------------------------*/
	/* FOOTER*/
	/*--------------------------------------------------------------*/

	.footer{
		margin-top: 0;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 50px;
	}

	.footer a{
		font-size: 9.5px;
		font-weight: 600;
		letter-spacing: 0;
	}

	.foot_ColTwo{
		display: none;
	}

	/*--------------------------------------------------------------*/
	/* FRONT*/
	/*--------------------------------------------------------------*/

	.opening_caption{
		display: none;
	}

	.mob_opening_caption{
		font-weight: 600;
		font-size: 11px;
		line-height:12px;
		margin-left: 120px;
		width: 80px;
	}

	.mob_opening_caption a{
		letter-spacing: 0;
		font-weight: 600;
		font-size: 9.5px;
		margin-top: 0;
	}

	.intro_logo_Wrapper{
		position:absolute;
		top:0;
		bottom:0;
		left: 0;
		right: 0;
		margin: auto;
		width: 275px;
		height: 35px;
	}

	.top_Feat_Container{
		margin-left: 20px;
	}

	.Feat_Container{
		margin-left: 20px;
		margin-right: 20px;
	}

	img.feat_arrow{
		width: 200px;
		height: 9.8px;
	}

	.Feat_caption{
		margin-bottom: 20px;
	}

	p.f_label{
		float: left;
		font-size: 10px;
		letter-spacing: 0;
		font-weight: 600;
    margin-top: 3.5px;
	}

	p.f_title{
		font-size: 10px;
		line-height: 13px;
		/*letter-spacing: .1px;*/
		letter-spacing: 0;
		/*text-transform: uppercase;*/
		float: left;
		margin-top: 5px;
		font-weight: 500;
		color: #dedede;
	}

	a.f_title{
		font-size: 10px;
		line-height: 13px;
		letter-spacing: 0;
		font-weight: 500;
		color: #dedede;
		text-decoration: none;
	}

	p.f_title{
		width: 125px;
		margin-left: 10px;
	}

	.Feat_caption{
		clear: both;
		overflow: hidden;
	}

	.top_Feat_Container{
		margin-bottom: 130px;
	}

	.aa_Feat_Container{
		margin-bottom:10px;
	}

	.bb_Feat_Container, .cc_Feat_Container,
	.dd_Feat_Container, .ee_Feat_Container{
		margin-bottom: 80px;
	}

	.aa_Feat_Container{
		clear: both;
		overflow: hidden;
	}

	img.aa_f_img{
		width: 81.5%;
		float: right;
		max-width: 518px;
	}

	/*--------------------------------------------------------------*/
	/* STUDIO*/
	/*--------------------------------------------------------------*/

	.social_media{
		display: none;
	}

	.opening_Section{
		clear: both;
		overflow: visible;
		margin-top: 50px;
		margin-bottom: 120px;
	}

	.blockquote p{
		position: absolute;
		font-weight: bold;
		font-size: 22px;
		line-height: 27px;
		letter-spacing: .2px;
		margin-left: 20px;
		width: 290px;
	}

	.open_Container {
    margin-bottom: 100px;
		margin-left: 20px;
	}

	.o_one p, .o_two p, .o_three p {
		font-size: 15px;
		font-weight: 600;
		margin-top: 5px;
	}

	.o_one span, .o_two span, .o_three span {
		font-size: 10px;
		color: white;
	}

	.o_one, .o_two, .o_three {
		width:210px;
	}

	.text_ContainerOne{
		margin-bottom: 50px;
		margin-left: 20px;
		width: 225px;
	}

	.text_ContainerOne p, p.textBox_Three{
		font-size: 12.5px;
    line-height: 17px;
    font-weight: 500;
	}

	.s_img_ContainerOne{
		margin-bottom: 15px;
		clear: both;
		overflow: hidden;
	}

	.s_img_ContainerTwo{
		margin-left: 20px;
		margin-bottom: 50px;
	}

	p.textBox_Two{
		font-size: 22px;
		line-height: 27px;
		font-weight: bold;
		width: 210px;
		margin-left: 80px;
		position: absolute;
	}

	img.s_bb_img {
    margin-top: 63px;
  }

	.s_img_ContainerOne img{
		width: 81.5%;
		max-width: 518px;
		float: right;
		margin-top: 58px;
	}

	.text_ContainerTwo{
		margin-right: 20px;
	  margin-left: 20px;
		margin-bottom: 100px;
	}

	p.textBox_Three{
		width:250px;
		margin-bottom: 50px;
	}

	img.client_logos {
    padding-top: 25px;
    padding-bottom: 25px;
  }

	/*--------------------------------------------------------------*/
	/* Archive */
	/*--------------------------------------------------------------*/

	img.a_h_img{
		display: none;
	}

	.cat_list__Container{
		clear: both;
		overflow: hidden;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 80px;
		width: 290px;
	}

	.cat_list{
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.cat_list .cat_color{
		display:none;
		opacity: 0;
	}

	.cat_list h1{
		font-size: 10px;
		line-height:13px;
		letter-spacing: 0;
		font-weight: 600;
		/*border-bottom: 1px solid white;*/
	}

	.archive_Posts_Container{
		margin-left: 20px;
		margin-right: 20px;
	}

	.cat_row{
		clear: both;
		overflow: hidden;
	}

	.cat_title{
		font-size: 10px;
		letter-spacing: 0;
		font-weight: 600;
		text-align: right;
		/*border-bottom: 1px solid black;*/
		width: 100px;
		float: right;
		margin-bottom: 60px;
	}

	.cat_list p, .cat_list a{
		font-size: 8.5px;
    line-height: 11.5px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 500;
		color: #dedede;
		text-decoration: none;
	}

	h1.cat_title_link{
		font-size: 10px;
    line-height: 14px;
    width: auto;
    font-weight: bold;
    letter-spacing: 0;
    position: absolute;
		text-transform: uppercase;
    top: -26.5px;
    left: 8px;
	}

	.archive_col__Container {
    margin-bottom: 50px;
  }

	img.a_h_img, img.a_h_img_hover{
		width: 100%;
    height: 100%;
	}

	.archive_post_text{
		clear: both;
		overflow: hidden;
		height: 35px;
		margin-top: 5px;
	}

	.archive_client p,
	.archive_post_year p{
		font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 8.5px;
    line-height: 11.5px;
		color: #dedede;
	}

	.archive_client{
		width: 155px;
		float: left;
	}

	.archive_post_year{
		float: right;
	}

	.archive_hero_image{
		position: relative;
		clear: both;
		overflow: visible;
	}

	.a_h_img_hover{
		display: block;
	}

	.cat_color{
		position: absolute;
    width: 17px;
    height: 17px;
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
	}

	.cat_title_Wrapper{
		width: 100%;
		clear: both;
		overflow: hidden;
	}

	/*--------------------------------------------------------------*/
	/* POST NAV*/
	/*--------------------------------------------------------------*/
/*
	a[rel~="prev"]:hover{
		text-decoration: underline!important;
	}*/

	.prev_link, .next_link{
		width: 30px;
		float: left;
	}

	.close_box p:hover{
		cursor: pointer;
	}

	.close_box p{
    font-size: 10px;
		font-weight: bold;
		margin: 0;
	}

	.prev_link a, .next_link a, .info_link p{
		/*font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-size: 9.5px;
    letter-spacing: 0;*/

		font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-size: 9.5px;
    line-height: 11.5px;
    letter-spacing: 0;
    /*background: blue;*/
    height: 9px;
    display: block;
    text-align: center;
	}

	.prev_One a:hover, .next_One a:hover, .info_link p:hover{
		cursor: pointer;
	}

	.info_link p:hover{
		text-decoration: underline;
	}

	.next_link{
		margin-left: 15px;
	}

	/*.next_link{
		margin-top: 3px;
	}*/

	.post_nav{
		position: fixed;
		left: 20px;
		bottom: 25px;
		clear: both;
		overflow: hidden;
		z-index: 10;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}

	.info_link{
		letter-spacing: 1.5px;
		position: fixed;
		right: 20px;
		bottom: 25px;
		margin: 0;
		z-index: 10;
		height:9px;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}

	.move_bottom{
		bottom:104px!important;
		transition: all .2s ease;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
	}


	/*--------------------------------------------------------------*/
	/* POST*/
	/*--------------------------------------------------------------*/

	.col_box {
		margin-top: 35px;
	}

	.cbox {
		width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    float: left;
	}

	.catname p {
		float: left;
    color: white;
    font-size: 9px;
    line-height: 12px;
    margin-left: 15px;
    margin-top: -.25px;
		font-weight: 600;
    text-transform: uppercase;
  }

	img.f_img,
	img.project_img.Full,
	img.project_img.Half,
	img.project_img.TwoThird,
	img.project_img.TwoThird_Left,
	img.project_img.Quarter {
		width: 100%;
		height: auto;
	}

	.post_top_sec{
		height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
		z-index: 1;
	}

	.close_box {
		float: right;
    width: 15px;
    text-align: right;
	}

	.text-content{
		padding-left: 20px;
    padding-right: 20px;
	  margin-top: 45px;
	}

	.post_color{
		position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top: 108px;
	}

	.client_year p {
		font-weight: 600;
		text-transform: uppercase;
		margin: 0;
		font-size: 9px;
		line-height: 13px;
		width: 135px;
		color: white;
	}

	.entry-header {
    width: 210px;
		float: left;
  }

	.entry-header h1 {
		font-weight: 600;
    /*text-transform: uppercase;*/
    font-size: 16px;
    line-height: 20px;
		margin-top: 0;
    margin-bottom: 15px;
	}

	.description p {
		font-size: 11px;
    line-height: 15px;
    width: 250px;
		font-weight: 500;
	}

	.description {
    margin-top: 35px;
		margin-bottom: 0;
	}

	/*--------------------------------------------------------------*/
	/* POST*/
	/*--------------------------------------------------------------*/

	.error {
    height: 75vh;
  }

	.error h1{
		font-size: 60px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 88px;
    position: absolute;
	}


}


@media screen and (min-width: 568px) {

	.intro_logo_Wrapper{
		width: 60%;
	}

	img.logo{
		display: block;
	}

	img.mob_logo{
		display: none;
	}

	/*--------------------------------------------------------------*/
	/* ERROR*/
	/*--------------------------------------------------------------*/

	.error {
    height: 62vh;
  }

	/*--------------------------------------------------------------*/
	/* ARCHIVE*/
	/*--------------------------------------------------------------*/


	.cat_list__Container{
		width:290px;
	}

	/*--------------------------------------------------------------*/
	/* POST*/
	/*--------------------------------------------------------------*/
	.text_box {
    height: 125px;
    overflow: hidden;
    overflow-y: scroll;
	}

}

@media screen and (min-width: 569px) {

	.text_box{
		height: auto;
		overflow: auto;
		overflow-y: auto;
	}
}

@media screen and (min-width: 768px) {

	.theme_button{
		top: 26px;
    left: 55px;
	}

	.remove_theme_button{
		top: 26px;
    left: 70px;
	}

	.body_Container{
		margin-top: 150px;
	}

	/*--------------------------------------------------------------*/
	/* ERROR*/
	/*--------------------------------------------------------------*/

	.error {
		height: 78vh;
	}

	.error h1 {
    font-size: 70px;
    letter-spacing: 2px;
	}

	/*--------------------------------------------------------------*/
	/* MAIN NAVIGATION*/
	/*--------------------------------------------------------------*/

	.nav_home_Container,
	.nav_main_Container{
		clear: both;
		overflow: hidden;
		position: fixed;
		width: 100%;
		margin-top: 45px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 55px;
		padding-right: 55px;
		z-index: 10;
	}

	.nav_home_Container .nav_ColThree{
		display: block;
		width: 80px;
	}

	.nav_home_Container .nav_ColThree{
		font-weight: 600;
		font-size: 11px;
		line-height:12px;
		width: 80px;
		margin-top: 7px;
	}

	.nav_ColOne,
	.nav_ColTwo{
		float: left;
		height: 35px;
	}

	.nav_ColTwo{
		margin-left: 87px;
	}

	.nav_home_Container .nav_ColThree{
		float: right;
		margin-right: 105px;
	}

	/*--------------------------------------------------------------*/
	/* FOOTER*/
	/*--------------------------------------------------------------*/

	.footer{
		clear: both;
		overflow: hidden;
		margin-left: 55px;
		margin-right: 55px;
	}

	.foot_ColOne{
		float: left;
	}

	.foot_ColTwo{
		float: right;
		display: block;
		width: 80px;
		font-size: 11px;
		line-height:12px;
		margin-top: 7px;
		margin-right: 105px;
	}

	/*--------------------------------------------------------------*/
	/* FRONT*/
	/*--------------------------------------------------------------*/

	.intro_logo_Wrapper{
		height: 85px;
		/*width:533px;*/
	}

	.opening_caption{
		display: block;
    position: absolute;
    margin-left: 55px;
    top: 85%;
	}

	.opening_caption p{
  	font-size: 9.5px;
		line-height: 14px;
		letter-spacing: 0;
		float: left;
		margin-top: 5px;
		font-weight: 500;
		text-transform: uppercase;
		color: #dedede;
	}

	.mob_opening_caption{
		display: none;
	}

	.top_Feat_Container{
		margin-top: 75px;
		margin-bottom: 280px;
	}

	.Feat_Container{
		margin-left: 0;
		margin-right: 0;
	}

	.link_captions{
		/*width: 100%;*/
		clear: both;
		overflow: auto;
	}

	img.aa_f_img {
    width: 518px;
	}

	.Feat_caption {
    margin-bottom: 10px;
  }

	p.f_label{
		margin-top: 0;
	}

	p.f_title{
		margin-top: 1px;
	}

	.aa_Feat, .bb_Feat,
	.cc_Feat, .dd_Feat, .ee_Feat {
    width: 245px;
    float: right;
  }

	.Feat_Mid_Container{
		clear: both;
		overflow: hidden;
	}

	.bb_Feat_Container{
		width:56%;
		float: left;
	}

	.cc_Feat_Container{
		width: 36%;
		float: right;
		margin-top: 11.9%;
	}

	.dd_Feat_Container,
	.ee_Feat_Container{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	/*--------------------------------------------------------------*/
	/* STUDIO*/
	/*--------------------------------------------------------------*/

	.opening_Section{
    margin-bottom: 40px;
	}

	.s_img_ContainerOne img{
	  width: 518px;
		margin-top: 78px;
	}

	.contact_top{
		position: relative;
	}

	.social_media{
    display: block;
    position: absolute;
    right: 100px;
    width: 100px;
		font-size: 11px;
		line-height: 12px;
		font-weight: 600;
	}

	.blockquote p{
		font-size: 40px;
    line-height: 50px;
		width: 500px;
		margin-left: 55px;
	}

	.open_Container{
		margin-left: 55px;
		margin-right: 55px;
		clear: both;
		overflow: hidden;
	}

	.o_one, .o_two, .o_three{
		float: left;
		width: 200px;
	}

	.o_one p, .o_two p, .o_three p{
		font-size: 14px;
	}

	.o_two{
		margin-right: 4%;
		margin-left: 4%;
	}

	.text_ContainerOne{
		margin-left: 55px;
	}

	p.textBox_Two{
		margin-top: 0;
		font-size: 40px;
		line-height: 50px;
		width: 400px;
		margin-left: 235px;
	}

	.s_img_ContainerTwo{
		margin-left: 55px;
	}

	.text_ContainerTwo {
    margin-right: 55px;
    margin-left: 55px;
	}

	/*--------------------------------------------------------------*/
	/* ARCHIVE*/
	/*--------------------------------------------------------------*/

	.cat_list__Container{
		width: 100%;
		padding-left: 55px;
    padding-right: 55px;
    margin-left: 0;
    margin-right: 0;
	}

	.cat_list{
		width: 142px;
	}

	.cat_list:nth-child(2),
	.cat_list:nth-child(3){
		margin-left: 55px;
	}

	.cat_title{
		margin-right: 55px;
	}

	.archive_post_text p{
		margin-top: 3px;
	}

	.archive_client{
		width: 155px;
		padding-left: 8px;
	}

	.archive_post_year{
		padding-right: 8px;
	}

	.archive_Posts_Container{
		margin: 0;
	}

	.cat_row {
    clear: both;
    overflow: hidden;
  }

	.archive_col__Container {
    margin-bottom: 50px;
    width: 32%;
    float: left;
  }

	.archive .archive_col__Container:nth-child(5n-2),
	.archive .archive_col__Container:nth-child(5n-5),
	.featured .archive_col__Container:nth-child(3n),
	.recent .archive_col__Container:nth-child(3n){
		margin-left: 2%;
		margin-right: 2%;
		/*border: 1px red solid;*/
	}

	.cat_row.archive .archive_col__Container{
		width: 18.4%;
	}

	.cat_row.archive .archive_col__Container .archive_post_year{
		display: none;
	}

	h1.cat_title_link{
		padding-left: 8px;
	}

	/*--------------------------------------------------------------*/
	/* POST-NAV*/
	/*--------------------------------------------------------------*/

	.info_link {
    position: fixed;
    left: 350px;
    bottom: 25px;
    margin: 0;
		width: 25px;
	}

	.post_nav{
		left: 60px;
	}

	.move_bottom{
		bottom:120px!important;
	}


	/*--------------------------------------------------------------*/
	/* POST*/
	/*--------------------------------------------------------------*/

	.post_top_sec{
		width: 430px;
	}

	.entry-header{
		float: left;
	}

	.text-content{
		margin-top: 145px;
		padding-left: 55px;
    padding-right: 55px;
	}

	.entry-header h1{
		margin-top: 0px;
    margin-bottom: 15px;
	}

	/*.client_year p {
    font-size: 10px;
    line-height: 10px;
    width: 125px;
  }*/

	.description {
    margin-top: 35px;
		margin-bottom: 0;
	}

	.description p {
		font-size: 12.5px;
    line-height: 16px;
    width: 305px;
	}

	.post_color {
    top: 150px;
    bottom: auto;
		width: 20px;
		height: 20px;
  }

	.feature_img{
		float: right;
		width: 100%;
	}

	img.f_img{
		margin-bottom: 5px;
	}

	img.project_img{
		margin-bottom: 16px;
	}

	.project_images_Container{
		clear: both;
		overflow: hidden;
	}

	img.project_img{
		float: right;
	}

	img.project_img.Half_Right,
	img.project_img.Half_Left{
		width: 50%;
	}

	img.project_img.Half_Right{
		float: right;
		padding-left: 9px;
	}

	img.project_img.Half_Left{
		float: left;
		padding-right: 9px;
	}

	img.project_img.TwoThird{
		width:65%;
		float: right;
	}

	img.project_img.TwoThird_Left{
		width:65%;
		float: left;
	}

	img.project_img.Quarter{
		width: 29%;
		float: left;
	}


}

@media screen and (min-width: 1024px) {

	.theme_button{
		top: 26px;
		left: 70px;
	}

	.remove_theme_button{
		top: 26px;
		left: 85px;
	}

	/*--------------------------------------------------------------*/
	/* ERROR*/
	/*--------------------------------------------------------------*/

	.error {
    height: 71vh;
  }

	/*--------------------------------------------------------------*/
	/* MAIN NAVIGATION*/
	/*--------------------------------------------------------------*/

	.nav_home_Container,
	.nav_main_Container{
		padding-left: 70px;
		padding-right: 70px;
		/*margin-top: 40px;*/
	}

	.nav_ColTwo{
		margin-left: 150px;
	}

	.nav_home_Container .nav_ColThree {
    margin-right: 95px;
	}

	/*--------------------------------------------------------------*/
	/* FOOTER*/
	/*--------------------------------------------------------------*/

	.footer{
		margin-bottom: 80px;
		margin-left: 70px;
		margin-right: 70px;
	}

	/*--------------------------------------------------------------*/
	/* FRONT*/
	/*--------------------------------------------------------------*/

	.top_Feat_Container {
    margin-top: 166px;
		margin-bottom: 100px;
	}

	img.aa_f_img {
    /*width: 54.2%;*/
		width: 100%;
		padding-left: 47.5%;
		max-width: none;
  }

	/*.opening_caption p {
    font-size: 16px;
    line-height: 17px;
  }*/

	.dd_Feat_Container,
	.ee_Feat_Container{
		width: 75%;
	}

	img.s_dd_img {
    width: 21%;
    margin-left: 17%;
	}

	img.s_ee_img {
		width: 48%;
	}

	img.s_ff_img {
    width: 28%;
	}

	/*--------------------------------------------------------------*/
	/* STUDIO*/
	/*--------------------------------------------------------------*/


	.social_media{
		right:119px;
	}

	.blockquote p{
		margin-left: 70px;
	}

	.open_Container{
		margin-left: 70px;
		margin-right: 70px;
		margin-top: -220px;
	}

	.o_two {
    margin-right: 8%;
    margin-left: 8%;
  }

	.archive_col__Container {
    width: 31.25%;
	}

	.opening_caption{
		margin-left: 70px;
		/*margin-top: -230px;*/
	}

	.text_ContainerOne{
		margin-left: 70px;
	}

	.s_img_ContainerTwo{
		margin-left: 70px;
	}

	.text_ContainerTwo{
		margin-left: 70px;
		margin-right: 70px;
	}

	p.textBox_Two{
		margin-left: 265px;
	}

	.o_one p, .o_two p, .o_three p{
		font-size: 16px;
	}

	.o_one, .o_two, .o_three{
		width: 230px;
	}

	/*--------------------------------------------------------------*/
	/* ARCHIVE*/
	/*--------------------------------------------------------------*/

	.cat_list:nth-child(2),
	.cat_list:nth-child(3){
		margin-left: 105px;
	}

	.description{
		margin-top: 45px;
	}

	.cat_color{
		display: block;
	}

	h1.cat_title_link{
		display: block;
	}

	.cat_list__Container{
		padding-left: 70px;
	}

	.cat_list{
		width: 155px;
	}

	.cat_list .cat_color{
		display: block;
		opacity: 1;
	}

	.cat_title {
    margin-right: 70px;
  }

	.archive .archive_col__Container:nth-child(5n-2),
	.archive .archive_col__Container:nth-child(5n-5),
	.featured .archive_col__Container:nth-child(3n),
	.recent .archive_col__Container:nth-child(3n) {
    margin-left: 3%;
    margin-right: 3%;
	}

	.cat_row.archive .archive_col__Container{
		width: 17.6%;
	}

	/*--------------------------------------------------------------*/
	/* POST-NAV*/
	/*--------------------------------------------------------------*/

	.post_nav {
		left: 71px;
		right: auto;
	}

	.info_link{
		left:425px;
	}

	.move_bottom{
		bottom:150px!important;
	}

	/*--------------------------------------------------------------*/
	/* POST*/
	/*--------------------------------------------------------------*/

	.post_top_sec {
		width:507px;
	}

	.text-content {
    padding-left: 70px;
	}


}

@media screen and (min-width: 1025px) {



	/*--------------------------------------------------------------*/
	/* ARCHIVE*/
	/*--------------------------------------------------------------*/

	.cat_list__Container{
		z-index: 3;
		position: relative;
	}

	.archive_Posts_Container{
		z-index: 4;
		position: relative;
	}

	h1.cat_title_link {
		top: -21px;
    margin: 0;
		padding: 0;
  }

	img.a_h_img{
		display: block;
	}

	img.a_h_img_hover{
		display: none;
	}

	.cat_color{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 520px;
    height: 520px;
		z-index: -1;
		border-radius: 0;
	}

	.archive_post_text{
		margin-top: 9px;
	}

}

@media screen and (min-width: 1200px) {

	.nav_home_Container,
	.nav_main_Container{
		width: 1200px;
		left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	}

	 .body_Container{
		 width:1200px;
		 margin-left: auto;
		 margin-right: auto;
	 }

	 .footer{
		 width:1200px;
		 left: 0;
     right: 0;
     margin-left: auto;
     margin-right: auto;
		 padding-left: 70px;
     padding-right: 70px;
	 }

 /*--------------------------------------------------------------*/
 /* ARCHIVE*/
 /*--------------------------------------------------------------*/

	 .fixed_el_Wrapper{
		 position: fixed;
     width: 1200px;
     height: 65px;
     left: 0;
     right: 0;
     margin-left: auto;
     margin-right: auto;
     bottom: 0;
     z-index: 1;
	 }

 	.fixed_el{
		position: relative;
    width: 1200px;
    height: 100%;
	}

	.post_nav{
		position: absolute;
	}

	.info_link{
		position: absolute;
	}

	.post_color{
		position: absolute;
		top: 0;
		right: 0;
	}

	/*--------------------------------------------------------------*/
	/* POST NAV*/
	/*--------------------------------------------------------------*/



 }

 @media screen and (min-width: 1080px) {

		.o_two {
	    margin-right: 10%;
	    margin-left: 10%;
	  }

		p.textBox_Two {
	    margin-left: 290px;
	  }

 }

 @media screen and (min-width: 1080px) {
	 p.textBox_Two {
	    margin-left: 305px;
	}

 }

 @media screen and (min-width: 1190px) {

	 .s_img_ContainerOne img{
		 width: 610px;
		 max-width: 610px;
	 }

	 .open_Container{
		 margin-top: -240px;
	 }


 }
