/*  
Theme Name: Legato
Theme URI: http://colorlabsproject.com/themes/legato
Description: WordPress Music and Video Premium Theme by <a href="http://colorlabsproject.com">ColorLabs & Company</a>. Legato needs WooCommerce e-commerce plugins to work with, it also expands your site into a merchandise, music and video marketplace.
Author: ColorLabs & Company
Author URI: http://colorlabsproject.com
Version: 1.1.6.1
Tags: e-commerce, woocommerce, events, music, ticket, booking, video, light, product, custom-forms, merchandise
*/

/* ===================================================================
  #GLOBAL
=================================================================== */
body {
  background: #f4f3df
}
.main-wrapper > .row {
  background: #fff
}
.inner-wrapper:after,
.inner-wrapper:before {
  content: '';
  display: table;
}
.inner-wrapper:after {
  clear: both;
}
.inner-wrapper,
.page.page-template-template-blog-php .inner-wrapper {
  padding: 20px;
  zoom: 1;
}
.heading-title {
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 25px;
  padding-bottom: 10px;
}
.heading-title:before {
  content: "";
  width: 55px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
input[type='checkbox'] {
	margin-top: 0;
}
.input-file-block {
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gecko .input-file-value {
	width: 59%;
	padding: 3px 5px;
}
.input-file-value {
  float: left;
  width: 60%;
  padding: 4px 5px;
  background: #FFF;
  overflow: hidden;
  border: 1px solid #DDD;
}
.input-file-block .button {
	width: 30%;
	float: right;
	cursor: pointer;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #EB263D;
	border: none;
	color: #FFF;
	padding: 4px 10px;
	font-weight: bold;
}

/* Layout
------------------------------------------------------------------- */
.one-col .main-content-inner {
  margin-right: 0;
  border-right: 0;
}

.two-col-right .main-content {
  float: right
}
.two-col-right .sidebar {
  float: left;
  margin-right: -400px;
  margin-left: 0;
}
.two-col-right .main-content-inner {
  margin-left: 400px;
  margin-right: 0
}
@media (max-width: 977px) {
  .two-col-right .main-content-inner {
    margin-left: 0
  }
}


/* ===================================================================
  #TOPBAR SECTION
=================================================================== */
.topbar-section {
  font-size: 13px;
  line-height: 18px;
  padding-top: 9px;
  padding-bottom: 9px;
  background: #e9e9e9;
}
.topbar-section,
.topbar-section a {
  color: #2d2d2d;
}
.topbar-section ul {
  list-style: none;
  margin: 0;
}
.topbar-section li {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.cart-dropdown .count {
  background: #EB263D;
  min-width: 1em;
  line-height: 1em;
  padding: .3em;
  color: #fff;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-font-smoothing: antialiased;
}

/* Language Selector
------------------------------------------------------------------- */
.topbar-section .language-selector {
  margin-left: 15px;
}
.language-selector li {
  line-height: 30px;
}
.language-selector .label {
  font-weight: bold;
}
.language-selector img {
  width: 29px;
}

/* User Menu
------------------------------------------------------------------- */
.user-menu i {
  color: #8e8e8e;
}
.user-menu a {
  font-weight: bold;
  display: block;
  padding: 5px;
}
.user-menu a:hover,
.user-menu .sfHover > a {
  background: #f5f5f5
}
.my-account-dropdown {
  position: absolute;
  background: #f5f5f5;
  width: 170px;
  right: 0;
  display: none;
	z-index:1;
}
.my-account-dropdown li {
  float: none;
  margin: 0;
  border-top: 1px solid #e0e0e0;
}
.my-account-dropdown li:first-child {
  border-top: 0;
}
.my-account-dropdown a {
  padding-left: 10px;
  padding-right: 10px;
}
.my-account-dropdown a:hover {
  background: #eee
}

/* Mobile my account */
.my-account-wrapper {
	padding: 14px 20px;
	background: #222;
	display:none;
}

/* Header Search
------------------------------------------------------------------- */
.user-menu form,
.user-menu input[type="text"] {
  margin-bottom: 0
}
.user-menu input[type="text"] {
  height: 22px;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.searchform input[type="text"] {
  font-size: 13px;
  color: #2d2d2d;
  font-weight: bold;
  width: 100px;
  -webkit-transition: width 0.2s ease;
     -moz-transition: width 0.2s ease;
      -ms-transition: width 0.2s ease;
       -o-transition: width 0.2s ease;
          transition: width 0.2s ease;
}
.topbar-section .searchform input[type="text"]:focus {
  width: 150px;
}
.searchform i {
  left: 4px;
  top: 3px;
  position: relative;
}
.searchform input[type="text"]::-webkit-input-placeholder {
  color: #2d2d2d;
  font-weight: bold;
}
.searchform input[type="text"]::-moz-input-placeholder {
  color: #2d2d2d;
  font-weight: bold;
}

/* Cart Dropdown
------------------------------------------------------------------- */
.shopping-cart-wrapper {
  z-index: 10;
  background: #f5f5f5;
  display: none;
  position: absolute;
  width: 345px;
  right: 0;
  padding: 10px 6px;
}
.shopping-cart-wrapper .product_list_widget {
  border: 0;
  display: block;
  margin: 0;
  padding: 14px 14px 0;
  background: #fff;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.shopping-cart-title {
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 15px;
}
.shopping-cart-title a {
  float: right;
  font-size: 13px;
  padding: 1px 0 1px 20px;

}
.shopping-cart-wrapper ul:after,
.shopping-cart-wrapper ul:before {
  content: '';
  display: table;
}
.shopping-cart-wrapper ul:after {
  clear: both;
}
.shopping-cart-wrapper ul {
  zoom: 1;
}


/* ===================================================================
  #HEADER
=================================================================== */
.header-section {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}

/* Branding
------------------------------------------------------------------- */
.branding {
  padding: 13px 10px;
  background: #eb263d;
  -webkit-font-smoothing: antialiased;
}
.branding,
.branding a {
  color: #fff;
}
.logo {
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em
}
.logo a {
  display: block;
}
.logo,
.footer-logo {
  font-size: 30px;
  font-family: 'bebas', sans-serif
}

/* Superfish Essential Styles
------------------------------------------------------------------- */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99999;
}
.sf-menu > li {
  /*float: left;*/
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul {
  min-width: 170px;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* Main Menu
------------------------------------------------------------------- */
.branding,
.main-nav {
  margin-bottom: -1px;
}
.main-nav {
  /*margin-left: 25px;*/
  float: left;
}
.main-nav ul,
.shop-nav ul {
  margin: 0;
  list-style: none;
}
.main-nav ul ul,
.shop-nav ul ul {
  display: none;
}
.main-nav li,
.shop-nav li {
  float: left;
}
.main-nav a,
.shop-nav a {
  position: relative;
  font-size: 15px;
  color: #9c9c9c;
  display: block;
  padding: 23px 25px;
  font-weight: bold;
  font-family: 'Merriweather', Georgia, serif;
  -webkit-font-smoothing: antialiased;
}
.main-nav a:before,
.main-nav ul ul a:before {
  content: "";
  background: #eb263d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  display: none
}
.main-nav a:hover,
.main-nav .sfHover > a,
.shop-nav a:hover {
  color: #000;
}
.main-nav a:hover:before,
.main-nav .sfHover > a:before {
  display: block
}
.main-nav i,
.shop-nav i {
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-left: 10px;  
}

/* Main Nav Submenu
------------------------------------------------------------------- */
.main-nav ul ul li,
.shop-nav ul ul li {
  float: none;
}
.main-nav ul ul a,
.shop-nav ul ul a {
  background: #FFF;
  font-size: 13px;
  font-family: sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #EBEBEB;
}
.main-nav ul ul a:hover:before {
  display: none
}
.main-nav ul ul .sfHover > a:before {
  right: auto;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 100%
}
.main-nav ul ul li:first-child > a,
.shop-nav ul ul li:first-child > a {
  border-top: 0;
}
.main-nav ul ul ul,
.shop-nav ul ul ul {
  /*margin-top: 1px;*/
}
.main-nav ul ul i,
.shop-nav ul ul i {
  float: right;
  margin-top: 7px;
}


/* ===================================================================
  #MODULE - MESSAGES
=================================================================== */
.module-messages {
  color: #fff;
  background: #000;
  position: relative;
  text-align: center;
  padding: 25px 10px;
  -webkit-font-smoothing: antialiased;
}
.module-messages h4 {
  margin: 0;
  font-size: 16px;
  font-family: 'Merriweather', Georgia, serif;
}
.module-message-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}


/* ===================================================================
  #MODULE - BIGPOSTS
=================================================================== */
.module-bigpost-item {
  background: #000;
  padding-bottom: 31%;
  position: relative;
  overflow: hidden;
}
.module-bigpost-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  margin-bottom: -20px;
  -webkit-font-smoothing: antialiased;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}
.module-bigpost-content,
.module-bigpost-image {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.module-bigpost-image {
  position: absolute;
}
.module-bigpost-content,
.module-bigpost-content .item-title a {
  color: #fff;
}
.module-bigpost-content .item-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.module-bigpost-content .btn {
  margin-top: 30px;
}

.module-bigpost-item:hover .module-bigpost-content {
  margin-bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;

  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.module-bigpost-item:hover .module-bigpost-image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=37);
  opacity: 0.37
}


/* ===================================================================
  #MODULE - CAROUSEL
=================================================================== */
.module-item-inner {
  padding: 20px;
}
.module-carousel {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.module-item-title {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-family: 'bebas', sans-serif;
}
.module-item-subtitle {
  font-size: 16px;
  margin-top: 0;
  color: #6c6c6c;
  font-weight: 300
}
.module-carousel-main {
  padding: 20px;
  float: left;
}
.module-carousel-main,
.module-carousel-content {
  width: 197px;
}
.module-carousel-content {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  bottom: 20px;
  font-family: 'Merriweather', serif
}
.module-carousel-carousel-wrapper {
  margin-left: 237px;
  border-left: 1px solid #ebebeb;
}
.module-carousel-content .btn {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 13px;
}

/* Carousel Item
------------------------------------------------------------------- */
.module-carousel-carousel .entry-item {
  float: left;
  width: 232px;
}
.module-carousel-carousel .owl-item .entry-item {
  width: 100%;
}
.entry-post-list .entry-item-inner,
.merchandise-section .entry-item-inner,
.module-carousel-carousel .entry-item-inner {
  border-right: 1px solid #ebebeb;
  padding: 0 10px 10px;
}
.entry-post-list .entry-item-image,
.merchandise-section .entry-item-image,
.module-carousel-carousel .entry-item-image {
  margin-left: -11px;
  margin-right: -11px
}
.entry-post-list .entry-item-title,
.module-item .entry-item-title {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 15px;
  font-family: 'Merriweather', Georgia, serif;
}
.module-item .entry-item-subtitle {
  margin: 0;
}
.module-item .entry-item-subtitle a  {
  color: #adadad;
  font-size: 12px;
}
.entry-post-list .entry-item-title a,
.module-item .entry-item-title a {
  color: #000;
  border-bottom: 1px solid transparent;
}
.entry-post-list .entry-item-title a:hover,
.module-item .entry-item-title a:hover {
  border-bottom: 1px solid;
}
.module-carousel .owl-buttons {
  position: absolute;
  left: -50px;
  top: 23px;
}
.module-carousel .owl-buttons div {
  font-size: 11px;
  padding: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.module-carousel .owl-buttons .disabled {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5
}

/* New Release Carousel
------------------------------------------------------------------- */
.new-release-carousel .entry-item-header {
  margin-bottom: 55px;
}
.new-release-carousel .entry-item-meta {
  text-align: center;
  font-size: 13px;
  margin-bottom: 13px
}
.entry-item-meta  .addwishlistlink {
	float:left;
	position:relative;
}

.entry-item-meta .clear{
	clear:none;
}
.new-release-carousel .entry-item-meta a {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  border-bottom: 1px solid transparent;
}
.new-release-carousel .entry-item-meta a:hover {
  border-bottom: 1px solid ;
}
.new-release-carousel .entry-item-meta i {
  position: absolute;
  left: -15px;
  top: 0;
}
.new-release-carousel .entry-item-meta .add_to_cart_button i {
	left: -20px;
}
.new-release-carousel .entry-item-meta .icon-custom-edit {
  font-size: 18px;
	top: 0px;
	left: -15px;
}
.new-release-carousel .entry-item-title,
.new-release-carousel .entry-item-subtitle {
  text-align: center;
	overflow: hidden;
}
.new-release-carousel .entry-item-title{
	height: 40px;
}
.new-release-carousel .entry-item-subtitle{
	height:20px
}
/* News Carousel
------------------------------------------------------------------- */
.news-carousel .entry-item-title,
.entry-post-list .entry-item-title {
  margin-bottom: 20px;
	height:40px;
	overflow:hidden;
}
.news-carousel .entry-item-meta,
.entry-post-list .entry-item-meta {
  margin: 0;
  font-size: 12px;
  list-style: none;
  margin-bottom: 10px;
}
.news-carousel .entry-item-meta,
.news-carousel .entry-item-meta a,
.entry-post-list .entry-item-meta,
.entry-post-list .entry-item-meta a {
  color: #acacac;
}
.news-carousel .entry-item-meta li,
.entry-post-list .entry-item-meta li {
  line-height: 16px;
}
.news-carousel .entry-item-meta a:hover,
.entry-post-list .entry-item-meta a:hover {
  text-decoration: underline;
}

/* Entry Post List
------------------------------------------------------------------- */
.module-carousel .entry-item {
  padding-bottom: 130%
}
.new-release-carousel.module-carousel .entry-item {
  padding-bottom: 400px;
}
.new-release-carousel.module-carousel .owl-item .entry-item {
	padding-bottom: 175%;
}
.module-carousel .entry-item,
.entry-post-list .entry-item  {
  position: relative;
  overflow: hidden;
}
.module-carousel .entry-item-inner,
.entry-post-list .entry-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.entry-post-list {
  margin-bottom: 30px;
  /*border-top: 1px solid #ebebeb;*/
  border-left: 1px solid #ebebeb;
}
.entry-post-list .entry-item {
  padding-bottom: 32.5%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
}
.entry-post-list .entry-item-title {
  font-size: 15px;
  overflow: hidden;
  height: 40px;
}
.entry-post-list .entry-item-excerpt {
  margin-bottom: 20px;
  line-height: 18px;
  font-size: 13px;
}
.archive .colabs-pagination,
.page-template-template-blog-php .colabs-pagination {
  text-align: center;
}
.archive .colabs-pagination a,
.archive .colabs-pagination span,
.page-template-template-blog-php .colabs-pagination a,
.page-template-template-blog-php .colabs-pagination span {
  float: none;
  margin: 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Sitemap
------------------------------------------------------------------- */
.sitemap-part{
	margin-bottom:30px;
}
.sitemap-part ul {
	margin-left: 19px;
}

/* 404 Page
------------------------------------------------------------------- */
.error404 .inner-wrapper {
  text-align: center;
  padding-bottom: 6.837%
}
.error404 .entry-content input[type="text"] {
  height: 23px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Contact
------------------------------------------------------------------- */
.entry #frmcontact {
  margin: 32px 0 22px;
  font-size: 13px;
}
.entry #frmcontact label {
  display: inline-block;
  margin-bottom: 0;
}
.entry #frmcontact label.screenReader {
  margin-bottom: 10px;
}
.entry #frmcontact label.screenReader {
  margin-top: 20px;
}
.entry #frmcontact .input-text:first-child {
  margin-bottom: 20px;
} 
.entry #frmcontact input {
  padding: 7px;
}
.entry #frmcontact input[name="contactName"] {
  margin-left: 30px;
  width: 75%;
  font-size: 12px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.entry #frmcontact input[name="email"] {
  margin-left: 33px;
  width: 75%;
  font-size: 12px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.entry #frmcontact textarea[name="comments"] {
  margin-top: 0px;
  margin-left: -3px;
  width: 97%;
  width: 100%;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: #dedfda 1px solid;
  color: #202b39;
  font-size: 12px;
}
.entry #frmcontact input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 7px;
}

