/*
Theme Name: MMontague3
Theme URI: http://michellemontague.com
Description: Custom theme
Version: 0.1
*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select {
	color: black;
}

/* General */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 16px/24px 'Roboto', sans-serif;
	font-weight: 400;
	color: #444444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #F0F0F0;
}

img {
	max-width:100% !important;
	height: auto !important;
	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 #E1E1E1;
	clear: both;
}

.opacity-50 {
	opacity: .5;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	color: #444444;
	font-family: 'Domine', 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: #444444; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #26C; }

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

a {
	color: #000000;
	text-decoration: none;
	outline: 0;
	-webkit-transition:0.2s color linear;
	transition:0.2s color linear;
}

a:hover { color: #26E; }
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, .subnav, .artist-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, .subnav li:last-child {
	margin-right: 0px;
}

.subnav {
	margin-bottom: 25px;
}

.subnav li {
	display: inline;
	margin-right: 20px;
	position: relative;
}

.subnav li:after {
	content: "|";
	position: absolute;
	top: -1px;
	right: -14px;
}

.subnav li:last-child:after {
	content: "";
}

.artist-list li {
	font-size: 22px;
	margin-bottom: 10px;
}

/* Site Header */

.header {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 25px;
}

.site-title a {
	font-family: 'Domine', serif;
	font-size: 42px;
	font-weight: normal;
	line-height: normal;
	color: #6E6E6E;
	margin-bottom: 15px;
}

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


/* Main Menu */ 

.main-menu, .main-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu li {
	position: relative;
}

.main-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.main-menu > li {
	display: inline-block;
}

.main-menu li:hover > ul,
.main-menu li.mmHover > ul {
	display: block;
}

.main-menu a {
	display: block;
	position: relative;
}

.main-menu ul ul {
	top: 0;
	left: 100%;
}

/* Main Menu styling */

.main-menu {
	position: relative;
}

.main-menu ul {
	min-width: 10em; /* allow long menu items to determine submenu width */
	*width: 10em; /* no auto sub width for IE7, see white-space comment below */
	left: -5px;
	top: 25px;
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-menu a {
	font-family: 'Domine', serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #6E6E6E;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 2px 10px;
	text-align: left;
}

.main-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
			transition: background .2s;
}

.main-menu li:hover > a, .main-menu li > a:hover, .main-menu li.current > a {
	color: #26B;
}

.main-menu li li a {
	font-size: 13px;
	padding: 2px 15px;
}

.main-menu > .selectednavlink > a {
	color: #000000 !important;
}

.main-menu ul .selectednavlink a {
	color: #000000 !important;
}

.main-menu .emptynavlink {
	display: none !important;
	visibility: hidden;
}

/* Mobile Menu */

.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	overflow: auto;
	z-index: 99999;
}

.nav-wrapper {
	text-align: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}


.mobile-menu {
	padding: 25px 0px;
}

.mobile-menu ul {
	list-style: none;
}

.mobile-menu > ul {
	padding: 0;
	margin: 0;
}

.mobile-menu > ul > li {
	margin: 0 0 20px;
}

.mobile-menu > ul > li > ul {
	margin: 10px 0 0;
}

.mobile-menu ul ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.mobile-menu a {
	font-family: 'Domine', serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #6E6E6E;
	text-decoration: none;
}

.mobile-menu a:hover {
	color: #CCCCCC;
}

.mobile-menu ul ul a {
	font-size: 16px;
	opacity: .85;
}

.mobile-menu .selectednavlink > a {
	color: #000000 !important;
}

.mobile-menu .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.nav-wrapper .close {
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
}

.nav-wrapper .close i {
	font-size: 24px;
	color: #6E6E6E;
	-webkit-transition:0.2s color linear;
	transition:0.2s color linear;
}

.nav-wrapper .close i:hover {
	color: #CCCCCC;
}

.hamburger {
	display: none;
	cursor: pointer;
}

.hamburger i {
	font-size: 20px;
	line-height: 24px;
	color: #6E6E6E;
	-webkit-transition:0.2s color linear;
	transition:0.2s color linear;
}

.hamburger i:hover {
	color: #CCCCCC;
}

/* Site Overlay */

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Social Media styles */

.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: #444444;
	text-decoration: none;
}

.social li a:hover {
	color: #444444;
}

/* Content styles */

.content {
	margin: 0 auto;
	padding-top: 50px;
}

.content-section {
	padding-bottom: 75px;
}

.section-heading {
	margin-top: 35px;
	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: #E1E1E1;
	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%;
}

.ArtworkViewer {
    margin: 0 auto;
    max-width: 900px;
}

/* Footer styles */

.footer {
	font-size: 15px;
	width: 100%;
	color: #6E6E6E;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	margin-left: 15px;
}

.footer ul li a {
	color: #333333;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #26E;
}

.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 {
	color: #333333;
	text-decoration: none;
}

.footer .subfooter {
	color: #333333;
}

/* Blog styles */

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

.gallery-title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1rem;
        margin-bottom: 0.3rem;
        min-height: 2em;
}

.post-date {
        color: #666;
        font-size: 0.6em;
}

.post-comment {
	margin-bottom: 50px;
	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-comment .post-thumb {
	float: left;
	margin-right: 20px;
}

.post-message p:last-child {
	margin-bottom: 0px;
}

.blog-comment-odd {
	background: #F0F0F0;
}

.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: #444444;
	padding: 20px;
	background-color: #999999 !important;
}

