/*
Theme Name: TrustMe
Theme URI: http://underscores.me/
Author: Laurie Skelton
Author URI: http://underscores.me/
Description: A custom theme developed for the Trust Me, I'm an Artist website. Built on underscores.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trustme
Tags: right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images

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.

TrustMe is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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:
----------------------------------------------------------------
1.0 Normalize
	1.1 Color Guide
2.0 Typography
3.0 Elements
4.0 Forms
	4.1 Search Box
5.0 Header
6.0 Navigation
	5.1 Links
	5.2 Menus
7.0 Accessibility
8.0 Alignments
9.0 Clearings
10.0 Widgets
11.0 Content
	11.1 Posts and pages
	11.2 Blog Page Styles
	11.3 Asides
		11.3.1 Widgets
	11.4 Comments
12.0 Infinite scroll
13.0 Media
	13.1 Captions
	13.2 Galleries
14.0 Footer
15.0  Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 Color Guide
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	
	Style Guide for Code for Europe

	Main Blue: #009AC7;
	Red: #F1645D;
	Light Blue: #56A0D3;
	Green: #73c167;
	Yellow: #EDED8A;
	Taupe: #D0E4A6;
	Teal: #68C8C6;

--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
	-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;
	text-decoration: none;
	
}

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-appearance: textfield;
	box-sizing: content-box;
}

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;
}

/*--------------------------------------------------------------
1.1 Color Guide

Accent Red: #E63C22;
Text Color: #404040;
Accent Grey: #cccccc;


--------------------------------------------------------------*/


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	clear: both;
	font-family: 'Oswald', Lucida, Helvetica, Arial, sans-serif; 
}

h1.upper-case-title {
	color: #000000;
	text-transform: uppercase;
	font-family: 'Oswald', Lucida, Helvetica, Arial, sans-serif; 
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 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%;
}

.site-main {
	padding-top: 2.125em;
}

/*--------------------------------------------------------------
4.0 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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
4.1 Search Box
--------------------------------------------------------------*/
.search-inner input[type="search"].search-field, textarea {
    color: #666;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #cccfside-bar
    ;
    border-radius: 0px;
    text-transform: lowercase;
    background-color: transparent;

}

.search-inner button.search-submit {
    border-width: 0px;
    border-color: #CCC #CCC #BBB;
    border-radius: 3px;
    background: none;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 15px 17px rgba(255, 255, 255, 0.5) inset, 0px -5px 12px rgba(0, 0, 0, 0.05) inset;
    color: #000000;
    font-size: 0.95rem;
    line-height: 1.75;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/

.site-title {
	margin: .5rem 0;
	font-weight: 600;
	color: #000;
}

.site-title a, 
.site-title a:active,
.site-title a:visited {
	color: #000;
}

.site-title a:hover {
	color: #E63C22;
}

.site-description {
	margin: 0  0 .5rem 0;
	font-weight: 300;
	font-style: italic;
	color: #666;
}

.blockquote-container {
	margin: 1em 0px 2em 0px;
	padding: 1em 0px;
	width: 70%;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: transparent;
	width: 99%;
}

/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
#masthead {
	margin-bottom: 1em; 
}

#site-branding-wrap {
	padding-top: 1.75em;
}

.site-branding {
	float: left;
	width: 30%;
}

.search-wrap {
	float: right;
	width: 70%;
	height: 150px;
}

.search-inner {
	vertical-align: bottom;
	float: right;
	padding-top: 2.5em;
}

#site-navigation a {
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}

#site-navigation a:hover{
	color: #E25441;
}

/* Comment and Post Navigation */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
	content:'< ';
	padding-right: .5em;
	color: #E63C22;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
	content:' >';
	padding-left: .5em;
	color: #E63C22;
}



/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a {
	color: #E63C22;
}

a:visited {
	color: #666;
}

a:hover,
a:focus,
a:active {
	color: #E25441;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	font-size: 0.85rem;
}

.main-navigation li {
	float: left;
	position: relative;
}

.nav-menu li a:after {
	content: ' | ';
	padding: .5em;
	color: #000;
}

.nav-menu li:last-child a:after {
	content: '';
	padding: .5em;
}


.main-navigation a {
	display: block;
	text-decoration: none;
	padding: .25em;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2em;
	z-index: 99999;
	background-color: white;
	display: none;
}

.main-navigation ul ul ul {
	display: none;
	top: 0;
	background-color: white;
}

.main-navigation ul ul a {
	width: 170px;
}

.main-navigation ul ul li a:after {
	content: none;
}