#checking.screenReader{
	width:30px;
	padding:1px 3px !important
}
.colabs_contact-form input[type='text'], 
.colabs_contact-form textarea,
.colabs_contact-form input[type='email']{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.colabs_contact-form input[type='text'], 
.colabs_contact-form input[type='email']{
	padding-top:8px;
	padding-bottom:8px;
}
.colabs_contact-form input[type='email']{
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	-webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
	-moz-transition: border 0.2s linear, box-shadow 0.2s linear;
	transition: border 0.2s linear, box-shadow 0.2s linear;
}
.colabs_contact-form-control.colabs_contact-submit{
	color: #FFF;
	background: #EB263D;
	border-color: #EB263D;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-user-select: none;
}
.colabs_contact .ajax-loader {
  margin: 0 10px;
}
.colabs_contact-form-control-wrap,
.colabs_contact-not-valid-tip {
  display: block;
}
.colabs_contact-not-valid-tip {
  margin-top: -10px;
}
.colabs_contact-form-control-wrap input {
  height: 35px;
}

/* Archive Audio and Video */
.page-template-archive-video-php .main-wrapper .inner-wrapper, 
.page-template-archive-audio-php .main-wrapper .inner-wrapper{
	padding:20px;
}


/* ===================================================================
  #MODULE - TABROUSEL
=================================================================== */
.module-tabrousel-panel-wrapper  {
  background: #e1e1e1
}
.module-tabrousel-header {
  background: #F3F3F3;
}
.module-tabrousel-title {
  float: left;
  margin: 0;
  font-family: "bebas", sans-serif;
  width: 198px;
  padding: 26px 20px;
  font-size: 28px;
  line-height: 1;
}

/* Tabrousel Nav
------------------------------------------------------------------- */
.module-tabrousel-nav {
  margin-left: 238px;
  background: #000;
  -webkit-font-smoothing: antialiased;
}
.module-tabrousel-nav ul {
  list-style: none;
  margin: 0 0 0 30px;
}
.module-tabrousel-nav li {
  float: left;
  margin: 23px 10px;
}
.module-tabrousel-nav a {
  color: #bdbdbd;
  display: block;
  padding: 5px 23px;
  font-weight: bold;
  border: 2px solid transparent;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
.module-tabrousel-nav a:hover {
  color: #fff;
}
.module-tabrousel-nav .active,
.module-tabrousel-nav .active:hover {
  cursor: default;
  color: #EB263D;
  border-color: #EB263D;
}


/* ===================================================================
  #EVENT ITEM
=================================================================== */
.event-item {
  position: relative;
}
.event-item-date,
.event-item-title {
  font-size: 15px;
}
.event-item-date span {
  display: block;
}
.event-item-date .event-month {
  color: #6c6c6c;
  font-weight: 300
}
.event-item-inner {
  background: #e1e1e1;
  padding: 30px 20px;
  border-left: 1px solid #c5ced3
}
.event-item:first-child .event-item-inner {
  border-left: 0;
}
.event-item-title {
  margin-bottom: 0;
  font-family: 'Merriweather', Georgia, serif;
}
.event-item-title a {
  color: #000;
}
.event-item-btn {
  padding: 2px 8px;
  position: absolute;
  right: 20px;
  top: 30px;
}


/* ===================================================================
  #MULTIMEDIA SECTION
=================================================================== */
.multimedia-section,
.merchandise-section {
  border-bottom: 1px solid #ebebeb;
}
.multimedia-section .module-item-header {
  margin-bottom: 30px;
}
.multimedia-section .module-audio-player {
  margin-right: 10px;
  margin-bottom: 10px;
}
.multimedia-section .module-video-player {
  margin-left: 10px;
  margin-bottom: 10px;
}


/* ===================================================================
  #MERCHANDISE SECTION
=================================================================== */
.merchandise-section .entry-item-inner {
  text-align: center
}
.merchandise-section .entry-item-title,
.merchandise-section .entry-item-inner .btn {
  margin-bottom: 30px;
}
.merchandise-section .entry-item-title {
  padding-left: 20px;
  padding-right: 20px;
}


/* ===================================================================
  #MODULE SUBSCRIBE AND SOCIAL
=================================================================== */
.module-extra {
  position: relative;
}
.module-item-subscribe .module-item-subtitle,
.module-item-social .module-item-subtitle {
  margin-bottom: 20px;
}
.module-extra > div:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 1px solid #ebebeb;
}

/* Module Subscribe
------------------------------------------------------------------- */
.subscribe-form {
  text-align: center
}
.subscribe-form p {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 12px;
  color: #6C6C6C;
  margin-bottom: 1.5em;
}
.subscribe-form input {
  margin: 0;
  height: 35px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.subscribe-form input[type="text"] {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* Module Social
------------------------------------------------------------------- */
.module-item-social .social-link {
  margin-top: 50px;
}
.social-link {
  list-style: none;
  margin-left: 0;
  text-align: center;
  font-size: 30px;
}
.social-link li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.social-link a {
  color: #000;
  padding: 10px 15px;
  display: block;
}
.social-link a:hover {
  color: #333;
}


/* ===================================================================
  #FOOTER
=================================================================== */
.footer-section {
  color: #fff;
  background: #000;
  padding: 40px 20px;
  -webkit-font-smoothing: antialiased;
}
.footer-widgets .product-categories li {
	width: 48%;
	float: left;
	margin-right: 1%;
}

/* Footer Logo
------------------------------------------------------------------- */
.footer-branding {
  text-align: center;
  margin-bottom: 20px;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo a {
  color: #fff;
  display: block;
}


/* ===================================================================
  #SINGLE POST
=================================================================== */
.single .inner-wrapper,
.page .inner-wrapper {
  padding: 0;
}
.page-template-archive-event-php .inner-wrapper {
  padding: 20px;
}

/* Liquid-Fixed Grid
------------------------------------------------------------------- */
.main-content {
  float: left;
  width: 100%;
  background: #f9f9f9;
}
.main-content-inner {
  padding: 20px;
  background: #fff;
  margin-right: 400px;
  border-right: 1px solid #ebebeb;
}
.archive-event.main-content-inner {
	padding-top:0;
	padding-left:0
}
.sidebar {
  float: right;
  width: 400px;
  margin-left: -400px;
  background: #f9f9f9;
  border-left: 1px solid #eee;
  position: relative;
  left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Breadcrumbs
------------------------------------------------------------------- */
.breadcrumb {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .trail-end {
  color: #eb263d;
}
.breadcrumb:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Post Meta
------------------------------------------------------------------- */
.entry-post .entry-meta {
  color: #7b7b7b;
  font-size: 12px;
  margin-bottom: 25px;
}

.entry-post .entry-title {
  margin-bottom: 40px;
}

.entry-post .entry-content {
  margin-bottom: 50px;
}

/* Entry Image
------------------------------------------------------------------- */
.entry-post .entry-image {
  margin: 0 -20px 20px;
}

/* Entry Share
------------------------------------------------------------------- */
.entry-post .entry-share {
  margin-bottom: 20px;
}
.entry-post .entry-share > span,
.audio-share h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 10px;
  position: relative;
  top: -5px;
  color: #7b7b7b;
}
.entry-post .entry-share > span {
  top: 0;
  float: left;
  margin-right: 20px
}
.entry-post .entry-share > div {
  float: left;
}
.entry-share-twitter {
  width: 90px;
}
.entry-share-facebook {
  margin-right: 15px;
}

/* Social Share*/

.social_share:before, .social_share:after {
  content: "";
  display: table;
}
.social_share:after {
  clear: both;
}
.fl {
	float: left;
}
.social_share > div {
  margin-right: 5px;
}
.social_share .colabs-sc-twitter {
  width: 84px;
}
.social_share .shortcode-google-plusone {
  width: 63px;
}
.social_share .shortcode-pinterest {
  margin-right: 10px;
}
/* Author Box
------------------------------------------------------------------- */
.entry-author-box {
  overflow: hidden;
  border-top: 4px solid #dcdcdc;
  padding: 20px;
  margin: 0 -20px 10px;
  font-family: 'Merriweather', Georgia, serif;
}
.entry-author-box > h3 {
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: sans-serif;
}
.entry-author-box img {
  float: left;
  margin-right: 20px;
}
.entry-author-text {
  overflow: hidden;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 22px;
}
.entry-author-link,
.entry-author-link a {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}


/* ===================================================================
  #COMMENTS
=================================================================== */
#comments {
  padding: 30px;
  margin: 0 -20px 30px;
  border-top: 1px solid #ebebeb;
}
.comment-reply-title,
#comments .comments-number {
  font-size: 19px;
  margin: 0 0 25px;
  line-height: 1.2
}
.comment-form {
  /*margin-right: 230px;*/
}
.comment-form input[type="text"] {
  border: 0;
  padding: 10px 2px;
  height: 42px;
  border-bottom: 1px solid #ebebeb
}
.comment-form input[type="text"],
.comment-form textarea {
  background: none;
  width: 100%;
  margin-bottom: 0;
  border-color: #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.comment-form input[type="text"]::-webkit-input-placeholder {
  color: #ababab;
}
.comment-form-author,
.comment-form-url {
  width: 47%
}
.comment-form-author {
  float: left;
}
.comment-form-url {
  float: right
}
.comment-form-comment {
  margin-top: 30px;
}
.comment-form label {
  color: #ababab;
}
.comment-form input[type="text"],
.comment-form textarea,
.comment-form label {
  font-family: 'Merriweather', Georgia, serif;
  -webkit-font-smoothing: antialiased;
}
.comment-form .form-submit {
  margin-top: 40px;
  margin-bottom: 20px;
}
.form-submit input[type="submit"] {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 14px;
}

/* Comment List
------------------------------------------------------------------- */
.commentlist {
  margin-left: 0;
}
.commentlist,
.commentlist .children {
  list-style: none;
}
.commentlist .comment-author {
  float: left;
  margin-right: 20px;
}
.commentlist .comment-content {
  overflow: hidden;
}
.commentlist .comment-metas {
  margin-bottom: 15px;
}
.commentlist .author-name {
  font-weight: bold;
  margin-right: 25px;
}
.commentlist .author-name a {
  color: #333;
}
.commentlist .comment-meta,
.commentlist .comment-reply-link {
  color: #b1b1b1;
}
.commentlist .comment-reply-link {
  float: right;
  text-transform: uppercase
}
.commentlist .comment-entry {
  margin-bottom: 55px;
}
.commentlist .comment-text {
  color: #7a7a7a;
}
.commentlist .in-reply-to {
  color: #c7c7c7;
  font-size: 12px;
}
.comment-navigation .assistive-text {
  display: none
}


/* ===================================================================
  #SHOP
=================================================================== */

/* CSS Nav
------------------------------------------------------------------- */
.shop-nav {
  margin-bottom: 20px;
}
.shop-nav a {
  padding: 10px 15px;
  font-size: 14px;
  font-family: sans-serif;
}

/* Products List
------------------------------------------------------------------- */
.products:after,
.products:before {
  content: '';
  display: table;
}
.products:after {
  clear: both;
}
.products {
  list-style: none;
  margin: 0;
  zoom: 1;
  margin-bottom: 55px;
}
.products .product {
  width: 20%;
  float: left;
  position: relative;
  border: 1px solid #f3f3f3;
  background: #F4F3DF;
  margin-right: -1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.products .product:nth-child(5n+6){
	clear:left
}
.products .product-title {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0 0 10px;
  height: 36px;
  overflow: hidden;
}
.products .product-title a {
  color: #6c6c6c;
  border-bottom: 1px solid transparent;
}
.products .product-title a:hover {
  border-bottom: 1px solid;
}
.products .product-image {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.products .product-content {
  padding: 10px;
  background: #fff;
}
.products .price {
  font-weight: bold;
}
.products .product > a {
  color: #333;
  display: block;
}
.products .product > div {
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
.products .product:hover > div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5
}
.products .product-audio:hover > div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1
}

/* Product Badge
------------------------------------------------------------------- */
.onsale {
  z-index: 1;
  text-transform: uppercase;
  background: #259FEA;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 10px;
  padding: 0px 9px;
  position: absolute;
  right: 0;
  top: -1px
}


/* WooCommerce Pagination
------------------------------------------------------------------- */
.woocommerce-pagination,
.pagination.colabs-pagination {
  margin-bottom: 20px;
}
.woocommerce-pagination a,
.colabs-pagination a {
  color: #181818;
}
.woocommerce-pagination ul:after,
.woocommerce-pagination ul:before,
.colabs-pagination:after,
.colabs-pagination:before {
  content: '';
  display: table;
}
.woocommerce-pagination ul:after,
.colabs-pagination:after {
  clear: both;
}
.woocommerce-pagination ul,
.colabs-pagination {
  zoom: 1;
  list-style: none;
  margin: 0;
}
.woocommerce-pagination li,
.colabs-pagination a,
.colabs-pagination span {
  float: left;
  margin-right: 20px;
}
.woocommerce-pagination a,
.woocommerce-pagination .current,
.colabs-pagination a,
.colabs-pagination .current {
  display: block;
  text-align: center;
  line-height: 1em;
  font-size: 1em;
  padding: .5em;
  min-width: 1em;
}
.woocommerce-pagination a:hover,
.woocommerce-pagination .current,
.colabs-pagination a:hover,
.colabs-pagination .current {
  color: #fff;
  background: #181818;
  text-decoration: none;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev,
.colabs-pagination .next,
.colabs-pagination .prev {
  /*text-indent: -9999px;*/
  position: relative;
  color: #fff;
}
.woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before,
.colabs-pagination .next:before,
.colabs-pagination .prev:before {
  content: "\e623";
  left: 10px;
  top: 6px;
  width: 0;
  position: absolute;
  font-family: 'font-icon';
  color: #ef6a59;
}
.woocommerce-pagination .prev:before,
.colabs-pagination .prev:before {
  content: "\e624";
}
.woocommerce-pagination .next:hover,
.woocommerce-pagination .prev:hover,
.colabs-pagination .next:hover,
.colabs-pagination .prev:hover {
  color: #181818;
}
.woocommerce-pagination .next:hover:before,
.woocommerce-pagination .prev:hover:before,
.colabs-pagination .next:hover:before,
.colabs-pagination .prev:hover:before {
  color: #fff;
}
.woocommerce-pagination .next:after,
.woocommerce-pagination .prev:after,
.colabs-pagination .next:after,
.colabs-pagination .prev:after {
  content: "";
  left: -11px;
  top: -5px;
  bottom: -5px;
  width: 0;
  border-left: 1px solid #eaeaea;
  position: absolute;
}
.woocommerce-pagination .prev:after,
.colabs-pagination .prev:after {
  left: auto;
  right: -11px;
}


/* ===================================================================
  #SINGLE PRODUCT
=================================================================== */
.single-product .main-content-inner:after,
.single-product .main-content-inner:before {
  content: '';
  display: table;
}
.single-product .main-content-inner:after {
  clear: both;
}
.single-product .main-content-inner {
  zoom: 1;
  border: 0;
  margin: 0;
}
.product-left {
  float: left;
  width: 50.0884%;
}
.product-content-wrapper {
  float: right;
  width: 48.053%; 
}
.woocommerce-product-rating {
  margin-bottom: 10px;
}

/* Product Wihstlist
------------------------------------------------------------------- */
.wishlist_status {
	margin-bottom:10px;
}
.wishlist_status > label {
	display: inline-block;
	margin-right: 10px;
}
.wishlist_status label input {
	margin-top: -3px;
	margin-right: 5px;
}
.shop_table.cart.wishlist {
	margin-top: 30px;
}
.shop_table.cart.wishlist button{
	color: #EB263D;
	border: 1px solid #EB263D;
	background: rgba(0, 0, 0, 0);
	padding: 7px 10px;
	font-size: 13px;
}
.entry-item-meta .wishlistadd a{
	display:block;
}
.entry-item-meta .wishlistadd  button{
	background: none;
	color: #EB263D;
	font-size: 13px;
	text-transform: capitalize;
	border: none;
	position: relative;
	font-weight: normal;
	line-height: 20px;
	padding: 0 10px;
	letter-spacing: normal;
	margin-left:35px;
	margin-top:-3px;
}
.entry-item-meta .wishlistadd > span{
	position: absolute;
	top: -24px;
	display: block;
	width: 100%;
	left: 30%;
}
.new-release-carousel .wishlistadd  span+a .icon-custom-edit{
	left:-22px;
}
.single .addwishlistlink {
  margin-bottom: 10px;
}


/* Product Images
------------------------------------------------------------------- */
.product-image-big {
  margin-bottom: 20px;
  position: relative;
}
.ajax-spinner {
  color: #eb263d;
  clear: both;
  margin: 40px auto 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #eb263d;
  padding: 4px;
  direction: ltr;
  display: block;
  text-indent: -99999px;
}
.ajax-spinner > div {
  width: 34px !important;
  margin: 0 auto
}

.product-image-big .ajax-spinner {
  margin: 0;
}
.product-image-big .spinner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -33px;
  padding: 5px;
  background: #fff;
  display: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.product-image-big.is-loading a {
  cursor: wait
}
.product-image-big.is-loading .spinner-wrapper {
  display: block;
}
.product-image-big img {
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
.product-image-big.is-loading img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5
}
.product-images .thumbnails a {
  margin-right: 10px
}


/* Product Meta
------------------------------------------------------------------- */
.product_title {
  line-height: 1.3;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 10px;
}

.product-meta {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px double #efefef;
}
.product-meta .price,
.product-meta .onsale,
.product-meta .product-availability {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
.product-meta .onsale {
  position: static;
}
.product-content-wrapper .price {
  color: #eb263d;
  font-weight: bold;
}
.product-content-wrapper .price ins {
  text-decoration: none;
  font-size: 18px;
}
.product-content-wrapper .price del {
  color: #acacac;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.product-availability .btn {
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  cursor: default;
}

.product-content-wrapper form:after,
.product-content-wrapper form:before {
  content: '';
  display: table;
}
.product-content-wrapper form:after {
  clear: both;
}
.product-content-wrapper form {
  zoom: 1;
}

/* Product Price - Variable
------------------------------------------------------------------- */
.
.product-content-wrapper .cart {
  position: relative;
  margin-bottom: 20px;
}
.product-content-wrapper .cart label {
  font-weight: bold;
}
.variations,
.variations td,
.variations tbody:first-child td {
  border: 0;
  background: none;
  padding-left: 0;
  vertical-align: top
}
.product-content-wrapper .quantity {
  float: left;
}
.single_variation_wrap button,
.single_add_to_cart_button {
  float: right
}
.single_variation_wrap:after,
.single_variation_wrap:before {
  content: '';
  display: table;
}
.single_variation_wrap:after {
  clear: both;
}
.single_variation_wrap {
  zoom: 1;
}
.single_variation .price {
  margin-bottom: 10px;
  font-size: 17px;
  display: block;
}


/* Product Quantity Spinner
------------------------------------------------------------------- */
.quantity .plus,
.quantity .minus {
  padding: 0;
  width: 30px;
  /*margin-left: -1px;*/
  line-height: normal;
  height: 30px;
  right: 0;
  background: none;
  border: 0;
  color: #fff;
  line-height: 0;
  /*background: #767676;*/
  background: #fff;
  border: 1px solid #ebebeb;
  color: #7f7f7f;
}
.quantity .qty {
  width: 40px;
  text-align: center;
  margin: 0;
  border-left: 0;
  border-right: 0;
}
.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type="number"] {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Product Meta Bottom
------------------------------------------------------------------- */
.product-meta-bottom {
  list-style: none;
  margin-left: 0;
  font-size: 11px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-meta-bottom,
.product-meta-bottom a {
  color: #adadad;
  border-bottom: 1px solid transparent;
}
.product-meta-bottom strong {
  color: #333;
}
.product-meta-bottom a:hover {
  border-bottom: 1px solid;
}

/* Product Tabs
------------------------------------------------------------------- */
.product_tabs .panel{
	display:none;
}
.product_tabs {
  padding-top: 60px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}
.product_tabs .tabs:after,
.product_tabs .tabs:before {
  content: '';
  display: table;
}
.product_tabs .tabs:after {
  clear: both;
}
.product_tabs .tabs {
  zoom: 1;
  padding-left: 20px;
  list-style: none;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d3d3d3;
}
.product_tabs .tabs li {
  float: left;
  margin-right: 5px;
}
.product_tabs .tabs a {
  color: #fff;
  font-size: 11px;
  display: block;
  background: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 9px 20px;
  font-weight: bold;
  margin-bottom: -1px;
  -webkit-font-smoothing: antialiased;
}
.product_tabs .tabs .active a {
  background: #fff;
  color: #000;
  border-color: #d3d3d3;
  border-bottom-color: #fff;
}
.product_tabs .tabs span {
  color: #eb263d;
}
.single-multimedia .product_tabs{
	padding-top:0;
}
.single-multimedia .product_tabs .tabs{
	padding-left:0;
	border-bottom:3px solid #D3D3D3
}
.single-multimedia .product_tabs .tabs li{
	margin-right:0;
	position:relative;
}
.single-multimedia .product_tabs .tabs li.active:before {
	content: "";
	position: absolute;
	border-bottom: 3px solid #EB263D;
	bottom: -3px;
	left: 0;
	right: 0;
}
.single-multimedia .product_tabs .tabs a{
	color:#000;
	background:none;
	border:none;
}

/* Review Products
------------------------------------------------------------------- */
.single-multimedia #reviews > div {
	width: 100%;
	float: none;
}
#review_form .comment-form-author{
	float:none;
	width:100%;
}
/* Related Products
------------------------------------------------------------------- */
.related_products > h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
}
.single-multimedia .products .product{
	width:50%;
}
.single-multimedia .products .product:nth-child(2n+3){
	clear:left;
}
.single-multimedia  .related_products img{
	margin:0;
}
/* #Payment Methods
------------------------------------------------------------------- */

#order_comments {
	width: 100%;
	resize: none;
}
.payment_methods {
  list-style: none;
  margin: 0 0 30px 0;
  -webkit-font-smoothing: antialiased;
}
.payment_methods li {
  position: relative;
  margin-bottom: 5px;
}
.payment_methods label {
  display: block;
  font-weight: bold;
  cursor: pointer;
  background: #ececec;
  padding: 5px;
  margin-bottom: 0;
  padding-left: 35px;
}
.payment_methods label img {
  margin: 0;
}
.payment_methods p {
  margin: 0;
}
.payment_methods .input-radio {
  left: 10px;
  top: 4px;
  position: absolute;
}
.payment_methods .payment_box {
  padding: 10px;
  background: #f5f5f5;
}

#place_order{
	margin: 3px;
	border: none;
	color: #EB263D;
	border: 1px solid #EB263D;
	background: rgba(0, 0, 0, 0);
	padding: 7px 20px;
}
#place_order:hover{
	background:#EB263D;
	color:#fff;
}
.form-row#ship-to-different-address{
	float: right;
	margin-bottom: 0;
	margin-top: 20px;
	margin-right: 0;
	width: 34%;
}
#shiptobilling-checkbox{
	width: auto!important;
	float: left;
	margin-right: 7px;
	position: relative;
	display: inline;
}
/* ===================================================================
  #PRODUCT - AUDIO
=================================================================== */
.product-audio .btn-buy {
  padding: 2px 6px;
}
.product-external-link a {
  color: #8f8f8f;
  font-size: 18px;
  margin: 0 3px;
}
.product-external-link a:hover {
  color: #333;
}
.product-external-link .icon-custom-amazon {
  position: relative;
  top: 2px;
}
.products .product-audio .product-content {
  padding-bottom: 30px;
}


