
/*------------------------------------------------------------------
[Table of contents]

1. WordPress Core
2. Articles
3. Buddypress
4. Woocommerce

-------------------------------------------------------------------*/

/* 1. WordPress Core */
.pager {
	border-top: 1px solid #DDD;
	padding-top: 20px;
}
.post .entry-content  li {list-style: inherit !important;}

.pager li > a, .pager li > span {
	  transition: all 0.3s;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;

	  color: #FFF;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;

	  background: #222222;
}
.pager li > a i.icon-long-arrow-right {
	margin-left:15px;
	}
.pager li > a i.icon-long-arrow-left {
	margin-right:15px;
}
.pager li > a:hover {
	color: #FFF;
	background: #222;
}
.relative {
	position: relative !important;
}
.bypostauthor,
.gallery-caption{display: inherit;}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 1.2em 1em;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

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

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

a img.alignnone {
    margin: 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;
}

.sticky_text {
 background: #857F79; */

padding: 10px;
 color: #FFF;
 padding: 5px 10px;
 border-radius: 3px;
 display: inline-block;
 margin: 1px 0 10px;
}
.sticky p, .sticky a{
	/* color: #FFF; */
}
.margin_30 {margin: 10px 0 0px;font-size: 14px;}
.more-link{
	color: #428BCA;
}

article ul {  padding: 0 20px;}

.page article .article-img {
	margin-bottom:40px;
}

.nav-links span.current {
	border: 2px solid #333 !important;
}
.nav-links a.page-numbers ,.nav-links span.current {
	border: 2px solid #DDD;
	padding: 5px 10px;
	display: inline-block;
}
.dgx-donate-form-section h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 20px;
}
.dgx-donate-form-section .aftertext {
  margin-left: 0;
}
.CausesTitle {  margin: 0px 0 10px;}
h1, h2, h3, h4, h5, h6 {  word-spacing: 0px;}
.tribe-events-day-time-slot img {  margin-bottom: 30px; max-width:100%}
.tribe-events-day .tribe-events-day-time-slot h5 {margin-top:0}
footer.footer-top {
  padding: 15px 0 30px;
}
.copyright {margin:0;}

.social-icons li  {float:right; list-style:none;}
.social-icons a {
	/* opacity:0.5; */
	color: #fff;
	font-size: 22px;
	margin-left: 10px;
}
.subscribe-form li {list-style: none; margin-bottom: 0px; }
.tribe-events-list h2.tribe-events-page-title {
  margin-bottom: 30px;
}
.event-single-title {font-size:20px;}
input[type=radio], input[type=checkbox] {
  margin: -2px 5px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.attachment-causes {max-width: 100%}

#widget-area .widget img{
	max-width:100%;
}
#widget-area .widget:last-child {
	padding-bottom:0px !important;
}
#widget-area #searchform  {
	position:relative;
	max-height: 50px;
	/* width: 95.5%; */
}
#widget-area .menu {
	opacity: 1 !important;
}
#widget-area #searchform input#searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(249, 241, 230, 0);
    border: 0;
    background: #19a9e5;
    margin-left: 0;
    height: 40px;
    min-width: 75px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#widget-area #searchform input[type="text"] {
	width: 76%;
	-webkit-box-sizing: content-box;        font-size: 14px;    font-weight: 100;    position: relative;    overflow: hidden;
	border: none;
	-webkit-border-radius: 6px 0 0 6px;    -moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;    background: #eee;
	background-clip: padding-box;    box-shadow: none;    -webkit-transition: all 0.3s;    transition: all 0.3s;    height: 40px;
	padding: 0 20px;
}

label.screen-reader-text {
	display: none;
}

span.comment-author-link {
}

.widget ul li {list-style:none}

.widget table thead th, table tbody td, table tr td {
	display: table-cell;
	padding: 8px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}
.widget  table thead tr th {
	font-size: 14px;
	font-weight: normal;
}
.widget  table tr td, table tbody tr td {
	font-size: 12px;
	color: #333;
}
.widget #calendar_wrap caption {
	text-align: left;
	font-size: 14px;
	padding: 0 0 20px;
}
.widget select {
	width: 202px;
	padding: 10px;
	margin: 0 0 15px;

}
.widget{
	margin-bottom: 40px;
	position: relative;

}
footer li.widget {
	list-style:none;
}
footer #newsletter{
	margin-top:15px;
}
footer .widget{
	margin-bottom: 0px;

}
.widget ul {
	margin:0;
	padding:0;
	/* display: inline-block; */
}

.woo-sidebar .widget { 	margin-bottom: 20px ; 	display: inline-block; 	width: 100%;}
.woo-sidebar .widget ul { 	margin:0; 	padding:0;  display: inline-block; }

#widget-area .widget ul li {
	/* list-style:none; */
	margin-bottom: 5px;
	/* border-bottom: 1px solid #E6DDD4; */
	padding: 0 0 7px;
}
.widget ul li a{
	text-transform: capitalize;
	color: #000;
}
footer .widget ul li a{

	color: #CCC0C0;
}


#primary.eventsPage {
	padding:60px 0 ;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 500;
	display: -webkit-box;
}
#primary {
	padding:40px 0 0;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
