/**
 * =>Widgets & Shortcodes
 **/
.widget > .bs-listing,
.sidebar > .widget:last-child {
  margin-bottom: 0;
}

.widget ul,
.widget ol {
  padding-left: 20px;
  margin-bottom: 0;
}

.widget li {
  margin-bottom: 7px;
}

.widget li:last-child {
  margin-bottom: 0;
}

.widget li > ul {
  margin-top: 10px;
}

.widget img {
  max-width: 100%;
  height: auto;
}

.widget.widget_text img {
  margin: 10px 0 15px 0;
}

.widget select {
  width: 100%;
}

.sidebar-column .widget > .bs-listing:last-child {
  margin-bottom: 0;
}

.widget > .better-weather {
  margin-bottom: 0;
}

/**
 * ->Archive Widget
 **/
.widget.widget_archive ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget.widget_archive ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f187';
  margin-right: 10px;
}

.widget.widget_archive ul li a {
  font-size: 14px;
}

.widget.widget_archive ul li {
  border-bottom: 1px solid #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget.widget_archive ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.widget_archive .post-count {
  float: right;
  color: #444;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  background: #eee;
  text-align: center;
}

/**
 * ->Calender Widget
 **/
.widget.widget_calendar {
  font-size: 13px;
}

.widget.widget_calendar table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.widget.widget_calendar table td,
.widget.widget_calendar table th {
  text-align: center;
  padding: 5px 0;
}

.widget.widget_calendar table td.active-day {
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.71);
}

.widget.widget_calendar table td.active-day:hover {
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.91);
}

.widget.widget_calendar table td:hover,
.widget.widget_calendar table td {
  background-color: #DCDCDC;
  background-color: rgba(0, 0, 0, 0.08);
  color: #888;
  color: rgba(0, 0, 0, 0.51);
}

.widget.widget_calendar table td.pad:hover,
.widget.widget_calendar table td.pad {
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.03);
}

.widget.widget_calendar table td a {
  color: #fff;
}

.widget.widget_calendar table caption {
  padding: 20px 5px;
  text-align: center;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  color: #fff;
  margin-bottom: 2px;
}

.widget.widget_calendar table tfoot td, .widget.widget_calendar table th {
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.71);
  color: #fff;
}

.widget.widget_calendar table tfoot td:hover {
  background-color: #dedede;
}

/**
 * ->Category Widget
 **/
.widget.widget_categories ul {
  list-style: none;
  padding-left: 0;
}

.widget.widget_categories ul:last-child {
  margin-bottom: 0;
}

.widget.widget_categories ul li {
  border-bottom: 1px solid #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget.widget_categories ul li a {
  text-transform: capitalize;
  font-size: 14px;
}

.widget.widget_categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_categories ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f07c';
  margin-right: 10px;
}

.widget.widget_categories .children a:before {
  content: '\f115';
}

.widget.widget_categories .post-count {
  float: right;
  color: #444;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 4px;
  background: #eee;
  background: rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.widget.widget_categories ul.children {
  border-top: 1px solid #F5F5F5;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 25px;
}

.widget.widget_categories ul.children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/**
 * ->Custom Menu Widget
 **/
.widget.widget_nav_menu .bf-icon {
  margin-left: 5px;
  margin-right: 7px;
}

.widget.widget_nav_menu ul.menu li.menu-have-icon.menu-title-hide > a > .bf-icon {
  margin-right: 5px;
}

.widget.widget_nav_menu ul.menu {
  font-size: 16px;
}

.widget.widget_nav_menu ul ul,
.widget.widget_nav_menu ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}

.widget.widget_nav_menu ul.menu > li .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  background: none;
}

.widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu {
  left: 0;
}

.widget.widget_nav_menu ul.menu li {
  display: block;
  float: none;
  margin-bottom: 2px;
  padding: 0;
}

.widget.widget_nav_menu ul.menu li:before {
  content: '';
  display: none;
}

.widget.widget_nav_menu ul.menu li.menu-title-hide span.hidden {
  display: inline !important;
  visibility: visible !important;
}

.widget.widget_nav_menu ul.menu li a {
  line-height: 24px;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  display: block;
  position: relative;
  width: 100%;
}

.widget.widget_nav_menu ul.menu li a .description {
  display: none;
}

.widget.widget_nav_menu ul.menu li > a:hover {
  color: #fff !important;
  border-color: transparent !important;
}