/* ===================================================================
  #SINGLE - AUDIO
=================================================================== */
.entry-audio:after,
.entry-audio:before {
  content: '';
  display: table;
}
.entry-audio:after {
  clear: both;
}
.entry-audio {
  zoom: 1;
  margin-bottom: 50px;
}

.entry-audio .audio-sidebar {
  float: left;
  width: 227px;
  margin-right: 20px;
}
.entry-audio .audio-content {
  overflow: hidden
}
.audio-share {
  margin-bottom: 30px;
}
.single-product .single-multimedia{
	margin-right:400px;
}
.single-product.two-col-right .main-content-inner {
    margin-left: 400px;
    margin-right: 0;
}
.single-multimedia .audio-buy button{
	width:100%;
}
.single-multimedia .video-player-wrapper {
	margin-bottom: 20px;
}
.meta-multimedia {
	overflow: hidden;
}
.meta-multimedia .audio-buy a{
	color: #6C6C6C;
	border: 1px solid #6C6C6C;
}
.meta-multimedia .audio-buy {
	display: inline-block;
}
.meta-multimedia .audio-external-links {
	float: right;
	margin-bottom: 0;
}
.meta-multimedia .audio-external-links li{
	float:left;
	border:none;
	padding:0;
}
/* Audio Meta Data
------------------------------------------------------------------- */
.audio-metadata {
  list-style: none;
  margin: 10px 0;
  color: #7b7b7b;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.audio-metadata li {
  line-height: 16px;
}

