@charset "utf-8";
html {
  scroll-behavior: smooth;
}
/*@start body and top bar */
body {
    font-family: 'Roboto Condensed', sans-serif;
	margin-top: 10px;
	background-color: #fff;
   	font-size: 1em;
    line-height: 1.5;
    color: #333333;
}
@media only screen and (min-width: 767px) {
	body {
		line-height: 1.75;
	}
}
.topBar {
    display: block;
    text-align: left;
	padding: 10px 0;
	color: #000;
	font-weight: 400;
	background: #fff;
}
@media only screen and (min-width: 897px) {
	.topBar {    
		padding: 10px 10px 5px 10px;
	}
}
.logo {
	float: none;
	width: auto;
	text-align: center;
	padding: 10px 10%;
}
@media only screen and (min-width: 897px) {
	.logo {
		width: 200px;
		float: left;
		padding: 10px 2% 10px 15px;
	}
}
/*@start main website headers */
.small-header {
    display: block;
}
.small-header p {
	margin: 0;
}
@media only screen and (min-width: 481px) {
	.small-header {
		display: none;
	}
}
.medium-header {
    display: none;
}
@media only screen and (min-width: 481px) {
	.medium-header {
		display: block;
	}
	.medium-header p {
		margin: 0;
	}
}
@media only screen and (min-width: 897px) {
	.medium-header {
		display: none;
	}
}
.large-header {
    display: none;
}
@media only screen and (min-width: 897px) {
	.large-header {
		display: block;
         background: #ffedbd;
  	}
	.large-header p {
		margin: 0;
	}
}
.highlightBar {
	padding: 5px 2%;
	background: #b62dbb;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 1.25em;
}
/* @start Mailing List Sign up Header */
.joinList {
	display: none;
}
.joinListMobile {
	float: none;
	color: #000;
	font-size: 1em;
	padding: 15px;
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.joinListMobile {
		display: none;
	}
	.joinList {
		display: block;
		float: right;		
		color: #000;
		padding: 0;
		font-size: .9em;
	}
}
@media only screen and (min-width: 1097px) {	
	.joinList {
		padding: 0 5px;
		font-size: 1em;
	}	
}
@media only screen and (min-width: 1165px) {	
	.joinList {
		padding: 0 15px;
		font-size: 1.15em;
	}	
}
.subscribeButton  {
	display: inline-block;
	margin: 5px;
	padding: 5px 7px;
 	font-size: 1em;
	text-align: center;
	cursor: pointer;
	background: #7A826A;
	color: #fff;
}
@media only screen and (min-width: 897px) {
	.subscribeButton  {
		margin: 5px 10px;
		padding: 5px 10px;
	}
}
.subscribeButton a, .subscribeButton a:visited   {
	text-decoration: none;
	color: #fff;
}
.subscribeButton a:hover   {
	color: #fff;
}
.subscribeButton:hover {
	background: #7A826A;
}
/* @start Social Media Header */
.topNavSocial {
    padding: 0 10px 10px;
    text-align: left;
}
@media only screen and (min-width: 467px) {
	.topNavSocial {
		width: auto;
	}		
}
@media only screen and (min-width: 897px) {
	.topNavSocial {
		float: right;
		padding: 10px 0px;
	}
}
@media only screen and (min-width: 1097px) {
	.topNavSocial {
		padding: 20px 10px 0 20px;
	}
}
.topNavSocial img {
  width: 19px;
}
.topNavSocial a {
  padding: 5px 8px;
}
@media only screen and (min-width: 897px) {
	.topNavSocial a  {
	padding: 5px 10px;
	}
}
/*@start social media icons*/
.facebook {
	background-image: url(/images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}
.facebook:hover {
	background-image: url(/images/icon-facebook-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest {
	background-image: url(/images/icon-pinterest.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest:hover {
	background-image: url(/images/icon-pinterest-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist {
	background-image: url(/images/icon-maillist.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist:hover {
	background-image: url(/images/icon-maillist-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram {
	background-image: url(/images/icon-instagram.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram:hover {
	background-image: url(/images/icon-instagram-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* @start main grid */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
@media only screen and (min-width: 769px) {
	.gridContainer {
		max-width: 1432px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/*@start of mobile menu */
.js #menu, #menu { 
		display:none;
	}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 1em;
    background: #fff;
    padding: 5px;
}
.slicknav_nav {
    clear: both;
	background: #EEEFEB;
    color: #000;
    margin: 0;
    font-size: 1em;
}
.slicknav_btn {
	background-color: #000;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.slicknav_nav a:hover {
	background: #000;
	color: #fff;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.slicknav_nav a, .slicknav_nav a:visited {
	color: #000;
}
.slicknav_nav a:hover {
	background: #7A826A;
	color: #fff;
}
.slicknav_nav .slicknav_item:hover {
	background: #7A826A;
	color: #fff;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
	font-weight: normal;
}
.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slicknav_nav .slicknav_arrow {
	color: #000;	
}
@media screen and (max-width: 896px) { 
	.js .slicknav_menu {
		display:block;
	}
}
/*@start of desktop menu */
nav {
	display:none;
}
@media only screen and (min-width: 897px) {
	nav {
		display: block;
		background: #fff;
	}
}
nav { 
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	float: right;
}
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
nav ul li {
  display: inline-block;
  position: relative;
  font-size: 22px;
}
nav ul li a {
  color: #000;
  display: block;
  padding: 15px 14px;
  transition: 0.3s linear;
  text-decoration: none;
  letter-spacing: .85px;
}
nav ul li a:visited {
  color: #000;
  background: #fff;
}
nav ul li a:hover {
  color: #7a826a;
  background: #fff;
}
nav ul li:hover { 
	color: #7a826a;
}
nav ul li ul {
  display: none;
  position: absolute;
  width: 275px;
}
nav ul li ul li ul {
  display: none;
  position: absolute;
  top: 0;
  right: -275px;
  width: 275px;
}
nav ul li ul li {
  display: block;
  font-size: 18px;
}
nav ul li ul li ul li {
  font-size: 18px;
}
nav ul li ul li:first-child, ul li ul li ul li:second-child { 
	border-top: none; 
}
nav ul li ul li a, nav ul li ul li ul li a {
  color: #000;
  background: #fff;
  display: block;
  padding: 8px 10px 8px 15px;
}
nav ul li ul li a:hover, nav ul li ul li ul li a:hover { 
	color: #fff;
	background: #7a826a; 
}
/* @start content area */  
.main-content {
    padding: 1% 5%;
    background-color: #fff;
    border-top: none;
}
@media only screen and (min-width: 481px) {
	.main-content {
		padding: 3%;
	}
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 3% 10%;
	}
}
/*@start footer */
.main-footer {
    padding: 1% 5%;
    background: #7a826a;
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	line-height: 145%;
}
.review {
	font-family: 'Caveat', cursive;
	font-size: 1.35em;
	color: #7a826a;	
	font-weight: 500;
	text-transform: none;
	line-height: 1.2;
}
@media only screen and (min-width: 897px) {
	.review {
		font-size: 1.65em;
		line-height: normal;
	}		
}
.reviewer {
	font-size: 1em;
	color: #000;
	line-height: normal;
	text-transform: uppercase;
}
/* @start columns */
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 62%;	
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 20px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
		margin: auto;
	}
}
.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 62%;	
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 20px auto 50px auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
		margin: auto;
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 2.5%;
	}
}
.col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1fourth {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 947px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
.clearDiv {
	clear:both;
}
/* @start headings */
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-family: 'Caveat', cursive;
	font-size: 1.65em;
	color: #000;	
	font-weight: 500;
}
@media only screen and (min-width: 347px) {
	h1 {
		font-size: 1.85em;
	}		
}
@media only screen and (min-width: 397px) {
	h1 {
		font-size: 2em;
	}		
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 2.25em;
	}		
}
h2 {
	font-size: 1.5em;
	color: #7A826A;
}
@media only screen and (min-width: 897px) {
	h2 {
		font-size: 1.65em;
	}
}
h3 {
	font-size: 1.4em;
	color: #6c6d6b;
}
@media only screen and (min-width: 897px) {
	h3 {
		font-size: 1.5em;
	}
}
h4 {
	font-size: 1.2em;
	color: #000;
}
@media only screen and (min-width: 897px) {
	h4 {
		font-size: 1.35em;
	}
}
h5 {
    font-size: 1.1em;
    color : #7A826A;
}
h6 {
    font-size: 1.1em;
    color : #6c6d6b;
}
/*@start links */
a  {
  color : #7A826A;
}

a:visited {
  color : #7A826A;
}

a:hover  {
  color : #000;
}
a.copyright {
	color: #fff;
	text-decoration: none;
}
a.copyright:visited {
	color: #fff;
}	
a.copyright:hover {
	color: #EEEFEB;
}
/*@start images */
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}
.imgHMPad {
	border: none;
	margin: 0 10px;
}
.imgVMPad {
	border: none;
	margin: 10px 0;
}
.imgBMPad {
	border: none;
	margin: 10px;
}
.imgShadow {
	width: 90%;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.imgRight {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/* @buttons */
.linkButton {
	display: inline-block;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
}
.linkButton:hover  {
	background: #666;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.greenLink  {
	background: #7A826A;
}
.blackLink  {
	background: #000000;
}
/*@ misc */
.colorBox {
	background-color: #f3f4f1;
	padding: 10px 20px;
	margin: 20px 0;
}
@media only screen and (min-width: 897px) {
	.colorBox {
		padding: 25px 50px;
		margin: 25px 0 50px 0;
	}
}
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #EEEFEB;
    background: #EEEFEB;
    margin: 2em 0;
}
.largerText {
	font-size: 125%;
}
/*@start Home Page */
.slider-content {
    padding: 1% 5%;
    background-color: #eeefeb;
}
@media only screen and (min-width: 481px) {
	.slider-content {
		padding: 3%;
	}
}
@media only screen and (min-width: 897px) {
	.slider-content {
		padding: 3% 5% 8% 2%;
	}
}
.quote-content {
    padding: 1% 5%;
    background-color: #ffffff;
}
@media only screen and (min-width: 481px) {
	.quote-content {
		padding: 3%;
	}
}
@media only screen and (min-width: 897px) {
	.quote-content {
		padding: 3% 5% 0 5%;
	}
}
.quote-content p {
	margin-top: 0;
}
.sliderDate {
    display: inherit;
	padding: 5px 7px;
    background: #000;
    color: #fff;    
    font-size: 1em;
    text-align: center;
}
.photoCaption {
	text-align: center;
	font-size: 85%; 
	color: #7A826A;
}
.highlight-content {
    padding: 1% 3%;
    background-color: #eeefeb;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 2%;
	}
}
/*@start Book Pages*/
.paintingImage {
    float: none;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
}
.paintingPage {
	width: 95%;
	margin: 0 auto 25px auto;
	max-width: 265px;
}
@media only screen and (min-width: 897px) {
	.paintingPage {
		margin: 0;
	}	
}
.paintingsPage {
	margin: 0 auto;
	width: 90%;
	max-width: 250px;
}
@media only screen and (min-width: 947px) {
	.paintingsPage {
		margin: 0;
	}	
}
.seriesPage {
	margin: 15px auto;
	width: 200px;
}
@media only screen and (min-width: 897px) {
	.seriesPage {
		margin: 0px 15px 20px 15px;
		width: 140px;
	}	
}
/* BX Slider */
.bx-wrapper {
    margin: 25px auto;
}
/*Accordion Tabs*/
.r-tabs {
	position: relative;
	background-color: #fff;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px 0 0;
	font-size: 1.85em;
    background: #fff;
    margin: 0 5px;
    border-radius: 5px;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	text-shadow: none;
	background-color: #fff;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #fff;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 0;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 0 0;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	font-size: 1.65em;
	font-weight: normal;
	color: #000;
	text-shadow: none;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
/*@start About page */
.bioPic {
    max-width: 200px;
    float: none;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 10px auto;
}
@media only screen and (min-width: 347px) {
	.bioPic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.bioPic {	
		max-width: 190px;
	}
}
@media only screen and (min-width: 1047px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1197px) {
	.bioPic {	
		max-width: 300px;
	}
}
/* @start Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#e42f5a; 
}
.floraforms .field-label em { 
	color:#e42f5a;
}
/* @form element :hover state 
-------------------------------------------- */
.floraforms .flo-input:hover,
.floraforms .flo-textarea:hover,
.floraforms .flo-select > select:hover,
.floraforms .flo-selectmulti select:hover, 
.floraforms .flo-input:hover ~ .flo-hint,
.floraforms .flo-file .file-input:hover + .flo-input,
.floraforms .flo-textarea:hover ~ .flo-hint {
	border-color: #000;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select > select,
.floraforms .flo-selectmulti select {
	border: 1px solid #EEEFEB;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #7A826A;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #000; }
.floraforms .btn-themed:active{ background-color: #000; }


.floraforms .alert-info { color:#e42f5a; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #7A826A; }
.floraforms .alert-warning { color: #fff; background-color: #e42f5a; }
.floraforms .alert-error { color:#e42f5a; background-color: #fff; }

/* @form element :focus state 
-------------------------------------------------------- */
.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select > select:focus,
.floraforms .flo-selectmulti select:focus{ border-color: #7A826A; color: #333; }
.floraforms .flo-selectmulti select:focus, 
.floraforms .flo-input:focus ~ .flo-hint,
.floraforms .flo-textarea:focus ~ .flo-hint, 
.floraforms .flo-file .file-input:focus + .flo-input{ border-color: #7A826A; }
.floraforms .flo-select > select:focus + .arrow { color: #7A826A; }

/* @validation - error state
------------------------------------- */
.floraforms .state-error .flo-input,
.floraforms .state-error .flo-textarea,
.floraforms .state-error.flo-select > select,
.floraforms .state-error.flo-selectmulti > select,
.floraforms .state-error input:hover + .flo-checkbox, 
.floraforms .state-error input:hover + .flo-radio,
.floraforms .state-error input:focus + .flo-checkbox, 
.floraforms .state-error input:focus + .flo-radio,
.floraforms .state-error .flo-checkbox, 
.floraforms .state-error .flo-radio{
	background: rgba(255, 231, 192, 0.35);
	border-color: #EEEFEB;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #EEEFEB;
	border-left: none;
}
.floraforms .refresh-captcha i { 
	color: #000; 
}
.floraforms .frm-header, .floraforms .frm-footer {
    padding: 0;
    background: #fff;
}
/*phplist customizations */
.joinBox input[type="submit"] {
    background:#7A826A;
	padding: 5px 15px;
    border: none;
     -moz-border-radius: 0px;
    border-radius: 0px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin: 10px 5px 10px 0;
	color: #fff;
	cursor: pointer;
}
.joinBox input[type="submit"]:hover {
    background:#000;
}
.joinBox input[type="text"] {
    background: #fff;
    margin: 0 0 10px 5px;
	border: 1px solid #ccc;
    color: #4C4C4C;
    padding: 5px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 55%;
}
@media only screen and (min-width: 897px) {
	.joinBox input[type="text"] {
		max-width: 75%;
		margin: 0 0 10px 5px;
	}
}
/*shoprocket customizations */
body .sr-element {
	font-family: 'Roboto Condensed', sans-serif;
}
body .sr-products .sr-item .sr-item-info .sr-name {
    font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25em;
}
body .sr-modal-details .sr-product-name {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
    font-weight: 500;
}
body .sr-buttons-standard .sr-product-buttons .sr-product-buttons-actions .sr-product-button span {
	font-family: 'Roboto Condensed', sans-serif;
}
body .sr-element button *, .sr-products .sr-item .sr-item-inner .sr-product-buttons * {
	font-family: 'Roboto Condensed', sans-serif;
}
body .sr-products .sr-item .sr-item-info .sr-name {
	font-weight: normal;
	font-size: 1.25em;
}
body .sr-modal-container .sr-modal .sr-product-summary, body .sr-modal-details .sr-product-price-wrapper, body .sr-modal .sr-product-description * {
	font-family: 'Roboto Condensed', sans-serif;
}
body .sr-products .sr-item .sr-item-info .sr-summary:not(:empty) {	
	font-family: 'Roboto Condensed', sans-serif;
}
body .sr-products .sr-item .sr-item-info .sr-price-holder * {
	font-family: 'Roboto Condensed', sans-serif;
	color: #7A826A;
	font-size: 1.25em;	
}
body .sr-cart .sr-product-name, .sr-cart .sr-quantity-input {
	font-family: 'Roboto Condensed', sans-serif;
	color: #7A826A;
	font-size: 1em;	
}
body .sr-modal-container select.sr-select, select.sr-select, .sr-cart .sr-quantity-input, .sr-modal-body .sr-modal-details .sr-quantity-input  {
	font-family: 'Roboto Condensed', sans-serif;
}
body .sr-element .sr-product-description a *, .sr-element a {
    text-decoration: underline;
    cursor: pointer;
    display: inline;
}
body .sr-element h3, .sr-element h3 * {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 500;
}
body .sr-ribbons div {
	background: #7A826A;
}
#fullset, #bogo11x14, #bogo8x10 {
    scroll-margin-top: 50px;
}