.widget.widget_nav_menu ul.menu li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0da';
  margin-left: 7px;
  margin-right: 7px;
}

.widget.widget_nav_menu ul.menu ul li a:before {
  content: '\f105';
}

.widget.widget_nav_menu ul.menu li .sub-menu li.menu-have-icon > a:before,
.widget.widget_nav_menu ul.menu li.menu-have-icon a:before {
  display: none;
}

.widget.widget_nav_menu ul.menu ul li:first-child {
  margin-top: 2px;
}

.widget.widget_nav_menu ul.menu ul li {
  margin-left: 15px;
}

.widget.widget_nav_menu ul.menu ul ul li {
  margin-left: 15px;
}

.widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
  border-bottom: 1px solid #dedede !important;
}

.widget.widget_nav_menu ul.menu .sub-menu > li:last-child a:hover {
  border-bottom-color: transparent !important;
}

.widget.widget_nav_menu ul.menu li .sub-menu > li > a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0da';
}

.widget.widget_nav_menu .menu .better-custom-badge {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #FFF !important;
  font-family: "Open Sans";
  font-size: 10px;
  padding: 0 5px;
  margin-left: 13px;
  font-weight: bold;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  min-width: 19px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 8px;
}

.widget.widget_nav_menu .menu .better-custom-badge:after {
  border: solid 4px rgba(0, 0, 0, 0);
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: -8px;
  margin-top: -4px;
}

.ltr .widget.widget_nav_menu .menu .better-custom-badge:after {
  border-left-color: transparent !important;
}

.widget.widget_nav_menu ul.menu li.current-menu-item > a {
  border-color: transparent;
  color: #fff;
}

.widget.widget_nav_menu ul.menu > li > .mega-menu {
  display: none;
}

.widget.widget_nav_menu ul.menu li.menu-item-has-children > a:after {
  display: none;
}

.widget.widget_nav_menu ul.menu .sub-menu,
.widget.widget_nav_menu ul.menu .mega-menu {
  display: block;
  visibility: visible;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation-name: none !important;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  background: none !important;
  width: 100%;
}

/**
 * ->Pages Widget
 **/
.widget.widget_pages ul {
  list-style: none;
  padding-left: 0;
}

.widget.widget_pages ul li {
  border-bottom: 1px solid #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget.widget_pages ul li a {
  font-size: 13px;
}

.widget.widget_pages ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_pages ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f15b';
  margin-right: 10px;
}

/**
 * ->Recent Comments Widget
 **/
.widget.widget_recent_comments a {
  border-bottom: 1px solid #e7e7e7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.widget.widget_recent_comments ul {
  list-style: none;
  padding-left: 0;
}

.widget.widget_recent_comments ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget.widget_recent_comments ul li a {
  font-size: 13px;
}

.widget.widget_recent_comments ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_recent_comments ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f075';
  margin-right: 10px;
}

/**
 * ->Recent Posts Widget
 **/
.widget.widget_recent_entries ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget.widget_recent_entries ul li {
  border-bottom: 1px solid #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.widget.widget_recent_entries ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_recent_entries li a {
  font-size: 14px;
}

.widget.widget_recent_entries li .post-date {
  font-style: italic;
  display: block;
  font-size: 12px;
}

/**
 * ->RSS Widget
 **/
.widget.widget_rss li .rsswidget {
  font-size: 14px;
}

.widget.widget_rss li .rss-date {
  display: block;
  font-style: italic;
}

.widget.widget_rss li .rssSummary {
  font-size: 13px;
}

/**
 * ->Search Widget
 **/
.search-header .search-form,
.widget.widget_product_search .woocommerce-product-search,
.widget.widget_display_search form[role="search"],
.widget.widget_search .search-form {
  position: relative;
}

.search-header .search-form .search-field,
.widget.widget_product_search .search-field,
.widget.widget_display_search form[role="search"] input#bbp_search,
.widget.widget_search .search-form input[type="search"] {
  width: 100%;
  padding-right: 20%;
  margin: 0;
  line-height: 36px;
  height: 36px;
}

.search-header .search-form .search-submit,
.widget.widget_product_search input[type='submit'],
.widget.widget_display_search form[role="search"] input#bbp_search_submit,
.widget.widget_search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  height: 36px;
  padding: 0 16px;
}