.success_message h2 {
	font-size: 20px !important;
}

.success_message .blog_comment {
	border-bottom: none !important;
}

/* Grid Item Hover */

figure.hover-effect {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}

figure.hover-effect img {
	position: relative;
	display: block;
	max-width: 100%;
	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 figcaption {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

figure.hover-effect figcaption::before,
figure.hover-effect figcaption::after {
	pointer-events: none;
}

figure.hover-effect figcaption,
figure.hover-effect figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.hover-effect figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

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: 65px;
	left: 0;
	padding: 0 25px 20px;
	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;
}

figure.hover-effect h2, figure.hover-effect p {
	margin: 0;
}

/* Buttons */

.btn, button, input[type='submit'],
.ArtworkViewer .ArtworkDetails .ArtworkDetails-btnsContainer .btn {
	font-family: 'Domine', serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #DDDDDD;
	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,
.ArtworkViewer .ArtworkDetails .ArtworkDetails-btnsContainer .btn:hover {
	color: #666666;
	background: #FFFFFF;
}

/* 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: #333333 !important;
	background: #F0F0F0;
}

/* Forms */

::-webkit-input-placeholder {
   color: #444444;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444444;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444444;
}

:-ms-input-placeholder {
   color: #444444;
}

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: #444444;
	width: 100%;
    padding: 10px 20px;
    margin: 0;
	border: none;
	background: #DDDDDD;

	-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: #DDDDDD;
}

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:#DDDDDD;} /* 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: #666666;
    background: #FFFFFF;
}


.work-prev:before,
.work-next:before {
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 50px;
    color: #666666;
	background: #DDDDDD;
	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';
}

.gallery-thumb {
    width: 16em;
    height: 16em;
    overflow: hidden;
    background-size: cover;
}

.blog-thumb {
    width: 20em;
    height: 10em;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 25%;
}

/* 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: 25px 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; }

.row-grid {
	width: 100%;
	overflow: hidden;
}

.row-item {
	float: left;
	margin-bottom: 15px;
	position: relative;
}

.contained {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	padding: 15px;
}

.square-item {
	position: relative;
	overflow: hidden;
	background: #F0F0F0;
}

.square-item::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.square-item .hover-effect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin-bottom: 0;
}

.square-item .hover-effect img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* Helpers */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.hide-overflow {
    overflow: hidden;
    height: 10em;
}

/* Alignment */
.alignleft {
        display: inline;
        float: left;
        padding-right: 1.25em;
}
.alignright {
        display: inline;
        float: right;
        margin-left: 1.625em;
}
.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
}



/* Errata */

.cycloneslider {
	margin-bottom: 70px !important;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
display:block !important;
}

.wp-caption {
	max-width: 96%;
	text-align: center;
	border: solid 1px #E5E5FF;
	font-size: 80%;
	color: black;
        font-family: monospace;
}


/* Media Queries */

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

	.grid-item {
		width: 33.33333%;
	}

	.grid-item-2 {
		width: 50%;
	}

	.grid-item-4 {
		width: 25%;
	}
	.grid-item-5 {
		width: 20%;
	}

}

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

	.grid-item {
		width: 50%;
	}

	.grid-item-4 {
		width: 50%;
	}

	.grid-item-5 {
		width: 33.33333%;
	}
	
	.contained {
		grid-template-columns: 1fr 1fr;
	}

}

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

	.hamburger {
		display: block;
	}

	.sf-menu {
		display: none;
	}

}

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

	.site-title a {
		font-size: 34px;
	}

	.sidebar-blog-topical, .sidebar-blog-archives {
		overflow: hidden;
		display: inline-block;
		margin-bottom: 15px;
	}

	.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;
	}
	
	.contained {
		grid-template-columns: 1fr;
	}

}

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

	.grid-item {
		width: 100%;
	}

	.grid-item-6 {
		width: 50%;
	}

}

/* Print styles */

@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;
        width:100% !important;
        height: auto !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.links-data-linkdescription img {
	width: auto;
}

.back-to-main {
 	font-size: 20px;
 	font-variant: small-caps;
}

.slider-container {
  padding: 0px 25px;
}

.slider {
  padding-bottom: 60px;
  height: 600px;
}

.slider-wrapper {
  height: 100%;
}

.slick-list {
  height: 100%;
}

.slideshow {
  height: 100%
}

.image {
  background-position: center center !important;
  height: 100%;
  background-repeat: no-repeat;
}

.image--cover {
  background-size: cover !important;
}

.image--contain {
  background-size: contain !important;
}

.image--cover.image--valign-top {
	background-position: center top !important;
}

.slick-track {
  height: 100%;
}

.slider .slick-prev, .slick-next{
	z-index: 1;
  top: calc(50% - 30px);
}

.slider .slick-prev:before {
	content: '\f104';
}
 .slider .slick-next:before {
	content: '\f105';
}

.slider .slick-prev:before,
.slider .slick-next:before
{
	font-family: 'FontAwesome';
	font-size: 40px;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
}

.slider {
  display: none;
}

@media screen and (min-width: 1200px) {
  .slider {
    max-height: 600px;
  }
  .image {
    max-height: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .slider {
    max-height: 500px;
  }
  .image {
    max-height: 400px;
  }
}

@media screen and (max-width: 992px) {
  .ViewInRoom-sizeInput {
    font-size: 21px !important;
  }
}
