/*
Theme Name: Sailing Record
Author: Sašo Lukša
Author URI: http://www.vizea.si
Version: 1.0.1
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. Tracks
.. 09. Results
.. 10. Members
.. 11. Dashboard
.. 12. WordPress defaults
.. 13. Mobile Menu
.. 14. External Plugins
.. 15. Icon Fonts
.. 16. Global Mediaqueries

Barve:
#2c3d4f - temno modra
#6c7593 - malo svetlejsa
#bcbedc - svetlejsa


*/
/* -----------------------------------------
	01. General
----------------------------------------- */
/* Basic Typography
=================================== */
html {
    height: 100%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  line-height: 1.625;
  font-size: 13px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #2c3d4f;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page {
  background: #e1e3f1;
  overflow: hidden;
}

.mm-page {
    min-height: 100vh;
}

.container {
    width: 95vw;
    max-width: 1400px;
}

h1, h2, h3, .widget-title, h4, h5, h6 {
  line-height: normal;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  font-family: inherit;
  font-weight: 500;
  color: #2c3d4f;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar .widget-title, .sidebar h4, .sidebar h5, .sidebar h6 {
  color: #2c3d4f;
}

h1 {
  font-size: 24px;
  color: #2c3d4f;
}

h1 + span {
    margin-top: -15px;
    display: block;
    margin-bottom: 20px;
}

h2 {
  font-size: 20px;
}

h1.main-title {
    font-size: 26px;
    /*color: #2c3d4f;*/
    margin-bottom: 20px;
}

h2.main-title {
    font-size: 26px;
    color: #2c3d4f;
    margin-top: 30px;
}

h2.main-title:first-child {
    margin-top: 0;
}

h3, .widget-title {
  font-size: 21px;
  margin: 25px 0 8px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 17.5px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #2c3d4f; /* ec4224 */
  text-decoration: none;
}
a:hover, a:focus {
  color: #36495d; /* d82000 */
  outline: none;
  text-decoration: none;
}
a:active {
  outline: none;
}

.group:before, .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group:after {
  clear: both;
}

.uultra-avatar img {
    border-radius: 0;
    min-width: 40px;
}

/* Padding and margin classes */
.m-t-sm {
  margin-top: 10px !important;
}

.m-t-md {
  margin-top: 30px !important;
}

.m-t-lg {
  margin-top: 50px !important;
}

.m-b-sm {
  margin-bottom: 10px !important;
}

.m-b-md {
  margin-bottom: 30px !important;
}

.m-b-lg {
  margin-bottom: 50px !important;
}

.pad {
  padding: 17.5px;
}

.p-t {
  padding-top: 17.5px;
}

.p-l-r {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
  margin: 0;
}

/* Lists */
ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* Blockquotes */
blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-size: 17px;
  font-weight: 300;
}
blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(91, 91, 91, 0.8);
  font-size: 14px;
}

/* Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}
.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}
.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}
.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}
.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
  margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */
label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal;
}

input,
textarea {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 7px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #ec4224;
  background-color: #FFF;
  background-image: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}
@media (max-width: 767px) {
  input,
  textarea {
    width: 100%;
  }
}

input[type="search"] {
  /* Restoring box-sizing */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: rgba(91, 91, 91, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(91, 91, 91, 0.5);
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(91, 91, 91, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(91, 91, 91, 0.5);
  font-weight: normal;
  opacity: 1;
}

.with_frm_style .frm_field_181_container .chosen-container .chosen-results {
    max-height: 140px;
}

/*.frm_forms input,
.frm_forms textarea,
.frm_forms select,
.frm_forms .frm_opt_container {
  float: right;
  width: 100%;
}

.frm_forms input {
  height: 28px;
}

.frm_forms textarea {

}

.frm_forms input + .frm_description,
.frm_forms textarea + .frm_description {
    display: inline-block;
    float: right;
    font-size: .9em;
    clear: both;
}

.frm_forms .frm_form_field {
    margin: 5px 0;
    float: left;
    width: 100%;
}

.frm_radio > label {
    width: auto;
    float: left;
    margin-right: 10px;
    height: auto;
}

.frm_radio > label > input {
    width: auto;
    float: left;
    margin-right: 10px;
    height: auto;
}

.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]), .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select, .frm_form_field.frm_left_container textarea, .frm_form_field.frm_left_container .wp-editor-wrap, .frm_form_field.frm_left_container .frm_opt_container, .frm_form_field.frm_left_container .frm_dropzone, .frm_form_field.frm_left_container .frm-g-recaptcha, .frm_form_field.frm_left_container .g-recaptcha, .frm_form_field.frm_left_container .chosen-container, .frm_form_field.frm_left_container .frm_combo_inputs_container, .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]), .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select, .frm_form_field.frm_right_container textarea, .frm_form_field.frm_right_container .wp-editor-wrap, .frm_form_field.frm_right_container .frm_opt_container, .frm_form_field.frm_right_container .frm_dropzone, .frm_form_field.frm_right_container .frm-g-recaptcha, .frm_form_field.frm_right_container .g-recaptcha, .frm_form_field.frm_right_container .chosen-container, .frm_form_field.frm_right_container .frm_combo_inputs_container {
    max-width: 70%;
}
.frm_form_field.frm_left_container label.frm_primary_label {
    float: left;
    display: inline;
    max-width: 28%;
    margin-right: 10px;
}*/
/* Registration form */

/*.frm_form_11_container {
    width: auto;
    float: left;
    margin-right: 10px;
}

.frm_error {
    float: right;
    color: #ec4224;
    clear: both;
}

.frm_error_style {
    margin: 17.5px 35px;
    padding: 7px 15px;
    background: #eee;
    border-radius: 2px;
}

input[type="button"].frm_prev_page {
    background: transparent;
    color: inherit;
    display: inline;
    float: left;
    opacity: .5;
    margin-left: 35px;
    padding: 0;
}

input[type="button"].frm_prev_page:hover,
input[type="button"].frm_prev_page:active,
input[type="button"].frm_prev_page:focus {
    background: none;
    color: inherit;
}*/

/* Buttons
=================================== */
.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background-image: none;
  padding: 9px 16px 8px;
  font-size: 14px;
  background-color: #ec4224;
  color: #FFF;
}
.btn:active, .comment-reply-link:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
  outline: none;
}
.btn:hover, .comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  background: #939393;
  color: #FFF;
  text-decoration: none;
}
.btn:focus, .comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  outline: none;
}

input[type="submit"]:disabled {
  /*pointer-events:none;*/
  background-color: #939393 !important;
  cursor: not-allowed !important;
  opacity: .8;
}



.btn.follow {
  margin-top: 10px;
}

.btn-block {
  display: block;
}

.btn-inline {
  display: inline;
}

.btn-outline {
  background: none !important;
  border: 1px solid #ec4224;
  color: #ec4224;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  background: #ec4224 !important;
  border: 1px solid #ec4224;
  color: #fff;
}

.btn-outline-dark {
  background: none !important;
  border: 1px solid #6e7694;
  color: #6e7694;
}

.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  background: #6e7694 !important;
  border: 1px solid #6e7694;
  color: #fff;
}

.btn.disabled:hover, .btn.disabled:active, .btn.disabled:focus {
  pointer-events: none !important;
  color: inherit;
}

input[value="Accept"] {
  background-color: #ec4224;
}

span.btn, span.btn:hover {
  background: #c6c8ca;
  cursor: default;
}

