/* Last-Modified: Fri, 26 Aug 2016 11:45:20 GMT [ver: ] */
/* Current-Time:Sat, 27 Aug 2016 03:52:52 -0500*/
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/*Fix select boxes on certain browsers that were inheriting the select color from
  content.text or other variables that make it hard to read. */  
  
.select { 
	color: black; 
}

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 16px/24px 'Quattrocento Sans', sans-serif;
	font-weight: 400;
	color: #CCCC99;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #222222;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 50px !important; }
.margin-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 100px !important; }
.margin-bottom-half { margin-bottom: 25px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 50px !important; }
.padding-bottom { padding-bottom: 50px !important; }
.padding-bottom-dbl { padding-bottom: 100px !important; }
.padding-bottom-half { padding-bottom: 25px !important; }

.table {
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #CCCC99;
	clear: both;
}

.opacity-50 {
	opacity: .5;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
	color: #CCCC99;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 25px;
	margin-top: 0;
}

h1, .h1 { font-size: 32px; }
h2, .h2 { font-size: 28px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #CCCC99; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #D4D0C8; }

p { margin: 0 0 25px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 90%; }
.large { font-size: 120%; }

.text-center { text-align: center; }
.text-left, .text-left-center { text-align: left; }
.text-right, .text-right-center { text-align: right; }
.uppercase { text-transform: uppercase; }

@font-face {
    font-family: 'boldbrush';
    src: url('//mikewisestudio.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//mikewisestudio.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//mikewisestudio.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//mikewisestudio.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//mikewisestudio.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//mikewisestudio.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 5px;
}

.dpw:before {
	content: 'D';
	font-family: 'boldbrush';
	font-size: 64px;
	font-style: normal;
	line-height: 0;
	position: relative;
	top: 16px;
	left: 0;
}

.boldbrush {
	font-family: 'boldbrush';
	font-size: 28px !important;
	font-style: normal;
	position: relative;
	top: 2px;
	left: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #CCCC99;
	text-decoration: none;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #D4D0C8; }
a:hover, a:active, a:focus { outline: 0; }

a.arrow-link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
}

a.arrow-link:after {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: '\f105';
	position: relative;
	top: 0;
	right: -5px;
}

a.link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	text-decoration: underline;
}

/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list, .social-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.inline-list li {
	display: inline;
	margin: 0 10px;
}

.social-list li {
	float: left;
	margin: 0 10px;
}

.inline-list li:first-child, .social-list li:first-child {
	margin-left: 0px;
}

.inline-list li:last-child, .social-list li:last-child {
	margin-right: 0px;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	width: 100%;
	background: #333333;
	padding-bottom: 35px;
	padding-top: 25px;
}

.site-title a {
	font-family: 'Cinzel', serif;
	font-size: 42px;
	font-weight: normal;
	line-height: normal;
	color: #CCCC99;
	margin-bottom: 15px;
}

.site-title a:hover {
	color: #D4D0C8;
}

.main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-nav ul li {
	display: inline;
}

.main-nav ul li a {
	font-family: 'Cinzel', serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCCC99;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 2px 10px;
}

.main-nav ul li a:hover {
	color: #D4D0C8;
}

.main-nav .selectednavlink a {
	color: #D4D0C8 !important;
	background: rgba(0, 0, 0, .10);
}

.main-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.hamburger {
	display: none;
	cursor: pointer;
}

.hamburger i {
	font-size: 20px;
	line-height: 24px;
	color: #CCCC99;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.hamburger i:hover {
	color: #D4D0C8;
}

/* ==========================================================================
   Social
   ========================================================================== */

.social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.social li {
	display: inline;
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.social li:first-child {
	margin-left: 0px !important;
}

.social li i {
	font-size: 20px;
}

.social li a {
	color: #CCCC99;
	text-decoration: none;
}

.social li a:hover {
	color: #000000;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
	margin: 0 auto;
	padding-top: 50px;
}

.content-section {
	padding-bottom: 75px;
}

.section-heading {
	overflow: hidden;
	text-align: center;
}

.section-heading h1, .section-heading h2 {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	margin-bottom: 35px;
}

.section-heading h1:before, .section-heading h2:before,
.section-heading h1:after, .section-heading h2:after {
	background: #CCCC99;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
    top: 50%;
	width: 50%;
}

.section-heading h1:before, .section-heading h2:before {
	right: 100%;
}

.section-heading h1:after, .section-heading h2:after {
	left: 100%;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
	font-size: 15px;
	width: 100%;
	color: #CCCC99;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	margin-left: 15px;
}

.footer ul li a {
	color: #CCCC99;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #D4D0C8;
}

.footer .newsletter {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background: rgba(0, 0, 0, .05);
}

.footer .newsletter h2 {
	padding-top: 4px;
}

.footer .recent {
	width: 100%;
	background: rgba(0, 0, 0, .10);
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .subfooter {
	font-size: 14px;
	width: 100%;
	background: rgba(0, 0, 0, .20);
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .subfooter .faso-bug a {
	color: #CCCC99;
	text-decoration: none;
}

.footer .subfooter .faso-bug a:hover {
	color: #CCCC99;
}

/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
	display: none;
}

.sidebar-blog-topical {
	margin-right: 10px;
	color: #000;
}

.sidebar-blog-archives {
	color: #000;
}

.follow-link a {
	text-decoration: none;
}

.follow-link i {
	margin-right: 5px;
}

.post-comment {
	margin-bottom: 10px;
	padding: 20px;
}

.post-comment .avatar {
	margin-right: 12px;
	float: left;
}

.post-comment .post-message {
	margin-bottom: 20px;
}

.post-comment .post-meta {
	font-size: 13px;
	line-height: normal;
}

.post-comment .post-body {
	overflow: hidden;
}

.post-message p:last-child {
	margin-bottom: 0px;
}

.blog-comment-odd {
	background: #333333;
}

.blog-comment-even {
	background: none;
}

.social-buttons {
	margin-bottom: 25px;
	overflow: hidden;
}

.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-buttons li {
	line-height: normal;
	margin: 0;
	float: left;
	padding: 6px 10px;
}

.social-buttons li a {
	font-size: 25px;
	line-height: normal;
}

.social-buttons li a:hover {
	font-size: 25px;
	line-height: normal;
}

.post-nav {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}

.post-nav li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.post-nav li i {
	font-size: 14px;
	line-height: normal;
}

.post-nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

.social-helper {
	display: inline-block;
}

.share-buttons {
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}

.share-buttons table {
	margin: 0 auto;
}

.related-posts {
	margin-bottom: 50px;
}

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts ul li {
	margin-bottom: 10px;
}

.caption {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
}

.success_message {
	font: 14px/24px 'Quattrocento Sans', sans-serif !important;
	font-weight: 400 !important;
	color: #CCCC99;
	padding: 20px;
	background-color: #222222 !important;
}

.success_message h2 {
	font-size: 20px !important;
}

.success_message .blog_comment {
	border-bottom: none !important;
}

/* ==========================================================================
   Grid Item Hover
   ========================================================================== */
   
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

.grid figure figcaption {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

figure.hover-effect img {
	opacity: 1;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden; /* Image movement fix on hover */
			backface-visibility: hidden;
}

figure.hover-effect:hover img {
	opacity: 0.10;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.hover-effect h2 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 25px;
	width: 100%;
	text-align: left;
	font-size: 22px;
	line-height: 20px;
	-webkit-transform: translate3d(0,20px,0);
			transform: translate3d(0,20px,0);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
}

figure.hover-effect:hover h2, figure.hover-effect:hover .details {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
}

figure.hover-effect .details {
	opacity: 0;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 20px 25px;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,20px,0);
			transform: translate3d(0,20px,0);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, button, input[type='submit'] {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #CCCC99;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #333333;
	border: none;
	padding: 14px 30px;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, button:hover, input[type='submit']:hover {
	color: #000000;
	background: #CCCC99;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
	padding-top: 25px;
	clear: both;
	margin-bottom: 50px;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	list-style: none;
}

.pagination ul li a {
	text-decoration: none;
	padding: 10px 15px;
}

.pagination ul li a.current {
	font-weight: 700;
	color: #000000 !important;
	background: #333333;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 16px/24px 'Quattrocento Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	width: 100%;
    padding: 10px 20px;
    margin: 0;
	border: none;
	background: #D4D0C8;
	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    border-radius: 0;
    
    -webkit-transition:0.2s background linear;
    		transition:0.2s background linear;
}

input[type="text"]:focus, textarea:focus {
	background: #D4D0C8;
}

input[type="text"] {
	height: 44px;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
	
	input[type="submit"]::-moz-focus-inner {border:0;} /* ff specific stuff, yuck*/ 
	input[type="submit"]:focus {background:#333333;} /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

.form-item {
	margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
	background: #ff0000;
}

.form-item.error label {
	color: #ff0000;
}

.radio-group {
	display: block;
	margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
	margin-bottom: 20px;
	display: block;
}

.alert label {
	color: #ff0000;
	display: block;
}

.signup-form {
	position: relative;
	display: block;
}

.signup-form button {
	position: absolute;
	top: 0;
	right: 0;
}

/* ==========================================================================
   Works
   ========================================================================== */

.work-image {
	position: relative;
	margin-bottom: 25px;
}

.work-details {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-bottom: 25px;
}

.work-details li {
	display: inline;
	margin: 0 10px;
	font-size: 20px;
	position: relative;
}

.work-details li:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -15px;
	opacity: .5;
}

.work-details li:last-child:after {
	content: "";
}

.work-prev,
.work-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.work-prev:hover,
.work-prev:focus,
.work-next:hover,
.work-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.work-prev:hover:before,
.work-prev:focus:before,
.work-next:hover:before,
.work-next:focus:before {
    color: #000000;
    background: #CCCC99;
}


.work-prev:before,
.work-next:before {
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 50px;
    color: #CCCC99;
	background: #333333;
	display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition:0.2s all linear;
    		transition:0.2s all linear;
}

.work-prev {
    left: 15px;
}

.work-prev:before {
    content: '\f104';
}

.work-next {
    right: 15px;
}

.work-next:before {
    content: '\f105';
}

/* ==========================================================================
   Widgets
   ========================================================================== */
   
.widget_sidebar_events ul li, .widget_sidebar_blog ul li {
	line-height: 18px;
	margin-bottom: 10px;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.row .row {
    width: auto;
    margin: 0 -15px !important;
}

*[class*='col-'] {
	float: left;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.cell { padding: 10px; }
.cell-inner { padding: 25px; background: rgba(0, 0, 0, .10); }

.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 15px; margin: 0; float: left; }
.grid-item img { width: 100%; }
.grid-item h2 { font-size: 25px; line-height: 24px; margin-bottom: 10px; }
.grid-item p { line-height: 20px; }
.grid-item p:first-child { margin-bottom: 5px !important; }
.grid-item p:last-child { margin-bottom: 0 !important; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width : 993px) {

	.grid-item {
		width: 33.33333%;
	}
	
	.grid-item-2 {
		width: 50%;
	}
	
	.grid-item-6 {
		width: 16.66666%;
	}
	
}

@media only screen and (max-width : 992px) {

	.grid-item {
		width: 50%;
	}
	
	.grid-item-6 {
		width: 33.33333%;
	}
	
}

@media only screen and (max-width : 768px) {

	.grid-item {
		width: 50%;
	}
	
	.grid-item-2 {
		width: 100%;
	}
	
	.grid-item-6 {
		width: 33.33333%;
	}

	.work-prev, .work-next {
    	position: relative;
    	margin: 0 0 10px 0;
    	display: inline-block;
	}

	.work-next {
		margin-left: 15px;
	}

	.work-prev {
		margin-right: 15px;
	}
	
}

@media only screen and (max-width : 480px) {

	.grid-item {
		width: 100%;
	}
	
	.grid-item-6 {
		width: 50%;
	}
	
}

@media only screen and (max-width: 640px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.alpha { padding: 0; }
	.omega { padding: 0; }
	
	.text-right-center, .text-left-center {
		text-align: center;
	}
	
	.sidebar-blog-topical, .sidebar-blog-archives {
		overflow: hidden;
		display: inline-block;
		margin-bottom: 15px;
	}
	
	.hamburger {
		display: block;
	}
	
	.main-nav ul {
		display: none;
		margin-top: 20px;
	}
	
	.main-nav ul li {
		display: block;
		margin: 0 10px 10px;
	}
	
	.btn, input[type='submit'] {
		width: 100%;
	}
	
	.work-details li {
		display: block;
	}
	
	.work-details li:after {
		content: "";
	}
	
	.footer ul {
		margin-bottom: 25px;
	}
	
	.footer .newsletter h2 {
		padding-top: 0px;
		padding-bottom: 10px;
		line-height: 28px;
	}

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.faso-links-data-linkdescription img {
	width: auto;
}
/*reduce size of comment box on Contact the artist page*/ 
.contact-input-comments {width:550;height:150;}