/*-------------------------------------------------------------------------------------------*/
/*  Clearfix rules */
/*-------------------------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
/*-------------------------------------------------------------------------------------------*/
/* Shortcode ~ Columns */
/*-------------------------------------------------------------------------------------------*/
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 15px;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clearboth,
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
/*-------------------------------------------------------------------------------------------*/
/* Shortcode ~ Alerts */
/*-------------------------------------------------------------------------------------------*/
.cjaddons-alert {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 0 20px 0;
}
.cjaddons-alert.rounded-corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cjaddons-alert.has-icon {
  padding-left: 35px;
}
.cjaddons-alert.has-close-button {
  padding-right: 30px;
}
.cjaddons-alert .cjaddons-close-alert {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cjaddons-alert .cj-alert-icon {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 14pt;
}
.cjaddons-alert.cjaddons-alert-error {
  background: #f2dede;
  color: #a94442;
  border: 1px solid #e4b9b9;
}
.cjaddons-alert.cjaddons-alert-error a {
  color: #a94442;
}
.cjaddons-alert.cjaddons-alert-success {
  background: #dff0d8;
  color: #3c763d;
  border: 1px solid #c1e2b3;
}
.cjaddons-alert.cjaddons-alert-success a {
  color: #3c763d;
}
.cjaddons-alert.cjaddons-alert-warning {
  background: #fcf8e3;
  color: #8a6d3b;
  border: 1px solid #f7ecb5;
}
.cjaddons-alert.cjaddons-alert-warning a {
  color: #8a6d3b;
}
.cjaddons-alert.cjaddons-alert-info {
  background: #d9edf7;
  color: #31708f;
  border: 1px solid #afd9ee;
}
.cjaddons-alert.cjaddons-alert-info a {
  color: #31708f;
}
.cjaddons-alert.cjaddons-alert-dark {
  background: #333;
  color: #fff;
  border: 1px solid #1a1a1a;
}
.cjaddons-alert.cjaddons-alert-dark a {
  color: #fff;
}
.cjaddons-alert.cjaddons-alert-tip {
  background: #FBEB70;
  color: #333;
  border: 1px solid #f8dd0d;
}
.cjaddons-alert.cjaddons-alert-tip a {
  color: #333;
}
.cjaddons-alert.cjaddons-alert-note {
  background: #f7f7f7;
  color: #333;
  border: 1px solid #c4c4c4;
}
.cjaddons-alert.cjaddons-alert-note a {
  color: #333;
}
/*-------------------------------------------------------------------------------------------*/
/* Shortcode ~ Buttons */
/*-------------------------------------------------------------------------------------------*/
.cjaddons-button {
  display: inline-block;
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.cjaddons-button:hover {
  text-decoration: none !important;
}
.cjaddons-button.mini {
  font-size: 10px;
  padding: 2px 5px;
}
.cjaddons-button.small {
  font-size: 12px;
  padding: 5px 12px;
}
.cjaddons-button.medium {
  font-size: 12px;
  padding: 7px 18px;
}
.cjaddons-button.large {
  font-size: 14px;
  padding: 10px 20px;
}
.cjaddons-button.x-large {
  font-size: 20px;
  padding: 12px 30px;
}
.cjaddons-button.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cjaddons-button.mini.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cjaddons-button.push {
  position: relative;
  top: 0px;
  margin: 0 10px;
}
/*-------------------------------------------------------------------------------------------*/
/* Shortcode ~ Contact form */
/*-------------------------------------------------------------------------------------------*/
.cjaddons-contact-form label {
  display: block;
  margin-bottom: 20px;
}
.cjaddons-contact-form label span.form-label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.cjaddons-contact-form label span.required {
  color: #cc0000;
  font-weight: normal;
}
.cjaddons-contact-form input[type="text"],
.cjaddons-contact-form input[type="email"] {
  width: 70%;
  padding: 10px;
  border: 1px solid #ddd;
  font-weight: normal;
}
.cjaddons-contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  height: 130px;
  outline: none;
  font-weight: normal;
}
/*-------------------------------------------------------------------------------------------*/
/* Shortcode ~ Counters */
/*-------------------------------------------------------------------------------------------*/
.cjaddons-counter {
  display: block;
}
.cjaddons-counter .prefix,
.cjaddons-counter .suffix,
.cjaddons-counter .numbers {
  display: inline-block;
  padding: 0 3px;
}
/*-------------------------------------------------------------------------------------------*/
/* Shortcode ~ Dividers */
/*-------------------------------------------------------------------------------------------*/
.cjaddons-divider {
  margin: 20px 0;
}
.cjaddons-divider.cjaddons-divider-solid div {
  border-top: 1px solid #ddd;
}
.cjaddons-divider.cjaddons-divider-solid-double div {
  padding: 3px 0 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.cjaddons-divider.cjaddons-divider-dashed div {
  border-top: 1px dashed #ddd;
}
.cjaddons-divider.cjaddons-divider-dashed-double div {
  padding: 3px 0 0 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.cjaddons-divider.cjaddons-divider-dotted div {
  border-top: 1px dotted #ddd;
}
.cjaddons-divider.cjaddons-divider-dotted-double div {
  padding: 3px 0 0 0;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
.cjaddons-divider.cjaddons-divider-shadow div {
  border-top: 1px solid #ddd;
}
.cjaddons-divider.cjaddons-divider-flaired hr {
  height: 30px;
  border-style: solid;
  border-color: inherit;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
.cjaddons-divider.cjaddons-divider-flaired hr:before {
  /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: inherit;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
.cjaddons-divider.cjaddons-divider-glyph hr {
  padding: 0;
  border: none;
  border-top: medium double;
  border-color: inherit;
  color: inherit;
  text-align: center;
}
.cjaddons-divider.cjaddons-divider-glyph hr:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -19px;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}
.cjaddons-divider.cjaddons-divider-transparent div {
  border: none;
}
/*-------------------------------------------------------------------------------------------*/
/* Widget ~ Twitter Feed */
/*-------------------------------------------------------------------------------------------*/
.cjaddons-twitter-feeds {
  position: relative;
}
.cjaddons-twitter-feeds ul {
  clear: both;
  margin: 10px 0 0 0 !important;
  padding: 0px !important;
  list-style: none;
}
.cjaddons-twitter-feeds ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.cjaddons-twitter-feeds ul li .tweet-time {
  display: block;
  font-size: 85%;
}
.cjaddons-twitter-feeds ul li.avatars {
  clear: both;
  position: relative;
  min-height: 70px;
}
.cjaddons-twitter-feeds ul li.avatars .tweet-avatar {
  position: absolute;
  top: 5px;
  left: 0px;
}
.cjaddons-twitter-feeds ul li.avatars .tweet-content {
  padding-left: 60px;
}
.twitter-follow-button {
  position: absolute;
  top: 0px;
  right: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/* Widget ~ Registered Users */
/*-------------------------------------------------------------------------------------------*/
.cjaddons-users .cjaddons-user {
  text-align: center;
}
.cjaddons-users .cjaddons-user .display_name {
  display: block;
  height: 20px;
  overflow: hidden;
}
.cjaddons-users .cjaddons-user .user-avatar {
  display: block;
  padding: 5px;
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.cjaddons-users .cjaddons-user .user-avatar img {
  width: 100%;
}