.entry-audio .audio-buy {
  margin-bottom: 30px;
}
.entry-audio .audio-buy .btn {
  padding-left: 12px;
  padding-right: 12px;
}

/* Audio External Links
------------------------------------------------------------------- */
.audio-external-links {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
}
.audio-external-links li {
  color: #8e8e8e;
  padding: 6px 1px;
  border-top: 1px solid #eaeaea;
}
.audio-external-links li:first-child {
  border-top: 0;
}
.audio-external-links i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.audio-external-links a {
  color: #333;
  font-weight: bold;
  font-size: 12px;
	font-family:sans-serif;
}

/* Audio Content
------------------------------------------------------------------- */
.audio-title {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 26px;
}

/* Audio External Popup
------------------------------------------------------------------- */
.audio-external-popup {
  margin-bottom: 20px;
}
.audio-external-popup a {
  color: #333;
  font-size: 11px;
  font-weight: bold;
  margin-right: 20px;
  text-transform: uppercase;
}
.audio-external-popup i {
  width: 30px;
  height: 30px;
  font-size: 21px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.audio-external-popup .link-soundcloud i {
  background: #fe7702;
  color: #fff;
}
.audio-external-popup .link-soundcloud i:before {
  position: relative;
  top: 2px;
  left: 4px;
}
.audio-external-popup .link-audio i {
  border: 4px solid #333;
  width: 22px;
  height: 22px;
  font-size: 14px;
}
.audio-external-popup .link-audio i:before {
  top: 4px;
  left: 6px;
  position: relative;
}


/* ===================================================================
  #EVENTS
=================================================================== */
.events-list {
  list-style: none;
  margin: 0 0 50px 0;
}
.events-list li:after,
.events-list li:before {
  content: '';
  display: table;
}
.events-list li:after {
  clear: both;
}
.events-list li {
  zoom: 1;
  padding: 15px 0;
  border-bottom: 1px dashed #bababa;
}

.events-list li > div {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Events List Date
------------------------------------------------------------------- */
.events-list .event-ticket {
  width: 16.5%;
}
.events-list .event-date {
  width: 20.5%;
}
.events-list .event-day {
  float: left;
  font-size: 26px;
  font-weight: bold;
  margin: 5px 15px 0 0
}
.events-list .event-date-detail {
  overflow: hidden
}
.events-list .event-date-detail span {
  display: block;
}
.events-list .event-month {
  font-weight: bold;
  text-transform: uppercase;
}
.events-list .event-dayname {
  font-weight: 300
}

/* Events List Title
------------------------------------------------------------------- */
.events-list .event-title,
.events-list .event-location {
  width: 31.5%;
}
.events-list .event-title a,
.events-list .event-location {
  color: #a3a3a3;
  -webkit-font-smoothing: antialiased;
}

/* Booking Event
------------------------------------------------------------------- */
.small-select{
	width:15%;
}
.medium-select{
	width:30%;
}
.wrapper-select-event select{
	display:inline-block;
}
#post-query-submit{
	margin-bottom: 11px;
	padding: 5px 12px;
	background: #EB263D;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: #EB263D;
	color: #FFF;
}
.manage-booking-title span {
  display: block;
}
.manage-booking-title a {
  font-size: 13px;
}
.booking-info-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
}