#primary iframe{
	max-width: 100%
}
section.page {
	padding:0;
}
.post-meta-first {
	margin-bottom: 15px;
	padding-bottom: 0px;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 14px;
}
.post-meta-second {}
.post-meta-second span i, .post-meta-first span i{
	margin: 0 6px 0 6px;
	padding-right: 3px;
	font-size: 14px;
	vertical-align: inherit;
}
.post-meta-second span:first-child i, .post-meta-first span:first-child  i{
	margin-left:0
}
.entry-title {

	/* font-size: 24px; */
	margin: 0;
	margin-bottom:10px
}
.entry-title { color: #857F79;}
.eventsItem {margin-bottom:30px;}

.eventTitle {
	text-transform: capitalize;


	margin: 0px 0;
	padding: 20px;
	background: #eee;
}
.entry-title a{
	padding:0;
	color: #857F79;
	margin-bottom: 4px !important;
	display: inline-block;
}

.article-img , .blog-bg{
	margin-bottom: 30px;
}
article img {
	max-width: 100%;
	height: auto !important;
}
.posts article:last-child {
	border:none !important;
}
.posts article {
	/* margin-bottom: 10px; */

	padding-bottom: 10px;
}
.navigation  h2 {
	display:none;
}
.tags-links{
	border-right: 2px solid #ddd;
	padding: 0px 10px 0 0px;
	display: inline-block;
	margin: 0px 10px 0px 0;
}

p.category {

	padding: 0px 10px 0 0px;
	display: inline-block;
	margin: 0px 10px 0px 0;
}
.meta {
	margin: 20px 0;
	font-size: 12px;
}
code {
	white-space: normal;
  }
.single-post article {
	margin-bottom: 14px;
}
.containerx {}
.containerx .children {
	margin-bottom: 70px;
 }
.comments ul  {
	margin:0;
	padding:0;
}
.comments ul li {
	list-style:none;
	margin-bottom: 15px;
}
.comments ul li span{
	float: left;
	 margin-right: 30px;
 }
.comments ul li .who-comment{
	margin-left: 100px;
	border: 1px solid #EEE;
	padding: 15px;
}
.children {
	margin-bottom: 30px;
}
.text-bold , .comment-reply-title{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 30px;
}
.comment-form textarea {
	  display: block;
  width: 100%;

  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.comment-form .submit {
	border: none;
	margin: 15px 0;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	transition: all 0.3s;
	padding: 12px 18px;        }
.breadcrumbs {
	margin-top:20px;
	/* text-transform: uppercase; */
	font-size: 13px;
}
.right  .breadcrumbs {
	text-align: right;
}
.breadcrumbs.left {
	text-align: left;
}
.breadcrumbs a{
    /* text-transform: uppercase; */
}

span.bredcrumb-separator {
	margin: 0 5px;
}
.content-container {
	position:relative;
	margin-bottom: 0px;}


.content-container footer span{
	position: absolute;
	top: -60px;
	left: 0px;
	background: #2EB267;
	padding: 5px 10px;
	color: #FFF;
}
.content-container footer span a{
	color: #FFF;
}

.align-center.edit-buttons {
	text-align:center;
	position:relative;
}
.align-center.edit-buttons span a{
	color: #FFF;
}
.align-center.edit-buttons span{
	text-align: center;
	position: absolute;
	top: 0px;
	background: #2EB267;
	color: #FFF;
	padding:5px 10px;
}
.video-responsive{
  width:100%;
}
.video-responsive iframe{
width: 100%;

}

.pager .next > a i {
	margin-top: -4px;
	vertical-align: middle;
	margin-left: 8px;
}
.pager .previous > a i {
	margin-top: -4px;
	vertical-align: middle;
	 margin-right: 8px;
 }


.navbar-header .logo {
	vertical-align: middle;
	display: inline-block;
	line-height: 60px;}

.wpcf7-response-output.wpcf7-validation-errors {
	display: inline-block !important;
	margin: 15px !important;
	width: 95% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.type-project .content-container .post-meta-second {
	display:none;
}

.eventsItem img {
	max-width:100%;
	height:auto !important;
}
.event-container .lead.uppercase {
	margin-bottom: 10px;
	text-transform: inherit;
	display: inline-block;
}
.event-container .items.causes{
	display: inline-block;
	margin-right: 10px;
}
.event-container .buttons.causes .button-dark {
	display:block;
	margin: -35px 0 0;
	float: right;
}
.event-container {
	background: #F9F1E6;
	padding: 20px 20px 10px;
	margin-bottom: 30px;
	min-height: 80px;
}
.eventImg {position:relative;}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}
.tribe-events-list-widget ol {padding:0; margin: 20px 0 0; }
.tribe-events-list-widget ol li h4{font-size:12px; font-weight: inherit;}
.tribe-events-widget-link a {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  background: #FF5F5F;
  color: #333;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  }
.rank-container {
	position: absolute;
	bottom: 0px;
	color: #FFF;
}
.rank-container .rank {
	padding: 10px 15px;
	display: inline-block;
	background: #FF5F5F;
}
.rank-container .rank-text {
	padding: 10px 15px;
	display: inline-block;
	background: #000;
}

.strong {
	font-weight: 600;
}
#share-buttons {
	margin: 30px 0;
}
#share-buttons i {
	font-size: 12px;


	border: 2px solid #222222;

	background-color: #222222;


	color: #FFFFFF;

	padding: 6px 5px 6px;
	border-radius: 3px;
	min-width: 40px;
	text-align: center;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin-bottom: 20px !important;
}

.entry-content h1 {  font-size: 36px;}
.entry-content h2 {  font-size: 30px;}
.entry-content h3 {  font-size: 24px;}
.entry-content h4 {  font-size: 18px;}
.entry-content h5 {  font-size: 14px;}
.entry-content h6 {  font-size: 12px;}


.navbar-custom .navbar-brand img {max-width: 125px; width: 100%; max-height: 50px;}
.navbar-header .navbar-brand {display:table;}

.post-password-form input[type=password] {    width: auto;
      margin: 15px;
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #CCC;
  border-radius: 5px 5px 5px 5px;
  font-family: sans-serif;
  font-size: 13px;
      padding: 6px;
  vertical-align: middle;}
.post-password-form input[type=submit] {
transition: all 0.3s;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  background: #FF5F5F;}

  .gallery-content ul {padding:0;}
  .gallery-content ul li{list-style:none;}


/*  2.  Articles   */

article.hentry,
.widget,
.author-bio,
#respond,
#comments,
.intro-box-inner,
.comments-disabled {
    /* border-radius: 4px; */
    /* -webkit-border-radius: 4px; */
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /* border: 1px solid #e9e9e9; */
}

article.hentry {
    /* margin-bottom: 30px; */
    /* background: #fff; */
}

article.hentry .hentry-box {
    /* word-wrap: break-word; */
    /* padding: 5px; */
}
article.hentry.format-aside .hentry-box {background:#eee;}
article.hentry .entry-wrap {
    padding: 43px 35px 35px 35px;
}

.sticky {  background-color: #eee;
  padding: 20px 20px 5px;}

.blog article.hentry .entry-wrap {
    margin-top: -1px;
}

.post-thumb {
    position: relative;
}



.format-standard .post-thumb,
.format-status .post-thumb,
.format-gallery .post-thumb,
.format-quote .post-thumb,
.format-link .post-thumb,
.format-image .post-thumb,
.format-chat .post-thumb {
    overflow: hidden;
    margin-bottom: 30px;
}

.post-thumb img {
    width: 100%;
    height: inherit;
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.format-aside p {
    margin: 0;
}

.format-gallery .post-thumb .flexslider {
    margin: 0;
}

.format-video .media-element {
    padding: 0px;
}

.format-chat .chat-transcript {
    color: #908f8f;
}

.format-chat .chat-transcript p {
    padding: 7px 10px;
    margin: 4px 0;
}

.format-chat .chat-transcript p:nth-child(even) {
    background: #f5f5f5;
}

.format-gallery .gallery-content {
    /* margin-right: -10px; */
    /* margin-bottom: -5px; */
}

.format-gallery .gallery-content li {
    /* width: 25%; */
    /* height: inherit; */
    /* float: left; */
}

.format-gallery .gallery-content li img {
    /* padding: 0 5px 5px 0; */
}

.entry-title {
    font-size: 24px;
    margin-bottom: 1px !important;
    margin-top: 0;
}

.entry-title a:hover {
    color: #F37A5C;
}

.page-title {
    margin-bottom: 30px;
}

.entry-meta {
    margin: 0px 0 0 0;
    padding-bottom: 25px;
    font-family: inherit !important;
    letter-spacing: 0.4px;
    font-weight: normal;
    font-style: normal;
}

.accent {
    border-bottom: 1px solid #fe544a;
    width: 50px;
    margin-bottom: 40px;
    margin-top: -1px;
}

.entry-meta, .entry-meta a {
}

.entry-meta a:hover {
    color: #202222;
}

.entry-meta .post-icon {
    position: relative;
    top: -2px;
}

.entry-meta > span {
    margin-right: 11px;
}

.entry-meta span:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 10px;
}

  .entry-meta .published:before { content: '\f133'; }

.format-standard .entry-meta .format:before { content: '\f0f6'; }

.format-gallery .entry-meta .format:before { content: '\f03e'; }

.format-image .entry-meta .format:before { content: '\f083'; }

.format-link .entry-meta .format:before { content: '\f0c1'; }

.format-chat .entry-meta .format:before { content: '\f0e6'; }

.format-quote .entry-meta .format:before { content: '\f10d'; }

.format-video .entry-meta .format:before { content: '\f03d'; }

.format-audio .entry-meta .format:before { content: '\f001'; }

.format-aside .entry-meta .format:before { content: '\f016'; }

.entry-meta .comment-count:before { content: '\f0e5'; }

.entry-meta .edit:before {
    content: '\f044';
    position: relative;
    top: 1px;
}

.entry-content p{font-size: 14px;}
.entry-content {
    padding: 0;
    display: inline-block;
    width: 100%;
    font-size: 14px !important;
}

.divider {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 40px;
}

.entry-content a {
    /* color: #F37A5C; */
}

.read-more {
    margin: 0 !important;
}

.more-link {
    margin: 0 !important;
    color: #fff !important;
}


/* Link / Quote Post Format ------------- */

.format-quote .entry-media,
.format-status .entry-media,
.format-link .entry-media {
    padding: 30px;
    background-repeat: repeat;
    background-position: center center;
}

.ql_wrapper {
    float: left;
    width: 100%;
    height: auto;
}

.ql_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ql_textwrap {
    position: relative;
    z-index: 2;
}

.format-status .entry-media h3 {
    margin: 0;
}

.format-quote .entry-media h3,
.format-link .entry-media h3,
.entry-media h3 a {
    font-size: 16px;
    /* font-weight: bold; */
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}

.format-quote .entry-media p,
.format-link .entry-media p a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ql_textwrap h3 span[class*='icon-'] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    margin-right: 5px;
}

/* Entry Status - Twitter */
.hentry .entry-status-twitter .twitter-tweet-rendered {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border: none !important;
    box-shadow: none !important;
}

  .format-status .entry-media h3 {
  margin: -17px 0 0;
}

/* 3. buddypress */
#buddypress .activity-list .activity-content .activity-header img.avatar {
  display: none;
}

#buddypress div.activity-meta a.acomment-reply {
  background-color: #FF5F5F;
  border-color: #FF5F5F;
  border-radius: 4px;
  color: #FFF;
  padding: 4px 0px 4px 9px;
}
#buddypress a.bp-primary-action span, #buddypress #reply-title small a span {
  background: #000;
  color: #FFF;
  font-size: 90%;
  margin-left: 9px;
  margin-right: -1px;
  padding: 6px 5px 5px;
  border-radius: 4px;
}