/* CI-Slider Overrides
=================================== */
.ci-slider {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.ci-slider.loading:before {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}
.ci-slider .slides li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

.ci-direction-nav {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 10;
}
.ci-direction-nav li {
  display: inline-block;
  margin-left: 15px;
}
.ci-direction-nav a {
  position: static;
  display: block;
  width: auto;
  height: auto;
}
.ci-direction-nav a:before {
  color: #FFF;
  font-size: 24px;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.ci-direction-nav a {
  top: 50%;
  opacity: 0.7;
  line-height: normal;
}
.ci-direction-nav a:hover {
  color: #FFF;
  opacity: 1;
}

.ci-slider .slides > li:first-child {
  display: block;
  /* Display flexslider's first item no matter if its loading or not */
  -webkit-backface-visibility: visible;
}

.ci-slider.loading .slides > li:first-child {
  opacity: 1 !important;
  /* Remove the fade in/out animation when the slider loads */
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
  background-color: #000;
}

.mfp-preloader {
  color: #FFF;
}
.mfp-preloader a, .mfp-preloader a:hover {
  color: #2d2d2d;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  background-color: #2d2d2d;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: none;
  opacity: 1;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: none;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #2d2d2d;
}

.mfp-arrow {
  line-height: 0.3;
}
.mfp-arrow:before, .mfp-arrow:after {
  border: none;
}
.mfp-arrow:after {
  font-family: FontAwesome;
  font-size: 70px;
  color: #2d2d2d;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* Text Alignment Helpers
=================================== */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav-hold {
  /*position: fixed;*/
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*text-align: center;*/
}

.navigation:before, .navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navigation:after {
  clear: both;
}
.navigation li {
  position: relative;
  z-index: 100;
}
.navigation > li {
  display: block;
  float: left;
}
.navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
  left: -3px;
  text-align: left;
  background-color: #fff;
}
.navigation li:hover > ul,
.navigation .sfHover > ul {
  top: auto;
}
.navigation li li:hover > ul,
.navigation li .sfHover > ul {
  top: 0;
  left: 100%;
}
.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
  top: 0;
  left: 100%;
}
.navigation a, .navigation .navigation a:visited {
  display: block;
  white-space: nowrap;
}
.navigation a {
  /* Global Menu Link Styles */
  display: block;
  font-family: inherit;
  font-size: 16px;
  color: #2c3d4f;
}
.navigation > li > a {
  /* Global Menu Link Styles */
  padding: 15px 0 12px;
  margin: 0 20px;
}
.user-nav.nav {

}
.user-nav.nav > ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.menu-item.signup, .menu-item.submit {
  background-color: #ec4224;
}
.menu-item.signup a, .menu-item.submit a {
  color: #fff;
  border-color: #ec4224 !important;
  padding: 17px 10px 14px;
}
.user-menu > a, .user-menu > a:hover, .user-menu > a:focus, .user-menu > a:active,
.nav-fb > a, .nav-fb > a:hover, .nav-fb > a:focus, .nav-fb > a:active {
    position: relative;
    color: #fff !important;
    width: 0;
}
.user-menu > a:before {
 /* content: '\e900';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  color: #2c3e50;
  font-size: 22px;
  z-index: 100;*/
}
.nav-fb > a:before {
  content: '\e914';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  color: #2c3e50;
  font-size: 22px;
  z-index: 100;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .navigation > li.nav-fb {
    display: none;
  }
}
.navigation.sf-arrows .user-menu a.sf-with-ul:after,
.user-menu.menu-item-has-children > a:after {
/*  content: '\f107';
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  color: #2c3d4f;
  font-size: 20px;
  z-index: 100;
  margin: 0;*/
}
.user-menu.menu-item-has-children > a {
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
}
.navigation a:hover,
.navigation .sfHover > a {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */
}
.navigation > li > a {
  /* First Level Menu Link Styles */
  border-bottom: 3px solid transparent;
}
.navigation > li ul a {
  /* All Other Menu Level Link Styles */
  background: #fff;
  padding: 10px 12px;
  border-bottom: 1px solid #bcbfdd;
  text-align: right;
  color: #404041;
}
.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
  /* All Other Level Menu Link Hover Styles */
}
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
  /* WordPress First Level Current/Ancestor Hover Page Styles */
  color: #404041;
}
header .navigation > li.current_page_item > a,
header .navigation > li.current-menu-item > a,
header .navigation > li.current-menu-ancestor > a,
header .navigation > li.current-menu-parent > a,
header .navigation > li.current > a {
  font-weight: bold;
  border-color: #ec4224;
  color: #404041;
}
.navigation ul {
  /* All Lower Level Menu Container Styles */
}
.navigation a.sf-with-ul {
  padding-right: 22px;
  position: relative;
  padding-bottom: 14px;
  /* Styling for navigation arrows  ---------- */
}
.navigation.sf-arrows .sf-with-ul:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 8px;
  font-weight: normal;
}
.navigation.sf-arrows ul .sf-with-ul:after {
  right: 8px;
  margin-top: -7px;
  content: "\f054";
  /* Styling for right facing arrows  ---------- */
}

#menu-footer-menu {
    text-align: right;
}

#menu-footer-menu.navigation > li > a {
    border: none;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: .03em;
    padding: 0;
    margin: 0;
    line-height: 56px;
}

#menu-footer-menu.navigation > li a:before {
    content: '|';
    margin: 0 8px;
}

#menu-footer-menu.navigation > li:first-child a:before {
    display: none;
}

.breadcrumbs {
  margin: -10px 0 15px 0;
  padding: 0;
  list-style: none;
  font-size: 1.1em;
  color: #2c3d4f;
}

.breadcrumbs > li {
  display: inline;
}

.breadcrumbs > li a {
  color: inherit;
}

.breadcrumbs > li:after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin: 0 8px;
}

.breadcrumbs > li:last-child:after {
  display: none;
}

/* -----------------------------------------
	03. Header
----------------------------------------- */
header {
  background: #fff;
  border-bottom: 1px solid #bcbfdd;
}
/* Logo
=================================== */
.hero {
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 390px;
  margin: 0;
}
.inner .hero {
  height: 210px;
}

.logo {
  text-align: center;
  max-width: 200px;
}
.logo h1 {
  font-size: 36px;
  margin: 5px 0 0 0;
}
.logo p {
  margin: 0;
}
.logo.footer-logo {
  position: static;
  text-align: center;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.logo.footer-logo h1 {
  padding: 6px 0;
  float: left;
  margin: 0;
}
.logo.footer-logo img {
  max-height: 20px;
}
.logo.footer-logo span {
  float: left;
  font-size: .85em;
  line-height: 56px;
  margin-top: 6px;
  margin-right: 10px;

}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Main Content Styles
=================================== */
.main {
  margin: 0;
  padding-bottom: 57px;
}

#hero {
  background-size: cover;
  background-position: center center;
  height: 400px;
  position: relative;
}

a.btn-hero {
  background: transparent;
  border: 2px solid #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 1.15em;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 12px 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a.btn-hero:hover, a.btn-hero:active, a.btn-hero:focus {
  background-color: #fff;
  color: inherit;
}

.top-content {
  margin-bottom: 0;
  padding: 50px 0;
}

.mid-content {
  margin-bottom: 0;
  padding: 50px 0;
}

.top-content.title {
  padding: 50px 0 10px;
  border-bottom: 1px solid #ccc;
}

.main-content {
  padding: 50px 0;
  min-height: calc(100vh - 135px);
}

.bottom-content {
  padding: 50px 0;
}

.content.container > div, .content.container > article {
  padding: 0;
}

.white-bg {
  background-color: #fff;
}

.light-bg {
  background-color: #e1e3f1;
}

.dark-bg {
  background-color: #808284;
}

.border-btm {
  border-bottom: 1px solid #bcbfdd;
}

.border-top {
  border-top: 1px solid #bcbfdd;
}

.border-left {
  border-left: 1px solid #bcbfdd;
}

.section-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 50px;
}
.section-title.with-subtitle {
  margin-bottom: 0;
}

/* Entry Styles
=================================== */
.entry {
  margin: 0;
}
.entry.news {
  padding: 17.5px;
  background-color: #fff;
}
.entry .entry-thumb.alignnone, .entry .entry-thumb.alignleft, .entry .entry-thumb.alignright, .entry .entry-thumb.aligncenter {
  margin-top: 0;
}
.entry .entry-thumb.entry-portfolio-images a {
  display: block;
  margin-bottom: 30px;
}
.entry .entry-content:before, .entry .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry .entry-content:after {
  clear: both;
}
.entry .entry-featured {
  margin-bottom: 30px;
}
.entry .entry-meta dt {
  float: left;
  margin-right: 5px;
}
.entry .entry-meta dd {
  margin-bottom: 5px;
}

