/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * 10.0 - Custom Page Style
 * 10.1 - Welcome Page
 * 10.2 - Photographers
 * ----------------------------------------------------------------------------
 */

@font-face {format('truetype'),
    font-family: Century Gothic;
    src: url('font/Century Gothic.ttf') format('truetype');
}

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Century Gothic', Helvetica, sans-serif;
}

body {
	background-color: black;
	color: white;
	line-height: 1.5;
	margin: 0;
	height: 100%;
}

a {
	color: black;
	text-decoration: none;
}


a:active,
a:hover {
	color: #ccc;
	outline: 0;
}

a:hover {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

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

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 8px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button:focus {outline:0;}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.site-main {
	padding: 45px 10px 0 10px;
	height: 100%;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

.content-area, .site-content, .entry-content{
	height: 100%;
}

.home .content-area, .home .site-content, .home .entry-content{
	height: initial;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

header.site-header{
	background-color: white;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 0;
    -webkit-transform: translateY(0) translateZ(999999999px); 
    transform: translateY(0) translateZ(999999999px); 
}

header.site-header.animate{
    -webkit-animation-name: menuTranslation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;

    animation-name: menuTranslation;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes menuTranslation {
  from {
    top: 100%;
    transform: translateY(-50%) translateZ(999999999px);
  }
  to {
    top: 0%;
    transform: translateY(0) translateZ(999999999px);
    opacity: 1;
  }
}

@-webkit-keyframes menuTranslation {
  from {
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(999999999px);
  }
  to {
    top: 0%;
    -webkit-transform: translateY(0) translateZ(999999999px);
    opacity: 1;
  }
}

.menu-btn{
	display: none;
	box-sizing: content-box;
	padding: 10px;
	background: none;
	border: 0;
}

.menu-btn img{
	width: 25px;
}

.mobile-title{
	display: none;
	text-align: center;
	color: black;
	line-height: 45px;
}

.home-btn{
    position: absolute;
    top: -2px;
    right: 35px;
    display: none;
    width: 25px;
    padding: 10px;
    box-sizing: content-box;
}

.home-btn img{
	width: 100%;
}

@media (min-width: 992px) {
	#site-navigation{
		display: block !important;
	}
}

@media (max-width: 992px) {
	.home-btn{
		display: block;
		float: right;
	} 
	
	#site-navigation{
		display: none;
		position: absolute;
		right: 0;
		top: 45px;
		background-color: white;
	}

	#site-navigation li
	{
		display: block;
	}

        #site-navigation li a {
    	}

	

	#site-navigation li:hover{
	}

	.logo-container{
		display: none;
	}

	.mobile-title{
		display: block;
	}

	.menu-btn{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */



/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

 .main-navigation{
 	float: left;
 	margin-left: 20px;
 }

 .site-logo{
 	float:right;
    height: 45px;
    padding: 5px;
 }

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: black;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 15px;
	text-decoration: none;
}


.nav-menu .sub-menu{
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;

  opacity: 0;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #333;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #999;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;

  opacity: 1;
}

.nav-menu .current-menu-item{
   background-color: #333;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: white;
}

.menu-toggle {
	display: none;
}



/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */



/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

body.home footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.site-footer {
    padding: 0;
	color: white;
	font-size: 11px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3  Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: white;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: white;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: white;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		/*display: none;*/
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}



/**
 * 10. Welcome Page
 * ----------------------------------------------------------------------------
 */


div#primary.welcome #content{
	text-align: center;
	color: white;
	padding: 20px;
	position: absolute;
	bottom: 60px;
	width: 100%;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;

}

div#primary.welcome #content.showTitle{
	animation-name: titleFlashIn;
    -webkit-animation-name: titleFlashIn;
}

div#primary.welcome #content.hideTitle{
	animation-name: titleFlashOut;
    -webkit-animation-name: titleFlashOut;
}


div#primary.welcome #content img{
    max-width: 600px;
    width: 100%;
}

div#primary.welcome .enter-btn{
	color: white;
	padding: 10px 20px;
}

@media screen and (max-width: 1024px) {
	div#primary.welcome h2{
		font-size: 20px;
	}
}

@media screen and (max-width: 650px) {
	div#primary.welcome h2{
		font-size: 15px;
	}
}

/**
 * 10. Home Page
 * ----------------------------------------------------------------------------
 */



/**
 * 10.1 Contact Us
 * ----------------------------------------------------------------------------
 */