#buddypress div.activity-meta a.fav {  background-color: #F9F1E6;
  border-color: #F9F1E6;
  border-radius: 4px;
  color: #1A1A1A;}
  #buddypress div.activity-meta a.unfav {  background-color: #333;
  border-color: #333;
  border-radius: 4px;
  color: #fff;}

#buddypress div.activity-meta a.delete-activity, #buddypress div.activity-meta a.delete-activity-single {  background-color: #FF5742;   border-color: #FF5742;   border-radius: 4px;   color: #FFF;}
#buddypress div#item-header ul {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0;
}
#buddypress div.activity-comments ul li {border:0}
#buddypress div#item-header div#item-actions h3 {
  margin: 0 0 5px 0;
  font-size: 14px;
}
body.activity-permalink #buddypress div.activity-comments ul li {
  border-width: 1px;
  padding: 10px;
}
#buddypress div.item-list-tabs#subnav ul li.feed {display:none}
#buddypress div.item-list-tabs ul li#activity-filter-select {
  float: left;
  margin: 7px 0 0;
}

#buddypress div.item-list-tabs ul li.last select {
  max-width: 185px;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 10px 0px 20px;
  background: #FF5F5F;
  color: #fff;
  border: 1px solid #FF5F5F;
}
#activity-filter-select label {
  display: none;
}
#buddypress ul.item-list li {border: 0;}

#buddypress .activity-list li.mini {
  font-size: 80%;
  position: relative;
  padding: 15px 0 20px;
  background: #FAFAFA;
  margin-bottom: 5px;
  border: 0;
}
#buddypress form#whats-new-form textarea{overflow:hidden; width:100%;padding: 5px;    min-height: 50px;    border: 1px solid #EEE;    border-radius: 4px;}
#buddypress form#whats-new-form input{  background-color: #333;
  border-color: #333;
  border-radius: 4px;
  color: #FFF;
}
#whats-new-options{overflow: hidden !important;
  min-height: 60px;
  margin-bottom: 30px;}
#buddypress form#whats-new-form #whats-new-options select {
  max-width: 200px;
  margin-top: 12px;
  padding: 5px 10px;
  background: #F9F1E6;
  color: #53504C;
  border: 1px solid #F9F1E6;
  font-size: 11px;
  border-radius: 4px;
}

#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
  background-color: #EEE;
  color: #3C3C3C;
  opacity: 1;
  font-weight: inherit;
  border-radius: 4px;
}

#buddypress div.activity-comments ul {
  padding: 0;
}
#buddypress div.activity-comments ul li:last-child {
  margin-bottom: 0;
  background: #FAFAFA;
  padding: 25px;
  margin-top: 10px;
}

.widget_bp_core_login_widget input[type="text"], .widget_bp_core_login_widget  input[type="password"] {
  font-size: 14px;
  font-family: inherit;
  width: 100%;
  min-height: 30px;
  padding: 10px 10px;
  text-transform: inherit;
  border: 1px solid #DDD;
  margin-bottom: 20px;
  outline: none;
}
.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
    background-color: #FF5F5F;
  border-color: #FF5F5F;
  border-radius: 4px;
  color: #2c2c2a;
  padding: 3px 10px;
  border:0
}
#buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
  background: #FF5F5F;
  border: 1px solid #FF5F5F;
  color: #040404;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

#buddypress div.dir-search {
  float: none;
  margin: 10px 0;
}

#buddypress div.activity-comments form .ac-textarea {
  background: #FFF;
  border: 1px solid #E3E3E3;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 4px;
}

.members-order-select label, .groups-order-select label {display:none}
#buddypress div.item-list-tabs ul li.last {
  float: left;
  margin: 10px 0 0;
}

#buddypress div.dir-search input[type=text]{
  font-size: 90%;
  padding: 1px 15px;
  border-radius: 4px;
}

/* 4. woocommerce */