/* Portfolio Styles
=================================== */
.entry-portfolio-item {
  position: relative;
  margin-bottom: 30px;
}
.entry-portfolio-item .entry-portfolio-title {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-filters {
  margin: 0 0 30px;
  padding: 10px 0;
  list-style: none;
  text-align: center;
}
.portfolio-filters li {
  display: inline;
}
.portfolio-filters li a {
  display: inline-block;
  padding: 5px;
}
.portfolio-filters li a.selected {
  border-bottom: 2px solid #2d2d2d;
}

/* Pagination
=================================== */
#paging {
  margin-top: 60px;
  text-align: center;
}
#paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#paging ul li {
  display: inline-block;
}
#paging a,
#paging > span,
#paging li span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: #2d2d2d;
  padding: 12px 16px;
  margin: 0 3px 0 0;
  line-height: normal;
  font-style: normal;
  background: #fff;
  border: 2px solid #2d2d2d;
}
#paging a:hover, #paging .current {
  border-color: #adadad;
  color: #adadad;
}

/* Tables
=================================== */
td {
  padding: 6px 12px;
  border-top: 1px solid #bcbfdd;
  line-height: 1.1em;
  vertical-align: middle;
}

th {
  padding: 10px 20px;
  background-color: #2c3e50;
  color: #fff;
}

th#length {
  width: 160px;
}

th#number {
  width: 40px;
}

tr:hover > td {
  background-color: #f9f9f9;
}

.track-item h4, .track-item .uultra-avatar {
  margin: 0;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
  /* Footer Bottom */
  /* Footer Navigation */
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 56px;
}
.footer .nav {
  margin: 0;
}
#footer-sidebar {
  border-top: 1px solid #ddd;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */
.comments-container {
    padding: 0 17.5px;
    background: #fff;
}

#comments {
  margin: 40px 0 0;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
#comment-list ol {
  list-style: none;
}
@media (max-width: 767px) {
  #comment-list ol {
    margin: 0;
    padding: 0;
  }
}
#comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}
#comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author .avatar, .comment-author > a {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .comment-author .avatar {
    display: none;
  }
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 13px;
}

.comment-metadata {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 80px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .comment-reply-link {
    margin: 0;
  }
}

.bypostauthor > article .fn:before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(91, 91, 91, 0.8);
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
.widget {
  margin: 0 0 35px;
}
.home-widgets .widget {
  margin-bottom: 60px;
}

.sidebar .widget:last-child,
.widget p:last-child,
.home-widgets .widget:last-child,
.footer-widgets .widget:last-child {
  /* Nullify bottom margin for last elements in widgets and sidebars */
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 20px;
  font-size: 14px;
}
.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}
.home-widgets .widget-title {
  text-align: center;
}

.footer-widgets {
  padding: 50px 0;
  text-align: center;
}

/* WIDGET: #List Widgets
========================================= */
.widget select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #ececec;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
  margin-left: 15px;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
  line-height: normal;
  display: block;
  position: relative;
}
.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #ececec;
}
.widget_meta ul li .count,
.widget_pages ul li .count,
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_nav_menu ul li .count,
.widget_recent_entries ul li .count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_comments ul li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #ececec;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #ececec;
  background: #FFF;
}

/* WIDGET: #Ads125
========================================= */
#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ads125 li,
.ads125 li {
  background: none;
  border: none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
  height: auto;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
  position: relative;
}
.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}
.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about {
  margin-top: -5px;
}
.widget_about img {
  max-width: 150px;
  height: auto;
  margin: 0;
}
.widget_about .alignleft {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.widget_about .alignright {
  float: right;
  width: 66%;
  margin: 0;
}

.footer .widget_ci_about,
.footer .widget_ci_about_widget {
  text-align: center;
}
.footer .widget_ci_about img,
.footer .widget_ci_about_widget img {
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 100%;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}
.widget_ci_twitter_widget ul li:first-child {
  padding-top: 0;
}
.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}
#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}
#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}
#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Social Icons (HTML only)
========================================= */
.social-icon i {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #2d2d2d;
  color: #FFF;
  border: 1px solid #2d2d2d;
  font-size: 14px;
  border-radius: 26px;
  text-align: center;
  display: inline-block;
}

.social-icon:hover i {
  background-color: #939393;
  border-color: #939393;
}

/* -----------------------------------------
   08. Challenges
----------------------------------------- */

.challenge-item {
  background-color: #fff;
  padding-bottom: 2.2vw;
  margin-top: 35px;
}

.challenge-item .entry-featured {
  text-align: center;
}

.challenge-item img {
  max-height: 150px;
  width: auto;
  margin-top: 20px;
}

.challenge-item .entry-title, .challenge-item p, .challenge-item .action, .challenge-item .challenge-stats {
  padding: 0 2.2vw;
  overflow: hidden;
}

.challenge-item .action {
    position: absolute;
    bottom: 2.2vw;
}

.challenge-item .challenge-stats {
  margin-bottom: 60px;
  opacity: .9;
  font-size: 1.15em;
}

.challenge-item .challenge-stats > span {
  margin-right: 10px;
}

.challenge-item .challenge-stats > span > span {
  margin-right: 1px;
}

.inactive .challenge-item img {
  /*-webkit-filter: grayscale(1);*/
  /*filter: grayscale(1);*/
}

.challenge-desc {
    clear: both;
}

/* -----------------------------------------
   09. Tracks
----------------------------------------- */

#track-main {
  position: relative;
}

#track-main .loader-container {
  top: 35%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

#track-main .loader-container + div {
  transition: opacity 1s;
}

.map-container {
  height: 450px;
  position: relative;
}

.map-container {
  height: 450px;
  position: relative;
}

input#zoom_in + label {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 10px 25px;
  background: #ec4224;
  color: #fff;
  cursor: pointer;
  letter-spacing: .03em;
  text-transform: uppercase;
}

input#zoom_in {
  visibility: hidden;
}

input#zoom_in + label:after {
  content: ' in';
}

input#zoom_in:checked + label:after {
  content: ' out';
}

#map {
  height: 100%;
}

.morris-hover{position:absolute;z-index:1000; top: 50px !important;}
.morris-hover:before{content:'';position:absolute;width: 1px;left: 50%; margin-left: -1px; height: 500px; background: #ec4224; top: 40px;}
.morris-hover.morris-default-style{border-radius:0px;padding:10px;color:#666;background:rgba(255,255,255,1);border:none;font-size:12px;text-align:center}
.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
#speed-chart{
  overflow: hidden;
  height: 200px;
  margin: 0 -25px;
}

#track-media {
  margin: 20px 0 0;
  padding: 0;
}

.user-profile + #track-media {
  margin: 20px -17.5px 0;
  padding: 0;
}

#track-media > div {
  margin: 0 0 35px 0;
}

#track-media img {
    min-width: 100%;
}

.photos p img {
  width: 33%;
  max-height: 190px;
  padding-right: 15px;
}

div.add-photo > div,
div.add-video > div {
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  background: #bcbfdd;
}

div.post-attachment > a {
  display: block;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  background: rgba(0,0,0,.1);
  overflow: hidden;
}

div.post-attachment.video > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.add-photo-btn,
.add-video-btn,
.play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  float: left;
  color: #fff;
  width: 50%;
  text-align: center;
  max-height: 190px;
  text-transform: uppercase;
}

.add-photo-btn:before {
  display: block;
    content: '\e90c';
    font-family: 'icomoon';
    text-align: center;
    font-size: 3em;
}

.add-video-btn:before {
  display: block;
    content: '\e90d';
    font-family: 'icomoon';
    text-align: center;
    font-size: 3em;
}

.play-video-btn:before {
  display: block;
    content: '\e90d';
    font-family: 'icomoon';
    text-align: center;
    font-size: 3em;
}

.delete-photo {
    position: absolute;
    bottom: 4px;
    right: 30px;
}

.delete-photo a {
    font-size: 2em;
    color: #fff;
    opacity: .5;
}

.delete-photo a:hover, .delete-photo a:active {
    opacity: 1;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
    z-index: 999;
}

.overlay .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
    background-color: #fff;
}

