/*
Part of the WordPress plugin Tag Groups Premium
Plugin URI: https://chattymango.com/tag-groups-premium/
Author: Christoph Amthor
*/

#tg_select_group_container {
  margin: 0 0 10px;
}

#tg_filter_box_intro {
  margin: 10px 0 30px;
}

#tg_filter_box_posts {
  margin: 10px 0;
}

#select_tag_group {
  width: auto;
}

#tg_filter_box_amount {
  margin: 30px 0;
}

.tg_groups_header {
  margin: 20px 5px 10px;
}

article.tg-post {
  margin: 10px 0;
  clear: both;
}

.tg-entry-header {
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
  margin: 5px 0;
}

.tg-entry-image {
  float: left;
  padding: 1px;
  margin: 4px;
  border: 1px solid #CCC;
}

.tg-entry-title {
  margin: 5px 0 0;
  padding: 0;
  clear:none;
}

.tg-entry-title a {
  text-decoration: none;
}

.tg-entry-content {
  margin: 5px 0 0;
  display: inline;
}

.tg_sort_tr {
  cursor: grab;
}

.ui-sortable-helper {
  cursor: grabbing;
}

.tg_pager {
  vertical-align: middle;
  margin: 60px 10px;
  clear: both;
}

.tg_opacity {
  opacity: 0.5;
}

.tg_pointer {
  cursor: pointer;
}

.tg_right {
  float: right;
}

.tg_left {
  float: left;
}

.tg_text {
  cursor: text;
}

.tg_inactive {
  opacity: 0.3;
}

.tg_post_filter_group_container input, ul.tag-editor li * {
  padding: 0;
  margin: 0;
}

.tg_table_align_top td {
  vertical-align: top;
}

.tag-groups-premium-post-tags-div {
  clear: both;
  width: 100%;
  margin: 20px 0;
}

.tag-groups-premium-post-tags-table {
  width: 100%;
}

.tag-groups-premium-post-tags-table td {
  vertical-align: top;
  padding: 10px;
  text-align: left;
}

.tag-groups-premium-post-tags-group {
  font-weight: bold;
}

/* Reduce the length of the autocomplete suggestions
- for inspiration and future use
*/
.tg_post_filter_group_container .ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

/*
* Dynamic Post Filter
*/
/*
* Adjust tag size to small screen
*/
@media (max-width:782px){

  .tg_post_filter_undo,
  .tg_open_close {
    margin: 5px;
    font-size: 1.4em;
  }

  .tag-editor {
    min-height: 40px;
  }

  .tag-editor .placeholder {
    padding: 0px !important;
    margin:0px;
    font-size: 1.4em;
  }

  .tag-editor .tag-editor-spacer,
  .tag-editor .tag-editor-tag,
  .tag-editor .tag-editor-delete {
    padding: 5px;
    font-size: 1.4em;
  }

  .ui-autocomplete .ui-menu-item {
    padding: 5px;
    font-size: 1.4em;
  }

}

#tg_filter_box_posts article {
  clear: both;
}

/* shuffle box */
.cm-shuffle-box-tag-container {
  padding: 20px 0 20px;
}



/* Shufflebox Themes */


/* LightSlateGray Theme */
.cm-shuffle-box-theme-default input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 3px;
  padding: 10px 20px;
  border: 1px solid LightSlateGray;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font: normal 16px/normal Arial, Helvetica, sans-serif;
  line-height: 1em;
  color: #ffffff;
  -o-text-overflow: clip;
  text-overflow: clip;
  background-color: LightSlateGray;
}

.cm-shuffle-box-theme-default input:hover {
  color: LightSlateGray;
  background-color: #fff;
}

.cm-shuffle-box-theme-default input:active {
  color: LightSlateGray;
  background-color: #fff;
}

.cm-shuffle-box-theme-default input:focus {
  color: LightSlateGray;
  background-color: #fff;
}

/* placeholder */
.cm-shuffle-box-theme-default .cm-shuffle-box-input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.cm-shuffle-box-theme-default .cm-shuffle-box-input:hover::-webkit-input-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:hover:-moz-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:hover::-moz-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:-ms-input-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:hover::-ms-input-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:hover::placeholder {
  color: LightSlateGray;
  opacity: 1;
}