.section.product-single .product-album .images img, .shopsingle .product-thumbnail img {max-width:100%; height: auto;}
.woocommerce-ordering select {width: auto; padding: 10px; border: 1px solid #eee; font-size:14px;}
.shopsingle .product-thumbnail img, .related .product img {margin-bottom:20px; }
.shopsingle .product {position: relative; }
.product .ribbon {position: absolute; right: 10px; top: 10px; background: #FF5F5F; padding: 10px; color: #fff; font-size:12px; }
.shopsingle .product a , .related .product a {color: #333;}
.shopsingle .product a del , .related .product a del {color: #F00;}
.shopsingle .product a ins, .related .product a ins {text-decoration: none;}
.product-info h4, .quantity.buttons_added, .product-info .single_add_to_cart_button, .section.product-single .product-album .images img {margin:0 0 20px;}
.product-album ul.unstyled li, .tabs li {list-style:none;float: left;}
.product-album ul.unstyled li{float: left;  width: 31.1%;}
.product-album ul.unstyled {  width: 103%;}
.product-album ul.unstyled, .tabs{padding:0;display: inline-block;width: 102%;}
.product-info  .input-text.qty {width: 40px; border: 1px solid #FF5F5F;background: #FF5F5F;color: #fff;text-align: center;padding: 6px;}
.product-info  .plus, .product-info  .minus {background: #333; border: 1px solid #333; color: #FFF;padding: 0px 10px;}
.shopsingle .btn-primary { color: #FFF; background-color: #333; border-color: #333; border-radius: 0px; }
.shopsingle .btn-primary i{ margin-right: 10px; }

.woocommerce-page .edit-link {display: none}

/*
	| ----------------------------------------------------------------------------------------------
	| Product list
	| ----------------------------------------------------------------------------------------------
	*/
	.products-container .product {
		margin-bottom: 30px;
		position: relative;

		overflow: hidden;
}
	.products-container .product:hover {
	}


		/*
		| ----------------------------------------------------------------------------------------------
		| Product thumbnail
		| ----------------------------------------------------------------------------------------------
		*/
		.products-container .product .product-link {

		}
		.products-container .product .product-link .product-thumbnail img {
			transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-webkit-transition: all 0.25s ease-in-out;

			max-width: 100%;
			height: auto;
			margin-bottom: 20px;
}
		.products-container .product .product-link:hover .product-thumbnail img {
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.05);
		}
		.products-container .product .product-thumbnail {
			position: relative;
		}
		.products-container .product .product-thumbnail.loading {
			background: #fafafa url('../img/loading.gif') no-repeat center center;
		}
		.products-container.portrait .product .product-thumbnail {
			/* min-height: 200px; */
			/* max-height: 290px; */
		}
		.products-container.landscape .product .product-thumbnail {
			min-height: 100px;
			max-height: 205px;
		}
		.product-thumbnail > .caption {
			-moz-transition: all 0.15s ease-in;
			-o-transition: all 0.15s ease-in;
			transition: all 0.15s ease-in;
		}
		.products-container .product:hover .product-thumbnail > .caption {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.product-thumbnail > .caption.bottom-left {
		}
		.product-thumbnail > .caption.top-right {
			bottom: auto;
			left: auto;
			top: 0;
			right: 0;
		}


		/*
		| ----------------------------------------------------------------------------------------------
		| Product info
		| ----------------------------------------------------------------------------------------------
		*/
		.products-container .product .product-info {
			margin: 10px 0px 10px 0px;
			position: relative;
		}
		/*.featured .product .product-info {
			margin: 15px 0 0 0;
		}
		.featured .product-info > .title {
			text-align: center;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: 600;
			margin: 0 0 5px 0;
		} */
		.offer .product-info .title {
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 14px;
		}
		.offer .product-info .details {
			font-size: 11px;
			font-weight: 300;
		}
		.offer .product-info .by {
			float: right;
			margin-top: 10px;
		}
		.offer .product-info .by > a {
			color: #FF5F5F;
		}
		.offer .product-info .by > a:hover {
			text-decoration: underline;
		}
		.offer .product-info > .add-to-cart {
			color: #FF5F5F;
			font-size: 24px;


}
		.offer .product-info > .add-to-cart:hover {
			-webkit-animation-name: swing;
			-moz-animation-name: swing;
			-o-animation-name: swing;
			animation-name: swing;
			-webkit-animation-duration: 1s;
			-moz-animation-duration: 1s;
			-o-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-fill-mode: both;
			-moz-animation-fill-mode: both;
			-o-animation-fill-mode: both;
			animation-fill-mode: both;
		}
		.offer .product-thumbnail > .caption {
		}


		/*
		| ----------------------------------------------------------------------------------------------
		| Product ribbon
		| ----------------------------------------------------------------------------------------------
		*/
		.products-container .product .ribbon {
			position: absolute;
			top: 10px;
			right: -35px;
			-webkit-transform: rotate(45deg);
			width: 150px;
			height: 34px;
			text-align: center;
			z-index: 1;
		}
		.products-container .product .ribbon.new { background-position: 0 0; }
		.products-container .product .ribbon.hot { background-position: -78px 0; }
		.products-container .product .ribbon.special { background-position: -156px 0; }


	/*
	| ----------------------------------------------------------------------------------------------
	| Our clients
	| ----------------------------------------------------------------------------------------------
	*/
	.clients-list > li > .item {
		border: 1px solid #eaeaea;
		border-radius: 2px;
		background-color: #fff;
	}
	.clients-list > li > .item > a {
		margin: 10px;
		min-height: 75px;
		background-color: #fafafa;
		display: block;
		text-align: center;
	}
	.clients-list > li > .item img {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		filter: url(../img/grayscale-filter.svg#grayscale);
		filter: gray;
		-webkit-filter: grayscale(1);
		opacity: 0.5;
		-webkit-transition: all 0.15s ease-in;
		-moz-transition: all 0.15s ease-in;
		-o-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
	}
	.clients-list > li:hover img {
		opacity: 1;
		filter: none;
		-webkit-filter: grayscale(0);
	}


/*
| ----------------------------------------------------------------------------------------------
| c. FOOTER SECTION
| ----------------------------------------------------------------------------------------------
*/
.footer-widgets {
	padding: 40px 0;
}
.footer-widgets.main {
	background-color: #3f3e3e;
	color: #9d9d9d;
}
.footer-widgets.alt {
	background-color: #fafafa;
	color: #7e7e7e;
}
.sub-footer {
	background-color: #474747;
	color: #9d9d9d;
	padding: 15px 0;
}
.footer-widgets .widget {
	position: relative;
}
.footer-widgets.main .widget-title {
	color: #fff;
	border-bottom: 0;
	padding: 0;
}

.widget .widget-title {font-weight: bold;}
.widget .widget-title:first-child {margin-top:0}
/* text widget */
.widget-text p {
	font-size: 12px;
	font-weight: 400;
}

/* facebook widget */
.fb-like-box {
	min-height: 200px;
}

/* subscription */
.frm-subscribtion {
	margin: 15px 0;
}
.subscribe-input {
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	border: 0;
	border-radius: 4px;
	padding: 8px 10px;
	float: left;
	margin-right: 10px;
}
.subscribe-title {
	color: #f6f6f6;
	margin-bottom: 15px;
	display: block;
}
.frm-subscribtion .btn {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 15px 9px 15px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.credit-cards {
	padding: 0;
	margin: 0;
	list-style: none;
}
.credit-cards > li {
	display: inline-block;
}

/* footer links list */
.widget-linklist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget-linklist ul > li {
	margin-bottom: 5px;
}
.widget-linklist ul > li > a {
	position: relative;
}
.widget-linklist ul > li > a:hover {
	left: 5px;
}

/* twitter feed */
.twitterfeed ul {
	padding: 0;
	margin: 0 0 0 42px;
	list-style: none;
}
.twitterfeed .tweet_list > li {
	margin-top: 20px;
	position: relative;
}
.twitterfeed .tweet_list > li:first-child {
	margin-top: 0;
}
.twitterfeed .tweet_list > li:before {
	font-size: 27px;
	position: absolute;
	left: -42px;
	top: 2px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e001";
}
.twitterfeed .tweet_list > li:hover:before,
.twitterfeed .tweet_text a {
	color: #FF5F5F;
}
.twitterfeed .tweet_text a:hover {
	text-decoration: underline;
}
.twitterfeed .tweet_list .tweet_time {
	display: block;
	margin-top: 10px;
	font-style: italic;
}


/*
| ----------------------------------------------------------------------------------------------
| d. INNER PAGES
| ----------------------------------------------------------------------------------------------
| - Display mode
| - Range slider
| - Product grid & Product List
| - Product single page
| - Checkout
| - Shopping Cart
| - Contact us
| ----------------------------------------------------------------------------------------------
*/
.inner-action-bar {
	background: #fafafa;
	padding: 30px 0;
	box-shadow: inset 0 -1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -1px 3px rgba(0,0,0,0.1);
}
.lte8 .inner-action-bar {
	border-bottom: 1px solid #e9e9e9;
}


	/*
	| ----------------------------------------------------------------------------------------------
	| Display mode
	| ----------------------------------------------------------------------------------------------
	*/
	.display-mode ul > li {
		float: left;
		margin-left: 16px;
	}
	.display-mode ul > li > a {
		color: #9d9d9d;
	}
	.display-mode ul > li > a:hover {
		color: #FF5F5F;
	}
	.display-mode ul > li span {
		margin-right: 5px;
	}
	.display-mode ul > .active span {
		color: #FF5F5F;
	}


	/*
	| ----------------------------------------------------------------------------------------------
	| Range slider
	| ----------------------------------------------------------------------------------------------
	*/
	.range-slider,
	.range-slider > a {
		cursor: pointer;
	}
	.range-slider-container {
		width: 85%;
		margin: 0 auto;
	}
	.range-slider-value {
		position: relative;
		height: 40px;
		margin-top: 10px;
	}
	.range-slider-value > span {
		float: left;
		position: absolute;
		top: 10px;
		left: 0;
		margin-left: -15px;
		color: #fff;
		padding: 5px 10px;
		background: #FF5F5F;
		border-radius: 2px;
		font-size: 11px;
		visibility: hidden;
	}
	.range-slider-value > span:before {
		content: ' ';
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 4px 4px 4px;
		border-color: transparent transparent #FF5F5F transparent;
		position: absolute;
		top: -4px;
		left: 50%;
		margin-left: -4px;
	}


	/*
	| ----------------------------------------------------------------------------------------------
	| Product grid & Product List
	| ----------------------------------------------------------------------------------------------
	*/
	#product-area .mix {
		float: none;
		opacity: 0;
		filter: alpha(opacity=0);
		/* display: none; */
		margin-right: -3px;
	}
	.product-list .mix {
		width: 100%;
	}
	.products-container.product-grid .product-info .description {
		display: none;
	}
	.products-container.product-list .product-info .details,
	.products-container.product-list .product-info > .add-to-cart {
		display: none;
	}

	.product-list .product-info .title {
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.product-info .description .prices {
		font-size: 12px;
		font-weight: 600;
		margin: 25px 0;
		line-height: 1;
	}
	.product-info .description .prices > .off-price {
		color: #FF5F5F;
	}
	.product-info .description .prices > .orginal-price {
		color: #ccc;
	}
	.product-info .description .text {
		margin-bottom: 25px;
	}
	.product-info .description .links {
		padding: 0;
		margin: 0;
		list-style: none;
		float: left;
		clear: none;
	}
	.product-info .description .links > li {
		float: left;
		margin-left: 20px;
		line-height: 40px;
	}
	.product-info .description .add-to-cart {
		float: left;
	}
	.product-info .description .add-to-cart > .btn {
		border-radius: 3px;
		padding: 7px 16px;
		margin-right: 10px;
	}
	.product-info .description .add-to-cart > .btn > i {
		line-height: 26px;
		padding-right: 12px;
		margin-right: 12px;
		border-right: 1px solid #fff;
	}
	.product-info .description .add-to-cart > .btn > span {
		font-size: 11px;
		font-weight: bold;
	}


	/*
	| ----------------------------------------------------------------------------------------------
	| Product details single page
	| ----------------------------------------------------------------------------------------------
	*/
	.product-single {
		margin-bottom: 30px;
		border-right: 1px solid #eaeaea;
		position: relative;
		padding: 0 10px 0 0;
	}
	.product-single .product-album > a {
		display: block;
		min-height: 250px;
		background: #fafafa;
	}
	.product-single .product-album > ul {
		text-align: center;
		margin: 7px 0;
	}
	.product-single .product-album > ul > li {
		display: inline-block;
		margin-right: 2px;
	}
	.product-single .product-album > ul > li:first-child {
		margin-left: 2px;
	}
	.product-single .product-album > ul > li > a {
		width: 80px;
		height: 80px;
		display: block;
		overflow: hidden;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		background: #fafafa;
		overflow: hidden;
	}
	.product-single .product-info .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px;
  line-height: 14px;
}
	.product-single .product-info .description .prices {
		font-size: 14px;
		margin: 15px 0;
	}
	.product-single .product-info .qty input {
		font-size: 11px;
		font-weight: 300;
		color: #6b6b6b;
		border: 1px solid #eaeaea;
		width: 30px;
		text-align: center;
		margin-left: 10px;
		border-radius: 1px;
	}


	/*
	| ----------------------------------------------------------------------------------------------
	| Checkout
	| ----------------------------------------------------------------------------------------------
	*/
	.accordion-inner .title {
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		color: inherit;
		border: 0;
	}
	.checkout .form-login,
	.checkout .form-account{
		margin: 30px 0;
	}
	.checkout .btn {
		min-width: 100px;
	}
	.paymethod label {
		font-weight: 600;
	}

	/*
	| ----------------------------------------------------------------------------------------------
	| Cart
	| ----------------------------------------------------------------------------------------------
	*/
	.my-cart {
		width: 100%;
		border: 1px solid #eaeaea;
		border-radius: 3px 3px 0 0;
	}
	.my-cart thead {
		background: #f8f8f8;
	}
	.my-cart thead th {
		text-transform: uppercase;
		text-align: center;
		padding: 13px 10px;
		font-weight: 600;
	}
	.my-cart tbody {
		border-top: 1px solid #eaeaea;
	}
	.my-cart tbody td {
		padding: 20px 10px;
		text-align: center;
	}

		/** Table headings */
		.my-cart .product-thumbnail {
			width: 15%;
		}
		.my-cart .product-name {
			width: 35%;
		}
		.my-cart .product-qty {
			width: 25%;
		}
		.my-cart .product-price {
			width: 15%;
		}
		.my-cart .product-action {
			width: 10%;
		}


		/** Product thumbnail */
		.my-cart .img-placeholder {
			padding: 2px;
			border: 1px solid #eaeaea;
			border-radius: 2px;
			width: 70px;
			min-height: 70px;
			margin: 0 auto;
		}
		.my-cart .img-placeholder > a {
			background: #e1e1e1;
			display: block;
			height: 100%;
		}


		/** Product quantity */
		.my-cart .qty-btngroup {
			margin: 0 auto;
			display: table;
		}
		.qty-btngroup button,
		.qty-btngroup input[type="text"] {
			width: 30px;
			height: 30px;
			float: left;
			color: #7e7e7e;
		}
		.qty-btngroup button {
			border: 0;
			background: #eaeaea;
		}
		.qty-btngroup button:hover {
			color: #fff;
			background: #FF5F5F;
		}
		.qty-btngroup input[type="text"] {
			border: 1px solid #eaeaea;
			border-left: 0;
			border-right: 0;
			border-radius: 0;
			text-align: center;
			font-size: 11px;
		}
		.qty-btngroup .plus {
			border-radius: 0 2px 2px 0;
		}
		.qty-btngroup .minus {
			border-radius: 2px 0 0 2px;
		}


		/** Product price */
		.my-cart td > .price {
			color: #FF5F5F;
			font-weight: 600;
			font-size: 13px;
		}

		/** Remove product icon */
		.my-cart .remove-item {
			visibility: hidden;
			opacity: 0;
			font-size: 1.5em;
		}
		.my-cart tbody tr:hover .remove-item {
			opacity: 1;
			visibility: visible;
		}


	/** Shop cart summary */
	.shop-summary td,
	.shop-summary th {
		padding-bottom: 10px;
		font-size: 13px;
		font-weight: 600;
	}
	.shop-summary th {
		text-align: right;
		text-transform: uppercase;
	}
	.shop-summary td {
		padding-left: 60px;
	}
	.shop-summary .total td,
	.shop-summary .total th {
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.shop-summary .total td {
		color: #FF5F5F;
	}


	/*
	| ----------------------------------------------------------------------------------------------
	| Contact us
	| ----------------------------------------------------------------------------------------------
	*/
	#contact-map {
		height: 345px;
		background: #efefef;
	}
	.contact textarea {
		height: 170px;
	}
	.contact .btn {
		font-size: 12px;
		border-radius: 1px;
		margin-top: 20px;
	}

.woocommerce pre {
display: inline-block;
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
white-space: normal;
margin: 0;
border: none;
padding: initial;
background-color: transparent;
}

	/*
	| ----------------------------------------------------------------------------------------------
	| Header Cart
	| ----------------------------------------------------------------------------------------------
	*/
.product_list_widget{
padding: 0;
list-style: none; }

.widget_shopping_cart_content {
padding: 6px 20px;

 }

.widget_shopping_cart_content  ul li {
padding: 6px 0;

 }

.cart-items .widget_shopping_cart_content .cart_list .quantity {
color: #FF5F5F;
font-weight: bold;
margin-top: 10px;
position:absolute;
}


.cart-items .widget_shopping_cart_content .cart_list a {
position: relative;
top: 3px;
color: #7e7e7e;
display: block;
}


.widget_shopping_cart_content .cart_list img {
float: left;
width: 50px;
height: 60px;
border: 1px solid #eaeaea;
border-radius: 2px;
background: #fff;
padding: 2px;
margin-right: 20px;
}


.product_list_widget li {
width: 100%;
float: left;
padding: 6px 0;
border: 0 !important;
}


.widget_shopping_cart_content .button {
background: #FF5F5F;
filter: none;
color: #fff;
border: 0;
padding: 11px 12px;
font-weight: bold;
min-width: 100px;

}

.widget_shopping_cart_content .empty{
padding:6px 40px;
}

.woocommerce-ordering {
margin-top: 0px;
margin-bottom: 10px;
}



.widget_shopping_cart_content .cart_list img {
float: left;
width: 50px;
height: 60px;
border: 1px solid #eaeaea;
border-radius: 2px;
background: #fff;
padding: 2px;
margin-right: 20px;
}


	/*
	| ----------------------------------------------------------------------------------------------
	| Woocommerce Widget
	| ----------------------------------------------------------------------------------------------
	*/

.category-list {
margin-top:40px;
}

.category-list .section-title {
text-transform: uppercase;
font-weight: bold;
padding-bottom: 8px;
margin-bottom: 25px;
border-bottom: 1px solid #eaeaea;
}




.category-list .product_list_widget img {
float: left;
width: 50px;
height: 60px;
border: 1px solid #eaeaea;
border-radius: 2px;
background: #fff;
padding: 2px;
margin-right: 20px;

}


.category-list .product_list_widget a {
position: relative;
top: 3px;
color: #7e7e7e;
display: block;
}


.category-list .product_list_widget span {
color: #FF5F5F;
font-weight: bold;

}

.category-list .search-box {
padding:0
}

.category-list .product-categories {
list-style: none;
margin: 0;
padding: 0;
}



.price_slider_wrapper {
width: 94%;

}


.ui-slider .ui-slider-handle {
left: 0%;
position: absolute;
z-index: 2;
width: 15px;
height: 15px;
cursor: pointer;
background: #FF5F5F;
outline: 0;
top: -3px;
}

.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
height: 8px;
background: #f5f5f5 !important;
border: 1px solid #eaeaea;
}

 .ui-slider-horizontal {
height: 8px;
}
.woocommerce .ui-widget-content {
background: #505050;
margin-bottom: 20px;
}

.price_slider_wrapper {

position:relative;

}


 .price_slider_amount .button {
float: left;
background-color:#FF5F5F;
color: white;
}


.price_slider_amount .button:hover {
float: left;
background-color:black;
color: white;
}


.price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
text-align: right;

}


	/*
	| ----------------------------------------------------------------------------------------------
	| Woocommerce Pagination
	| ----------------------------------------------------------------------------------------------
	*/


	.page-numbers {
		margin: 0 0 10px 0;
		border-radius: 0;
	}
	.page-numbers > li {
		display: inline-block;
		margin-left: 8px;
	}
	.page-numbers > li:first-child {
		margin-left: 0;
	}
	.page-numbers > li > a {
		background: #fdfdfd;
		background: -moz-linear-gradient(top,  #fdfdfd 0%, #f1f1f1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1));
		background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: -o-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: -ms-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: linear-gradient(to bottom,  #fdfdfd 0%,#f1f1f1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 );
		border-radius: 1px;
		border: 1px solid #eaeaea;
		width: 30px;
		height:30px;
		padding: 7px 10px;
		line-height: 24px;
		text-align: center;
		font-size: 11px;
		font-weight: 300;
	}
	.page-numbers > li:first-child > a,
	.page-numbers > li:last-child > a {
		border-radius: 1px;
	}
	.page-numbers > .active > a {
		color: #7e7e7e;
		cursor: default;
	}
	.page-numbers > .active > a,
	.page-numbers > li > a:hover {
		border-bottom-color: #FF5F5F;
	}
	.page-numbers > li > a:hover {
		background: transparent;
	}



	.page-numbers .current {
		background: #fdfdfd;
		background: -moz-linear-gradient(top,  #fdfdfd 0%, #f1f1f1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1));
		background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: -o-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: -ms-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%);
		background: linear-gradient(to bottom,  #fdfdfd 0%,#f1f1f1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 );
		border-radius: 1px;
		border: 1px solid #eaeaea;
		width: 30px;
		height:30px;
		padding: 7px 10px;
		line-height: 24px;
		text-align: center;
		font-size: 11px;
		font-weight: 300;
	}

    .page-numbers .current{
		border-bottom-color: #FF5F5F;
	}


.onsale {}


.woocommerce span.onsale {
    min-height: 2.236em;
    min-width: 3.236em;
    padding: -0.798em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 2.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}


input.minus{

border: 0;
background: #FF5F5F;
color: white;
width: 30px;


height: 33px;
}


input.plus {

border: 0;
background: #FF5F5F;
width: 30px;


height: 33px;
color: #FFFFFF;
}


input.qty {border: 1px solid #a46497;color: #333;border-radius: 4px;line-height: 32px;}


.btn.btn-primary.btn-iconed > i {
color: #fff;
line-height: 26px;
padding-right: 12px;
margin-right: 12px;
border-right: 1px solid #fff;
}


.product-info .cart  > .btn {
margin-top:20px;
border-radius: 3px;
padding: 7px 16px;
margin-right: 10px;
margin-bottom: 10px;
}


.product-info  .text {
margin-top: 5px;
}



.product-album .unstyled li {
margin-right: 6px;
margin-top: 6px;
float:left;

}

.woocommerce-tabs .tabs li {
display: inline-block;

}

.woocommerce-tabs .tabs {
padding: 0;
}

.woocommerce-tabs .tabs .active a {}




/* ==========================================================================
 *                Cart
   ========================================================================== */
.woocommerce table.cart a.remove,.woocommerce table.cart a.remove,.woocommerce-page table.cart a.remove,.woocommerce-page table.cart a.remove {
    display: block;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
}
.shop_table.cart {
    margin-bottom: 40px;
    margin-top: 1px;
}
.shop_table.cart td:not(.product-name), .shop_table.cart th:not(.product-name) {
    text-align: center;
}
.shop_table.cart .product-name {
    padding: 20px;
}
.woocommerce table.cart td.actions .coupon , .woocommerce-page table.cart td.actions .coupon {
    float: left;
    text-align: left;
margin-bottom: 5px;
}
.woocommerce table.cart td.actions .coupon label , .woocommerce-page table.cart td.actions .coupon label {
    display: none;
}
.woocommerce table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}
table.cart td.actions input {


}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
    width: auto;
    min-width: 200px;
display: inline-block;
}

.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells {
    margin-bottom: 0px;
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {
    float: left;
    width: 100%;
    margin-right: 2%;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button i ,.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button i {
    position: relative;
    top: 4px;
}



 td, th {
padding: 10px;
border: 1px solid #e5e5e5;
text-align: left;
}

table {
width: 100%;
}


.woocommerce-cart .woocommerce-message {
background: #fff;
padding: 20px;
border: 1px solid #e0e0e0;
margin-bottom: 21px;
position: relative;
}

.woocommerce thead {
background: #f8f8f8;
}


.enotype-icon-arrow-down2:before {
content: "\e6c2";
font-family: 'icomoon';
}

.main-title {
border-bottom: 1px solid #eaeaea;
margin-bottom: 20px;
padding-bottom: 8px;
}

.main-title h4{
font-weight: bold;
}


.shipping_calculator .button {

filter: none;
color: #FFF;
border: 0;
padding: 11px 12px;
font-weight: bold;
min-width: 100px;
padding: 8px 15px 9px 15px;
display: inline-block;
background-color: #FF5F5F;

}


.product-quantity .buttons_added input.minus{

border: 0;
background: #FF5F5F;
color: white;
width: 30px;
height: 30px;
}


.product-quantity .buttons_added input.plus {

border: 0;
background: #FF5F5F;
width: 30px;
height: 30px;
color: #FFFFFF;
}


.product-quantity .buttons_added input.qty {
border: 1px solid #FF5F5F;
color: #333;
border-left: 0;
border-right: 0;
border-radius: 0;
text-align: center;
font-size: 11px;
width: 35px;
line-height: 26px;  text-align: center;
}


.cart_item .product-thumbnail img {
padding: 2px;
border: 1px solid #eaeaea;
border-radius: 2px;
width: 50px;
height: 60px;
margin: 0 auto;
}

.woocommerce .woocommerce-message {
margin-top: 40px;
border: 1px solid #eaeaea;
color: #FF5F5F;
padding: 10px 10px 10px;
}

.return-to-shop .button {
background: #FF5F5F;
filter: none;
color: #fff;
border: 0;
padding: 11px 12px;
font-weight: bold;
min-width: 100px;
margin-bottom: 20px;
}

.cart-empty {
margin-top: 40px;
margin-bottom: 40px;
border: 1px solid #eaeaea;
color: #FF5F5F;
font-weight: bold;
text-transform: uppercase;
padding: 10px 10px 10px;

}


/* ==========================================================================
 *               Checkout
   ========================================================================== */

.woocommerce-info {
background: #fff;
padding: 20px;
border: 1px solid #e0e0e0;
margin-bottom: 21px;
position: relative;
margin-top:20px;
}

.woocommerce .col2-set,.woocommerce-page .col2-set {
    zoom: 1;
    width: 100%;
}

.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before {
    content: " ";
    display: table;
}

.woocommerce .col2-set:after,.woocommerce-page .col2-set:after {
    clear: both;
}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}
.woocommerce form .form-row label.inline,.woocommerce-page form .form-row label.inline {
    display: inline;
}


.woocommerce-billing-fields input[type="text"],.woocommerce-billing-fields input[type="password"],.login input[type="password"],.login input[type="text"],
.woocommerce-shipping-fields input, .checkout_coupon input,.coupon input[type="checkbox"] {
 	  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea{
  height: auto;
}
.woocommerce-billing-fields .create-account label  {display:inline-block !important;}
.woocommerce-shipping-fields input[type="checkbox"] {width: auto;}

.woocommerce-account .woocommerce input[type="text"],
.woocommerce-account .woocommerce input[type="password"],
.woocommerce-account .woocommerce input[type="email"]
{max-width: 260px;
font-size:inherit;
border: 1px solid #eee;
font-family: inherit;
width: 100%;
min-height: 30px;
padding: 10px 10px;
text-transform: uppercase;
margin-bottom: 20px;
outline: none;
}

.woocommerce-shipping-fields .checkbox {
 display: inline-block;
min-height: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: -1px;
vertical-align: middle;
font-size: 15px;
font-weight:600;

}

.payment_methods {
list-style: none;
padding:0;
}


.woocommerce-shipping-fields textarea {
	  display: block;
  width: 100%;

  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.woocommerce .woocommerce-info a {
color:#FF5F5F;
}

.woocommerce-billing-fields h3 {
font-size: 15px;
font-weight:600;
}

table {
margin-bottom: 20px;
}

.woocommerce .form-row label {
display: block;
}

.form-row .button {
background: #FF5F5F;
filter: none;
color: #fff;
border: 0;
padding: 11px 12px;
font-weight: bold;
min-width: 100px;
margin-bottom: 20px;
}





.woocommerce-billing-fields input[type="text"]:focus, .woocommerce-shipping-fields input[type="text"]:focus {
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	border-color: #ccc;
}


/* ==========================================================================
 *                My Account
   ========================================================================== */
.entry-content .woocommerce h2 {
    font-size: 18px;
}

#payment ul {
           margin: 0;
       padding: 0;
       list-style: none;
}
#payment label {
    margin-left: 4px;
}
#payment .payment_box {
    padding-left: 21px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {

width: 48%;
}

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

.widget .product_list_widget img {
float: left;
width: 50px;
height: 60px;
border: 1px solid #eaeaea;
border-radius: 2px;
background: #fff;
padding: 2px;
margin-right: 20px;
}


.widget .product_list_widget a {
position: relative;
top: 3px;
color: #7e7e7e;
display: block;
}

.widget .product_list_widget span {
color: #FF5F5F;
font-weight: bold;

}

.widget .search-box {
padding:0;
}

/* ==========================================================================
 *  Variable Products
   ========================================================================== */
.variations .value {
border: none;
}


.star-rating:before {
content: "\f006\f006\f006\f006\f006";
float: left;
top: 0;
left: 0;
position: absolute;
font-family:'FontAwesome';
padding-top:16px;
}


.star-rating {
display: block;
overflow: hidden;
position: relative;
height: 24px;
font-size: 15px;
width: 71px;
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 32px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #FF5F5F;
}


.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 16px;
}


.star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
}

.product-info .price {
float:right;

}

p.stars a.star-1 {

/* border-right: 1px solid #EAEAEA; */
}

p.stars a.star-2 {

border-right: 1px solid #EAEAEA;

}

p.stars a.star-3 {

/* border-right: 1px solid #EAEAEA; */
}

p.stars a.star-4 {

border-right: 1px solid #EAEAEA;

}

p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
content: "\f006";
font-family: 'FontAwesome';
color: #FF5F5F;
}

p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
content: "\f006\f006";
font-family: 'FontAwesome';
color: #FF5F5F;
}

p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {/* content: "\f006\f006\f006"; *//* font-family: 'FontAwesome'; *//* color: #FF5F5F; */}

p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
content: "\f006\f006\f006\f006";
font-family: 'FontAwesome';
color: #FF5F5F;
}

p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
content: "\f006\f006\f006\f006\f006";
font-family: 'FontAwesome';
color: #FF5F5F;
}


p.stars a, .woocommerce-page p.stars a {/* display: inline-block; *//* font-weight: 700; *//* margin-right: 1em; *//* text-indent: -9999px; *//* position: relative; *//* font-family: 'FontAwesome'; */}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {/* font-family: 'FontAwesome'; *//* text-indent: 0; *//* position: absolute; *//* top: 0; *//* left: 0; *//* -webkit-font-smoothing: antialiased; */-moz-osx-font-smoothing: grayscale;opacity:1;}

p.stars a.star-1, .woocommerce-page p.stars a.star-1 {/* width: 2em; */}

p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
width: 3em;
}

p.stars a.star-3, .woocommerce-page p.stars a.star-3 {/* width: 4em; */}

p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
width: 5em;
}

p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
width: 6em;
}