.overlay .modal .msg {
    padding: 50px 80px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(-50%, -75%);
      -ms-transform: translate(-50%, -75%);
       -o-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  margin: 10px;

}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
}
.modal-body .frm_form_fields {
  margin-top: 30px;
}
.modal-body .frm_form_fields > fieldset {
  margin: 0;
}
.modal-body .frm_form_field {
  padding: 0 30px;
}
.modal-body .frm_submit > input {
    width: 100%;
    margin-top: 30px;
    display: block;
    height: 40px;
}
.modal-body .frm_submit > input + img {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 99;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    max-width: 90vw;
    margin: 30px 0;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*div[id^='map_'],div[id*=' map_'] {
  height: 100%;
}*/

table#latest-tracks {
  border: 1px solid #bcbfdd;
}

table#tracks {
  border: 1px solid #2c3e50;
  margin-top: 20px;
  max-width: 100%;
  table-layout: fixed;
}

table#latest-tracks th {
  background-color: #bcbfdd;
  color: #2c3e50;
}

table#tracks th {
  background-color: #2c3e50;
  color: #fff;
}
table#tracks tr:nth-child(2) td {
  border-top: none;
}

table#tracks td.user a > h4 {
  display: block;
  margin-top: 4px;
}

table#tracks th.name,
table#tracks td.user {
  width: 250px !important;
}

table#latest-tracks .challenge-img {
  float: left;
  max-width: 38px;
}

table#latest-tracks .challenge-name {
  line-height: 38px;
}

.track-item {
  background-color: #fff;
  padding-bottom: 2.2vw;
  color: #2c3d4f;
}

.track-item td {
  height: 50px;
}

.track-item td.rank {
  overflow: visible !important;
}

.track-item.new td.rank:after {
  content: '';
  background: #f9a95f;
  margin-right: -8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  transform: translateX(12px);
}

.track-item td:not(.user) {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.track-item td.user span {
  font-size: .88em;
}

.track-item.currentuser {
  font-weight: bold;
}

.track-item .entry-title, .track-item p, .track-item .action {
  padding: 0 2.2vw;
}

.inactive .track-item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.track-btn {
    display: block;
    text-align: center;
    font-size: 2em;
    color: #ec4224;
    margin: 0 auto;
}

.circle-confirm, .circle-deny {
    font-size: 2.4em;
}

.icon-under-review {
  max-width: 26px;
}

.circle-confirm.icon-record .path1:before {
  color: #2c3e50;
}

.circle-confirm.icon-record .path2:before {
  color: #fff;
}

.circle-deny {
}

.challenge-head .challenge-img img {
    max-height: 160px;
    width: auto;
    margin-bottom: 10px;
}

h1.challenge-title {
    font-size: 28px;
    color: #2c3d4f;
    margin-bottom: 5px;
}

.challenge-head p {
}

.challenge-desc p {
    margin: 0 30px 17.5px 0;
}

.main-col {

}

.track-info, .track-results {
  display: table;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}

.track-info + .track-info {
  margin-top: 0;
}

.track-info:last-child {
  margin-bottom: 0px;
}

.sidebar .action {
  border-top: 2px solid #2c3d4f;
  margin: 20px 0;
  overflow: hidden;
}

.sidebar .action .challenge-sharing {
    float: left;
    margin-top: 5px;
    color: #ec4224;
}

.sidebar .action .challenge-sharing a {
    line-height: 36px;
    font-size: 1.5em;
    margin-right: 5px;
    color: #ec4224;
}

.sidebar .action .challenge-sharing div {
    line-height: 36px;
    margin-right: 5px;
    float: left;
    font-size: .9em;
}

.action input[type="submit"], .action .btn {
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.action span.btn {
  background: #2c3e50;
  color: #fff;
}

.action .btn.accepted, .action .btn.accepted:hover, .action .btn.accepted:active {
  width: 105px;
  height: 36px;
  background-color: #2c3e50;
  cursor: normal;
  position: relative;
}

.action .btn.accepted:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  content: '\e902';
  font-family: 'icomoon';
  color: #fff;
  font-size: 1.9em;
}

.sidebar .action .btn, .sidebar .action input[type="submit"] {
  float: right;
}

#sidebar-right .track-results {
  margin: 0 0 30px;
}

.track-info li, .track-results li {
  display: table-row;
}

.track-info li {
  line-height: 36px;
}

.track-info li .label, .track-info li .data, .track-results li div {
  display: table-cell;
}

.track-info li .label {
  font-size: .9em;
  border-top: 1px solid #e1e3f1;
}

.track-info li .data {
  border-top: 1px solid #e1e3f1;
}

.track-info li .data img {
    height: 30px;
    width: auto;
}

.track-info ul.crew {
  list-style: none;
  margin: 0;
  padding: 0;
}

.track-info li.track-comment .data {
    border: none;
    line-height: 1em;
}

.track-results li {
  text-align: center;
}

.sidebar-content {
}

.track-results li .challenge-img img {
  max-width: 36px;
  padding: 5px 0;
}

#sidebar-left .track-results li .challenge-name {
  width: 36%;
}

#tracks .challenge-name {
  text-align: left;
}

.track-results li .challenge-pos {
  color: #231f20;
}

.track-results {
  border: 3px solid #bcbfdd;
  background-color: #fff;
}

.track-results li > * {
  border-bottom: 1px solid #bcbfdd;
}

.track-results li:last-child > * {
  border-bottom: none;
}

.track-results li.head > div {
  color: #2c3e50;
  font-weight: bold;
  background-color: #bcbfdd;
  font-size: .9em;
  padding: 10px 0;
}

.submit-container {
    margin: 0 auto;
    float: none;
    /*padding: 30px 0;*/
}

.submit-container {
    /*padding: 17.5px;*/
    /*margin: 50px auto;*/
    padding-top: 35px;
}

.submit-container .form-logo {
  margin: 17.5px 17.5px 35px;
}

.submit-container .acf-form,
.submit-container h2.main-title,
.submit-container .step,
.submit-container ul.boat-list {
    margin: 17.5px 35px;
}

.dark-bg .submit-container {
    background-color: #e6e7e8;
}

.submit-container .confirmation {
    text-align: center;
    padding-top: 20px;
}

.submit-container .confirmation-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #bcbfdd;
    margin: 50px auto;
    position: relative;
}

.submit-container .confirmation-img:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('css/img/icon-kljukica.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

.submit-container .confirmation-text {
    margin-bottom: 25px;
}

.submit-container .btn {
    clear: both;
}

.submit-container #file266_dropzone {
    margin: 0 auto;
}

.item-submit {
    border: 1px solid #6e7694;
    background-color: #fff;
    text-align: center;
    margin-bottom: 35px;
}

.item-submit h2 {
    font-size: 22px;
}

.item-submit .img {
    padding: 25px 0;
    background-color: #6e7694;
    text-align: center;
    font-size: 6em;
    color: #d5dbeb;
}

.item-submit .desc {
    padding: 18px;
}

.item-submit .desc p {
    height: 42px;
}

.item-submit .btn {
    text-transform: uppercase;
    letter-spacing: .03em;
}

.submit-container .form-logo h1 {
    text-align: center;
    margin: 40px 0 0;
}

.submit-container .error-notification {
    background: #fff;
    padding: 17.5px;
}

#xoouserultra-register-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#xoouserultra-registration-form {
    margin-bottom: -50px;
}

.step {
}

.xoouserultra-registration + .step {
    margin-top: -50px;
    padding: 0 20px;
    margin-bottom: 30px;
}

label[for=user_pass] + .xoouserultra-field-value, label[for=user_pass_confirm] + .xoouserultra-field-value, label[for=user_login] + .xoouserultra-field-value {
    position: relative;
}

.xoouserultra-help {
    position: absolute;
    left: 106%;
    top: -15px;
    width: 200px;
    height: auto;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    visibility: hidden;
    opacity: 0;
}

input[type='password']:focus ~ .xoouserultra-help, input[name='user_login']:focus ~ .xoouserultra-help {
    visibility: visible;
    opacity: 1;
}

.acf-field-56b3798521575 {
    overflow: visible !important;
}

#s2id_acf-field_56b3798521575-input + .xoouserultra-help {
    transition-delay: 2s;
}

#s2id_acf-field_56b3798521575-input.select2-container-active + .xoouserultra-help {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

/* Login */