.stuffbox .colabs-form-fields table,
.stuffbox .colabs-form-fields table td,
.stuffbox .colabs-form-fields table th {
  border: 0;
}


/* Event Location
------------------------------------------------------------------- */
.event-location-wrapper .tablenav{
	float: left;
	width: 50%;
}
.event-dash-wrapper {
	overflow: hidden;
	margin: 30px 0 0px;
}
.event-dash-wrapper .search-box {
	width:55%;
	float:left
}
.event-location-wrapper .subsubsub, 
.event-dash-wrapper .subsubsub {
	width:45%;
	float:left
}
.event-location-wrapper {
	overflow: hidden;
	margin: 25px 0;
}
.screen-reader-text {
	display:none;
}
.search-box-input{
	width: 69%;
	margin-right: 10px;
	display: inline-block;
}
.search-box-submit{
	display:inline-block;
}
.search-box-input input{
	margin: 0;
	height: auto;
	width: 98%;
}

/* ===================================================================
  #EVENT SINGLE
=================================================================== */
.event-description,
.event-location-header,
.event-sponsor,
.event-nav,
.event-item .event-ticket {
  padding-left: 170px;
  padding-right: 170px;
}
.event-single-inner {
  border-top: 1px solid #ebebeb;
}

/* Event Header
------------------------------------------------------------------- */
.event-header {
  position: relative;
}
.event-image {
  overflow: hidden
}
.event-image img {
  position: relative;
}

/* Event Metadata
------------------------------------------------------------------- */
.event-metadata {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  list-style: none;
  margin: 0;
  background: #262523;
  background: rgba(38, 37, 35,.9)
}
.event-metadata li {
  width: 25%;
  float: left;
  min-height: 105px;
  position: relative;
  border-left: 1px solid #393836;
  padding: 20px 20px 20px 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.event-metadata li:first-child {
  border-left: 0;
}
.event-metadata li:before,
.event-metadata-title {
  color: #e9e9eb;
}
.event-metadata-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 0;
	font-weight:normal
}
.event-metadata-content {
  color: #858585;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Merriweather', Georgia, serif;
}
.event-metadata li:before {
  position: absolute;
  left: 25px;
  top: 23px;
}
.event-metadata .icon-custom-share a {
  color: #fff;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 16px;
}
.no-event-image{
	position:relative;
}
/* Event Description
------------------------------------------------------------------- */
.event-description .event-title {
  margin-top: 0;
  color: #000;
  font-family: sans-serif;
  margin-bottom: 25px;
}
.event-description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.event-description p:first-child,
.event-description .headline {
  font-family: sans-serif;
  color: #878787;
  padding-bottom: 10px;
}

/* Event Location
------------------------------------------------------------------- */
.event-location {
	position:relative;
}
.event-location-header h3,
.event-sponsor h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.event-item .event-location {
  position: relative;
  border-top: 1px solid #efefef;
  margin-bottom: 50px;
}
.event-location-header {
  z-index: 10;
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: rgba(255,255,255,.9);
}

.event-location-share {
  line-height: 40px;
}
.event-location-share span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 10px;
  position: relative;
  top: -5px;
}
.event-location-share a {
  color: #5f5f5f;
  font-size: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 7px;
}
.event-location-share  .social_share .colabs-fblike{
	margin-top:5px;
}
.event-location-share .share-mail {
  font-size: 18px;
}

.event-maps {
  padding-bottom: 50%
}
.event-maps img {
  max-width: none
}

/* Event Sponsor
------------------------------------------------------------------- */
.event-sponsor {
  padding-top: 15px;
  padding-bottom: 45px;
}
.sponsor-list {
  list-style: none;
  margin: 0;
}
.sponsor-list li {
	width:20%;
	margin-left:20px;
  vertical-align: middle;
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
}
.sponsor-list li:first-child {
  margin-left: 0
}
.sponsor-list a,
.sponsor-list img {
  display: block
}
.event-sponsor i {
	margin-right: 15px;
}
/* Event Navigation
------------------------------------------------------------------- */
.event-nav {
  background: #505050;
  -webkit-font-smoothing: antialiased;
}
.event-nav a {
  border: 0;
  min-width: 121px;
	color: #FFF;
	border-color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	font-family: sans-serif;
	float:right;
    margin: 15px 0;
}
.event-nav a:hover{
	color:#EB263D;
}
.event-nav a:first-child {
	float: left;
}
/* Event Ticket
------------------------------------------------------------------- */
.event-ticket .event-single-inner {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center
}
.event-item .event-ticket .btn {
  font-size: 25px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: 'bebas', sans-serif
}


