body
{
	min-width: 320px;	
}

.container
{
	min-width: 320px;	
}

.skip-link, .edit-link, .post-edit-link
{
	display: none;	
}

.center
{
	text-align: center;	
}

.right
{
	text-align: right;
}

.img-responsive
{
	width: 100%;	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a
{
	outline: 0;	
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.socialmedia
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.socialmedia li
{
	display: inline-block;
}

.socialmedia li a:hover, .socialmedia li a:focus
{
	text-decoration: none;
}

.socialmedia li a:hover
{
	opacity: .7;	
}

.clear
{
	clear: both;
}

.nopadding
{
	padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: medium;
    text-shadow: none !important;
    padding-bottom: .6em;
}




/*Previous Next Links*/
h3.previousnextlinks {
  margin: 0;
  padding: 0; }
  h3.previousnextlinks a {
    color: #666666; }
  h3.previousnextlinks a:hover {
    text-decoration: none; }
  h3.previousnextlinks .nextlink {
    margin-left: 7px; }
  h3.previousnextlinks .previouslink {
    margin-right: 7px; }

/*End Previous Next Links*/




h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

body
{
	font-size: 15px;
}


ul, ol
{
	margin: 0;
}


.artworksingle .titledimensions, .single-product .titledimensions {
  text-align: center; }
  .artworksingle .titledimensions a, .single-product .titledimensions a {
    color: #000000; }
  .artworksingle .titledimensions .mobilearrow:hover, .single-product .titledimensions .mobilearrow:hover {
    opacity: .7; }
  .artworksingle .titledimensions .text-right, .single-product .titledimensions .text-right {
    text-align: center; }

@media (min-width: 768px) {
  .artworksingle .titledimensions, .single-product .titledimensions {
    text-align: left; }
    .artworksingle .titledimensions .text-right, .single-product .titledimensions .text-right {
      text-align: right; }
}

.navbar-light .navbar-toggler, 
.navbar-dark .navbar-toggler
{
	border: 0;
	padding: 0;
	margin-top:-3px;
}



.navbar-light .navbar-toggler-icon
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler-icon
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}