body.page-template-template-login {}
body.page-template-template-login div#login-form {overflow: hidden; padding-bottom: 35px}
body.page-template-template-login div#login-form h1 {}
body.page-template-template-login div#login-form h1 a {}
body.page-template-template-login div#login-form form#loginform {}
body.page-template-template-login div#login-form form#loginform p {}
body.page-template-template-login div#login-form form#loginform p label {display: none;}
body.page-template-template-login div#login-form form#loginform input {}
body.page-template-template-login div#login-form form#loginform input#user_login {display: block; width: 49%; float: left;}
body.page-template-template-login div#login-form form#loginform input#user_pass {display: block; width: 49%; float: right;}
body.page-template-template-login div#login-form form#loginform p.login-remember {}
body.page-template-template-login div#login-form form#loginform p.login-remember label {display: inline-block;}
body.page-template-template-login div#login-form form#loginform p.login-remember input#rememberme {}
body.page-template-template-login div#login-form form#loginform p.login-submit {}
body.page-template-template-login div#login-form form#loginform p.login-submit input#wp-submit {width: 100%;}
body.page-template-template-login div#login-form p#nav {}
body.page-template-template-login div#login-form p#nav a {}
body.page-template-template-login div#login-form p#backtoblog {}
body.page-template-template-login div#login-form p#backtoblog a {}

#login-form .sr-rememberme {
    height: 30px;
}

#login-form .sr-forgot-pw {
    border: 1px solid #2c3d4f;
    width: 49%;
    float: left;
    padding: 6px 15px;
    margin-top: 8px;
    color: #777;
    text-align: center;
}

#login-form .sr-forgot-pw:hover, #login-form .sr-forgot-pw:active {
    background-color: #2c3d4f;
    color: #fff;
}

#login-form .sr-register-link {
    background: #2c3d4f;
    border: 1px solid #2c3d4f;
    width: 49%;
    float: right;
    padding: 6px 15px;
    margin-top: 8px;
    color: #fff;
    text-align: center;
}

#login-form .sr-forgot-pw {
    clear: both;
}

/* Challenge Slider */

.challenge-carousel > div {
    height: 200px;
}

.challenge-slide h3 {
  font-size: 2em;
  margin: 15px 0 8px;
}

.challenge-slide {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(.5);
  -webkit-transform: translate(-50%,-50%) scale(.5);
    text-align: center;
}

.challenge-slide.active {
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}

.challenge-slide:not(.active) h3 {
  font-size: 2.4em;
}


.challenge-slide.disabled {
  opacity: .5;
}

/* Filters */

input#mobilefilter,
input#mobilefilter + label,
input#userdatatable,
.userdatatable > label {
  display: none;
}

input#mobilefilter,
input#userdatatable {
  position: fixed;
  top: -999px;
  left: -999px;
  height: 1px;
  width: 1px;
  opacity: 0;
  visibility: hidden;
}

#track-filter {
  margin-top: 15px;
}

#track-filter > span {
    float: left;
    margin-right: 6px;
    line-height: 36px;
    width: 48px;
}

.noresults {
    padding: 50px;
    background-color: #fff;
}

.select-filter {
    float: left;
    margin: 0 3px;
}

.active-filters {
    clear: both;
    padding-top: 10px;
    margin-left: calc( 17.5px + 48px + 2px );
}

.active-filter {
    padding: 2px 4px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    border-right: 1px solid #2c3d4f;
}

.active-filter:after {
    content: '\e904';
    font-family: 'icomoon';
    margin-left: 5px;
    font-size: .9em;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    display: block;
    float: right;
    margin-top: 1px;
}

a.clear-filters {
    font-style: italic;
    text-decoration: underline;
    padding: 2px 4px;
    display: inline-block;
}

.challenge-listing-stats {
    text-align: center;
    line-height: 1em;
}

.challenge-listing-stats .icon {
    display: block;
    font-size: 2em;
    margin-bottom: 6px;
    color: #bcbfdd;
}

.challenge-listing-stats .result {
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
}

.challenge-listing-stats .label {
    display: block;
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 6px;
    white-space: nowrap;
}

#challenge-selector {
    margin-bottom: 20px;
}

/* -----------------------------------------
   10. Members
----------------------------------------- */

.members {
  /*background-color: #fff;*/
  overflow: hidden;
  /*border: 1px solid #bcbfdd;*/
  clear: both;
}

ul.members-column {
  /*padding: 15px 0 5px;*/
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

ul.members-column {
  border-left: 1px solid #bcbfdd;
  border-top: 1px solid #bcbfdd;
}

.members-search ul.members-column {
  border-right: none;
  border-bottom: none;
}

ul.members-column > li {
  height: 110px;
  /*clear: both;*/
  padding: 20px 20px 0;
  border-right: 1px solid #bcbfdd;
  background: #fff;
  position: relative;
}

ul.members-column > li:last-child:after, ul.members-column > li:nth-child(3n):after {
  background: #bcbfdd;
  position: absolute;
  content: '';
  right: -1px;
  height: 100%;
  width: 1px;
  top: 0;
}

/*ul.members-column > li:nth-child(2), ul.members-column > li:nth-child(3) {
  border-top: 1px solid #bcbfdd;
}*/

ul.members-column > li {
  border-bottom: 1px solid #bcbfdd;
}

ul.members-column > li:nth-child(-n+1) {
  /*border-top: 1px solid transparent;*/
}

.members-search ul.members-column {
  border-top: none;
}

.members-search ul.members-column > li:nth-child(-n+1) {
  border-top: 1px solid #bcbfdd;
}
@media (min-width: 768px) {
  .members-search ul.members-column > li:nth-child(-n+2) {
    border-top: 1px solid #bcbfdd;
  }
}
@media (min-width: 992px) {
  .members-search ul.members-column > li:nth-child(-n+3) {
    border-top: 1px solid #bcbfdd;
  }
}
@media (min-width: 1200px) {
  .members-search ul.members-column > li:nth-child(-n+4) {
    border-top: 1px solid #bcbfdd;
  }
}

.members-search h3 {
    margin: 20px 0;
}

ul.members-column > li > div {
  float: left;
}

ul.members-column > li > a .member-avatar {
  /*margin: 0 10px 0 0;*/
  padding: 0;
}

ul.members-column > li > a .member-avatar img {
  max-width: 100%;
  height: auto !important;
}

ul.members-column > li > a .member-info h4 {
  margin-bottom: 0;
  margin-top: 2px;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
}

ul.members-column > li > a .member-info span {
  color: #2c3d4f;
  font-size: .9em;
}

ul.members-column > li > .follow-box,
ul.members-column > li > .frm_forms .follow.frm_submit {
  position: absolute;
  right: 20px;
  bottom: 12px;
}

.frm_hidden,
.follow.frm_submit .frm_ajax_loading {
  display: none;
}

button.follow-btn{
  display:inline-block;
  min-height:24px !important;
  padding: 0;
  width:70px;
  line-height: 24px;
  text-align:center;
  font-size:11px;
  text-transform: uppercase;
  letter-spacing: .03em;
  border:solid 1px #ec4224;
   background: #fff ;
   color: #231f20;
   text-decoration:none;
}

button.follow-btn:hover{
     background: #ec4224;
     color: #FFF;

}

/*button.unfollow-btn{
  display:inline-block;
  min-height:24px !important;
  padding: 0;
  width:70px;
  line-height: 24px;
  text-align:center;
  font-size:11px;
  text-transform: uppercase;
  letter-spacing: .03em;
  border:solid 1px #ec4224;
   background: #fff ;
   color: #231f20;
   text-decoration:none;
}*/

button.unfollow-btn{
  display:inline-block;
  min-height:24px !important;
  width:70px;
  line-height: 24px;
  text-align:center;
  font-size:12px;
  border:solid 1px #2c3e50;
   background: #2c3e50;
   color: #FFF;
   text-decoration:none;
   position: relative;
}

button.unfollow-btn:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  content: '\e902';
  font-family: 'icomoon';
  color: #fff;
  font-size: 1.5em;
  text-indent: 0;
}



button.unfollow-btn:hover{
  background: #fff;
  color: #2c3e50;
}

button.unfollow-btn:hover:before{
  content: '\e904';
  color: #2c3e50;
}

ul.members-column > li > .frm_forms .frm_message {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: .9em;
}

ul.members-column > li > .uultra-follow-request-box i {
  display: none;
}