.cm-shuffle-box-theme-default .cm-shuffle-box-input:focus::-webkit-input-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:focus:-moz-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:focus::-moz-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:-ms-input-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:focus::-ms-input-placeholder {
  color: LightSlateGray;
  opacity: 1;
}
.cm-shuffle-box-theme-default .cm-shuffle-box-input:focus::placeholder {
  color: LightSlateGray;
  opacity: 1;
}

.cm-shuffle-box-theme-default button {
  margin: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #ffffff;
  font: normal 16px/normal Arial, Helvetica, sans-serif;
  line-height: 1em;
  text-transform: none;
  background-color: LightSlateGray;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.cm-shuffle-box-theme-default button:hover {
  background-color: darkSlateGray;
  text-decoration: none;
}

.cm-shuffle-box-theme-default .cm-shuffle-box-button-active {
  background-color: darkSlateGray ;
}

.cm-shuffle-box-theme-default {
  margin: 10px;
}

.cm-shuffle-box-theme-default .tag-groups-tag {
  background-color: #ddd;
  margin: 5px 10px 5px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
}

.cm-shuffle-box-theme-default .tag-groups-tag a,
.cm-shuffle-box-theme-default .tag-groups-tag a:visited,
.cm-shuffle-box-theme-default .tag-groups-tag a:active,
.cm-shuffle-box-theme-default .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.cm-shuffle-box-theme-default .tag-groups-label {
  margin: 0 0.3em;
}

.cm-shuffle-box-theme-default .tag-groups-append {
  background-color: LightSlateGray;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.cm-shuffle-box-theme-default .tag-groups-prepend {
  background-color: LightSlateGray;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}



/* Blue Theme (light blue) */
.cm-shuffle-box-theme-blue input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 3px;
  padding: 7px 15px;
  border: 1px solid #3498db;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font: normal 16px/normal Arial, Helvetica, sans-serif;
  color: #ffffff;
  -o-text-overflow: clip;
  text-overflow: clip;
  background-color: #3498db;
}

.cm-shuffle-box-theme-blue input:hover {
  color: #3498db;
  background-color: #fff;
}

.cm-shuffle-box-theme-blue input:active {
  color: #3498db;
  background-color: #fff;
}

.cm-shuffle-box-theme-blue input:focus {
  color: #3498db;
  background-color: #fff;
}

/* placeholder */
.cm-shuffle-box-theme-blue .cm-shuffle-box-input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.cm-shuffle-box-theme-blue .cm-shuffle-box-input:hover::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:hover:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:hover::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:hover:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:hover::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:hover::placeholder {
  color: #ffffff;
  opacity: 1;
}

.cm-shuffle-box-theme-blue .cm-shuffle-box-input:focus::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:focus:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:focus::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:focus:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:focus::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.cm-shuffle-box-theme-blue .cm-shuffle-box-input:focus::placeholder {
  color: #ffffff;
  opacity: 1;
}

.cm-shuffle-box-theme-blue button {
  margin: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #ffffff;
  font: normal 16px/normal Arial, Helvetica, sans-serif;
  line-height: 1em;
  text-transform: none;
  background-color: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.cm-shuffle-box-theme-blue button:hover {
  background-color: #3cb0fd;
  text-decoration: none;
}

.cm-shuffle-box-theme-blue .cm-shuffle-box-button-active {
  background-color: #3cb0fd;
}

.cm-shuffle-box-theme-blue {
  margin: 10px;
}

.cm-shuffle-box-theme-blue .tag-groups-tag {
  background-color: #ddd;
  margin: 5px 10px 5px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
}

.cm-shuffle-box-theme-blue .tag-groups-tag a,
.cm-shuffle-box-theme-blue .tag-groups-tag a:visited,
.cm-shuffle-box-theme-blue .tag-groups-tag a:active,
.cm-shuffle-box-theme-blue .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.cm-shuffle-box-theme-blue .tag-groups-label {
  margin: 0 0.3em;
}

.cm-shuffle-box-theme-blue .tag-groups-append {
  background-color: #3498db;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.cm-shuffle-box-theme-blue .tag-groups-prepend {
  background-color: #3498db;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}



/*
* Tag cloud themes
*/

/* green */
.tag-groups-theme-green .tag-groups-tag {
  background-color: #ddd;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-green .tag-groups-tag a,
.tag-groups-theme-green .tag-groups-tag a:visited,
.tag-groups-theme-green .tag-groups-tag a:active,
.tag-groups-theme-green .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-green .tag-groups-label {
  margin: 0 0.3em;
}

.tag-groups-theme-green .tag-groups-append {
  background-color: green;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-green .tag-groups-prepend {
  background-color: green;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/* blue */
.tag-groups-theme-blue .tag-groups-tag {
  background-color: #ddd;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-blue .tag-groups-tag a,
.tag-groups-theme-blue .tag-groups-tag a:visited,
.tag-groups-theme-blue .tag-groups-tag a:active,
.tag-groups-theme-blue .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-blue .tag-groups-label {
  margin: 0 0.3em;
}

.tag-groups-theme-blue .tag-groups-append {
  background-color: blue;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-blue .tag-groups-prepend {
  background-color: blue;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/* red */
.tag-groups-theme-red .tag-groups-tag {
  background-color: #555;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-red .tag-groups-tag a,
.tag-groups-theme-red .tag-groups-tag a:visited,
.tag-groups-theme-red .tag-groups-tag a:active,
.tag-groups-theme-red .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-red .tag-groups-label {
  margin: 0 0.3em;
  color: white;
}

.tag-groups-theme-red .tag-groups-append {
  background-color: red;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-red .tag-groups-prepend {
  background-color: red;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/* orange */
.tag-groups-theme-orange .tag-groups-tag {
  background-color: #ddd;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-orange .tag-groups-tag a,
.tag-groups-theme-orange .tag-groups-tag a:visited,
.tag-groups-theme-orange .tag-groups-tag a:active,
.tag-groups-theme-orange .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-orange .tag-groups-label {
  margin: 0 0.3em;
}

.tag-groups-theme-orange .tag-groups-append {
  background-color: orange;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-orange .tag-groups-prepend {
  background-color: orange;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/* black */
.tag-groups-theme-black .tag-groups-tag {
  background-color: #ddd;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-black .tag-groups-tag a,
.tag-groups-theme-black .tag-groups-tag a:visited,
.tag-groups-theme-black .tag-groups-tag a:active,
.tag-groups-theme-black .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-black .tag-groups-label {
  margin: 0 0.3em;
}

.tag-groups-theme-black .tag-groups-append {
  background-color: black;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-black .tag-groups-prepend {
  background-color: black;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/* darkred */
.tag-groups-theme-darkred .tag-groups-tag {
  background-color: #ddd;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-darkred .tag-groups-tag a,
.tag-groups-theme-darkred .tag-groups-tag a:visited,
.tag-groups-theme-darkred .tag-groups-tag a:active,
.tag-groups-theme-darkred .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-darkred .tag-groups-label {
  margin: 0 0.3em;
}

.tag-groups-theme-darkred .tag-groups-append {
  background-color: darkred;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-darkred .tag-groups-prepend {
  background-color: darkred;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/* midnightblue */
.tag-groups-theme-midnightblue .tag-groups-tag {
  background-color: #ddd;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-midnightblue .tag-groups-tag a,
.tag-groups-theme-midnightblue .tag-groups-tag a:visited,
.tag-groups-theme-midnightblue .tag-groups-tag a:active,
.tag-groups-theme-midnightblue .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-midnightblue .tag-groups-label {
  margin: 0 0.3em;
}

.tag-groups-theme-midnightblue .tag-groups-append {
  background-color: midnightblue;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-midnightblue .tag-groups-prepend {
  background-color: midnightblue;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/* slategray */
.tag-groups-theme-slategray .tag-groups-tag {
  background-color: #ddd;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-slategray .tag-groups-tag a,
.tag-groups-theme-slategray .tag-groups-tag a:visited,
.tag-groups-theme-slategray .tag-groups-tag a:active,
.tag-groups-theme-slategray .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-slategray .tag-groups-label {
  margin: 0 0.3em;
}

.tag-groups-theme-slategray .tag-groups-append {
  background-color: slategray;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-slategray .tag-groups-prepend {
  background-color: slategray;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/* default */
.tag-groups-theme-default .tag-groups-tag {
  background-color: #ddd;
  margin: 2px 10px 2px 10px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  white-space: nowrap;
}

.tag-groups-theme-default .tag-groups-tag a,
.tag-groups-theme-default .tag-groups-tag a:visited,
.tag-groups-theme-default .tag-groups-tag a:active,
.tag-groups-theme-default .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-default .tag-groups-label {
  margin: 0 0.3em;
}

.tag-groups-theme-default .tag-groups-append {
  background-color: #3498db;
  color: white;
  margin-left: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}

.tag-groups-theme-default .tag-groups-prepend {
  background-color: #3498db;
  color: white;
  margin-right: 0.2em;
  padding: 0.2em 0.4em;
  display: inline-block;
  border-radius: 5px 0 0 5px;
}

/*
tag shape
source: http://dimox.net/beautiful-tags-for-a-website-using-only-css/
max font-size 20px
IE: 9+
*/
.tag-groups-theme-tag-with-hole .tag-groups-tag a,
.tag-groups-theme-tag-with-hole .tag-groups-tag a:visited,
.tag-groups-theme-tag-with-hole .tag-groups-tag a:active,
.tag-groups-theme-tag-with-hole .tag-groups-tag a:link {
  text-decoration: none;
  box-shadow: none;
  margin: 0;
  color: #333;
}

.tag-groups-theme-tag-with-hole .tag-groups-tag a:hover {
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(153,102,51,0.3);
}

.tag-groups-theme-tag-with-hole .tag-groups-tag {
  display: inline-block;
  height: 21px;
  margin: 0 10px 0 0;
  padding: 0 7px 0 14px;
  white-space: nowrap;
  position: relative;

  background: -moz-linear-gradient(top, #fed970 0%, #febc4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed970), color-stop(100%,#febc4a));
  background: -webkit-linear-gradient(top, #fed970 0%,#febc4a 100%);
  background: -o-linear-gradient(top, #fed970 0%,#febc4a 100%);
  background: linear-gradient(to bottom, #fed970 0%,#febc4a 100%);
  background-color: #FEC95B;

  color: #963;
  font: bold 11px/21px Arial, Tahoma, sans-serif;
  text-decoration: none;
  text-shadow: 0 1px rgba(255,255,255,0.4);

  border-top: 1px solid #EDB14A;
  border-bottom: 1px solid #CE922E;
  border-right: 1px solid #DCA03B;
  border-radius: 1px 3px 3px 1px;
  box-shadow: inset 0 1px #FEE395, 0 1px 2px rgba(0,0,0,0.21);
}

.tag-groups-theme-tag-with-hole .tag-groups-tag:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -6px;
  width: 10px;
  height: 10px;

  background: -moz-linear-gradient(45deg, #fed970 0%, #febc4a 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fed970), color-stop(100%,#febc4a));
  background: -webkit-linear-gradient(-45deg, #fed970 0%,#febc4a 100%);
  background: -o-linear-gradient(45deg, #fed970 0%,#febc4a 100%);
  background: linear-gradient(135deg, #fed970 0%,#febc4a 100%);
  background-color: #FEC95B;

  border-left: 1px solid #EDB14A;
  border-bottom: 1px solid #CE922E;
  border-radius: 0 0 0 2px;
  box-shadow: inset 1px 0 #FEDB7C, 0 2px 2px -2px rgba(0,0,0,0.33);

  -webkit-transform: scale(1, 1.5) rotate(45deg);
  -moz-transform: scale(1, 1.5) rotate(45deg);
  -ms-transform: scale(1, 1.5) rotate(45deg);
  transform: scale(1, 1.5) rotate(45deg);
}

.tag-groups-theme-tag-with-hole .tag-groups-tag:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 1px;
  width: 5px;
  height: 5px;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #DCA03B;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.21);
}

/*
* Post List
*/
.tg_post_list_posts article {
  clear: both;
}