.p.stars a.star-1.active:after, p.stars a.star-1:hover:after,p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
    content: "\f005";
    color: #FF5F5F;
}



.p.stars a.star-2.active:after, p.stars a.star-2:hover:after,p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
    content: "\f005\f005";
    color: #FF5F5F;
}


.p.stars a.star-3.active:after, p.stars a.star-3:hover:after,p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
    content: "\f005\f005\f005";
    color: #FF5F5F;
}


.p.stars a.star-4.active:after, p.stars a.star-4:hover:after,p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
    content: "\f005\f005\f005\f005";
    color: #FF5F5F;
}

.p.stars a.star-5.active:after, p.stars a.star-5:hover:after,p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
    content: "\f005\f005\f005\f005\f005";
    color: #FF5F5F;
}

.woocommerce-product-rating {

padding-bottom: 10px;
overflow: hidden;

}


.woocommerce-product-rating h4 {
float: left;
font-size: 14px;
margin-right: 5px;
}

.comment .woo-comment img{
display: inline-block;
float: left;
margin-right: 20px;

}

.commentlist {
padding:0;
border-bottom: 1px solid rgba(163, 163, 163, 0.24);
}

.comment-wrap {
overflow: hidden;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
padding: 20px;
position: relative;
transition: all 0.3s ease-out 0s;
margin-bottom: 10px;
}

