/* Box Widget */
/* Admin Styles */
.color_list {
  display: block;
  clear: both;
}
.color_list select {
  display: block;
}
.color_list select option {
  display: block;
  float: left;
  margin: 0 5px;
}
.color_list li.color_boxes {
  list-style-type: none;
  display: block;
  margin: 0 5px;
  float: left;
}
.color_list li.color_boxes span.boxcolor {
  display: block;
  height: 40px;
  width: 40px;
}
.color_list li.color_boxes span.boxcolor.burgundy {
  background-color: #660000;
}
.color_list li.color_boxes span.boxcolor.olive {
  background-color: #666633;
}
.color_list li.color_boxes span.boxcolor.lt-olive {
  background-color: #8b8b66;
}
.color_list li.color_boxes span.boxcolor.rust {
  background-color: #a3620a;
}
.color_list li.color_boxes span.boxcolor.black {
  background-color: #000000;
}
.color_list input[type=radio] {
  display: none;
  margin-right: 10px;
  margin-left: 0px;
  clear: none;
  float: left;
}
.color_list input[type=radio] + label span.boxcolor {
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.color_list input[type=radio] + label span.boxcolor.burgundy {
  background-color: #660000;
}
.color_list input[type=radio] + label span.boxcolor.olive {
  background-color: #666633;
}
.color_list input[type=radio] + label span.boxcolor.lt-olive {
  background-color: #8b8b66;
}
.color_list input[type=radio] + label span.boxcolor.rust {
  background-color: #a3620a;
}
.color_list input[type=radio] + label span.boxcolor.black {
  background-color: #000000;
}
.color_list input[type=radio]:checked + label span.boxcolor {
  border: 2px solid #c2e1f5;
  margin-top: -2px;
}
div.icon_options {
  display: block;
  clear: both;
  width: 80%;
  height: 300px;
  padding: .8em;
  overflow-y: scroll;
  border: 1px solid #4d4d4d;
}
div.icon_options li.icon_list {
  list-style-type: none;
  margin: 5px;
  float: left;
  display: block;
}
div.icon_options input[type=radio] {
  display: none;
  clear: none;
  float: left;
}
div.icon_options input[type=radio] + label span {
  display: block;
  height: 50px;
  width: 50px;
  padding: 10px;
  text-align: center;
  line-height: 1.3em;
  font-family: 'fonticons';
  font-size: 30px;
  cursor: pointer;
  border: 1px solid #4d4d4d;
}
div.icon_options input[type=radio]:checked + label span {
  border: 2px solid #c2e1f5;
  margin-top: -2px;
}
/*Front End Styles */
.widget-ficon-box {
  display: block;
  text-align: center;
}
.widget-ficon-box a {
  text-decoration: none;
}
.widget-ficon-box a h2 {
  text-align: center;
}
.widget-ficon-box a h2.burgundy {
  color: #660000;
}
.widget-ficon-box a h2.olive {
  color: #666633;
}
.widget-ficon-box a h2.lt-olive {
  color: #8b8b66;
}
.widget-ficon-box a h2.rust {
  color: #a3620a;
}
.widget-ficon-box a h2.black {
  color: #000000;
}
.widget-ficon-box .description {
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
}
.widget-ficon-box .arrow_box {
  position: relative;
  color: #ffffff;
  font-size: 50px;
  margin: 0 auto;
  display: block;
  height: 100px;
  width: 100px;
  padding-top: 8px;
}
.widget-ficon-box .arrow_box .fi {
  padding-top: 50%;
  margin-top: -25px;
}
.widget-ficon-box .arrow_box:hover,
.widget-ficon-box .arrow_box:active {
  color: #ffffff;
}
.widget-ficon-box .arrow_box.burgundy {
  background-color: #660000;
}
.widget-ficon-box .arrow_box.burgundy:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 0, 0, 0);
  border-top-color: #660000;
  border-width: 8px;
  margin-left: -8px;
}
.widget-ficon-box .arrow_box.olive {
  background-color: #666633;
}
.widget-ficon-box .arrow_box.olive:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 51, 0);
  border-top-color: #666633;
  border-width: 8px;
  margin-left: -8px;
}
.widget-ficon-box .arrow_box.lt-olive {
  background-color: #8b8b66;
}
.widget-ficon-box .arrow_box.lt-olive:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(139, 139, 102, 0);
  border-top-color: #8b8b66;
  border-width: 8px;
  margin-left: -8px;
}
.widget-ficon-box .arrow_box.rust {
  background-color: #a3620a;
}
.widget-ficon-box .arrow_box.rust:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(163, 98, 10, 0);
  border-top-color: #a3620a;
  border-width: 8px;
  margin-left: -8px;
}
.widget-ficon-box .arrow_box.black {
  background-color: #000000;
}
.widget-ficon-box .arrow_box.black:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 8px;
  margin-left: -8px;
}