.members-container .tabs a {
  display: block;
  /*width: 75px;*/
  height: 60px;
  background-color: #fff;
  margin-bottom: -1px;
  position: relative;
  z-index: 10;
  float: left;
  border: 1px solid #bcbfdd;
  text-align: center;
  /*position: relative;
  z-index: 100;*/
}

.members-container .tabs a:first-child {
  border-right: none;
}

.members-container .tabs a:last-child {
  border-right: 1px solid #bcbfdd;
}

.members-container .tabs a.active {
  border-color: #bcbfdd #bcbfdd #fff #bcbfdd;
}

.members-container .tabs a .label {
  color: #808284;
  font-size: .7em;
}

.members-container .tabs a .icon {
  font-size: 1.5em;
  color: #231f20;
}

.members-container .tabs a .number {
  font-size: 1.2em;
  color: #231f20;
  margin-top: 8px;
}

.members-container .tabs a div.label + div.number {
  font-size: 1.2em;
  margin-top: 3px;
}

.members-pagination ul {
  margin: 18px 0 0 0;
  padding: 0;
  list-style: none;
}

.members-pagination ul li {
  display: inline-block;
}

.members-pagination ul li span, .members-pagination ul li a {
  border: 1px solid #ddd;
  padding: 4px 8px;
}

.members-pagination ul li a {
  border-color: #ccc;
}

.members-pagination ul li a:hover {
  background-color: #ccc;
  color: #fff;
}

/* -----------------------------------------
   11. Dashboard
----------------------------------------- */

td.user .col-md-4 {
  padding-left: 0;
}

.user-info {
  overflow: hidden;
}

.user-info h3 {
  margin: 0;
}

.user-desc {
  margin: 30px 0 0;
}

.user-info .uultra-avatar {
  margin: 0 15px 0 0;
  float: left;
  max-width: 100px;
  max-height: 100px;
}

.uultra-avatar > a {
    display: block;
    position: relative;
}

.uultra-avatar > a .fa {
    position: absolute;
    bottom: 6px;
    right: 6px;
    color: #fff;
    z-index: 999;
    opacity: .5;
}

.uultra-avatar > a:hover .fa {
    opacity: 1;
}

#how-it-works {
  text-align: center;
}

.user-data-table {
  border: 1px solid #6e7694;
  /*display: table;*/
  width: 100%;
  margin: 30px 0 0;
}

.user-data-table > label {
  display: none;
}

.user-data-table > div {
  /*display: table-row;*/
  width: 100%;
  overflow: hidden;
}

.user-data-table > div:last-child {
  border-bottom: none;
}

.user-data-table > div > div {
  /*display: table-cell;*/
  float: left;

}

.user-data-table > div > div:only-child {
  /*width: 100%;*/
}

.user-data-table > div.about {
  padding: 0;
}

.user-data-table > div.about > div {
  float: none;
}

.user-data-table > div.about > div > div {
  text-align: center;
  border-right: 1px solid #6e7694;
  padding: 0 0 10px;
  font-size: 11px;
}

.user-data-table > div.about > div > div:last-child {
  border-right: none;
}

.user-data-table > div.about > div > div.no-b {
  border-right: none;
  border-top: none;
}

.user-data-table .label {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  background-color: #bcbfdd;
  border-top: 1px solid #6e7694;
  padding: 3px !important;
}

.user-data-table div.about .label {

}

.user-data-table div.about .boats .label {

}

.user-data-table .uploads.data, .user-data-table .followers.data {
  font-size: 14px;
  font-weight: 500;
}

.user-data-table .boats.data:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('css/img/icon-boat.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 8px auto;
}

.user-data-table .uploads.data:before {
  font-family: 'icomoon';
  content: "\e905";
  display: block;
  font-size: 24px;
  height: 40px;
  margin-top: 4px;
  color: #6c7593;
}

.user-data-table .followers.data:before {
  font-family: 'icomoon';
  content: "\e901";
  display: block;
  font-size: 24px;
  height: 40px;
  margin-top: 4px;
  color: #6c7593;
}

.user-data-table .challenge {
  text-align: center;
}

.user-data-table .challenge .challenge-img {
  margin: 6px 0 8px;
}

.user-data-table .challenge .challenge-img img {
  max-width: 42px;
}

.user-data-table .challenge .challenge-name {
  line-height: 1em;
  font-size: .85em;
  font-weight: 500;
  margin-bottom: 8px;
}

#uu-follow-request-header .fa {
  display: none;
}

/* -----------------------------------------
   ACF fields override
----------------------------------------- */

main #user-main, main #user-main .acf-fields {
    position: static;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}

main .acf-fields > .acf-field {
    border-top: none;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 4px 0;
}

main .acf-field .acf-label {
    vertical-align: top;
    margin: 0;
    width: 30%;
    float: left;
}

main .acf-field .acf-label label {
    line-height: 28px;
    font-size: 1.1em;
    font-weight: normal;
}

main .acf-field .acf-input {
    float: left;
    width: 70%;
    line-height: 28px;
}

.acf-button.blue {
    background-color: #ec4224;
    border: none;
    border-radius: 0;
}

.acf-button.blue:hover, .acf-button.blue:focus, .acf-button.blue:active {
    background-color: #ec4224;
}

.acf-input-append {
    height: 28px;
    border-radius: 0;
}

input.acf-is-appended {
    border-radius: 0 !important;
}

main .acf-fields > .acf-field.user_city {
    width: 65%;
}

main .acf-fields > .acf-field.user_city .acf-label {
    width: 46.152%;
}

main .acf-fields > .acf-field.user_city .acf-label label:after {
    content: ' / Country';
}

main .acf-fields > .acf-field.user_country {
    width: 34%;
    clear: initial;
    margin-left: 1%;
}

main .acf-fields > .acf-field.user_city .acf-input {
    width: 53.846%;
}

main .acf-fields > .acf-field.user_country .acf-input {
    width: 100%;
}

main .acf-fields > .acf-field.user_gender .acf-label {
    text-indent: -999px;
}

main .acf-fields > .acf-field.user_country label {
    display: none;
}

main .acf-form-submit input[type="submit"] {
    width: 100%;
    display: block;
}

.submit-container .acf-form-submit input[type="submit"][value="Add boat"] {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 17.5px;
    background-color: #bcbfdd;
}

.submit-container .acf-form-submit input[type="submit"][value="Save profile"] {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.submit-container .acf-form:last-child input[type="submit"][value="Add boat"], .no-boats ~ .acf-form input[type="submit"][value="Add boat"] {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    text-transform: uppercase;
    letter-spacing: .03em;
    background-color: #ec4224;
}

.submit-container .btn.bottom {
    /*margin: 0 -17.5px;*/
    margin-bottom: -17.5px;
    text-transform: uppercase;
    letter-spacing: .03em;
    position: relative;
}

.submit-container .boat-list {
    position: relative;
}

.submit-container .boat-list:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -17.5px;
    right: -17.5px;
    height: 1px;
    background: #e1e3f1;
}

main .acf-radio-list input[type="radio"] {
    opacity: 0;
    position: relative;
}

main .acf-radio-list label {
    position: relative;
    padding-left: 6px;
    line-height: 28px;
}

main .acf-radio-list label .check {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #ec4224;
    border-radius: 50%;
}

main .acf-radio-list label .check:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 50%;
}

main .acf-radio-list input[type="radio"]:checked + .check {
    background-color: #ec4224;
}

main .acf-fields > .acf-field.email_dash .acf-input, main .acf-fields > .acf-field.pw_dash .acf-input {
    width: 50%;
}

main .acf-field.username_dash .acf-input {
    width: 30%;
    font-weight: bold;
}

main .acf-field.username_dash .acf-input + span {
    width: 40%;
    display: block;
    float: left;
    line-height: 28px;
    text-align: right;
    opacity: .6;
    font-size: .9em;
}

main .acf-field.username_dash .acf-input {
    width: 30%;
    font-weight: bold;
}

main .acf-field.username_boats {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

main .acf-field.username_boats:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #bcbfdd;
    position: absolute;
    bottom: 0;
    left: 0;
}

main .acf-field.username_boats .acf-input {
    width: 70%;
    display: block;
    float: left;
}