/**
 * 10.2 Photographers
 * ----------------------------------------------------------------------------
 */


.pg-container{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 100%;
}

.pg-container, 
.pg-container a{
	color: white;
}

.pg-container a:hover{
	border: 0;
}

.pg-box{
	padding: 0 5px;
	height: 100%;
}

.pg-box .wrapper{
	transition: all .5s ease-in-out;
	position: relative;
	height: 100%;
}

.pg-box,
.pg-box div.cover,
.pg-box div.cover div.pg-link,
.pg-box a.side-item{
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
}

.pg-box a.side-item{
	display: none;
    overflow: auto;
}

.pg-container.lewis a.lewis-side,
.pg-container.benny a.benny-side,
.pg-container.doney a.doney-side{
	display: block;
}

.pg-box .close{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 40px;
    font-family: sans-serif;


  -o-transition:background .5s;
  -ms-transition:background .5s;
  -moz-transition:background .5s;
  -webkit-transition:background .5s;
  transition:background .5s;
  background: rgba(255,255,255,.0);
}

.pg-container.lewis .lewis-side .close,
.pg-container.benny .benny-side .close,
.pg-container.doney .doney-side .close{
	display: block;
}

.pg-container .close:hover{
        background: rgba(255,255,255,.25);
}

.pg-box div.cover div.pg-link{
	background: #383838;
	transition: all .5s ease-in-out;
}

.pg-box div.cover div.pg-link,
.pg-box a.side-item{
	padding: 20px;
}

.pg-container.lewis .pg-box.lewis-box div.pg-link,
.pg-container.benny .pg-box.benny-box div.pg-link,
.pg-container.doney .pg-box.doney-box div.pg-link,
.pg-box div.cover div.pg-link:hover{
	background: transparent;
}

.pg-box div.cover span{
	display: block;
}

.pg-box a.side-item span.name{
	cursor: pointer;
	display: inline-block;

  -o-transition:background .5s;
  -ms-transition:background .5s;
  -moz-transition:background .5s;
  -webkit-transition:background .5s;
  transition:background .5s;
  background: rgba(255,255,255,.0);
}

.pg-box a.side-item span.name:hover{
  background: rgba(255,255,255,.25);
}

.pg-box a.side-item,
.pg-box div.cover span.name{
	font-size: 67px;
	line-height: 55px;
}

.pg-box .biography{
	transition: all .5s ease-in-out;
	opacity: 0;
	color: #B3B3B3;
	font-size: 14px;
	line-height: 20px;
	padding-top: 30px;
	display: inline-block;
}

.pg-container.lewis .pg-box.lewis-box span.biography,
.pg-container.benny .pg-box.benny-box span.biography,
.pg-container.doney .pg-box.doney-box span.biography,
.pg-container.lewis .lewis-side span.biography,
.pg-container.benny .benny-side span.biography,
.pg-container.doney .doney-side span.biography{
	opacity: 1;
}

.pg-box .side-item,
.pg-box div.cover{
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	background-size: cover;
	/*background-size: 100%;*/
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-origin: 50% 50%;
    transition: all .5s ease-in-out;
    -webkit-perspective: 700px;
    perspective: 700px;
}

.pg-box div.cover{
	transition: all .5s ease-in-out;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
        filter: grayscale(50%);
        
}

.pg-box .side-item,
.pg-container.lewis .pg-box.lewis-box div.cover,
.pg-container.benny .pg-box.benny-box div.cover,
.pg-container.doney .pg-box.doney-box div.cover{
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-o-filter: grayscale(50%);
}

/** 	Lewis Background 	**/
.pg-box.left-box .side-item.lewis-side{
	background-image: url('/wp-content/uploads/2015/09/lu1.jpg');
}
.pg-box.lewis-box div.cover{
	background-image: url('/wp-content/uploads/2015/09/lu2.jpg');
}
.pg-box.right-box .side-item.lewis-side{
	background-image: url('/wp-content/uploads/2015/09/lu3.jpg');
	line-height: 10px;
}

/** 	Benny Background 	**/
.pg-box.benny-box div.cover{
	background-image: url('/wp-content/uploads/2016/04/bennycut1b.jpg');
}
.pg-box.middle-box .side-item.benny-side
{
	background-image: url('/wp-content/uploads/2016/04/bennycut2b.jpg');
}
.pg-box.right-box .side-item.benny-side{
	background-image: url('/wp-content/uploads/2016/04/bennycut3b.jpg');
}