/**
 * ->Tag Cloud Widget
 **/
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  line-height: 16px;
  color: #444;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: 0 6px 6px 0;
  padding: 5px 7px;
  font-size: 12px !important;
  font-weight: normal;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  border-color: transparent;
}

/**
 * ->Social Share Widget
 **/
.bs-social-share .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bs-social-share span.social-item {
  float: left;
  margin-right: 6px;
  padding: 0;
}

.bs-social-share span.social-item a {
  font-family: "Open Sans", sans-serif;
  border-radius: 2px;
}

.bs-social-share span.social-item.bbm,
.bs-social-share span.social-item.line,
.bs-social-share span.social-item.whatsapp {
  display: none;
}

.widget_bs-theme-social-share .bs-social-share span.social-item {
  float: none;
  display: inline-block;
}

@media only screen and (max-width: 780px) {
  .bs-social-share span.social-item.bbm,
  .bs-social-share span.social-item.line,
  .bs-social-share span.social-item.whatsapp {
	display: block;
  }
}

/**
 * -->Social Share Style Button
 **/
.bs-social-share.style-button span.social-item a {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 13px;
  background-color: #8d8d8d;
  display: block;
  color: #fff !important;
  margin-bottom: 7px;
}

.bs-social-share.style-button span.social-item a:hover {
  background-color: #7c7c7c;
}

.bs-social-share.style-button span.social-item a span {
  margin-left: 7px;
}

.bs-social-share.style-button span.social-item a span:last-child:first-child {
  margin-right: 0;
  margin-left: 0;
}

.bs-social-share.style-button.no-title-style span.social-item a {
  width: 40px;
  text-align: center;
  padding: 0;
}

.bs-social-share.style-button.no-title-style span.social-item a .fa {
  margin-right: 0;
}

.bs-social-share.style-button.colored span.social-item.facebook a {
  background-color: #4a639f;
}

.bs-social-share.style-button.colored span.social-item.facebook a:hover {
  background-color: #5271b3;
}

.bs-social-share.style-button.colored span.social-item.twitter a {
  background-color: #59c8ff;
}

.bs-social-share.style-button.colored span.social-item.twitter a:hover {
  background-color: #58d1ff;
}

.bs-social-share.style-button.colored span.social-item.google_plus a {
  background-color: #D73D32;
}

.bs-social-share.style-button.colored span.social-item.google_plus a:hover {
  background-color: #e64035;
}

.bs-social-share.style-button.colored span.social-item.pinterest a {
  background-color: #cb2027;
}

.bs-social-share.style-button.colored span.social-item.pinterest a:hover {
  background-color: #e32229;
}

.bs-social-share.style-button.colored span.social-item.linkedin a {
  background-color: #0266a0;
}

.bs-social-share.style-button.colored span.social-item.linkedin a:hover {
  background-color: #027ec1;
}

.bs-social-share.style-button.colored span.social-item.tumblr a {
  background-color: #3e5a70;
}

.bs-social-share.style-button.colored span.social-item.tumblr a:hover {
  background-color: #426283;
}

.bs-social-share.style-button.colored span.social-item.email a {
  background-color: #0c151c;
}

.bs-social-share.style-button.colored span.social-item.email a:hover {
  background-color: #1a2a39;
}

.bs-social-share.style-button.colored span.social-item.telegram a {
  background-color: #179cde;
}

.bs-social-share.style-button.colored span.social-item.telegram a:hover {
  background-color: #0f8dde;
}

.bs-social-share.style-button.colored span.social-item.whatsapp a {
  background-color: #00e676;
}

.bs-social-share.style-button.colored span.social-item.whatsapp a:hover {
  background-color: #00ca65;
}

.bs-social-share.style-button.colored span.social-item.reddit a {
  background-color: #ff4500;
}

.bs-social-share.style-button.colored span.social-item.reddit a:hover {
  background-color: #dc3c01;
}

.bs-social-share.style-button.colored span.social-item.stumbleupon a {
  background-color: #ee4813;
}

.bs-social-share.style-button.colored span.social-item.stumbleupon a:hover {
  background-color: #ce3d0f;
}

.bs-social-share.style-button.colored span.social-item.vk a {
  background-color: #4c75a3;
}

.bs-social-share.style-button.colored span.social-item.vk a:hover {
  background-color: #3e5f84;
}

.bs-social-share.style-button.colored span.social-item.digg a {
  background-color: #000;
}