.comment-respond .comment-form-comment label {
display: block;
}

.comment-form .form-submit input[type="submit"] {

 background: #19a9e5;


text-transform:uppercase;


 color: #fff;


/* border: 0; */


/* padding: 11px 12px; */


/* font-weight: bold; */


/* min-width: 100px; */
}

.comment-form input:required{  background: #19a9e5;}
.comment-form textarea, .comment-form input{
  color: #777;
  position: relative;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #eee;
  background-clip: padding-box;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.comment-form input {
border:1px solid;
}

.comment-form label {
display:block;
}

.price_slider_wrapper {
width: 94%;

}


.ui-slider .ui-slider-handle {
left: 0%;
position: absolute;
z-index: 2;
width: 15px;
height: 15px;
cursor: pointer;
background: #53504C;
outline: 0;
top: -3px;
}

.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
height: 8px;
background: #f5f5f5 !important;
border: 1px solid #eaeaea;
}

 .ui-slider-horizontal {
height: 8px;
}
.woocommerce .ui-widget-content {
background: #505050;
margin-bottom: 20px;
}

.price_slider_wrapper {

position:relative;

}

.category-list {
margin-bottom: 15px;
position: relative;
float: left;
width: 100%;
}

.comment-form-author, .comment-form-email {width: 48%; float:left;}
.comment-form-email {margin-left: 4%;}



.tagcloud a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 2px 8px;
  border: 1px solid #ECEAE4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #F8F7F3;
  font-size: 12px !important;
}