/* ===================================================================
  #WIDGET
=================================================================== */
.widget {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.widget p {
  margin-bottom: 1.5em
}
.widget-title {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.widget ul {
  list-style: none;
  margin-left: 0;
}
.widget li {
  line-height: 24px;
}
.widget select {
  width: 100%;
}

/* Sidebar Widget
------------------------------------------------------------------- */

.sidebar .widget {
  padding: 20px;
  margin: 0;
  border-top: 4px solid #dcdcdc;
}
.sidebar .widget-title {
  margin-top: 0;
}

/* Footer Widgets
------------------------------------------------------------------- */
.footer-widgets {
  margin-bottom: 40px;
}
.footer-widgets .widget-title {
  font-size: 23px;
  margin-bottom: 25px;
  font-family: 'bebas', sans-serif
}
.footer-widgets a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.footer-widgets a:hover {
  color: #EB263D;
  border-bottom: 1px solid;
}
.footer-widgets .widget:nth-child(4n+5) {
  clear: left;
  margin-left: 0
}

/* Copyrights
------------------------------------------------------------------- */
.footer-copyrights {
  color: #2c2c2c;
  font-size: 13px;
  background: #e9e9e9;
  text-align: center;
  padding: 14px 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

/* Entry Content Typography
------------------------------------------------------------------- */
.entry-content {
  /*font-size: 15px;*/
  line-height: 24px;
  font-family: 'Merriweather', Georgia, sans-serif
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table,
.entry-content pre {
  margin-bottom: 1.5em;
}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
  margin-bottom: 0
}

/* Widget Search
------------------------------------------------------------------- */
.widget_search form {
  position: relative;
  margin: 0;
}
.widget_search i {
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 17px;
}
.widget_search input[type="text"] {
  width: 100%;
  margin: 0;
  height: 35px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Widget Calendar
------------------------------------------------------------------- */
.widget_calendar table,
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
  border: 0;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.widget_calendar caption {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_calendar caption,
.widget_calendar th {
  background: #333;
}
.widget_calendar td {
  background: #636363 !important;
}
.widget_calendar a {
  color: #fff;
  font-weight: bold;
}
.widget_calendar tfoot td {
  background: #333 !important;
}

/* Widget Categories, Pages, Nav Menu, Meta
------------------------------------------------------------------- */
.widget_categories,
.widget_pages,
.widget_nav_menu,
.widget_meta {
  position: relative;
}
.widget_categories a,
.widget_pages a,
.widget_nav_menu a,
.widget_meta a {
  color: #333;
  padding: 5px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul {
  margin-left: 15px;
}
.widget_categories li:before,
.widget_pages li:before,
.widget_nav_menu li:before,
.widget_meta li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  /* border-top: 1px solid #aaa; */
  height: 1px;
  background: #E0E0E0;
  margin-top: 34px;
}

.footer-widgets .widget_categories a,
.footer-widgets .widget_pages a,
.footer-widgets .widget_nav_menu a,
.footer-widgets .widget_meta a {
  color: #fff;
}
.footer-widgets .widget_categories li:before,
.footer-widgets .widget_pages li:before,
.footer-widgets .widget_nav_menu li:before,
.footer-widgets .widget_meta li:before {
  background: rgba(255,255,255,.13)
}


/* Widget Recent Comments
------------------------------------------------------------------- */
.widget_recent_comments a {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid;
}
.widget_recent_comments li,
.widget_rss li {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 -20px;
  padding: 5px 20px;
}

/* Widget RSS
------------------------------------------------------------------- */
.widget_rss .widget-title a {
  color: #333;
}
.widget_rss li a.rsswidget {
  display: block;
  color: #333;
  font-weight: bold;
}
.widget_rss li {
  line-height: 18px;
  margin: 0 -20px 10px -20px;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.widget_rss .rss-date {
  color: #999;
  display: block;
  margin-bottom: 10px;
}
.widget_rss cite {
  color: #999;
  font-style: italic;
}

/* Widget Tag Cloud
------------------------------------------------------------------- */
.tagcloud a {
  font-size: 13px !important;
  padding: 3px 8px;
  background: #E0E0E0;
  margin-bottom: 4px;
  color: #888;
  border-radius: 2px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  *display: inline;
  *zoom: 1;
	border-bottom:0;
}
.tagcloud a:hover {
	border-bottom:0;
  color: #fff;
  background: #333
}


/* ===================================================================
  #COLABS WIDGETS
=================================================================== */

/* Twitter Widget
------------------------------------------------------------------- */
.user-twitter-card {
  background: #eb263d;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  overflow: hidden;
}
.user-twitter-card img {
  float: left;
  margin-right: 10px;
  border: 5px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.user-twitter-card-name {
  overflow: hidden;
  margin-top: 11px;
}
.user-twitter-card-name a,
.user-twitter-card-name a:hover {
  color: #fff;
}
.user-twitter-card-name .name {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.user-twitter-card-data {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.user-twitter-card-data li {
  float: left;
  width: 33.3%;
  text-align: center;
  line-height: 18px;
  padding: 10px 0;
}
.user-twitter-card-data strong {
  display: block;
  font-size: 16px;
}
.user-twitter-card-data {
  background: #333;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.user-twitter-card-data span {
  font-size: 12px;
}
.user-tweet-list {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
}
.user-tweet-list ul {
  margin: 0;
}
.user-tweet-list li {
  padding: 10px;
  border-top: 1px solid #e0e0e0;
  line-height: 18px;
  color: #333;
  -webkit-font-smothing: antialiased;
}
.user-tweet-list li:first-child {
  border-top: 0;
}
.user-tweet-list li a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.user-tweet-list li a:hover {
  color: #eb263d;
  border-bottom: 1px solid;
}
.user-tweet-list li p {
  margin-bottom: 10px;
}
.user-tweet-list .twitter-source {
  font-style: 11px;
}

.footer-widgets .user-twitter-card {
  background: #222
}

/* Widget Mailchimp
------------------------------------------------------------------- */
.sidebar .widget_colabs_mailchimp input {
  margin: 0;
  height: 35px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .widget_colabs_mailchimp form {
  position: relative;
  margin: 0;
}
.sidebar .widget_colabs_mailchimp input[type="text"] {
  width: 100%;
  padding-right: 150px;
  background: #fff;
}
.sidebar .widget_colabs_mailchimp input[type="submit"] {
  right: 0;
  bottom: 0;
  position: absolute;
}
.mailchimp-ajax-loader {
  height: 24px;
}

/* Widget Facebook
------------------------------------------------------------------- */
.widget_colabs_facebook iframe {
  width: 100% !important;
  background: #fff
}

/* Widget Flickr
------------------------------------------------------------------- */
.widget_colabs_flickr a {
  float: left;
  padding: 5px;
}

/* Widget Post List
------------------------------------------------------------------- */
.post-list-widget li {
  overflow: hidden;
  padding-bottom: 17px;
  margin-bottom: 17px;
  line-height: 18px;
  border-bottom: 1px solid #e0e0e0;
}
.post-list-widget .post-list-thumb {
  float: left;
  margin-right: 17px;
}
.post-list-widget .post-list-content {
  overflow: hidden;
}
.post-list-widget .post-list-title {
  margin-bottom: 17px;
  font-size: 14px;
}
.post-list-widget .post-list-title a {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid transparent;
}
.post-list-widget .post-list-date {
  color: #7b7b7b;
  font-size: 10px;
  text-transform: uppercase;
}
.post-list-widget .post-list-text {

}

.footer-widgets .post-list-widget li {
  border-color: #222;
}
.footer-widgets .post-list-title a {
  color: #fff;
}

/* Widget Social
------------------------------------------------------------------- */
.widget_colabs_social p {
  font-size: 13px;
}
.widget_colabs_social .social-link {
  text-align: left;
}
.widget_colabs_social .social-link a {
  padding: 5px 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.footer-widgets .social-link {
  font-size: 21px
}

/* Widget Tabs
------------------------------------------------------------------- */
.sidebar .widget_colabs_tabs {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-top: 0;
}
.widget_colabs_tabs .colabsTabs:after,
.widget_colabs_tabs .colabsTabs:before {
  content: '';
  display: table;
}
.widget_colabs_tabs .colabsTabs:after {
  clear: both;
}
.widget_colabs_tabs .colabsTabs {
  border-bottom: 1px solid #dbdbdb;
  zoom: 1;
  margin: 0;
}
.widget_colabs_tabs .colabsTabs li {
  float: left;
  text-align: center;
  width: 25%;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.widget_colabs_tabs .colabsTabs li:first-child {
  border-left: 0;
}
.widget_colabs_tabs .colabsTabs a {
  display: block;
  color: #a4a4a4;
  text-transform: uppercase;
  padding: 15px 5px 13px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

/* Widget Tabs on Sidebar
------------------------------------------------------------------- */
.sidebar .widget_colabs_tabs .colabsTabs a:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 4px;
  background: #eb263d;
  display: none
}
.sidebar .widget_colabs_tabs .colabsTabs .selected a,
.sidebar .widget_colabs_tabs .colabsTabs a:hover {
  background: #fff;
  color: #333;
}
.sidebar .widget_colabs_tabs .colabsTabs .selected a:before,
.sidebar .widget_colabs_tabs .colabsTabs a:hover:before {
  display: block;
}
.sidebar .widget_colabs_tabs .selected:before,
.sidebar .widget_colabs_tabs .selected:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  bottom: -5px;
  border-bottom: 0;
  left: 50%;
}
.sidebar .widget_colabs_tabs .selected:before {
  border-top-color: #fff;
  z-index: 10;
  margin-left: -5px;
}
.sidebar .widget_colabs_tabs .selected:after {
  border-width: 6px 6px 0 6px;
  z-index: 9;
  border-top-color: #dbdbdb;
  margin-left: -6px;
  margin-bottom: -1px;
}
.sidebar .widget_colabs_tabs .tagcloud {
  padding: 20px;
}
.widget_colabs_tabs .post-list-widget li {
  padding: 17px 20px;
  margin: 0;
}
.sidebar .widget_colabs_tabs .post-list-widget li {
  padding: 17px 0;
  margin: 0 20px;
}
.sidebar .widget_colabs_tabs .post-list-widget li:hover {
  background: #fff;
  border-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 0;
}

/* Widget Tabs on Footer
------------------------------------------------------------------- */
.footer-widgets .widget_colabs_tabs .colabsTabs li,
.footer-widgets .widget_colabs_tabs .colabsTabs {
  border: 0;
}
.footer-widgets .post-list-widget .post-list-thumb {
  width: 50px;
}
.footer-widgets .widget_colabs_tabs .colabsTabs a {
  margin: 10px;
  padding: 4px 10px;
  border: 1px solid #222;
}
.footer-widgets .widget_colabs_tabs .colabsTabs .selected a,
.footer-widgets .widget_colabs_tabs .colabsTabs a:hover {
  background: #222
}


/* ===================================================================
  #WOOCOMMERCE WIDGET
=================================================================== */
/* Product List Widget
------------------------------------------------------------------- */
.product_list_widget {
  list-style: none
}
.product_list_widget li {
  float: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.product_list_widget .empty {
  margin-bottom: 14px;
  font-size: 14px;
}
.product_list_widget .cart-product {
  padding-top: 10px;
  margin-top: 10px;
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.product_list_widget .cart-product:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.product_list_widget .cart-product a {
  font-weight: bold;
  padding: 0
}
.product_list_widget .cart-product a:hover {
  background: none
}
.product_list_widget .cart-product .amount {
  font-size: 14px;
  top: 10px;
  right: 0;
  color: #181818;
  font-weight: bold;
  position: absolute;
}
.product_list_widget  li > a {
	display:block;
}
.product_list_widget  a > img{
	margin-top:5px;
}
.product_list_widget .cart-product:first-child .amount {
  top: 0
}
.product_list_widget .variations {
  margin: 15px 0 0 0;
}
.product_list_widget .variations dt {
  clear: left;
  float: left;
  font-weight: normal;
  margin-right: 5px;
}
.product_list_widget .variations dt,
.product_list_widget .variations dd {
  line-height: 1.3
}
.product_list_widget img {
  width: 37px;
  float: left;
  margin-right: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product_list_widget_content {
  overflow: hidden;
  padding-right: 85px;
}

.product_list_widget .total {
  text-align: center;
  margin: 40px -14px 0;
  padding: 15px 14px;
  background: #e6e6e6;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.product_list_widget .total strong {
  float: left;
}
.product_list_widget .total .amount {
  float: right;
}

.product_list_widget .buttons:after,
.product_list_widget .buttons:before {
  content: '';
  display: table;
}
.product_list_widget .buttons:after {
  clear: both;
}
.product_list_widget .buttons {
  zoom: 1;
  background: #f5f5f5;
  margin: 0 -14px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.product_list_widget .buttons a {
  padding: 0;
  display: inline-block;
}
.product_list_widget .buttons .btn {
  font-size: 13px;
  text-align: left;
  display: block;
  padding: 6px 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
.product_list_widget .buttons .btn,
.product_list_widget .buttons .btn i {
  color: #fff;
}
.product_list_widget .buttons .btn i {
  margin-left: 10px;
}



/* ===================================================================
  #SELECTBOX
=================================================================== */
.select-wrapper {
  background: #fff;
  position: relative;
  border: 1px solid #e5e5e5;
  display: -moz-inline-stack;
  display: inline-block;
	width:100%;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select-wrapper .select-text {
  z-index: 2;
  position: absolute;
  line-height: 28px;
}
.select-wrapper i {
  z-index: 2;
  position: absolute;
  line-height: 19px; 
}
.select-wrapper .select-text {
  width: 75%;
  font-size: 13px;
  color: #181818;
  margin-left: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-wrapper i {
  right: 0;
  text-align: center;
  width: 16px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
  font-size: 10px;
  padding: 0 6px;
}
.select-wrapper i:before {
  top: 5px;
  position: relative;
}
.select-wrapper select {
  margin: 0;
  z-index: 4;
  height: 28px;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0
}


/* ===================================================================
  #Component: Alert Box
=================================================================== */
.alert-box,
.woocommerce-error,
.woocommerce-message {
  /*color: #888;*/
  color: #4F8B56;
  margin-bottom: 25px;
  padding: 10px;
  position: relative;
  /*background: #f1f6f0;*/
  background: #E4F5E6;
  line-height: 18px;
  border: 3px solid #c5e1c8;
}
.woocommerce-message {
  /*background: #fff*/
}
.alert-box.with-icon {
  padding-left: 60px;
}
.alert-box h4,
.woocommerce-error h4,
.woocommerce-message h4 {
  font-size: 15px;
  margin: 0 0 5px;
}
.alert-box h4,
.alert-box:before {
  color: #7aab73;
}
.alert-box p:last-child,
.woocommerce-error p:last-child,
.woocommerce-message p:last-child {
  margin-bottom: 0
}
.alert-box:before,
.woocommerce-error:before {
  top: 10px;
  left: 15px;
  font-size: 30px;
  position: absolute;
}
ul.alert-box,
ul.woocommerce-error {
  list-style: none;
  margin-left: 0;
  border-width: 1px;
}

/* Popup
------------------------------------------------------------------- */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}


/* Error Box
------------------------------------------------------------------- */
.alert-box.errors,
.woocommerce-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}


/* Login Popup
------------------------------------------------------------------- */
.login label {
  font-weight: bold
}
.login-form {
  width: 32%;
  margin: 0 auto;
}
.login-form .btn-block {
  width: 100%;
}
.login-form form.login , .woocommerce form.login{
	padding: 20px;
	background: #E9E9E9;
  font-family: sans-serif;
}
.woocommerce form.login .form-row.form-row-first, .woocommerce form.login  .form-row.form-row-last,
.login-form form.login .form-row.form-row-first, .login-form form.login  .form-row.form-row-last{
	width:100%;
	float:none;
}
.login-form h3.entry-title, .woocommerce h3.entry-login{
	text-align:center;
}
.woocommerce h3.entry-login{
	margin-bottom:20px;
}
.woocommerce form.login-box-account{
	margin-bottom:40px;
}
.content-popup-tab{
	overflow:hidden;
}
#form-login-front .modal-body .entry-content {
  font-family: sans-serif;
}
#form-login-front .form-row{
	float:none;
	width:100%;
	margin-bottom:30px;
}
#form-login-front .form-row:last-child{
	margin-bottom:0
}
#form-login-front .modal-header .close {
	margin-top: 0;
	color: #050505;
	font-weight: bold;
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	overflow: hidden;
}
#form-login-front  #myModalLabel {
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	overflow: hidden;
}
#form-login-front .modal-body{
	padding:0 80px;
}
#form-login-front .modal-footer, #form-login-front .modal-header{
	border:none;
}
#form-login-front  .product_tabs .tabs{
	padding-left: 0;
	border-bottom: 0;
	background: #F5F5F5;
	padding:9px 0;
	margin-top:30px;
}
#form-login-front .product_tabs .tabs a {
	background: none;
	color: #EB263D;
	border: none;
	padding:0 20px;
}
#form-login-front  .product_tabs .tabs li:first-child{
	border-right:1px solid #dddddd;
}
#form-login-front input[type='text'], #form-login-front input[type='password']{
	width:100%;
}
#form-login-front .product_tabs{
	padding-top:20px;
	border-bottom: 0;
	padding-bottom: 0;
}
#event-popup input[type='submit']{
	float:none;
}
#event-popup textarea{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#event-popup .colabs-booking-form-details {
	padding: 10px;
	width: 100%;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#recaptcha_table input {
  height: auto;
  line-height: 1
}


/* ===================================================================
  #WooCommerce Cart
=================================================================== */
#coupon_code {
	padding: 5px;
}
.coupon {
	width: 64%;
	float: left;
	margin-right:60px
}
.coupon label{
	display:none
}
.woocommerce-cart.woocommerce-page .shop_table input[type='submit'],
.shipping-calculator-form button{
	margin: 3px;
	border: none;
	color: #EB263D;
	border: 1px solid #EB263D;
	background: rgba(0, 0, 0, 0);
	padding: 7px 20px;
}
.woocommerce-cart.woocommerce-page .shop_table input[type='submit']:hover,
.shipping-calculator-form button:hover{
	background:#EB263D;
	color:#fff;
}
.woocommerce-cart .main-content, .woocommerce-checkout .main-content{
	background:#fff;
	float:none;
}
.woocommerce-cart .main-content-inner, .woocommerce-checkout .main-content-inner{
	margin-right:0;
	border-right:none;
}

/* ===================================================================
  #Submit Event
=================================================================== */
.event-form-when .colabs-event-text{
	display:block;
}
#recurrence-interval{
	width:80%
}
#event-form .event-extra-details select{
	height:auto;
}
/* 
 * WordPress formatted content
 * Provided from WYSIWYG Editor Styles
 * Just change and make it suitable with your document
 * ================================================================ */
