@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700");
@font-face {
    font-family: UniversityRoman;
    src: url(University-Roman-Bold-BT.ttf);
}
/*This is the main stylesheet loaded by default.*/

meta.foundation-mq-small {
	font-family: "/only screen and (max-width: 40em)/";
	width: 0em;
}
meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
	width: 40.063em;
}
meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.063em)/";
	width: 64.063em;
}
meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em;
}
meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	font-size: 100%;
}
body {
	background: #e8e1c6;
	color: #625E51;
	padding: 0;
	margin: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default;
}
/* Background Images for pages */
body.page-id-15 {
	background-image: url('/wp-content/themes/rmg/img/interior-bg.jpg');
	background-repeat: no-repeat;
	-position: top center;
	background-attachment: fixed;
}
body.page-id-10 {
	background-image: url('/wp-content/themes/rmg/img/exterior-bg.jpg');
	background-repeat: no-repeat;
	-position: top center;
	background-attachment: fixed;
}
@media only screen and (min-width: 1100px) {
h1.artist {
	text-align: center;
	font-size: 80px;
	font-weight: 300;
	color: #625E51;
}
#artist-list .wp-caption-text {
	font-size: 1.1em;
	text-align: center;
	font-family: Open Sans;
	font-weight: 600;
	margin-bottom: 0;
	line-height: .9em;
}
#artist .gallery-caption {
	font-family: Open Sans;
	font-size: 1em;
}
.wp-caption-text {
	font-size: .8em;
	text-align: center;
	font-family: Open Sans;
	font-weight: 600;
}
}
 @media only screen and (max-width: 1100px) {
h1.artist {
	text-align: center;
	font-size: 56px;
	font-weight: 400;
	color: #625E51;
}
#artist-list .wp-caption-text {
	font-size: .9em;
	text-align: center;
	font-family: Open Sans;
	font-weight: 600;
	margin-bottom: 0;
	line-height: .8em;
}
#artist .gallery-caption {
	font-family: Open Sans;
	font-size: .8em;
}
.wp-caption-text {
	font-size: .6em;
	text-align: center;
	font-family: Open Sans;
	font-weight: 600;
}
}
 @media only screen and (max-width: 800px) {
h1.artist {
	text-align: center;
	font-size: 34px;
	font-weight: 600;
	color: #625E51;
}
#artist-list .wp-caption-text {
	font-size: .7em;
	text-align: center;
	font-family: Open Sans;
	font-weight: 600;
	margin-bottom: 0;
	line-height: .7em;
}
#artist .gallery-caption {
	font-family: Open Sans;
	font-size: .7em;
}
.wp-caption-text {
	font-size: .4em;
	text-align: center;
	font-family: Open Sans;
	font-weight: 600;
}
}
@media only screen and (max-width: 640px) {
h1.artist {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #625E51;
}
#artist-list .wp-caption-text {
	font-size: .5em;
	text-align: center;
	font-family: Open Sans;
	font-weight: 600;
	margin-bottom: 0;
	line-height: .9em;
}
#artist .gallery-caption {
	font-family: Open Sans;
	font-size: .5em;
}
.wp-caption-text {
	font-size: .2em;
	text-align: center;
	font-family: Open Sans;
	font-weight: 600;
}
}
h2,
h3,
h4,
h5 {
	color: #625E51;
}
hr {
	border-top: 1px solid #aea790;
	border-bottom: 1px solid #f9f5e7;
	margin: 3em 0;
}
/*Menu styling for artworks subppage menu*/
ul#nav {
	margin: 0;
	text-align: left;
}
ul.drop a {
	display: block;
	color: #e7e3d6;
	font-family: Open Sans;
	font-weight: 300;
	font-size: .9em;
	text-decoration: none;
}
ul.drop,
ul.drop li,
ul.drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #625e51;
	background: #625e51;
	color: #e7e3d6;
}
ul.drop {
	position: relative;
	z-index: 597;
	float: left;
}
ul.drop li {
	float: left;
	line-height: 1.1em;
	vertical-align: middle;
	zoom: 1;
	padding: 5px 10px;
}
ul.drop li.hover,
ul.drop li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background: #3c3a32;
	color: #e7e3d6;
}
ul.drop ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 200px;
	background: #625e51;
	color: #e7e3d6;
	border: 1px solid #e7e3d6;
}
ul.drop ul li {
	float: none;
}
ul.drop ul ul {
	top: -2px;
	left: 100%;
}
ul.drop li:hover > ul {
	visibility: visible;
	color: #e7e3d6;
}
ul#nav img {
	border: none;
	padding: none;
	margin: none;
	vertical-align: middle;
	display: block;
}
#emailbox {
	color: #e7e3d6;
	font-family: Open Sans;
	font-weight: 300;
	font-size: .9em;
	background: #625e51;
	color: #e7e3d6;
	width: 100%;
	text-align: center;
	line-height: 1em;
	padding: .37em;
	float: right;
	margin: 0;
	padding: 0;
}
#emailbox input {
	height: 20px;
	padding: 0 5px;
	margin: 5px;
}
#emailbox input.button {
	cursor: pointer;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 5px 0;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
 font-size: .7rem;
	/*     @else                            { font-size: $padding - rem-calc(2); } */
	background-color: #008cba;
	border-color: #0079a1;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	border: none;
	font-weight: normal !important;
}
#emailbox button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #0079a1;
}
#emailbox button:hover,
button:focus,
.button:hover,
.button:focus {
	color: white;
}
#emailbox2 {
	color: #e7e3d6;
	font-family: Open Sans;
	font-weight: 300;
	font-size: .9em;
	background: #625e51;
	color: #e7e3d6;
	width: 100%;
	text-align: center;
	line-height: 1em;
	padding: .37em;
	float: left;
}
#emailbox2 input {
	height: 20px;
	padding: 0 5px;
	margin: 0 5px;
}
#emailbox2 input.button {
	cursor: pointer;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
 font-size: .7rem;
	/*     @else                            { font-size: $padding - rem-calc(2); } */
	background-color: #008cba;
	border-color: #0079a1;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	border: none;
	font-weight: normal !important;
}
#emailbox2 button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #0079a1;
}
#emailbox2 button:hover,
button:focus,
.button:hover,
.button:focus {
	color: white;
}
/*Now showing box on home page styling*/
.chpcs_image_carousel {
	margin: 10px;
	padding: 20p 0 0 3px;
	border-top: 1px solid #c4c1ae;
	border-bottom: 1px solid #c4c1ae;
	background: #E9E6DB;
	transition: all 3s ease-out;
}
.chpcs_image_carousel:hover {
	margin: 10px;
	padding: 20p 0 0 3px;
	border-top: 1px solid #c4c1ae;
	border-bottom: 1px solid #c4c1ae;
	background: #fffcf0;
}
a:hover {
	cursor: pointer;
}
img,
object,
embed {
	max-width: 100%;
	height: auto;
}
.padslider {
	margin-left: 3.7%;
	margin-bottom:1.2em;
}
object,
embed {
	height: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
}
/* Style for media player background color */
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
	background: #625E51 !important;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
	max-width: none !important;
}
.entry-attachment {
	text-align: center;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
.hide {
	display: none;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
}
img {
	display: inline-block;
	vertical-align: middle;
}
textarea {
	height: auto;
	min-height: 50px;
}
select {
	width: 100%;
}
.noborder {
	border: none;
}
ul.pagination {
	display: block;
	height: 1.5rem;
	margin-left: -0.3125rem;
}
ul.pagination li {
	height: 1.5rem;
	color: #222222;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}
ul.pagination li a {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #999999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
	background: #e6e6e6;
}
ul.pagination li.unavailable a {
	cursor: default;
	color: #999999;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
	background: transparent;
}
ul.pagination li.current a {
	background: #008cba;
	color: white;
	font-weight: bold;
	cursor: default;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
	background: #008cba;
}
ul.pagination li {
	float: left;
	display: block;
}
/* Pagination centred wrapper */
.pagination-centered {
	text-align: center;
}
.pagination-centered ul.pagination li {
	float: none;
	display: inline-block;
}
/* Start to customize Reverie */
a,
a:visited,
a:hover,
a:visited:hover {
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.arrows a:link,
.arrows a:visited,
.arrows a:hover {
	color: #4c493f;
	font-size: 1.9em;
	line-height: 1em;
}
.arrows {
	text-align: center;
	padding-top: 5px;
	margin: 0;
}
figure {
	margin: 0 auto 1.25rem;
}
a img {
	border: 1px solid #c0b99f;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
 a img.gallery:hover {
	-moz-box-shadow: 0 0 8px rgba(77,74,64,0.5);
	-webkit-box-shadow: 0 0 8px rgba(77,74,64,0.5);
	box-shadow: 0 0 8px rgba(77,74,64,0.5);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
/* figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}*/

img.alignright {
	float: right;
	margin: 0 0 18px 18px;
}
img.alignleft {
	float: left;
	margin: 0 18px 18px 0;
}
img.aligncenter {
	display: block;
	margin: 18px auto;
}
.linksalpha_image {
	display: none !important;
}
#artist-list {
	padding-top: 20px;
}
#artist .gallery-item {
	vertical-align: top;
	margin-top: 0px;
}
.gallery dt,
.gallery dl {
	display: inline-block;
	vertical-align: middle;
}
.gallery dl {
	margin: 2.5% 1%;
	min-width: 23%;
	text-align: center;
}
.gallery {
	margin: 0 auto;
}
.gallery-columns-4 .gallery-item {
	max-width: 18%;
}
figure.figure {
	margin: 0 auto;
	display: table;
}
figure.figure figcaption {
	font-size: 0.75rem;
	line-height: 1.1;
	font-family: Open Sans;
	padding: 5px;
	color: #625E51;
	margin-bottom: 1 rem;
	display: table-caption;
	caption-side: bottom;
	font-weight: 600;
	text-align: justify;
}
figure.alignright.figure {
	float: right;
	margin: 0 0 18px 18px;
}
figure.alignleft.figure {
	float: left;
	margin: 0 18px 18px 0;
}
.footer-widget {
	background-color: #c0b99f;
}
body > header.contain-to-grid {
	margin-bottom: 2rem;
	max-width: 100%;
	padding-bottom: 0;
}
#content {
	background-color: rgba(232, 229, 217, 0.9); /* Transparent background color for main content*/
	border: 1px solid #c0b99f;
}
.index-card {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
span.author,
time {
	font-size: 0.9375rem;
	color: #999;
}
span.author a,
time a {
	color: #999;
	font-weight: bold;
}
span.author a:hover,
span.author a:focus,
time a:hover,
time a:focus {
	color: #444444;
}
.entry-author {
	background-color: #fbfbfb;
	border: none;
	padding: 3.125rem 5rem;
	margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
	margin-right: 2.5rem;
	margin-bottom: 1.5rem;
}
.entry-author h4 a {
	color: #999;
}
.entry-author h4 a:hover,
.entry-author h4 a:focus {
	color: #444444;
}
.entry-author p {
	color: #bbb;
}
.post header,
.page header {
	margin-bottom: 1.25rem;
}
.entry-tags {
	color: #999;
	font-size: 0.9375rem;
}
.entry-tags a {
	color: #999;
}
.entry-tags a:hover,
.entry-tags a:focus {
	color: #444444;
}
.page-numbers {
	color: #999;
	display: block;
	height: 1.5rem;
	margin-left: -0.3125rem;
}
.page-numbers li {
	height: 1.5rem;
	color: #222222;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}
.page-numbers li a {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #999999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
	background: #e6e6e6;
}
.page-numbers li.unavailable a {
	cursor: default;
	color: #999999;
}
.page-numbers li.unavailable:hover a,
.page-numbers li.unavailable a:focus {
	background: transparent;
}
.page-numbers li.current a {
	background: #008cba;
	color: white;
	font-weight: bold;
	cursor: default;
}
.page-numbers li.current a:hover,
.page-numbers li.current a:focus {
	background: #008cba;
}
.page-numbers li {
	float: left;
	display: block;
}
.pagination-centered ul.page-numbers li {
	float: none;
	display: inline-block;
}
.page-numbers li span.current {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page-numbers li {
	margin-left: 0.5rem;
}
.page-numbers li span:hover a,
.page-numbers li span a:focus {
	background: #e6e6e6;
}
.page-numbers li span.current {
	background: #008cba;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: white;
	font-weight: bold;
	cursor: default;
}
.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
}
ol.commentlist {
	margin-left: 0;
	margin-top: 2em;
}
ol.commentlist p {
	font-size: 0.9375rem;
	line-height: 1.5;
}
ol.commentlist ul.children {
	margin-left: 4rem;
}
ol.commentlist li {
	list-style: none;
	margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
	float: left;
	margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
	display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
	font-style: normal;
	font-weight: 600;
	margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
	color: #ccc;
	font-size: 0.875rem;
	margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
	color: #bbb;
	font-size: 0.875rem;
}
ol.commentlist li section.comment {
	margin-left: 4rem;
	margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover,
ol.commentlist li section.comment a.comment-reply-link:focus {
	color: #444444;
}
#sidebar {
	margin-top: 1.25rem;
}
#sidebar .panel {
	border: none;
	background-color: #e7e3d6;
	padding: 1.5rem 1.875rem;
	border: 1px solid #c0b99f;
}
.footer-widget .panel {
	border: none;
	background-color: #c0b99f;
	padding: 1.5rem 1.875rem;
	border: 1px solid #c0b99f;
}
#sidebar .panel a,
.footer-widget .panel a {
	color: #999;
	font-size: 0.9375rem;
}
#sidebar .panel a:hover,
#sidebar .panel a:focus,
.footer-widget .panel a:hover,
.footer-widget .panel a:focus {
	color: #444444;
}
#sidebar ul,
.footer-widget ul {
	list-style-type: none;
	margin-left: 0;
}
#sidebar .widget h4,
.footer-widget .widget h4 {
	text-transform: uppercase;
 font-size: .95rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #625E51;
	color: #625E51;
	font-weight: 700;
}
footer.full-width {
	background-color: #625E51;
	border-top: 1px solid #38362e;
	padding-top: 3rem;
}
footer.full-width p {
	font-size: 0.875rem;
}
footer.full-width a {
	color: #e8e1c6;
	font-size: 0.9375rem;
}
footer.full-width a:hover,
footer.full-width a:focus {
	color: #009cff;
}
footer.full-width .love-reverie {
	border-top: 1px solid #38362e;
	padding-top: 1.5rem;
}
 @media only screen {
.entry-author .avatar {
	margin-bottom: 1.25rem;
}
}
@media only screen and (min-width: 40.063em) {
#content {
	padding: 3.125rem;
}
.entry-author {
	margin: 3.125rem -3.125rem;
}
}
@media only screen and (min-width: 64.063em) {
#sidebar {
	padding-left: 1.875rem;
	padding-right: 0;
	margin-top: 0;
}
.footer-widget {
	margin-top: 3rem;
	padding-top: 2rem;
}
}