.bs-social-share.style-button.colored span.social-item.digg a:hover {
  background-color: #2f2f2f;
}

.bs-social-share.style-button.colored span.social-item.line a {
  background-color: #00b900;
}

.bs-social-share.style-button.colored span.social-item.line a:hover {
  background-color: #00b900;
}

.bs-social-share.style-button.colored span.social-item.line .fa.fa-line-it {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAxlBMVEX///8AuwAAtwAAvQD9//1O0kx23Xaa5Zly3HEryij7/vvw+/Ds+uzZ9tnR9NGM4YyK4IpJ0Ug6zDgdxhn3/ffl+OTX9te/77657bix67Gp6amk6KOC34Fr2mph1mBd1VxCzkBB0D8DwQD0/fTo+eff9t/K8srD8MO77rqu6q6d5ZyR45GH4IZ+331u2m1U1FI1yzIwyi0vyiwiyB4NxQMAvwDt+u3e9t7M8sy37LaT4pKP4Y963Xk+zTwmyCIYxBITwwsAtABqI5GFAAABAklEQVQY022RV5KDMBBEm5FENsE4kW3WOYf15nj/S60KKFym9v3paWY+uqH8S62poda1/Rbq+1uSn1j1gVJ2188osV4zRpUmtn1CAx+dpIe0Ee7ofJICUjSg5QMCiR7arOWRFXg8RC9aagPEQy3dd2B94acD09BhT/THSV/sg8vBATIcbZjHHSxfNVgq1LNQB0ACow+zq5pTX5fz1+QsPqRWcX0B7xa+J1JjsWG7i5E74D7IBZbudrSYh3YvdELXm8EpQMEMLXhGUOjw0NIaSa1QPr2zsQwLZYCr2wLXGNV5kzL2hn0Oia3L160GYkEEYD5uaqigXxeWVzSlNWxG9ajkD+0mEhtxMt1EAAAAAElFTkSuQmCC);
  display: inline-block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: -5px;
}

.bs-social-share.style-button.colored span.social-item.bbm a {
  background-color: #1f1f1f;
}

.bs-social-share.style-button.colored span.social-item.bbm a:hover {
  background-color: #3c3c3c;
}

.bs-social-share.style-button.colored span.social-item.bbm .fa.fa-bbm {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAkFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+WABnwAAAAL3RSTlMABezkG/XZhyYiCgOqO/Hb0sO+t7SejnluXVdAMh0SDuHe1UtHLSncyK6Zk4JyadjoMwwAAADLSURBVBjTtZBZrsIwDEVvmjRDWzrTuWXmjcD+d0cSWUjwicT5OfJV7MjGR0k45/kV6K2z34XSDb9ZZIz1zXGkeOWrGputc3qiuP+SMv/TOOdS7pMjWKeU6hEzxmLAm1mL0HVhEUJEACLr5TEUVRAE+wNwsd62DK1LQ6ROBVD6VxOGpmn+R/gqwexHBgaE7d2tNUZrXo+AnqZTBJy1Fu5HY8xsPe/CMP1e4YWBhhJtVdXKgE7QPV2mZFBFUf507OkyWQTamThwSzbgPe52ABZlYOfWsgAAAABJRU5ErkJggg==);
  display: inline-block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: -3px;
}

.bs-social-share.style-button.colored span.social-item.viber a {
  background-color: #5d54a4;
}

.bs-social-share.style-button.colored span.social-item.viber .fa.fa-viber {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAtFBMVEVmXaxlW6taTqVeVKhjWadcUKb///9iWKZhVqnu7fZWS6P8/P5pX65iWKphWKSQisR9dLlrYq9YTaO2sdhyabNTR6Hw7/fm5fKsp9Kjnc6gmsyclsqIgb+BeLt5cLZ1bLNuZLD5+fzq6fTAu927t9uoo9CWkMf39vvRzufOy+Wwq9SalMlwZrFcUaP08/nf3e7IxOHFweCxrNSNhsKEfb3i4fDLx+O4s9mzrtZOQp/W1OnV0+nSxjEiAAABXUlEQVQY0z2Qh5LjIAxABQoEAz737tiOW3rPtrv//6/D8e6+GTTMk0bSCGYEo5RR85DAL8i8Mvvs+2BwamQ/CRbuk/XZMpzX8e2J9mxXCX8f3bABr3oEscpf9cJ7U478kghuSCU97njJjKYFz78gW9EwS4sG/WbzTxAgeLWA9fzS4GPYp0dBO1Uh2JC8S6/l/C7LILvntn/gDgNxtAIfA74pmFd8pEMoS1VQwDpOKdabFgRq55C5crXOvzXQT+5EgJKYbV5ahNbeRNjGz+joaEpYqQ4UbJ10FIB5F/Wx5dvKpuM0kuDuzbYBsOm5YYey5y4C0Ny0JcazcqfWRaTjCzFlomkt17c1ERKfbqRvfGTzqSwVeEJorb3V3uLpdCoChFbX1o2GJGnPavP3gGKSBoZD9dh2t+4+VoIuCJn1ArOgq6OT7/un5WICXvE0Xmt/sZzV0gDLiT8mM3+++Q/56h8tpySg5AAAAABJRU5ErkJggg==);
  display: inline-block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: -5px;
}