.sticky,
.bypostauthor {
  position: static;
}
.entry-content img {
  margin: 0.5em 0 1.5em 0;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.alignnone,
img.alignnone {
  /*display: block;
  margin-left: auto;
  margin-right: auto;*/
}
.wp-caption {
  margin-bottom: 1.5em;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0 auto;
}
.wp-caption a, .wp-caption img {
  display: block;
}
.wp-caption a:hover {
  border-bottom-color: #0088cc;
}
.wp-caption-text {
  line-height: 1.5;
  font-size: 12px;
  margin: 12px 0 0 0;
  color: #666;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.sticky,
.gallery-caption,
.bypostauthor {
  position: static;
}
.wp-editor-container {
	border: 1px solid #CCC;
}


/* Mobile Button & Nav
------------------------------------------------------------------- */
.nav-mobile-left,
.nav-mobile-right {
  margin-top: -43px;
}
.mobile-toolbar i{
	color:#fff;
}
.btn-navbar {
  padding: 10px;
  background: none;
  border: 0;
  font-size: 18px;
  -webkit-appearance: none;
}
.btn-navbar span {
  display: block;
  height: 3px;
  width: 18px;
  background: #FFF;
  position: relative;
  left: -5px;
}
.btn-navbar span + span {
  margin-top: 3px;
}
.nav-mobile-right .btn-navbar {
  margin-left: 7px;
}
.btn-mobile-cart {
  position: relative;
}
.btn-mobile-cart i {
  position: relative;
  right: -5px;
}
.btn-mobile-cart .cart-count {
  left: auto;
  position: absolute;
  padding: .5em;
  min-width: 1em;
  line-height: 1em;
  height: 1em;
  font-size: 9px;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  border-radius: 50px;
}
.slide-menu{
	display:none;
}
.slide-menu,
#top-slide-menu .sub-menu{
	margin-top:0;
}
.mm-menu .slide-menu{
	display:block;
}

.hide-on-desktop {
	display:none;
}

/* Mobile Search Box
------------------------------------------------------------------- */
.mobile-search-box {
  background: #000;
  padding: 8px 10px;
  margin-top: -51px;
  -webkit-transition: margin-top 0.2s ease;
     -moz-transition: margin-top 0.2s ease;
      -ms-transition: margin-top 0.2s ease;
       -o-transition: margin-top 0.2s ease;
          transition: margin-top 0.2s ease;  
}
.mobile-search-box input:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mobile-search-box.opened {
  margin-top: 0;
}
.mobile-search-box form {
  position: relative;
  background: #fff;
  border-radius: 3px;
  margin: 0;
  margin-right: 33px;
}
.mobile-search-box form i {
  position: absolute;
  right: 0;
  color: #181818;
  top: 8px;
  right: 7px;
}
.mobile-search-box input {
  border: 0;
  background: none;
  margin: 0;
  height: 25px;
  width: 100%;
  padding-right: 30px;
  font-size: 15px;
}
.mobile-search-box .close-search {
  position: absolute;
  right: -39px;
  top: -2px;
  padding: 10px;
}
.mobile-search-box .close-search span {
  background: rgba(255,255,255,.3);
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 21px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.btn-mobile-search {
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;  
}
.search-box-opened .btn-mobile-search {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0
}


/* ===================================================================
  #Responsive
=================================================================== */

/* Mobile and Potrait I-Pad
------------------------------------------------------------------- */
@media only screen and (max-width: 977px) {
	body{
		padding:0;
	}
	.hide-on-desktop {
		display: block;
	}
	.container{
		padding:0;
	}
	.main-wrapper{
		margin-top:47px;
	}
	.owl-carousel{
		position:static;
	}
	/* Topbar Section */
	.header-section{
		position: fixed;
		top: 0;
		overflow: hidden;
		display: block;
		border-bottom: 0;
		z-index: 1000;
		width:100%;
	}
  .header-section .logo img {
    max-height: 32px;
  }
  .admin-bar .header-section {
    top: 32px;
  }
	.main-nav, .topbar-section{
		display:none
	}
	#top-slide-menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	#top-slide-menu li:after {
		content: "";
		margin-left: 0 !Important;
	}
	#top-slide-menu.mm-menu > .mm-panel {
		padding: 0;
	}
	#mobile-shopping-cart .shopping-cart-title{
		color:#333;
	}
	.branding {
		display: block;
		float: none;
		text-align: center;
		padding:5px;
	}
	.branding .logo{
		margin:0 58px;
	}
	.col-half, 
	.col-one-fourth,
	.col-one-third, 
	.col-quarter{
		width:100%;
		float:none;
		padding:0;
	}
	.nav-mobile-right .btn-navbar{
		margin-left:0;
		padding:9px 0px 7px;
	}
	.nav-mobile-right{
		margin-right:10px;
	}
	.btn-mobile-cart .cart-count{
		background:#F4F3DF;
	}
	.mm-menu .shopping-cart-wrapper, .mm-menu .my-account-wrapper{
		display:block;
	}
	.shopping-cart-wrapper .product_list_widget{
		color:#333;
	}
	.module-bigpost-image , 
	.module-bigpost-item:hover .module-bigpost-image{
		position: static;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		opacity: 1
	}
	.module-bigpost-content{
		position:static;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		
		padding:20px;
		margin-bottom:0;
		-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
				box-sizing:border-box;
	}
	.module-bigpost-content, 
	.module-bigpost-item:hover .module-bigpost-content{	
		-webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
	}
	
	
	/* .module-tabcarousel */
	.module-tabrousel-nav{
		margin-left:0;
	}
	.module-tabrousel-nav ul{
		margin:0 0 0 20px;
	}
	.module-tabrousel-nav li{
		margin:23px 0px
	}
	.module-tabrousel-nav a{
		padding:3px 13px;
		font-size:13px;
	}
	
	/* .module-carousel-wrapper */
	
	.module-carousel .entry-item{
		padding-bottom:0;
	}
	.module-carousel-main, 
	.module-carousel-content{
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.module-carousel-content{
		position:static;
	}
	.module-carousel-carousel-wrapper{
		margin-left:0;
		border-left:0;
	}
	.module-carousel .entry-item-inner, 
	.entry-post-list .entry-item-inner{
		position:static;
	}
	
	/* .module-carousel-wrapper */
	.module-carousel-carousel-wrapper{
		position:relative;
		clear:both;
	}
	.module-carousel-content .btn{
		float:right;
	}
	.module-carousel .owl-buttons{
		position:static;
	}
	.module-carousel .owl-buttons div {
		font-size: 20px;
		padding: 10px 15px;
		display: inline-block;
		background: #EEE;
		position:absolute;
		top:25%;
	}
	.owl-next{
		right:0;
	}
	.owl-left{
		left:0;
	}
	
	/*.audio-player-wrapper */
	.cl-jplayer-playlist .jp-jplayer img{
		left:15px;
		top:92px;
	}
	.cl-jplayer-playlist .jp-search-bar{
		padding-right:0;
	}
	.cl-jplayer-playlist .jp-interface{
		height:auto;
		padding:10px 20px 20px 100px;
	}
	.cl-jplayer-playlist .jp-play, 
	.cl-jplayer-playlist .jp-pause{
		top: -35px;
		left: -80px;
	}
	.cl-jplayer-playlist .jp-logo{
		float:none;
	}
	.cl-jplayer-playlist .jp-search-bar{
		margin-left:0;
	}
	
	/*.video-player-wrapper */
	
	#jquery_jplayer_2, #jp_video_1, #jp_poster_1{
		height:auto!important;
	}
	.cl-jplayer-video .jp-progress-wrapper {
		width: 57%;
		border-right: 0!important;
	}
	.cl-jplayer-video .jp-volume-wrapper {
		width: 73.11%;
		clear:left;
	}
	/* .main-content */

	.main-content{
		float:none
	}
	.main-content-inner {
		margin-right: 0;
	}
	.sidebar{
		float:none;
		width:100%;
		margin-left:0;
	}
	
	/* Blog */
	.entry-post-list{
		border-right:1px solid #EBEBEB;
	}
	.entry-post-list .entry-item-inner{
		border-right:0;
	}
	.entry-post-list .entry-item{
		padding-bottom:0;
	}
	
	/* .single-product */
	.single-product .single-multimedia{
		margin-right:0;
	}
	/* Entry Share */
	.entry-share-google {
		width: 70px;
	}.entry-share-facebook {
		margin-right: 10px;
	}
	
	/* .single-event */
	.event-nav a[rel='next'] {
		float: right;
	}
	
	/* .module-extra*/
	.module-extra > div:before{
		border:none;
	}
	.subscribe-form{
		text-align:left;
	}
	.subscribe-form input[type="text"]{
		width:70%;
		margin-bottom:20px;
		float:left
	}
	.module-item-social .social-link{
		margin-top:20px;
	}
	
	
	/* Footer section */
	.footer-widgets .widget_colabs_tabs .colabsTabs a{
		margin:0;
		margin-right:20px;
	}
	.footer-widgets .widget_colabs_tabs .colabsTabs li:last-child a{
		margin-right:0;
	}
	.widget_colabs_tabs .post-list-widget li{
		padding:17px 0;
	}
}