/** 	Doney Background 	**/
.pg-box.left-box .side-item.doney-side{
	background-image: url('/wp-content/uploads/2015/12/itry3.jpg');
}
.pg-box.middle-box .side-item.doney-side{
	background-image: url('/wp-content/uploads/2015/12/itry2.jpg');
}
.pg-box.doney-box div.cover{
	background-image: url('/wp-content/uploads/2015/12/itry.jpg');
}

@media (max-width: 992px) {

	.pg-box div.cover div.pg-link, 
	.pg-box a.side-item{
		padding: 10px;
	}

	.pg-box a.side-item, .pg-box div.cover span.name{
		font-size: 30px;
		line-height: 0px;
		padding: 20px 10px;
	}

	.pg-box .biography{
		font-size:12px;
		padding-top: 20px;
	}

	.page-template-photographers .site-main{
		padding-left: 0;
		padding-right: 0;
	}

	.pg-box:first-child,
	.pg-box:last-child{
		padding: 0;
	}
}



/**
 * 10.? Portfolio
 * ----------------------------------------------------------------------------
 */

section#portfolio{
    background-color: white;
    color: black;
    padding-top: 100px;
}

body.page-template-portfolio footer{
    color: white;
}

section#portfolio .entry-content{
	/*max-width: 1200px;*/
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 643px){
	section#portfolio .entry-content{
		padding: 0;
	}
}

section#portfolio header{
	max-width: 1600px;
	padding: 20px;
	margin:0 auto;
	overflow: auto;
	line-height: 50px;
}

section#portfolio header h1{
	float:left;
	padding:0;
	margin: 0;
	    font-size: 35px;
	font-weight: normal
}

section#portfolio header h1 span{
	display: block;
	line-height: 35px;
}

section#portfolio header h1 span:last-child{
	display: inline-block;
	margin-left: 50px;
}

section#portfolio header .category-bar span{
	float: left;
	line-height: 70px;
}

section#portfolio header .category-bar ul{
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}

section#portfolio header .category-bar ul li{
	float: left;
}

section#portfolio header .category-bar ul li a{
	display: block;
	margin: 10px;
	position: relative;
	font-style: italic;
	font-size: 15px;
   	line-height: 30px;
}

section#portfolio header .category-bar ul li.active a:after{
	position: absolute;
	content: ' ';
	width: 100%;
	border-top: 1px solid #aaa;
	bottom: 0;
	left: 0;
}

section#portfolio .journey-container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    align-items: center;
    -webkit-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;
}

section#portfolio .journey-container a{
    display: block;
    text-align: center;
}

section#portfolio .journey-container img{
    width: auto;
    max-height: 500px;
    margin: 0 5px;
}

section#portfolio .journey-container span{
    display: block;
}

.benny-journey-title{
	font-size: 23px;
	padding: 20px 0;
}

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

}

div#pp_full_res img{
   float: left;
   width: 20%;
}

.photoswipe_gallery figure figcaption{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    background-color: rgba(0,0,0,0.5);

    color: white;
    text-align: center;
    font-size: 12px !important;

    transition: all .5s ease-in-out;
    opacity: 0;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    align-items: center;
    -webkit-justify-align-items: center;

    justify-content: center;
    -webkit-justify-content: center;
}

.photoswipe_gallery figure:hover figcaption{
	opacity: 1;
}

body.page-template-portfolio {
	background-color: white;
}


.pswp__share--twitter,
.pswp__share--pinterest,
.pswp__share--download,
.pswp__button--share
{
    display: none !important;
}

.pswp__button--arrow--left:before{
    left: 0;
    background-position: -144px -44px;
    width: 20px;
}

.pswp__button--arrow--right:before{
    right: 0;
    background-position: -98px -44px;
    width: 20px;
}

#lewis-personal-header {
	padding: 20px;
	max-width: 1600px;
	margin: 0 auto;
	overflow: auto;
}

#lewis-personal-header .logo{
	float: left;
	text-align: center;
}

#lewis-personal-header .desc{
	float: right;
	width: 60%;
}

#lewis-personal-header .desc .content{
	padding: 20px;
}

#lewis-personal-header .desc .story{
	text-align: left;
}

#benny-intl-overlay,
#lewis-story-overlay{
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	transition: all .5s ease-in-out;
	color: #CACACA;
	display: none;
}