.main-navigation ul ul li a {
	padding: 0  0 .5em .75em;
}

.main-navigation li:hover > a {

}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


/*--------------------------------------------------------------
7.0 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:hover,
.screen-reader-text:active,
.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. */
}

/*--------------------------------------------------------------
8.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;
}

/*--------------------------------------------------------------
9.0 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

h1.widget-title,
.event-title h3 {
	font-weight: 400;
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
#page-wrap {
	margin: 0 auto;
	max-width: 80%;
	
}

#content {
	max-width: 100%;
}

/* Borders for Main Page */

#content:before {
	border-top: 2px solid #ccc;
	width: 100%;
	height: 2px;
}

.border {
	border-top: 2px solid #ccc;
	width: 100%;
	height: 2px;
	margin-top: 1.15em;
	margin-bottom: 1em;
}

.home-main,
.blog-main,
.index-main,
.page-main,
.single-main,
.projects-main {
	width: 75%;
	float: left;
}

.sidebar-container {
	width: 25%;
	float: right;
	padding-left: 2.5em;
	padding-top: .5em;
}

.side-page {
	padding-top: 1.70em;
}


/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post {
	background-color: #fff;
}

.entry-content a {
	border-bottom: 1px dotted #F1645D;
}

.thumbnail {
	float: left;
	width: 45%;
	padding: 1em;
}

.thumbnail-small {
	display: none;
}

.article-inner {
	float: right;
	padding: .5em;
	width: 55%;
}

.thumbnail img {
	width: 100%;
	vertical-align: baseline;
}

.thumbnail-inner {
	width: 100%;
	min-height: 300px;
	background: center;
	background-size: cover;
}

.thumbnail-single {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
}

.thumbnail-single-inner {
	width: 100%;
	min-height: 500px;
	background: center;
	background-size: cover;
}

.single-title {
	margin: 0;

}


.article-container figure {
	margin: 0px !important;
	padding: .75em;
}

.entry-title a {
	font-weight: 300;
	font-size: 2rem; 
	font-size: 32px;
}

header.entry-header.single {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
     hyphens: auto;
     width: 90%;
     background: rgba(238, 238, 238, 0.45);
     position: absolute; 
     bottom: 0; 
     left: 0;
     padding: 1em;
}

header.entry-header.single a {
	color: #3d3d3d;
}

header.entry-header.single a:hover {
	color: #fff;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

span.search-term {
	color: #666;
	font-weight: 400;
	font-style: italic;
}

.single .byline,
.group-blog .byline {
	display: block;
	font-weight: 600;
	color: #000;
}

.posted-on {
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: .25em;
	color: #000;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-main .entry-content {
	padding-right: 1.75em;
}

.cat-links,
.edit-link {
	padding: 0 .5em 0 0;
}

.edit-link {
	display: block;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-header-front h1.entry-title a {
	font-family: 'Oswald', Lucida, Helvetica, Arial, sans-serif; 
	font-size: 28px;
	font-size: 1.75rem;
}

.entry-header-front h1.entry-title,
.entry-header-search h1.search-title {
	padding-top: 0px;
	margin-top: 0px;
}

.entry-content-front .reduce-margin {
	margin: 0.25em;
}


/*--------------------------------------------------------------
11.2 Blog Page Styles
--------------------------------------------------------------*/

.push-down {
	height: 1em;
	width: 100%;
}

.blog-title {
	padding-top: 0px;
	padding-left: .6em;
	margin-top: 0px;
}


/*--------------------------------------------------------------
11.3 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
11.3.1 Sidebar and Widgets
--------------------------------------------------------------*/

.sidebar-container {
	color: #000000;
}

.widget ul.event-list-view{
	color: #000;
}

.event-list .start-date, .event-list .end-date {
    text-align: center;
    width: 3.2em;
    border-radius: 5px;
    background-color: #ededed!important;
}

.widget-area ul {
	padding-left: 0;
	margin-left: 2em;
	color: #ccc;
}

.widget_search {
	margin: 1em 0 1em 0;
	padding-top: .5em;
	
}

.widget_search .search-form label input {
	text-transform: lowercase;
	padding-left: .5em;
}

/*--------------------------------------------------------------
11.4 Comments
--------------------------------------------------------------*/

.comments-area {
	padding-top: 1em;
	border-top: 2px solid #ccc;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-metadata {
	padding-top: .5em;
	font-weight: 300;
}

.comment-metadata time {
	color: #666;
}

.comment-metadata time:hover {
	color: #E63C22;
}

.comments-area .edit-link a {
	font-weight: 400;
	padding-top: .25em;
}

.comment-author.vcard {
	font-family: 'Oswald', Lucida, Helvetica, Arial, sans-serif; 
	color: #404040;
	font-weight: 600;
}

b.fn a {
	color: #404040;
	margin-left: .75em;
}

b.fn a:hover {
	color: #E25441;
}

#commentform textarea {
	border: 2px solid #ededed;
	background-color: #fff;

}

#commentform label {
	
}