main .acf-field.username_boats ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

main .acf-field.username_boats ul li {
    clear: both;
    margin: 6px 0;
    overflow: hidden;
}

main .acf-field.username_boats ul li .boat-info {
    float: left;
    width: 62%;
}

main .acf-field .edit-acc-btn {
    display: block;
    float: left;
    width: 18%;
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin: 0;
    border: 1px solid #ec4224;
}

main .acf-field.email_dash .edit-acc-btn, main .acf-field.pw_dash .edit-acc-btn {
    float: right;
}

main .acf-field .edit-acc-btn.add {
    float: right;
    width: 38%;
}

main .remove-acc-btn {
    float: right;
}

main .acf-field .delete-acc-btn {
    display: block;
    float: left;
    width: 18%;
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 2%;
    border: 1px solid #ec4224;
}

main .acf-field .edit-acc-btn:hover, main .acf-fields > .acf-field .edit-acc-btn:active, main .acf-field .delete-acc-btn:hover, main .acf-fields > .acf-field .delete-acc-btn:active {
    background-color: #ec4224;
    color: #fff;
}

.select2-drop-active {
    border: 1px solid #ec4224;
    border-radius: 0;
    box-shadow: none;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ec4224;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 0px;
    background-image: none;
}

.acf-select2-container.select2-dropdown-open .select2-choice {
    border-color: #ec4224;
}

.select2-results .select2-highlighted {
    background: #2c3d4f;
    color: #fff;
}

#user-main .uultra-avatar a {
    display: block;
    position: relative;
}

#user-main .uultra-avatar a:after {
    position: absolute;
    content: '\e90c';
    font-family: 'icomoon';
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 22px;
    height: 22px;
    bottom: 5px;
    right: 5px;
    text-align: center;
    line-height: 22px;
}

/* -----------------------------------------
	12. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
.gallery:before, .gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery:after {
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}
.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
  }
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
  }
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity 0.18s ease;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
  margin: 5px 0 20px 0;
}
p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0 0;
  text-align: left;
  font-style: italic;
}

.sticky {
  /* Provide sticky styles */
}

/* -----------------------------------------
  13.  MOBILE MENU
----------------------------------------- */
#mobilemenu, #mobile_menu_container {
  display: none;
}
@media (max-width: 982px) {
  #mobilemenu {
    display: block;
  }
}

#mobile-bar {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 982px) {
  #mobile-bar {
    display: block;
  }
}

.menu-trigger,
.menu-trigger:focus,
.btn-mobile-login,
.btn-mobile-login:focus,
.btn-mobile-upload,
.btn-mobile-upload:focus {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  margin: 0;
  outline: none;
  font-size: 15px;
  line-height: 1;
}

.menu-trigger,
.menu-trigger:focus {
  background: none;
  color: #333;
}

.btn-mobile-login,
.btn-mobile-login:focus,
.btn-mobile-upload,
.btn-mobile-upload:focus {
  background: #ec4224;
  color: #333;
}

#mobile-bar a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  height: 100%;
  width: 45%;
}

/* -----------------------------------------
	14. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */
.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
}
.widget .instagram-pics li a {
  display: block;
  color: #5b5b5b;
}



/* -----------------------------------------
  15. Icon Fonts
----------------------------------------- */

@font-face {
    font-family: 'icomoon';
    src:    url('css/fonts/icomoon.eot?f4g6n');
    src:    url('css/fonts/icomoon.eot?f4g6n#iefix') format('embedded-opentype'),
        url('css/fonts/icomoon.ttf?f4g6n') format('truetype'),
        url('css/fonts/icomoon.woff?f4g6n') format('woff'),
        url('css/fonts/icomoon.svg?f4g6n#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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;
}

.icon-user:before {
    content: "\e900";
}
.icon-users:before {
    content: "\e901";
}
.icon-check:before {
    content: "\e902";
}
.icon-down:before {
    content: "\e903";
}
.icon-close:before {
    content: "\e904";
}
.icon-uploads:before {
    content: "\e905";
}
.icon-more:before {
    content: "\e906";
}
.icon-track:before {
    content: "\e907";
}
.icon-record .path1:before {
    content: "\e908";
    color: rgb(0, 0, 0);
}
.icon-record .path2:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-no_record:before {
    content: "\e90a";
}
.icon-speed:before {
    content: "\e90b";
}
.icon-picture:before {
    content: "\e90c";
}
.icon-video:before {
    content: "\e90d";
}
.icon-trophy1:before {
    content: "\e90e";
}
.icon-thophy2:before {
    content: "\e90f";
}
.icon-thophy3:before {
    content: "\e910";
}
.icon-sentinel:before {
    content: "\e911";
}
.icon-phone:before {
    content: "\e912";
}
.icon-computer:before {
    content: "\e913";
}
.icon-facebook:before {
    content: "\e914";
}
.icon-instagram:before {
    content: "\e915";
}
.icon-twitter:before {
    content: "\e916";
}

/* -----------------------------------------
	16. Dropdown styling
----------------------------------------- */

label.select-filter select, 
main .acf-field-select select,
.frm-dropdown select {
	padding: 8px 25px 8px 8px;
	background: #fff;
	color: #444;
	border: 1px solid #ec4224;
	border-radius: 0;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}
#track-filter label.select-filter select {
  text-transform: uppercase;
  font-size: .92em;
}
label.follow-filter select {
    width: 110px;
}
main .acf-field-select select,
.frm-dropdown select {
	padding: 4px 25px 3px 5px;

	border-color: #ec4224;

}
label.select-filter select:disabled {
	opacity: .5;
}
label.select-filter select:-moz-focusring, main .acf-field-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.select-filter select::-ms-expand, main .acf-field-select select::-ms-expand {
	display: none;
}
label.select-filter, 
main .acf-field-select,
.frm-dropdown { position: relative; }

label.select-filter:after, 
main .acf-field-select:after,
.frm-dropdown:after {
    content: '\e903';
    font-family: 'icomoon';
    color: #bcbfdd;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    width: 35px;
    padding: 0 0 5px 0;
    text-indent: 14px;
    display: block;
    line-height: 38px;
}
.submit-container .frm-dropdown:after {
    right: 35px;
}
@media screen\0 {
	label.select-filter:after, main .acf-field-select:after {
		width: 38px;
		text-indent: 15px;
        right: 0;
	}
}
@media screen and (min--moz-device-pixel-ratio:0) {
	label.select-filter select, main .acf-field-select select { padding-right: 40px; }
	label.select-filter:before, main .acf-field-select:before { right: 6px; }
	label.select-filter:after, main .acf-field-select:after {
		text-indent: 14px;
		right: 6px;
		top: -5px;
		width: 36px;
	}
}

/* -----------------------------------------
  17. About
----------------------------------------- */

article.about {
    font-size: 1.1em;
    line-height: 1.3em;
}

.about .container-wrapper {
  padding: 40px 15px;
}

.about .container-wrapper.how-it-works {
  margin-bottom: 40px;
}

.about .container-wrapper.how-it-works img {
  width: 100%;
}

.about .container-wrapper.how-it-works img.mobile {
  display: none;
}

.about h1, .about h2 {
    font-size: 28px;
    text-align: center;
}

.about h2 {
    font-size: 28px;
}

.about h2.section-title {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.about h2.section-title span {
    font-size: 30px;
    color: #fff;
    display: block;
    background: #2c3d4f;
    width: 70px;
    margin: -40px auto 20px;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    font-weight: 600;
}

.about-item p {
    font-size: 1.15em;
    line-height: 1.3em;
}

.about-item-img {
    text-align: center;
    margin-bottom: 30px;
}

.about-item-img img {
    max-width: 90%;
}

.about-item .number {
    background: #6c7593;
    font-size: 3em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}

.about-item .instr {
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1em;
}


/* -----------------------------------------
  18. Loader
----------------------------------------- */

.loading {
  opacity: 0;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translate(-50%,-50%) translateZ(0);
  -ms-transform: translate(-50%,-50%) translateZ(0);
  transform: translate(-50%,-50%) translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -----------------------------------------
	19. Global Mediaqueries
----------------------------------------- */
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .navigation ul {
    left: auto;
    right: -3px;
    margin-top: 3px;
  }
  .user-profile table#latest-tracks .challenge-name {
    display: none;
  }
  .user-profile table#latest-tracks .challenge-img {
    float: none;
    display: inline-block;
  }
  table#tracks th.name,
  table#tracks td.user {
    width: 200px !important;
  }
}