/**
 * -->Social Share Outline Button
 **/
.bs-social-share.style-outline-button span.social-item a {
  height: 32px;
  line-height: 28px;
  font-size: 13px;
  padding: 0 13px;
  display: block;
  color: #5e5e5e;
  border: 2px solid #a1a1a1;
  margin-bottom: 7px;
}

.bs-social-share.style-outline-button span.social-item a .fa {
  margin-right: 5px;
}

.bs-social-share.style-outline-button.no-title-style span.social-item a {
  width: 40px;
  text-align: center;
}

.bs-social-share.style-outline-button.no-title-style span.social-item a .fa {
  margin-right: 0;
}

.bs-social-share.style-outline-button.colored span.social-item.facebook a {
  border-color: #4a639f;
  color: #4a639f;
}

.bs-social-share.style-outline-button.colored span.social-item.facebook a:hover {
  border-color: #5271b3;
  color: #5271b3;
}

.bs-social-share.style-outline-button.colored span.social-item.twitter a {
  border-color: #59c8ff;
  color: #59c8ff;
}

.bs-social-share.style-outline-button.colored span.social-item.twitter a:hover {
  border-color: #58d1ff;
  color: #58d1ff;
}

.bs-social-share.style-outline-button.colored span.social-item.google_plus a {
  border-color: #D73D32;
  color: #D73D32;
}

.bs-social-share.style-outline-button.colored span.social-item.google_plus a:hover {
  border-color: #e64035;
  color: #e64035;
}

.bs-social-share.style-outline-button.colored span.social-item.pinterest a {
  border-color: #cb2027;
  color: #cb2027;
}

.bs-social-share.style-outline-button.colored span.social-item.pinterest a:hover {
  border-color: #e32229;
  color: #e32229;
}

.bs-social-share.style-outline-button.colored span.social-item.linkedin a {
  border-color: #0266a0;
  color: #0266a0;
}

.bs-social-share.style-outline-button.colored span.social-item.linkedin a:hover {
  border-color: #027ec1;
  color: #027ec1;
}

.bs-social-share.style-outline-button.colored span.social-item.tumblr a {
  border-color: #3e5a70;
  color: #3e5a70;
}

.bs-social-share.style-outline-button.colored span.social-item.tumblr a:hover {
  border-color: #426283;
  color: #426283;
}

.bs-social-share.style-outline-button.colored span.social-item.email a {
  border-color: #0c151c;
  color: #0c151c;
}

.bs-social-share.style-outline-button.colored span.social-item.email a:hover {
  border-color: #1a2a39;
  color: #1a2a39;
}

.bs-social-share.style-outline-button.colored span.social-item.telegram a {
  border-color: #179cde;
  color: #179cde;
}

.bs-social-share.style-outline-button.colored span.social-item.telegram a:hover {
  border-color: #179cde;
  color: #179cde;
}

.bs-social-share.style-outline-button.colored span.social-item.whatsapp a {
  border-color: #00e676;
  color: #00e676;
}

.bs-social-share.style-outline-button.colored span.social-item.whatsapp a:hover {
  border-color: #00ca65;
  color: #00ca65;
}

/**
 * ->About Widget
 **/
.bs-about .about-title {
  text-align: center;
  margin: 0 0 15px;
}

.bs-about .about-text {
  text-align: center;
}

.bs-about .about-link {
  text-align: center;
  margin-top: 10px;
}

.bs-about .about-link a {
  font-weight: bold;
  font-size: 14px;
}