.comments-area ol {
	list-style: none;
}

.comments-area ol li {
	padding-top: 1em;
	padding-left: 1em;
	
}

.comments-area ol li.odd article {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1.5em;
}

.comments-area ol li.even article {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1.5em;
	
}

.comments-area .bypostauthor article {
	background-color: #eee;
	border-left: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	padding: 1.5em;
}


/*--------------------------------------------------------------
12.0 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;
}

/*--------------------------------------------------------------
13.0 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%;
}

/*--------------------------------------------------------------
13.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
13.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
14.0 Footer
--------------------------------------------------------------*/
#colophon {
	padding: 2em 0 2em 0;
}

.site-info,
.footer-image {
		margin: 0 auto;
		text-align: center;
}

/*--------------------------------------------------------------
15.0 Media Queries
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle {
	display: none;
}
/* Smartphones ----------- */
@media screen and (max-width: 600px){
	
	/* Responsive Menu */

	.main-navigation {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: left;
	}

	.main-navigation button {
		margin: 0 auto;
		border: none;
		background: #FBF9F7;
	}

	.menu-toggle {
	    display: block;
	    height: 70px;
	    width: 200px;
	    font-weight: normal;
	    font-size: 14px;
	    font-size: 1.4rem;
	    text-decoration: none;
	    color: #000;
	}
        
	.main-navigation.toggled .nav-menu {
		display: block;
		margin: 0 auto;
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0 auto;
		padding-left: 0;
		padding-top: 5px;
		width: 210px;
		float: none;
		font-size: 0.85rem;
	}
        
	.main-navigation li { 
		float: none; 
	}

	.main-navigation li a { 
		padding: 1.3em 2em; 
	}

	.nav-menu li a:after {
		content: '';
		padding: 0;
	}

	.main-navigation ul ul {
		text-align: left;
		
	}

	.main-navigation ul ul li a {
		margin: 0 0 0 3em;
		border-left: 2px solid #eee;
		padding-left: 1.75em;
		padding-top: .5em;
		padding-bottom: .5em;
	}

	#site-navigation ul ul li a {
		color: #666;
	}

	.main-navigation li:hover > a {
		background: #fff;
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		box-shadow: none;
		position: relative;
		top: inherit;
		left: 0;
		display: block;
		float: none;
		background: #fff;
	}
	
	.main-navigation ul ul a { width: 100%; }

	.main-navigation ul a:hover,
	.main-navigation ul ul a:hover {
		background: #fff;
	}

	.main-navigation .current_page_ancestor { background: inherit; }

	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_item li:hover,
	.main-navigation .current_page_parent .current_page_item > a  {
		color: #fff;
		color: hsl(0, 0%, 100%);
		background: #fff;    
	}
	/* End Responsive Menu */

/* General Layout */

	ul, ol {
		margin: 0 0 1em .5em;
	}
	
	.site-main {
		padding-top: 10px;
	}

	.sidebar-container {
	 	display: none;
	 }

	.home-main,
	.blog-main,
	.index-main,
	.page-main,
	.single-main,
	.projects-main {
		width: 99%;
		float: none;
	}

	#masthead {
		margin-bottom: .25em; 
	}

	#site-branding-wrap {
		padding-top: 1.75em;

	}

	.site-branding {
		float: none;
		width: 100%;
		padding-bottom: 1.75em;
	}

	.site-branding img {
		margin: 0 auto;
		display: block;
	}

	.search-wrap {
		float: none;
		width: 100%;
		height: auto;
	}

	.search-inner {
		display: none;
	}

	/* Remove Border */
	#content:before {
		border: none;
	}