/* Mobile Potrait & Landscape 
------------------------------------------------------------------- */
@media only screen and (max-width: 767px){
	.page.page-template-template-blog-php .inner-wrapper{
		margin-top:0;
	}
	/*.audio-playlist-wrapper */
	.multimedia-section .module-audio-player{
		margin-right:0;
	}
  .login-form {
    width: 80%;
  }
  #form-login-front .modal-body {
    padding: 0 20px;
  }
  #form-login-front .product_tabs .panel {
    border: 0;
    padding: 0;
  }
	
	
	/*.video-playlist-wrapper */
	.multimedia-section .module-video-player{
		margin-left:0;
	}
	
	/* .multimedia-section */
	.module-tabrousel-title{
		float:none;
	}
	/* Single Event*/
	.event-description,  
	.event-sponsor, 
	.event-nav, 
	.event-item .event-ticket{
		padding:50px 20px;
	}
	.event-location-header{
		padding:20px;
		position:static;
	}
	.event-nav{
		padding:15px 20px
	}
	.event-metadata{
		position:static;
	}
	.event-metadata li{
		width:100%;
		float:none;
	}
	.event-dash-wrapper .subsubsub {
		width: 100%;
		float: none;
	}
	.event-dash-wrapper .search-box{
		width:100%;
	}
	.search-box-input {
		width: 96%;
		margin-right:0;
		margin-top:15px;
		margin-bottom:15px;
	}
	/* Single product*/
	.entry-audio .audio-sidebar {
		float: none;
		width: 100%;
		margin-right:0
	}
	.audio-cover img {
		width: 100%;
	}
	.audio-external-popup a{
		display:block;
		margin-bottom:15px;
	}
	.product-left,
	.product-content-wrapper{
		float:none;
		width:100%;
	}
	.product-left{
		margin-bottom:20px;
	}
	
	/*.merchandise-list */
	.module-item-header a{
		float:right;
	}
	
	/* .entry-share */
	.entry-post .entry-share > span {
		float:none
	}
  .entry-post .entry-share .share-the-love {
    display: block;
    margin-bottom: 5px;
  }
	/* Responsive Table
		----------------------------------------------------------------- */
	.table-wrap {
		overflow-x: auto;
		-webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.05) inset;
		-moz-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.05) inset;
		box-shadow: -3px 0 3px rgba(0, 0, 0, 0.05) inset;
	}

	.table-wrap table {
		width: 440px;
	}
	/*.event-list */
	.events-list li > div{
		padding-left:0;
		width:100%;
		float:none;
	}
	.events-list .event-date, .events-list .event-title, .events-list .event-location, .events-list .event-ticket{
		margin-bottom:15px;
		width:100%;
	}
	/* Footer Section */
	.footer-section{
		padding:20px;
	}
}

/* Mobile Landscape 
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) and (min-width:480px){

	/* .module-extra */
	.subscribe-form input[type="text"]{
		width:76%;
	}
	
	/* Archive product */
	.products .product{
		width:50%;
	}
	.archive .products .product:nth-child(5n+6){
		clear:none;
	}
	.archive .products .product:nth-child(2n+3){
		clear:left;
	}
	/*.merchandise-list*/
	.merchandise-list .entry-item {
		width: 50%;
		float:left;
	}
	.merchandise-list .entry-item:nth-child(2n+3) {
		clear:left;
	}
	
	/* Single Product */
	.product-images .thumbnails a {
		margin-right: 8px;
	}
	.product-images .thumbnails a:nth-child(5) {
		margin-right: 0;
	}
	.attachment-shop_thumbnail {
		width: 81px;
		margin-bottom: 8px;
	}
}

/* Mobile Potrait 
------------------------------------------------------------------- */
@media only screen and (max-width: 479px){
	.product-images .thumbnails a:nth-child(3) {
		margin-right: 0;
	}
	.attachment-shop_thumbnail {
		margin-bottom: 10px;
	}
  .login-form {
    width: 100%;
  }
	
	/* .archive-product */
	.products .product{
		width:100%;
		float:none;
	}
	/* .single-event */
	.event-nav a[rel='next'] {
		float: right;
		min-width: inherit;
	}
	.colabs-tickets-spaces select{
		display:block;
		width:100%
	}
	/* .multimedia-section */
	.module-tabrousel-title{
		float:none;
	}
	
	/* .module-extra */
	.subscribe-form input[type="text"] {
		width: 63%;
		margin-bottom: 20px;
		float: left;
	}
}

/* I-Pad Potrait
------------------------------------------------------------------- */
@media only screen and (max-width: 977px) and (min-width: 768px){
	.col-half{
		width:50%;
		float:left;
	}
	
	/* .single-event*/
	.single .event-description, 
	.event-location-header,
	.event-sponsor,
	.event-nav{
		padding-left:30px;
		padding-right:30px
	}
	/* .event-list */
	.events-list li > div{
		padding-left:0;
	}
	.module-tabrousel-title{
		float:left;
	}
	.module-tabrousel-nav{
		margin-left:238px
	}
	.new-release-carousel.module-carousel .entry-item,
  .new-release-carousel.module-carousel .owl-item .entry-item {
		padding-bottom:0;
	}
	.new-release-carousel .entry-item-meta{
		padding:0 45px;
	}
	.entry-item-meta .wishlistadd > span{
		left:50%;
	}
	/* .merchandise-list */
	.merchandise-list  .entry-item{
		width:50%;
		float:left;
	}
	
	/* Footer */
	.footer-widgets .widget{
		width:48.45455%;
	}
	.footer-widgets .widget:nth-child(2n+3){
		clear:left;
		margin-left:0;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1024px){
	.entry-item-meta .wishlistadd button{
		margin-left:9px;
	}
	.entry-item-meta .addwishlistlink{
		float:none;
	}
	.new-release-carousel .wishlistadd span+a .icon-custom-edit{
		left:7px;
	}
	.new-release-carousel .entry-item-header {
		margin-bottom: 25px;
	}
	.entry-item-meta .wishlistadd > span{
		left:13%;
	}
	.new-release-carousel .entry-item-header {
		margin-bottom: 25px;
	}
}

/* Update */
.added_to_cart{
	color: #EB263D;
	background: rgba(0, 0, 0, 0);
	padding-left: 22px;
	padding-right: 22px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #EB263D;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-family: sans-serif;
}
.added_to_cart:hover{
	color:#fff;
	background:#EB263D;
}
.add_to_cart_button.added{
	display:none;
}
.wishlistexistsbrowse > span {
	position: absolute;
	top: -24px;
	display: block;
	width: 100%;
	left: 30%;
}
.entry-item-meta .addwishlistlink .wishlistexistsbrowse i{
	left: -22px;
	top: -2px;
}

.widget_archive li a{
	font-size: 12px !important;
	padding: 0px 8px;
	margin-bottom: 4px;
	border-radius: 2px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	border-bottom: 0;
	color: #FFF;
	background: #333;
}
.widget_archive .magnus-link{
	color: #979ba4!important;
	font-size: 13px;
	cursor: default;
	background:none;
}
.widget_archive .magnus-list li {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	margin: 0px 7px 10px 0px;
	font-size: 10px;
	font-family: helvetica,sans-serif;
	border-bottom: none;
}

.colabs-events-search .colabs-date-range .colabs-date-input-loc {
    width: 20%;
}
.colabs-events-search-dates.colabs-date-range, .colabs-events-search .colabs-events-search-text {
    width: 39%;
}
.colabs-events-search select {
    width: 21%;
}
.colabs-events-search .colabs-events-search-submit {
    margin-bottom: 11px;
    width: 13%;
}


/* ===================================================================
  EVENT LIST
=================================================================== */
.colabs-locations-list,
.colabs-locations-list ul,
.colabs-categories-list,
.colabs-categories-list ul {
  list-style: none;
  margin-left: 0;
  font-family: sans-serif;
}
.colabs-locations-list > li,
.colabs-categories-list > li {
  padding: 15px 0;  
  border-bottom: 1px dashed #bababa;
}
.colabs-locations-list ul,
.colabs-categories-list ul {
  margin-left: 10px;
}
.colabs-locations-list > li > a,
.colabs-categories-list > li > a {
  font-weight: bold;
  font-size: 15px;
}