.bs-about .about-icons-list {
  text-align: center;
  margin: 17px 0 0;
  padding: 0;
}

.bs-about .about-icons-list .about-icon-item {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.bs-about .about-icons-list .about-icon-item a {
  width: 28px;
  height: 28px;
  display: inline-block;
  color: #333;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.bs-about .about-icons-list .about-icon-item a:hover {
  color: #fff;
  box-shadow: none;
}

.bs-about .about-icons-list .about-icon-item a .fa,
.bs-about .about-icons-list .about-icon-item a .bsfi {
  vertical-align: top;
  line-height: 28px;
}

.bs-about .about-icons-list .about-icon-item.facebook a:hover {
  background-color: #4a639f;
}

.bs-about .about-icons-list .about-icon-item.twitter a:hover {
  background-color: #59c8ff;
}

.bs-about .about-icons-list .about-icon-item.google-plus a:hover {
  background-color: #D73D32;
}

.bs-about .about-icons-list .about-icon-item.instagram a:hover {
  background: #f77638;
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.bs-about .about-icons-list .about-icon-item.youtube a:hover {
  background-color: #cc181e;
}

.bs-about .about-icons-list .about-icon-item.youtube a:hover {
  background-color: #cc181e;
}

.bs-about .about-icons-list .about-icon-item.dribbble a:hover {
  background-color: #ea4c89;
}

.bs-about .about-icons-list .about-icon-item.vimeo a:hover {
  background-color: #46a3e9;
}

.bs-about .about-icons-list .about-icon-item.behance a:hover {
  background-color: #3b63fc;
}

.bs-about .about-icons-list .about-icon-item.pinterest a:hover {
  background-color: #cb2027;
}

.bs-about .about-icons-list .about-icon-item.github a:hover {
  background-color: #4c4c4c;
}

.bs-about .about-icons-list .about-icon-item.email a:hover {
  background-color: #333;
}

.bs-about .about-icons-list .about-icon-item.telegram a:hover {
  background-color: #179cde;
}

.bs-about .about-icons-list .about-icon-item.vk a:hover {
  background-color: #4E729A;
}

/**
 * ->Popular Categories
 **/
.bs-popular-categories .bs-popular-terms-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-column-secondary .bs-popular-categories .bs-popular-terms-list,
.vc_col-sm-2 .bs-popular-categories .bs-popular-terms-list {
  padding: 0;
}

.bs-popular-categories .bs-popular-term-item {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 24px;
}

.bs-popular-categories .bs-popular-term-item .term-count,
.bs-popular-categories .bs-popular-term-item a {
  color: #333;
}

.bs-popular-categories .bs-popular-term-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.bs-popular-categories .bs-popular-term-item .term-count {
  float: right;
  display: inline-block;
  background: rgba(0, 0, 0, 0.08);
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0 6px;
}

.bs-popular-categories .bs-popular-term-item:hover .term-count {
  color: #fff;
}

.bs-popular-categories .bs-popular-term-item:hover a {
  color: inherit;
}

/**
 * ->Subscribe Newsletter
 **/
.widget.widget_bs-subscribe-newsletter {
  background: #efefef;
  padding: 27px 23px !important;
}

.bs-subscribe-newsletter .subscribe-image {
  margin-bottom: 15px;
  text-align: center;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.bs-subscribe-newsletter .subscribe-message {
  text-align: center;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.bs-subscribe-newsletter .subscribe-message p:last-child {
  margin-bottom: 0;
}

.bs-subscribe-newsletter form {
  width: 100%;
  position: relative;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
}

.bs-subscribe-newsletter .newsletter-email {
  color: #5f6569;
  width: 100%;
  border-color: #CBD1D8;
  height: 34px;
  line-height: 34px;
  border-radius: 33px;
  padding: 0 12px;
  font-size: 12px;
}

.bs-subscribe-newsletter .newsletter-subscribe {
  margin-top: 0;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  line-height: 34px;
  border-radius: 0 33px 33px 0;
  text-transform: capitalize !important;
  cursor: pointer;
  font-size: 13px;
  padding: 0 13px;
}

.bs-subscribe-newsletter .newsletter-subscribe .fa {
  margin-right: 3px;
}

.bs-subscribe-newsletter .powered-by {
  font-size: 12px;
  margin: 5px auto 0;
  max-width: 311px;
  color: #b7b7b7;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
}

.bs-subscribe-newsletter .powered-by:hover {
  opacity: 1;
}

/**
 * ->Flickr
 **/
.bs-flickr .bs-flickr-photo-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 2 column */
.bs-flickr .bs-flickr-photo-list.columns-2 {
  margin: 0;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  text-align: center;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li img {
  width: 100%;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(odd) {
  padding-right: 5px;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(even) {
  padding-left: 5px;
}

.bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(n+3) {
  clear: right;
}

/* 3 column */
.bs-flickr .bs-flickr-photo-list.columns-3 li {
  float: left;
  width: 33.333%;
  margin-bottom: 8px;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) {
  width: 66.66666%;
  padding-right: 3px !important;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) img {
  width: 100%;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(2) {
  padding: 0 0 0 6px !important;
  margin-bottom: 10px;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3) {
  padding: 0 0 0 6px !important;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li img {
  max-width: 100%;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child( 3n-1 ) {
  padding: 0 3px;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child( 3n-2 ) {
  padding-right: 6px;
  clear: left;
}

.bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child( 3n+3  ) {
  padding-left: 6px;
}

/* list style */
.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo {
  float: left;
  width: 12.5%;
}

.bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo img {
  max-width: 100%;
}

.bs-flickr .bs-flickr-photo-list.list-photos {
  margin: 0;
  padding: 0;
}

.bs-flickr-photo .img-holder {
  width: 100%;
}

.bs-flickr-photo .img-holder:before {
  padding-top: 100%;
}

/**
 * ->Likebox
 **/

/**
 * ->Dribbble
 **/
.bs-dribbble .bs-dribbble-shot-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bs-dribbble .bs-dribbble-shot-list li:before {
  display: none;
}

.bs-dribbble .bs-dribbble-shot-list li {
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(odd) {
  padding-right: 5px;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(even) {
  padding-left: 5px;
}

.bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(n+3) {
  clear: right;
}

.bs-dribbble .bs-dribbble-shot-list.columns-3 li {
  float: left;
  width: 33.333%;
}

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child( 3n-1 ) {
  padding: 0 3px;
}

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child( 3n-2 ) {
  padding-right: 6px;
  clear: left;
}

.bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child( 3n+3  ) {
  padding-left: 6px;
}

.dribbble-shot .img-holder {
  width: 100%;
}

/**
 * ->Google+
 **/
.bs-google-plus > div {
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

/**
 * ->Embed
 **/
.bs-embed .bs-embed-item iframe {
  max-width: 100%;
}

.bs-embed .bs-embed-item {
  margin-bottom: 15px;
}

.bs-embed .bs-embed-item:last-child {
  margin-bottom: 0;
}

/**
 * ->Instagram
 **/
.bs-instagram .bs-instagram-photo-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bs-instagram-photo {
  position: relative;
  z-index: 1;
  width: 100%;
}

.bs-instagram-photo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
}

.bs-instagram-photo a:hover,
.bs-instagram-photo a {
  color: #fff;
}

.bs-instagram-photo a:before {
  padding-top: 100%;
}

.bs-instagram-photo .img-holder {
  background-color: #e6e6e6;
}

body.bs-ll-d .bs-instagram-photo .img-holder,
.bs-instagram-photo .img-holder.b-loaded {
  background-size: cover;
  background-color: transparent;
}

.bs-instagram-photo a .the-hover:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  display: block;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
  opacity: 0;
}

.bs-instagram-photo a .the-hover:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16d";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
}

.bs-instagram-photo:hover a .the-hover:after,
.bs-instagram-photo:hover a .the-hover:before {
  opacity: 1;
}

.bs-instagram .bs-instagram-photo-list li:before {
  display: none;
}

.bs-dribbble .bs-instagram-photo-list li {
  padding: 0;
  margin-bottom: 8px;
  text-align: center;
}

.bs-dribbble .bs-instagram-photo-list li br {
  display: none;
}

.bs-instagram .bs-instagram-photo-list .bs-instagram-photo img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* 2 column */
.bs-instagram .bs-instagram-photo-list.columns-2 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  max-height: 155px;
  overflow: hidden;
}

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(odd) {
  padding-right: 5px;
}

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(even) {
  padding-left: 5px;
}

.bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(n+3) {
  clear: right;
}

/* 2 column */
.bs-instagram .bs-instagram-photo-list.columns-2-1 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  max-height: 155px;
  overflow: hidden;
}

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:first-child {
  width: 100%;
  max-height: inherit;
  float: none;
  padding: 0 !important;
}

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(even) {
  padding-right: 5px;
}

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(odd) {
  padding-left: 5px;
}

.bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(n+3) {
  clear: right;
}

/* 3 column */
.bs-instagram .bs-instagram-photo-list.columns-3 li {
  float: left;
  width: 33.333%;
  overflow: hidden;
  margin-bottom: 10px;
}

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child( 3n-1 ) {
  padding: 0 3px;
}

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child( 3n-2 ) {
  padding-right: 6px;
  clear: left;
}

.bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child( 3n+3  ) {
  padding-left: 6px;
}

/* 3-1 column */
.bs-instagram .bs-instagram-photo-list.columns-3-1 li {
  float: left;
  width: 33.333%;
  margin-bottom: 8px;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) {
  width: 66.66666%;
  padding-right: 3px !important;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) img {
  width: 100%;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(2) {
  padding: 0 0 0 6px !important;
  margin-bottom: 10px;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3) {
  padding: 0 0 0 6px !important;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li img {
  max-width: 100%;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child( 3n-1 ) {
  padding: 0 3px;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child( 3n-2 ) {
  padding-right: 6px;
  clear: left;
}

.bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child( 3n+3  ) {
  padding-left: 6px;
}

/* list style */
.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo {
  float: left;
  width: 12.5%;
}

.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo img {
  max-width: 100%;
}

.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo-list {
  margin: 0;
  padding: 0;
}

/* Slider */
.bs-instagram .better-direction-nav .better-next,
.bs-instagram .better-direction-nav .better-prev {
  margin-top: -26px;
}

/**
 * ->Newsticker
 **/
.better-newsticker {
  min-height: 24px;
  max-height: 24px;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
}

.better-newsticker .heading {
  display: inline-block;
  width: 90px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase !important;
  margin: 0;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.better-newsticker .heading:after {
  content: '';
  display: inline-block;
  border-top: 6px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -6px;
}

.better-newsticker ul.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.better-newsticker ul.news-list li {
  margin: 0;
  padding: 0 15px 0 0;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  width: 65%;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
  z-index: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.better-newsticker ul.news-list li.active {
  margin: 0;
  z-index: 1;
  opacity: 1;
  left: 110px;
}

.better-newsticker ul.news-list li a {
  color: #696969;
}

.better-newsticker ul.news-list li a:hover {
  color: #0080ce;
}

.better-newsticker .control-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 24px;
  direction: ltr;
}

.better-newsticker .control-nav span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #EAEAEA;
  color: #CCCCCC;
  background: #fff;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
  cursor: pointer;
  vertical-align: top;
  border-radius: 3px;
}

.better-newsticker .control-nav span:hover {
  border-color: transparent;
  color: #fff;
}

.better-newsticker .control-nav span.prev {
  margin-right: 6px;
}

.newsticker-container {
  margin: 0 0 20px;
}

.layout-1-col .newsticker-container {
  padding-right: 0;
  padding-left: 0;
}

.better-newsticker.header-ticker {
  margin: 0;
}

.wpb_wrapper .better-newsticker {
  margin-left: 20px;
  margin-right: 20px;
}

.entry-content > .vc_row:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper > .better-newsticker {
  margin-top: -5px;
}

.better-newsticker .control-nav span .fa {
  line-height: 22px;
  position: relative;
}

/**
 * ->Better Social Counter
 **/
.better-social-counter.style-style-6 .item-icon,
.better-social-counter.style-big-button .social-item,
.better-social-counter.style-button .item-icon,
.better-social-counter.style-box .item-icon,
.better-social-counter.style-clean .item-icon,
.better-social-counter.style-modern .item-icon {
  background-color: #434343;
}

.better-social-counter.style-big-button .item-icon,
.better-social-counter.style-box .item-title,
.better-social-counter.style-box .item-count {
  background-color: #313131;
}

.widget_better-social-counter .better-social-counter.style-button .social-list {
  text-align: center;
}

.widget_better-social-counter .better-social-counter.style-button .social-item {
  display: inline-block;
  float: none;
}

.widget_better-social-counter .better-social-counter.style-style-6 .social-item {
  border-bottom: none;
}

/**
 * ->better-studio-shortcode
 **/
.site-footer .better-studio-shortcode,
.widget .better-studio-shortcode {
  margin-bottom: 0;
}
