/* Place your less variables, mixins, etc, here 
1. This is commonly imported by files: item.less and category.less, 
2. If you add extra less file imports, then place files 
inside same folder for automatic compiling to be triggered */
/* This is created automatically, do NOT edit this manually! 
This is used by item layout to save parameters as less variables. 
NOTE: Make sure that this is imported by 'config.less' 
 to make a parameter be a LESS variable, edit parameter in item.xml and add cssprep="less" 
 created parameters will be like: @FCI_parameter_name: value; */
/* This is created automatically, do NOT edit this manually! 
This is used by category layout to save parameters as less variables. 
NOTE: Make sure that this is imported by 'config.less' 
 to make a parameter be a LESS variable, edit parameter in category.xml and add cssprep="less" 
 created parameters will be like: @FCC_parameter_name: value; */
/* Blog Theme : item template CSS file */
/********************************************************************/
/*** Part 1, CSS rules for fields display via Template parameters ***/
/********************************************************************/
/* LESS EXAMPLE variable name: 'FCI_' + parameter name */
/* e.g. 'FCI_' + 'title_color' =>  'FCI_title_color' */
.videoreview {
  text-align: center;
  border-top: #f3f3f3 1px solid;
  border-bottom: #f3f3f3 1px solid;
  padding-top: 10px;
}
.created {
  font-family: 'Roboto Condensed', sans-serif;
  color: #b1b1b1;
}
.tags {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 7px;
  line-height: 0;
}
body #flexicontent .fc_item_title,
body #flexicontent .fc_item_title a {
  color: inherit;
}
body #flexicontent .flexi.label,
body #flexicontent .desc-title.label {
  background-color: #999999;
  color: #ffffff;
  border-radius: 3px;
}
.iteminfo .createdline,
.iteminfo .modifiedline {
  font-size: 90%;
  display: block;
}
.iteminfo .createdby,
.iteminfo .modifiedby {
  font-size: 90%;
  font-weight: normal;
  display: inline-block;
}
.iteminfo .created,
.iteminfo .modified {
  font-size: 90%;
  font-weight: bold;
  display: inline-block;
}
.itemactions,
.iteminfo,
.itemadditionnal,
.description {
  margin: 1em 0 1em 0;
}
.iteminfo {
  margin: 0.6em 0 0.6em 0.4em;
}
.description {
  clear: both;
}
.itemactions span {
  margin: 0 0 0.5em;
}
.itemactions .voting,
.itemactions .favourites {
  margin-right: 32px;
  float: left;
}
.itemadditionnal span {
  margin: 0 0 0.3em;
}
.itemadditionnal .categories {
  display: block;
}
.itemadditionnal .tags {
  display: block;
}
.customblock {
  width: 98% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customblock .element {
  max-width: 100% !important;
  min-width: 50% !important;
  padding: 3px 0% 3px 0% !important;
  margin: 0% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0%;
}
.customblock .element.singlecol {
  width: 100% !important;
  padding: 0% !important;
}
.customblock .element.doublecol {
  width: 48% !important;
  overflow: hidden;
}
.customblock .flexi.value.nolabel {
  width: 100% !important;
}
.group {
  overflow: auto !important;
}
