/*
	@package foloi
*/
/*
	Import
	------------------------------------------------
*/
#wpcontent {
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', Arial, Verdana, sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, .form-table th, .form-wrap label {
  font-weight: 500; }

.foloi-general-form,
.foloi-sidebar-preview {
  display: inline-block;
  float: left; }

.header_logo {
  color: #cbcbcb;
  float: right;
  display: inline-block;
  margin-right: 100px;
  font-size: 50px; }

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

h1.foloi-username,
h2.foloi-description {
  font-weight: 100;
  color: #fff; }

h1.foloi-username {
  font-size: 24px;
  margin: 0 0 10px; }

h2.foloi-description {
  font-size: 13px;
  margin: 0 0 20px; }

.foloi-icon-sidebar {
  color: white;
  margin: 0 2px; }
  .foloi-icon-sidebar:before {
    width: 22px;
    height: 22px;
    font-size: 22px; }

.foloi-icon-sidebar--gplus {
  margin-left: 8px; }

.foloi-icon-button:before {
  margin-top: 3px;
  margin-left: -3px; }

.image-container {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.profile-picture {
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 50%;
  margin: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/*
	@package sunsettheme
*/
/* 
	Font Icon 
	------------------------------------------------
*/
@font-face {
  font-family: 'Foloi';
  src: url("../fonts/Foloi.eot?2mz1ra");
  src: url("../fonts/Foloi.eot?2mz1ra#iefix") format("embedded-opentype"), url("../fonts/Foloi.ttf?2mz1ra") format("truetype"), url("../fonts/Foloi.woff?2mz1ra") format("woff"), url("../fonts/Foloi.svg?2mz1ra#Foloi") format("svg");
  font-weight: normal;
  font-style: normal; }

.foloi-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Foloi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fiaudio:before {
  content: "\e901"; }

.fileft:before {
  content: "\e902"; }

.firight:before {
  content: "\e903"; }

.ficlose:before {
  content: "\e904"; }

.filoading:before {
  content: "\e905";
  color: #ccc; }

.fimenu:before {
  content: "\e906"; }

.fipencil:before {
  content: "\e907"; }

.fipics:before {
  content: "\e908";
  color: #fff; }

.fisearch:before {
  content: "\e909";
  color: #bcbcbc; }

.fishare:before {
  content: "\e90a";
  color: #fff; }

.fitag:before {
  content: "\e90b";
  color: #929292; }

.filogo:before {
  content: "\e91e"; }

.fimin-logo:before {
  content: "\e900"; }

.ficomment:before {
  content: "\e96d"; }

.fispinner:before {
  content: "\e984"; }

.filink:before {
  content: "\e9cb"; }

.fivideo:before {
  content: "\ea9d"; }