/* Homepage Layout */
	#silder-area {
		display: none;
	}

	.thumbnail-small {
		display: block;
		padding-top: 1em;
	}

	.thumbnail {
		float: none;
		width: 100%;
		padding: 1em;
		margin: 0 auto;
	}

	.article-inner {
		float: none;
		padding: .5em;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.thumbnail-inner {
		width: 100%;
		min-height: 200px;
		background: center;
		background-size: cover;
	}

	.entry-title a {
		word-wrap: break-word;
	}

	.post {
		border-bottom: 2px solid #eee;
	}


	/* Single Page Layout */

	.thumbnail-single {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	.thumbnail-single-inner {
		width: 100%;
		min-height: 100px;
		max-height: auto;
		background-image: none !important;
	}

	header.entry-header.single {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		width: 100%;
		background: white;
		position: relative;
		padding: .5em;
	}

	header.entry-header.single h1{
		margin-bottom: .5em;
	}

	.single-main .entry-meta a:hover,
	.single-main .entry-meta time:hover,
	.single-main .entry-meta .author a.fn:hover {
		color: #E63C22;
	}

	.single-main .entry-content {
		border-top: 2px solid #ccc;
		margin-top: 1em;
	}

	.single-main .entry-content:before {
		border-bottom: 2px solid #ccc;
		width: 100%;
		height: 20px;
	}

	.single-main .entry-footer {
		padding-bottom: 1em;
	}

	.single-main figure {
		margin: 0;
	}

	/* Comments */

	.comment-list {
		margin: 0;
		padding: 0;
	}

	.comments-area ol li {
	    padding-top: 1em;
	    padding-left: 0em;
	}

	.comment-list li > ul, li > ol {
	    margin-bottom: 0px;
	    margin-left: 0em;
	}

	.comment-list .children {
		padding-left: 0;
	}
}


/* iPads (portrait and landscape) ----------- */

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

	/* Responsive Menu Ipad*/

	.main-navigation {
		float: right;
		display: block;
		margin: 0 auto;
		text-align: left;
	}

	.main-navigation button {
		float: right;
		border: none;
		background: #ffffff;
	}

	.menu-toggle {
	    display: block;
	    height: 70px;
	    width: 200px;
	    font-weight: normal;
	    font-size: 14px;
	    font-size: 1.4rem;
	    text-decoration: none;
	    color: #000;
	}
        
	.main-navigation.toggled .nav-menu {
		display: block;
		margin: 0 auto;
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0 auto;
		padding-left: 0;
		padding-top: 5px;
		width: 210px;
		float: right;
		font-size: 0.85rem;
	}
        
	.main-navigation li { 
		float: none; 
	}

	.main-navigation li a { 
		padding: 1.3em 2em; 
	}

	.nav-menu li a:after {
		content: '';
		padding: 0;
	}

	.main-navigation ul ul {
		text-align: left;
		
	}

	.main-navigation ul ul li a {
		margin: 0 0 0 3em;
		border-left: 2px solid #eee;
		padding-left: 1.75em;
		padding-top: .5em;
		padding-bottom: .5em;
	}

	#site-navigation ul ul li a {
		color: #666;
	}

	.main-navigation li:hover > a {
		background: #fff;
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		box-shadow: none;
		position: relative;
		top: inherit;
		left: 0;
		display: block;
		float: none;
		background: #fff;
	}
	
	.main-navigation ul ul a { width: 100%; }

	.main-navigation ul a:hover,
	.main-navigation ul ul a:hover {
		background: #fff;
	}

	.main-navigation .current_page_ancestor { background: inherit; }

	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_item li:hover,
	.main-navigation .current_page_parent .current_page_item > a  {
		color: #fff;
		color: hsl(0, 0%, 100%);
		background: #fff;    
	}
	/* End Responsive Menu IPAD */

	/*General Layout Ipad*/
	.site-main {
		padding-top: 30px;
	}

	.sidebar-container {
	 	display: none;
	 }

	.home-main,
	.blog-main,
	.index-main,
	.page-main,
	.single-main,
	.projects-main {
		width: 99%;
		float: none;
	}

	#masthead {
		margin-bottom: .25em; 
	}

	#site-branding-wrap {
		padding-top: 1.75em;

	}

	.site-branding {
		float: left;
		width: 50%;
		padding-bottom: 1.75em;
	}

	.site-branding img {
		display: block;
	}

	.search-wrap {
		float: right;
		width: 50%;
		height: auto;
	}

	.search-inner {
		display: none;
	}

/* Comments */

	.comment-list {
		margin: 0;
		padding: 0;
	}

	.comments-area ol li {
	    padding-top: 1em;
	    padding-left: 0em;
	}

	.comment-list li > ul, li > ol {
	    margin-bottom: 0px;
	    margin-left: 0em;
	}

	.comment-list .children {
		padding-left: 0.25;
	}

}