@media (max-width: 981px) {
  body {
    font-size: 12px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
  }
  #page {
    margin-top: 50px;
  }
  .logo {
    position: fixed;
    left: 12.5px;
    top: 10px;
  }
  .logo h1 {
    margin: 0;
  }
  .logo img {
    max-height: 30px;
    display: block;
  }
  .main-nav, .nav-hold {
    display: none;
  }

  .footer-widgets {
    padding: 50px 35px;
  }
  .logo.footer-logo h1 {
    padding: 20px 0 0;
  }
  .challenge-slide.active {
      transform: translate(-50%,-50%) scale(.8);
      -webkit-transform: translate(-50%,-50%) scale(.8);  
  }
  .challenge-desc {
    padding-top: 10px;
  }
  .track-item h4 {
    font-size: 14px;
  }
  td {
    padding: 6px 0;
  }
  th#number,
  table#tracks th.comments,
  table#tracks th.track {
    width: 50px;
    padding: 10px 10px;
  }
  #track-filter > span {
    margin-left: 0;
  }
  #track-main + #sidebar-left {
    margin-top: 20px;
  }
  .user-profile table#latest-tracks th.comments,
  .user-profile table#latest-tracks td.comments,
  .user-profile table#latest-tracks th.date,
  .user-profile table#latest-tracks td.date,
  .user-profile table#latest-tracks th.location,
  .user-profile table#latest-tracks td.location {
    display: none;
  }
  .about-item-img img {
    max-height: 150px;
    max-width: 290px;
  }
  main .acf-field-select select {
    padding: 4px 25px 3px 5px;
  }
  .track-item.new td.rank:after {
    transform: translateX(6px);
  }
}
@media (max-width: 820px) {

}
@media (max-width: 767px) {
  .mid-content {
      padding: 10px 0;
  }
  .challenge-slide h3 {
    font-size: 1.6em;
  }
  table#tracks th.boat,
  table#tracks td.boat,
  table#tracks th.location,
  table#tracks td.location,
  table#tracks th.date,
  table#tracks td.date,
  table#tracks th.comments,
  table#tracks td.comments,
  table#tracks th.share,
  table#tracks td.share {
    display: none;
  }
  table#tracks th.name,
  table#tracks td.user {
    width: 150px !important;
  }
  input#mobilefilter,
  input#mobilefilter + label,
  input#userdatatable,
  .user-data-table > label {
    display: block;
  }
  input#mobilefilter + label {
    padding: 8px 30px 8px 8px;
    margin-top: 8px;
    background: #fff;
    color: #444;
    border: 1px solid #ec4224;
    border-radius: 0;
    display: block;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-size: .92em;
    position: relative;
  }
  .user-data-table > label {
    padding: 8px;
    background: #bcbfdd;
    color: #fff;
    border-radius: 0;
    display: block;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 49px;
    text-align: center;
    font-size: 1.2em;
    margin: 0;
  }
  input#mobilefilter + label:before {
    content: '\e903';
    font-family: 'icomoon';
    color: #bcbfdd;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    width: 35px;
    padding: 0 0 5px 0;
    text-indent: 6px;
    display: block;
    line-height: 36px;
    font-size: 1.8em;
  }
  .user-data-table > label:after {
    content: '\e903';
    font-family: 'icomoon';
    color: #2c3e50;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 40px;
    top: 40px;
    background-color: #e1e3f1;
    padding: 0;
    display: block;
    line-height: 40px;
    font-size: 1.8em;
  }
  input#userdatatable:checked + .user-data-table > label:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .user-data-table > div {
    display: none;
  }
  input#userdatatable:checked + .user-data-table > div {
    display: block;
  }
  input#mobilefilter:checked + label:before {
    display: none;
  }
  #track-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 1000;
    padding: 60px 20px 20px;
  }
  #track-filter > span {
    display: block;
    float: none;
    margin: 0;
  }
  #track-filter label.select-filter,
  #track-filter label.select-filter select {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  input#mobilefilter:checked + label {
    position: fixed;
    border: none;
    z-index: 1001;
    top: 0;
    right: 0;
    text-indent: -999px;
  }
  input#mobilefilter:checked + label:after {
    font-family: 'icomoon' !important;
    content: "\e904";
    color: #2c3d4f;
    font-size: 2em;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
  }
  input#mobilefilter:checked + label:after {
    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    text-indent: 0;
    text-align: center;
    line-height: 50px;
  }
  input#mobilefilter:checked ~ #track-filter {
    display: block;
  }
  .active-filters {
    margin-left: 0;
  }
  select,
  select:focus {
    font-size: 16px !important;
  }
  .logo.footer-logo span {
    display: none;
  }
  .challenge-item {
      margin-top: 20px;
  }
  .challenge-item img {
      max-height: 100px;
  }
.challenge-item .entry-title, .challenge-item p, .challenge-item .action, .challenge-item .challenge-stats {
    padding: 0 2.5vw;
}
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-left: 10px;
      padding-right: 10px;
  }
  .row {
      margin-left: -10px;
      margin-right: -10px;
  }
  .item-submit {
    margin-bottom: 20px;
  }
  .item-submit .img {
    padding: 0;
  }
  .item-submit .desc p {
    height: auto;
  }
  .submit-container {
    padding: 10px;
    margin: 0 auto;
  }
  .main-content {
      padding: 10px 0;
  }
  .members-search {
      margin-bottom: 20px !important;
  }
  ul.members-column > li {
    height: 90px;
  }
  #track-main {
    float: none !important;
    margin-bottom: 20px;
  }
  .map-container {
    height: 250px;
  }
  .user-info .uultra-avatar {
/*    position: absolute;
    top: 0;
    left: 10px;*/
  }
  .user-info,
  #sidebar-left h1,
  #sidebar-left h1 + span {
      /*margin-left: 110px;*/
  }
  .page-template-template-user-profile #sidebar-left {
    margin-bottom: 30px;
  }
  .about .container-wrapper.how-it-works img.desktop {
    display: none;
  }
  .about .container-wrapper.how-it-works img.mobile {
    display: block;
  }
  table#latest-tracks th.boat,
  table#latest-tracks td.boat {
    display: none;
  }
  main .acf-field-select select {
    padding: 2px 25px 2px 5px;
  }
  main .acf-field.username_dash .acf-input + span {
    line-height: 1.3em;
  }
}

/** added 5-columns layout **/

.col-xs-2-5,.col-sm-2-5,.col-md-2-5,.col-lg-2-5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.col-xs-2-5 {
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-2-5 {
    width: 20%;
  }
  main #user-main .acf-fields > .acf-field.user_description {
    position: absolute;
    left: 0;
    top: 100px;
    padding: 17.5px;
    width: 20%;
  }
  #frm_field_135_container {
    position: absolute;
    left: 0;
    top: 100px;
    padding: 17.5px;
    width: 20%;
  }
  main #user-main .acf-fields > .acf-field.user_description label {
    display: none;
  }
  main #user-main .acf-fields > .acf-field.user_description .acf-input {
    width: 100%;
  }
  h1.main-title {
    margin-top: -17.5px;
  }
  #field_conf_p43rn {
    margin-left: 35%;
  }
  #frm_form_17_container {
    margin-top: 20px;
  }
  #frm_form_17_container .frm_submit input {
    width: 100%;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .col-md-2-5 {
    width: 20%;
  }
  .challenge-listing-stats {
      margin: 20px 0 25px;
  }
  .challenge-head {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .col-lg-2-5 {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 981px) {
  main #user-main .acf-fields > .acf-field.user_description,
  #frm_field_135_container {
    width: 30%;
  }
}

@media (min-width: 982px) and (max-width: 1199px) {
  .user-profile table#latest-tracks .challenge-name {
    display: none;
  }
  .user-profile table#latest-tracks .challenge-img {
    float: none;
    display: inline-block;
  }
  table#tracks th.comments,
  table#tracks td.comments {
    display: none