/*
Theme Name: Cheshire Art Gallery
Author: Nicola Gilmore
Description: Cheshire Art Gallery theme 2015
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unite
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments



*/


/* =Global
----------------------------------------------- */


@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
	color: #EEEEEE;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 13px;
	/*font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
	font-family: 'open_sansregular', Verdana, sans-serif !important;
	/*font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */

}

a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
	color: #d1d1d1;
	font-family: 'open_sansregular';
}

h4, h5, h6 {
	color:#fff;
}

h1,
.h1 {
  font-size: 33px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 16px;
}

h4,
.h4 {
  font-size: 14px;
  color:#d1d1d1;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	background-color:#333;
	border:1px solid #333;
	color:#FFF;
}

input.button {
	background-color:#666;
	border:1px solid #000;
	color:#FFF;
}

.btn-primary, .label-primary, .carousel-caption h4 {
	background-color:#333 !important;
	border:#333;
	color:#FFF !important;	
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #FFF;
	border: 1px solid #333;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #FFF;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.cta {background-color:#CCC; color:#000; padding: 3px;}

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

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .pull-left,
  .pull-right {
  	float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #54397E;
}
.btn-primary, .label-primary {
	background-color: #54397E;
	border-color: #54397E;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #4b3371;
	border-color: #4b3371;
}
.widget .input-group {
    width: 110%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #54397E !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #54397E !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-branding h1 {
	margin-top:10px;
}

.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

.site-title {
	text-transform:lowercase;
	line-height: 27px;
}

.site-logo, body.woocommerce .site-logo {
	max-width:80%;	
}

.header-full {
	width: 100%;	
	background-color:#000;
	top:0;
	position:fixed;
	z-index:100000;
	min-height:110px;
}

.site-content {
	margin-top:150px;	
}



.site-header {
	background-color:#000;	
	color:#FFF;
}

.site-branding .site-title {
	color: #FFF;	
}

.site-branding .site-title a {
	color:#FFF;
}




body.woocommerce .site-content {
	margin-top: 150px;	
}

.featuredimage {
	max-width:100%;
	max-height:320px;	
	margin-bottom:50px;
}

.cheshire {
	font-size:	24px;
	color:#CCC;
}


.socialhead {
	float: right;
	text-align:right;
	margin-top:20px;
}

.socialhead ul {
	margin: 10px 0 5px;
	padding:0;
}

.socialhead ul li {
	display: inline-block;
	margin-left:20px;
	height:20px;
	list-style-type:none;
}

.phone-no {
	font-size: 14px;	
	font-family: 'open_sanslight';
	line-height:20px;
}

#homemain {
	clear:both;
	float: left;
	width: 100%;
}

.new-in {
	width: 28%;
	padding:1%;
	float: right;
	background-color:#000;
	font-size:12px;
	color:#EEE;
}

. ie9 #hack{
	width: 15%\9; /* IE6, IE7, IE8, IE9 */
	}
	

.new-image {
	margin-bottom: 10px;
	max-width:290px;
	/*max-height:270px;*/
}

.new-in h2 {
	font-size: 24px;
	margin-top:0;
}

.artistname {
	font-size: 18px;
	line-height: 20px;

}

.featured-artist {
	clear: both;
	float:left;
	width:100%;
	text-align:center;
	border-top: 1px solid #000000;
	margin: 20px 0;
	padding:10px 0;
}

.featured-artist .an-item {
	margin-right: 20px !important;	
}

.an-title {
	font-size: 13px;
	line-height:normal;
	color:#000 !important;
	height: 55px;
	font-weight:normal !important;
}

.an-price, .an-view {
	background-color:#F2F2F2;
	color:#000;
	font-size:13px;
	padding: 1%;
	margin: 0;
}

.an-ends {
	display: none;	
}

.buy-paintings {
	clear: both;
	float: left;
	width:56%;
	padding:3%;
	background-color:#000;
	line-height:normal;
	line-height:18px;
}

.buy-paintings h4, .twitterfeed h4, .twitterfeed h4 a {
	font-size: 20px;
	margin-top:0;
	color:#fff;
}

.twitterfeed h4 {
	background-image: url(images/twitter-blue.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:40px;
}

.twitterfeed {
	width: 35%;
	float:right;	
	margin-top:20px;
}

.newsletter {
	clear:both;
	float:left;
	width:100%;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin: 30px 0 10px;
	text-align: center;
}

input#mce-EMAIL {
	font-size: 12px !important;	
}

#wpcf7-f116-p15-o1 {
	width: 40%;
	margin-right: 10%;
	float:left;	
}

#mc_embed_signup {
	background-color:#121212 !important;	
}

.entry-content {
	font-family: 'open_sansregular', Verdana, sans-serif !important;
	/*font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */
	
}

.posted_in, .tagged_as {
	display:none;	
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #54397E;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}

.navbar {
	margin-bottom:0;	
}

.navbar.navbar-default {
  background-color: #54397E;
  font-weight: 200;
  font-family: 'open_sansregular';
text-transform:uppercase;
  font-size:13px;
  border-top:1px solid #878586;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-right: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid #878586);
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #878586;
  background-color: #333;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 18px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #54397E;
	border: none;
	color:#000;
	font-size: 12px;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
	font-size: 12px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:40px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}




/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;
	padding-left: 0;
}

.comment-list li {
	list-style: none!important;
}

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #EEE;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #54397E;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 33px;
  font-weight: 100;
  color: #54397E;
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #54397E;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
	color: #FFF;
  background-color: #54397E;
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: #54397E;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
	margin: 0;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #54397E;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */
.foot-col {
	width: 20%;
	margin-right: 5%;
	float: left;
	color:#e6e6e6;
	margin-bottom:20px;
	font-size:12px;
}

.foot-title {
	font-size: 15px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:10px;
	font-family: 'open_sanslight';
}

ul#menu-footer2 {
	list-style-type: none;
	padding:0;
}

ul#menu-footer2 > li {
	margin-bottom:5px;
}

.credits {
	clear:both;
	text-align:center;
	padding:20px 0 0;
	border-top:1px solid #fff;
	font-size: 11px;
	color:#CCC;
}



.footer-nav.nav > li {
  position: relative;
  display:block;
  margin-bottom: 5px;
}
.footer-nav.nav > li a {
	padding:0;
}

.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #54397E;
  padding: 20px 0;
  margin-top: 20px;
  font-size:13px;
}
.site-info a {
  color: #eee;
}
.site-info a:hover {
	color: #fff;
	text-decoration:underline;
}
.site-info {
  	color: #fff;
  	font-size: 13px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		display: none;
	}
}


/* =Social icons
----------------------------------------------- */

.social-profile {
  font-size: 24px;
  margin: 6px;
  color: #DDD;
}

#social {
  float: right;
  top: 55px;
  position: relative;
}

.social-profile.facebook:hover {color: #3b5998;}
.social-profile.twitter:hover {color: #00aced ;}
.social-profile.google-plus:hover {color: #dd4b39;}
.social-profile.youtube:hover {color: #bb0000;}
.social-profile.linkedin:hover {color: #007bb6;}
.social-profile.pinterest:hover {color: #cb2027;}
.social-profile.rss:hover {color: #F0AD4E;}
.social-profile.tumblr:hover {color: #32506d;}
.social-profile.flickr:hover {color: #ff0084;}
.social-profile.instagram:hover {color: #517fa4;}
.social-profile.dribbble:hover {color: #E56193;}
.social-profile.skype:hover {color: #00AFF0;}
.social-profile.square:hover {color: #6D7177;}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 55px;
		position: relative;
	}
}

@media (max-width: 992px) {
	.site-branding {
		text-align: center;
	}
	#social {
		top: 0;
		float: none;
		text-align: center;
	}
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
	background: #54397e;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}
.carousel-caption p {
	background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

/* =WooCommerce styling
----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
    margin-right: 30px;
}


body.woocommerce #primary {
width:100%;
} 

.related, .upsells {
	clear: both;	
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#50A6C2;	
}

div.pp_woocommerce .pp_content_container {
	background-color:#000;
	color:#FFF;	
}

.product-category h3 {
}

.product-category a img {
}

ul.products > li > a {
/*display:flex;*/
flex-direction: column;
}

ul.products > li > a img{
order:2;
}

ul.products .add_to_cart_button, ul.products .product_type_simple {
	display: none;	
}

.carousel-caption h4 a {
	color:#FFF;	
}

.carousel-caption h4 a:hover {
	color:#FFF;	
	text-decoration:underline;
}


body.woocommerce #secondary {
	display:none;
}

.count {
	display:none;	
}

#searchform {
}

input#s {
	background-color:#000;
	border:none;
	border-bottom: 1px solid #666;
}

input.button-search {
	background-color: #000 !important;
	border: none;
	padding-right: 10px;
}

ul.wc-tabs {
	display:none;
}

.woocommerce-Tabs-panel {
	background-color: #121212;
	border:none;
}

.woocommerce-tabs {
	float: right;
	width: 48%;
	clear:none !important;
}


@media screen and (max-width: 990px) {
.socialhead {
	clear:both;
	float: none;
	text-align:center;
	margin-top:10px;
}

#homemain {
	width: 100%;	
}

.new-in {
	display:none;
}

.featuredimage {
	margin-bottom:10px;
}



}

@media screen and (max-width: 700px) {
	
.header-full {
	position:relative;
	min-height:auto;
	margin-bottom:10px;
}

.site-content {
	margin-top: 0;	
}

body.woocommerce .site-content {
	margin-top: 10px;	
}


.buy-paintings {
	clear: both;
	float: none;
	width:94%;
	padding:3%;
	min-height:220px;
}

.twitterfeed {
	clear: both;
	float: none;
	width:94%;
	padding:3%;
}

.featuredimage {
	margin-bottom:10px;
}



}


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


.header-full {
	position:relative;
	min-height:auto;
}

.site-content {
	margin-top: 10px;	
}

body.woocommerce .site-content {
	margin-top: 10px;	
}


#wpcf7-f116-p15-o1 {
	width: 100%;
	margin-right: 0;
	float:none;	
}

#homemain #post-6, #homemain h1 {
	text-align:center;	
}

.foot-col {
	width: 100%;
	clear:both;
	margin-right: 0;
	float: none;
	margin-bottom:20px;
}

.new-in {
	clear:both;
	display:block;
	width: 96%;
	padding:2%;
	float: none;
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}

.new-in img {
	padding-left:2%;
}

.buy-paintings {
	float: none;
	width:96%;
	padding:2%;
	text-align:center;
}


.buy-paintings img {
	width: 100%;
	margin-bottom:20px;
}

.twitterfeed {
	clear: both;
	float: none;
	width:94%;
	padding:3%;
	text-align:center;
}


}




/* Safari 9.0+ */

/*@supports (overflow:-webkit-marquee) and (justify-content:inherit) 
{

  .woocommerce ul.products li.product a img {
	max-width: 300px;
	height:auto;	
  }

}*/



/*.woocommerce ul.products li.product a img {
	max-width: 240px;
	height:100%;	


/*img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
	width:100%;
	height:10;
}*/