#benny-intl-overlay{
	top: 45px;
}

#benny-intl-overlay .wrapper,
#lewis-story-overlay .wrapper{
	background-color: rgba(0,0,0,0.8);
	padding: 100px;
	margin: 0 20px;
    position: relative;
}

#benny-intl-overlay .close-btn,
#lewis-story-overlay .close-btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	color: #CACACA;
	font-size: 30px;
	padding: 10px 20px;
	margin: 10px 20px;
}

#benny-intl-header{
    font-size: 13px;
    line-height: 16px;
    overflow: auto;

    max-width: 1600px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#benny-intl-header h3{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

#benny-intl-header .flats{
	float:left;
	width: 40%;
}

#benny-intl-header .more{
	float: right;
	width: 40%;
}

#benny-intl-header ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


/* Benny Internation Project CSS **/

/*#post-422 .entry-content .photoswipe_gallery{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex;             
}
*/
/*#post-422 .entry-content img{
    max-width: none;
}

#post-422 figcaption{
	display: none;
}

#post-422 figure{
	width: auto;
}*/

/**
 * 10.? Our Clients
 * ----------------------------------------------------------------------------
 */

#client-container{
	max-width: 1200px;
	margin: 10px 25px;
}

h3.agency-title, h3.related-title{
	font-weight: normal;
	font-size: 15px;
}

div.agency{
	margin-bottom: 50px;
}

div.agency, 
div.related{
	color: #B3B3B3;
	font-size: 13px;
	overflow: auto;
}

div.agency ul, 
div.related ul{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

div.agency .left-col, 
div.related .left-col{
	float: left;
	width: 50%;
}

div.agency .right-col, 
div.related .right-col{
	float: right;
	width: 50%
}

h3.related-title{
	margin-top: 120px;
}

/**
 * 10.? About Us
 * ----------------------------------------------------------------------------
 */


#about-us-container{
	position: relative;
	max-width: 1600px;
	margin:0 auto;
	font-size: 18px;
	display: inline-block;
}

#about-us-container ul{
	list-style: none;
}

#about-us-container .content{
	position: absolute;
	bottom: 0;
}

#about-us-container .content .left-col{
	float: left;
    width: 40%;
    padding: 20px 40px;
}

#about-us-container .content .right-col{
	float: right;
	width: 40%;
	padding: 20px 40px;
	padding-left: 0;
}

#about-us-container .content .right-col ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


@media (max-width: 1200px) {

	#about-us-container{
		font-size: 12px;
	}

}

@media (max-width: 920px) {
	#about-us-container .content{
		position: relative;
	}

	#about-us-container .content .left-col,
	#about-us-container .content .right-col{
		float: none;
		padding: 20px;
		width: auto;
	}
}

/**
 * 10.? Contact Us
 * ----------------------------------------------------------------------------
 */


#contact-us-container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height: 100%;
}

#contact-us-container .box{
	background: #383838;
	min-width: 32%;
	margin: 5px;
	height: 100%;
	padding: 40px;
}

#contact-us-container a{
	color: #de3335;
}

#contact-us-container a.contact-mail{
	display: block;
	margin: 20px 0;
}

#contact-us-container .content-right{
	width: 65%;
	float:right;
}

#contact-us-container table{
	font-size: 16px;
}

#contact-us-container ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#contact-us-container .title{
	margin-bottom: 40px;
	font-size: 20px;
}

@media (max-width: 1200px) {
	#contact-us-container{
		display: block;
	}

	#contact-us-container table{
		line-height: 1;
	}

	#contact-us-container .box{
		overflow: auto;
		height: auto;
		background-color: transparent;
		padding: 20px;
	}
	#contact-us-container .content-right{
		width: auto;
		text-align: left;
		float: none;
	}
}
.pswp_caption .pswp_caption_center{
      font-size: 8px;
}

.pswp__caption__center{
      text-align: center;
}

.back-to-top{
	position: fixed;
	right: 20px;
	width: 30px;
	bottom: -30px;

	-o-transition:.5s;
  	-ms-transition:.5s;
 	-moz-transition:.5s;
 	-webkit-transition:.5s;
  	transition:.5s;
}

.back-to-top img{
	width: 100%;
}

.back-to-top.active{
	bottom: 20px;
}

.pswp{
/** for solving menu bar issue on iOS device **/
transform: translateY(0) translateZ(9999999999px); 
}