/*
Theme Name: Canvas Child Theme
Theme URI: http://www.sunsoftinternet.com/
Version: 1.2.6
Description: Custom Theme based on Canvas
Author: Sunsoft Internet
Author URI: http://www.sunsoftinternet.com
Template: canvas
*/
/* Default styles */
@import "../canvas/css/reset.css";
@import "../canvas/style.css";
@import "../canvas/css/layout.css";

.page-title, .post .title, .page .title { clear:both; }

.tag-featured {
    background-color: #F4F3F1;
    border-radius: 5px 5px 5px 5px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position:right top;
    background-image: url("images/featured1.png");
}

.tag-featured {
    background-image: none;
}

.tag-featured-item {
	background-image: url("images/featured2.png");
	width:100%;
	height:100px;
	position:absolute;
	background-position:right top;
	background-repeat:no-repeat;
	z-index:100;
	margin-top:-5px;
	margin-left:5px;
}

#main {position:relative;}
.block {position:relative;}


#TellAFriend_BoxContainer {
position: fixed !important;
top: 15% !important;
left: 50% !important;
margin-left: -195px !important;
border: none;
z-index: 99999 !important;
}

#EmailBusiness_BoxContainer {
position: fixed !important;
top: 15% !important;
left: 50% !important;
margin-left: -195px !important;
z-index: 99999 !important;
}
.myfriend {
    float: left;
    width: 32%;
}
.email-bsiness {
    float: left;
    width: 32%;
}
.jshowoff img {
border: none;
padding: 0px;
}
.myfriend img {
border: none;
}
.email-bsiness img {
border: none;
}

.mylisting {
float: left;
width: 32%;
}
.mylisting img {
border: none;
}

.only-buttons {
    float: left;
    width: 100%;
}
body.full-header.full-slider #loopedSlider{
	margin-top: 0px;
}

/*.woo-image.thumbnail.alignleft ,.thumbnail.alignleft {
height: 100px !important;
}*/
#tab-pop .woo-image.thumbnail {
width:45px !important;
height:45px !important;
}
/*
body.single.single-post article > a > img {
width:90% !important;
height: 100% !important;
}
*/
#topad {
    float: right;
    margin: 0;
}
img {
    background: none !important;
}
.feedback .flex-prev:before,
.feedback .flex-next:before {
  font-family: "FontAwesome";
}

#post-gallery .pagination .jcarousel-prev:before {
  font-family: "FontAwesome";
  content: "\f053";
}

#post-gallery .pagination .jcarousel-next:after {
  font-family: "FontAwesome";
  content: "\f054";
}

#post-gallery .pagination .jcarousel-prev:before,
#post-gallery .pagination .jcarousel-next:after {
  position: absolute;
  top: 2px;
  left: 0px;
  font-size: 24px;
  color: #666;
  color: rgba(0, 0, 0, 0.6);
}

#post-gallery .pagination .jcarousel-prev:hover:before,
#post-gallery .pagination .jcarousel-next:hover:after {
  color: #222;
}

#navigation .nav-home:hover,
#navigation .nav-close:hover,
#navigation .cart-contents:hover,
#navigation ul.rss li a:hover {
  opacity: 0.8;
}
/* Feedback */
.widget_woo_feedback {
  position: relative;
  padding-top: 5px;
}
.feedback .feedback-list > div {
  display: none;
}
.feedback .feedback-list {
  margin-top: 15px;
}
.feedback .feedback-list cite {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.feedback .feedback-list .feedback-url {
  display: block;
}
.feedback .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  list-style-type: none;
}
.feedback .flex-direction-nav li {
  float: left;
}
.feedback .flex-prev,
.feedback .flex-next {
  padding-top: 30px;
  width: 26px;
}
.feedback .flex-prev:before,
.feedback .flex-next:before {
  font-size: 20px;
}
a.flex-prev,
a.flex-next {
  display: block;
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 0;
  padding-top: 30px;
}
a.flex-prev:hover,
a.flex-next:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 1200px) {
  .business #loopedSlider a.flex-prev {
    left: -25px;
  }
  .business #loopedSlider a.flex-prev:before,
  .business #loopedSlider a.flex-next:before {
    font-size: 16px;
  }
  .business #loopedSlider a.flex-next {
    right: -30px;
  }
 
}
.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

#loopedSlider .content .title {
    margin: 0;
}
#loopedSlider .content p, #loopedSlider .content h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    max-width: 350px;
}
#loopedSlider .content h2 {
    float: left;
    font-size: 26px;
    padding: 10px 20px;
}
#loopedSlider .content h2 a, #loopedSlider .content h2 a:visited {
    color: #FFFFFF;
}
a.flex-prev,
a.flex-next {
  display: block;
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 0;
  padding-top: 30px;
}
a.flex-prev:hover,
a.flex-next:hover {
  text-decoration: none !important;
}

.magazine #loopedSlider a.previous,
.magazine #loopedSlider a.flex-prev {
  position: absolute;
  bottom: 10px;
  right: 50px;
  z-index: 999;
}
.magazine #loopedSlider.has-pagination a.previous,
.magazine #loopedSlider.has-pagination a.flex-prev,
.magazine #loopedSlider.has-pagination a.flex-next {
  bottom: 40px;
}
.magazine #loopedSlider a.flex-next {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 999;
}
/*
.block .thumbnail.alignleft {
    width: 80%;
}
.woo-image.thumbnail.alignleft {
    height: 100px;
}
*/
/* For top image display none */
.single-post.single #main article > a img {
   /* display: none !important;*/
}


#EmailBusiness_BoxContainerHeader,
#TellAFriend_BoxContainerHeader {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
#EmailBusiness_BoxTitle,
#TellAFriend_BoxTitle{
    color: #000000;
}
#EmailBusiness_BoxClose,
#TellAFriend_BoxClose{
	display:none;
}

@media only screen and (max-width: 540px) {
	.entry img, 
	img.thumbnail, 
	#portfolio .group.portfolio-img img{
		max-width: 70%;
	}
}

/* Remove 'comments are closed' message */
.nocomments {
display: none;
}