#widget-area .widget_text {
  min-height: 20px;
  padding: 19px;
  background-color: #F9F1E6;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.added_to_cart {font-size:12px; margin-left: 34px;margin-top: -23px;}
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {

}

.main_tabs .panel, .related.products {margin-bottom:50px;}
.shipping_calculator select,.shipping_calculator input {border: 1px solid #eee; font-size: 14px;text-transform: inherit;}
input[type="text"], input[type="email"], select {
font-size: 14px;
font-family: inherit;
width: 100%;
min-height: 30px;
padding: 10px 10px;
text-transform: inherit;
border: 1px solid #DDD;
margin-bottom: 20px;
outline: none;
}

.woocommerce .button {
  font-size: 12px;
  background: #FF5F5F;
  line-height: 21px;
  border: 0;
  padding: 11px 10px 10px;
  color: #2C2C2A;
}
.uppercase {text-transform: uppercase;}

.shopping-cart {  margin-top: 35px;
  text-align: right;}
.contactpage textarea { height: auto !important;}
.contactpage textarea, .contactpage input[type=text], .contactpage input[type=email],.contactpage  select {
display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.nomargin {margin:0}
.eventImg-column {margin-bottom:30px;}

ul.customer-logos li.center-customer-logo {border-bottom: 1px solid #eee;}
ul.customer-logos li.center-customer-logo:nth-child(3n) {border-left:0;border-right:0;}
ul.customer-logos li.center-customer-logo:nth-child(1) {border-left:0;border-right:0;}
ul.customer-logos li.center-customer-logo:nth-child(4) {border-left:0;border-right:0;}
ul.customer-logos li.center-customer-logo:nth-child(7){border-left:0;border-right:0;}
ul.customer-logos li.center-customer-logo:nth-child(4) {border-bottom: 0px solid #eee;}
ul.customer-logos li.center-customer-logo:nth-child(5) {border-bottom: 0px solid #eee;}
ul.customer-logos li.center-customer-logo:nth-child(6) {border-bottom: 0px solid #eee;}


@media (min-width: 1024px) {
.peoples .eventImg {overflow: hidden; max-height: 184px;}
.eventImg { }

}

@media (max-width: 992px) {
.navbar-custom .navbar-nav > li ul.sub-menu li a {color: #333;}
.navbar-custom .navbar-nav > li ul.sub-menu li {padding:0;}
.navbar-custom .navbar-nav > li ul.sub-menu {
	 display: block;
	 position: relative;
	background: none !important;
	padding: 10px 0;
	margin: 0;
	min-width: auto;
	left: inherit;
}
.right .breadcrumbs {
text-align: center;
}
.breadcrumbs.left {
text-align: center;
}
}
