/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: #111111; }

.bracket {
  font-size: 26px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 52px; }

.comment {
  padding: 26px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 16px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 22px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 22px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 16px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -52px 0 52px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 16px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 16px;
    padding-left: 16px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 16px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  #commentform .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
@font-face {
  font-family: 'DejaVu Sans';
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans.eot');
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans.eot?#iefix') format('embedded-opentype'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans.woff2') format('woff2'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans.woff') format('woff'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans.svg#DejaVu Sans') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2074; }
@font-face {
  font-family: 'DejaVu Sans Bold';
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans Bold.eot');
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans Bold.eot?#iefix') format('embedded-opentype'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans Bold.woff2') format('woff2'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans Bold.woff') format('woff'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/DejaVu Sans Bold.svg#DejaVu Sans Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2074; }
@font-face {
  font-family: 'Source Sans Pro Light';
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Light.eot');
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Light.eot?#iefix') format('embedded-opentype'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Light.woff2') format('woff2'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Light.woff') format('woff'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Light.svg#Source Sans Pro Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro.eot');
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro.eot?#iefix') format('embedded-opentype'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro.woff2') format('woff2'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro.woff') format('woff'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro.svg#Source Sans Pro') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Bold.eot');
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Bold.eot?#iefix') format('embedded-opentype'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Bold.woff2') format('woff2'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Bold.woff') format('woff'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Source Sans Pro Bold.svg#Source Sans Pro Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: 'Montserrat';
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat.eot');
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat.eot?#iefix') format('embedded-opentype'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat.woff2') format('woff2'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat.woff') format('woff'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat.svg#Montserrat') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
@font-face {
  font-family: 'Montserrat SemiBold';
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat SemiBold.eot');
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat SemiBold.eot?#iefix') format('embedded-opentype'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat SemiBold.woff2') format('woff2'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat SemiBold.woff') format('woff'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/Montserrat SemiBold.svg#Montserrat SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/ProximaNova-Bold.eot');
  src: url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/ProximaNova-Bold.woff2') format('woff2'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/ProximaNova-Bold.woff') format('woff'), url('https://s3e-performance-fitness.com/wp-content/themes/s3eperformance/thesis-assets/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: white;
  color: #757575;
  font-family: 'DejaVu Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding: 0; }

a {
  color: #20377e; }

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.718%; }

.one-third,
.two-sixths {
  width: 31.624%; }

.four-sixths,
.two-thirds {
  width: 65.812%; }

.one-fourth {
  width: 23.077%; }

.three-fourths {
  width: 74.359%; }

.one-sixth {
  width: 14.53%; }

.five-sixths {
  width: 82.906%; }

.first {
  clear: both;
  margin-left: 0; }

p {
  margin: 0 0 30px; }

p a,
a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #19191a;
  font-family: 'DejaVu Sans Bold';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

img {
  max-width: 100%; }

.wrapper {
  width: 940px;
  margin: auto; }

.header {
  border: 0;
  width: 100%;
  padding: 30px 0;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header.dark {
  background: #19191a;
  padding: 15px 0; }

#logo {
  float: left;
  width: 188px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header.dark #logo {
  width: 138px; }

#logo p {
  margin-bottom: 0; }

.nav-bar {
  float: right;
  color: white;
  font-size: 20px;
  display: none;
  margin-top: -10px; }

.nav-bar i {
  cursor: pointer; }

.nav-bar p {
  margin-bottom: 0; }

.btn-top {
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-top p {
  margin-bottom: 0; }

.btn-top .site-btn {
  padding: 4px 20px; }

#menu-mainmenu {
  float: right;
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  clear: both;
  margin-top: -10px; }

#menu-mainmenu li {
  list-style: none;
  display: inline-block;
  margin-right: 15px; }

#menu-mainmenu li:last-child {
  margin-right: 0; }

#menu-mainmenu li a {
  color: white;
  cursor: pointer; }

#menu-mainmenu li a:hover {
  color: #cb1f25; }

.body-page .header {
  background: #19191a; }

.home-widgets {
  float: left;
  width: 100%; }

.home-banner {
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }

.home-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: black;
  opacity: 0.5;
  z-index: 5; }

.home-banner video {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important; }

.banner-content {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: white;
  font-size: 24px;
  z-index: 9; }

.banner-content h2 {
  color: white;
  font-size: 50px;
  font-family: 'Montserrat'; }

.banner-content h2 span {
  font-family: 'Montserrat Semibold';
  color: #fc0000; }

.banner-content h2 + p {
  margin-bottom: 50px; }

.site-btn {
  display: inline-block;
  background: #cb1f25;
  color: white;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer; }

.site-btn:hover {
  background: #020202;
  color: white; }

.banner-content a.site-btn:last-of-type {
  margin-left: 15px;
  background: #fdfffe;
  color: #020202; }

.banner-content a.site-btn:last-of-type:hover {
  background: #cb1f25;
  color: white; }

.home-block {
  float: left;
  width: 100%;
  padding: 90px 0; }

.home-block h2 {
  text-transform: uppercase;
  text-align: center; }

.home-block p:last-of-type {
  margin-bottom: 0; }

.home-section-1 {
  text-align: center; }

.home-section-1 p {
  margin-bottom: 50px !important;
  color: #736357;
  font-size: 24px; }

.home-section-1 h2 {
  margin-bottom: 5px; }

.home-section-1 .one-fourth {
  position: relative; }

.home-section-1 .one-fourth img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.mainp {
  position: relative;
  z-index: 5; }

.hoverp {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }

.home-section-1 .one-fourth:hover .hoverp {
  opacity: 1; }

.home-section-1 .one-fourth:hover .mainp {
  opacity: 0; }

.home-section-2 {
  padding-bottom: 0 !important;
  position: relative;
  z-index: 5; }

.home-section-2 h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative; }

.home-section-2 h2:after {
  width: 144px;
  height: 2px;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #8c8c8c;
  position: absolute; }

.team-block {
  float: left;
  width: 100%;
  color: white;
  background: #19191a;
  position: relative; }

.team-block div {
  width: 50%;
  float: left;
  padding: 100px 0;
  margin-left: 35%; }

.team1 {
  background: #cb1f25; }

.team-block h3 {
  text-transform: uppercase;
  color: #c3c2c2; }

.team-block h3 span {
  color: white; }

.team-block figure {
  background-size: cover !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  width: 30%;
  height: 105%;
  position: absolute;
  top: -5%; }

.team1:after {
  position: absolute;
  top: -15%;
  right: 0;
  width: 80px;
  height: 115%;
  content: "";
  background-size: cover;
  background-image: url('https://s3e-performance-fitness.com/wp-content/uploads/2018/09/black-figure-1.png');
  background-position: top right;
  background-repeat: no-repeat; }

.team-block.team2 div {
  margin-left: 15%; }

.team-block.team2 figure {
  right: 0;
  background-position: top left !important; }

.team2:after {
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 80px;
  height: 115%;
  content: "";
  background-size: cover;
  background-image: url('https://s3e-performance-fitness.com/wp-content/uploads/2018/09/red-figure.png');
  background-position: bottom right;
  background-repeat: no-repeat; }

.home-section-4 {
  text-align: center; }

.home-section-4 .wrapper {
  width: 780px;
  padding: 0; }

.home-section-4 h2 {
  text-transform: none; }

.home-section-4 h2 span {
  color: #cb1f25; }

.home-section-riot {
  color: white;
  background: #252525;
  position: relative;
  z-index: 6;
  padding: 130px 0; }

.home-section-riot:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 115%;
  content: "";
  background-size: cover;
  background-image: url('https://s3e-performance-fitness.com/wp-content/uploads/2018/09/red-figure.png');
  background-position: bottom right;
  background-repeat: no-repeat; }

.home-section-riot:after {
  position: absolute;
  top: -15%;
  right: 0;
  width: 80px;
  height: 115%;
  content: "";
  background-size: cover;
  background-image: url('https://s3e-performance-fitness.com/wp-content/uploads/2018/10/riot-right.png');
  background-position: top right;
  background-repeat: no-repeat; }

.home-section-riot h2 {
  text-transform: none;
  color: #cb1f25;
  text-align: center; }

.home-section-5 {
  padding: 0 !important;
  background: #fcfbfc;
  position: relative; }

.home-section-5 .one-half {
  width: 50%;
  margin-left: 0;
  min-height: 50px;
  float: right; }

.home-section-5 .last div {
  width: 595px;
  float: left;
  margin-left: -125px;
  padding: 75px 0; }

.home-section-5 .last div ul li {
  list-style: none;
  padding-left: 90px;
  position: relative;
  margin-bottom: 30px; }

.home-section-5 .last div ul li:last-child {
  margin-bottom: 0; }

.home-section-5 .last div ul li img {
  position: absolute;
  top: 0;
  left: 0; }

.home-section-6 {
  height: 690px;
  background: url('https://s3e-performance-fitness.com/wp-content/uploads/2018/08/testimonial-bg.jpg');
  background-size: cover;
  background-position: center center;
  position: relative; }

#rslides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#rslides li {
  position: absolute !important;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  width: 100%;
  font-size: 24px;
  color: white;
  text-align: center; }

#rslides li p {
  margin-bottom: 30px !important; }

#rslides li span {
  font-size: 16px;
  color: #bfbfbf;
  text-transform: uppercase; }

#rslides li span.quote-icon {
  font-family: 'ProximaNova-Bold';
  color: white;
  font-size: 100px;
  line-height: 0.1; }

.home-section-6 .prev:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  content: "\f3d2";
  font-family: "Ionicons";
  color: white;
  font-size: 60px;
  width: 25px; }

.home-section-6 .next:before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  content: "\f3d3";
  font-family: "Ionicons";
  color: white;
  font-size: 60px;
  width: 25px; }

.home-section-7,
.contact-details-section {
  padding: 50px 0 !important;
  background: url('https://s3e-performance-fitness.com/wp-content/uploads/2018/08/cd-bg.jpg');
  background-size: cover;
  background-position: center center;
  color: white;
  text-align: center; }

.home-section-7 .one-third {
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 14px;
  float: none;
  display: inline-block;
  text-align: left;
  margin-left: 60px;
  vertical-align: middle; }

.home-section-7 .first {
  border-right: 1px solid #6a0404;
  margin-left: 0; }

.cdetails {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  text-align: left; }

.cdetails div {
  float: left;
  width: 22%;
  padding: 0 30px;
  border-right: 1px solid #6a0404; }

.cdetails div:first-of-type {
  width: 16%;
  font-family: 'DejaVu Sans Bold';
  padding: 0;
  border-right: 0; }

.cdetails div:nth-of-type(2) {
  width: 40%; }

.cdetails div:last-of-type {
  border-right: 0; }

.cdetails div ul li {
  list-style: none; }

.cdetails div:nth-of-type(2) ul li {
  float: left;
  width: 50%; }

.home-section-7 .one-third i,
.cdetails i {
  color: #fd0000;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 30px; }

.home-section-8 {
  padding: 0 !important;
  height: 450px;
  position: relative; }

.home-section-8 .acf-map {
  width: 100%;
  height: 100%;
  margin: 0; }

.home-section-8 .acf-map img {
  max-width: inherit !important; }

.inner-page {
  float: left;
  width: 100%; }

.inner-page .grt .headline {
  margin-bottom: 40px; }

.post_box {
  float: left;
  width: 100%;
  padding: 50px 0; }

.page-banner {
  float: left;
  width: 100%;
  margin-top: 146px; }

.banner-inner {
  float: left;
  width: 100%;
  height: 310px;
  position: relative;
  background-size: cover;
  background-position: center center; }

.banner-inner h1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  color: white;
  font-size: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px; }

.banner-inner h1 span {
  color: #fd0000; }

.sub-footer {
  float: left;
  width: 100%; }

.footer-widgets {
  float: left;
  width: 100%;
  padding: 45px 0 0;
  background: #191919;
  color: #888888;
  font-size: 12px; }

.footer-widgets img {
  width: 105px; }

.footer-bottom {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-top: 10px;
  background: black;
  text-align: center;
  margin-top: 45px; }

.footer-left {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.footer-right {
  float: right;
  width: 100%; }

.footer-right a {
  color: #888888;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px; }

.footer-right a:last-of-type {
  margin-right: 0; }

.footer-right a:hover {
  color: #cb1f25; }

.map-section {
  float: left;
  width: 100%;
  height: 450px; }

.footer-widgets .one-third p {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  font-family: 'DejaVu Sans Bold'; }

.footer-widgets .one-third p i {
  position: absolute;
  top: 5px;
  left: 0; }

.footer-widgets .one-half h6 {
  color: white;
  font-size: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px; }

.footer-widgets .one-half div {
  float: left;
  width: 33.333%; }

.footer-widgets .one-half p {
  margin-bottom: 0; }

.footer-widgets .one-half ul li {
  list-style: none; }

.footer-widgets .one-half strong {
  color: white; }

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

.pointer-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95px; }

.crossfit-widgets {
  float: left;
  width: 100%; }

.page-id-214 .banner-inner h1 {
  width: 90%;
  background-image: url('https://s3e-performance-fitness.com/wp-content/uploads/2019/06/highlight-2.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.crossfit-section {
  float: left;
  width: 100%; }

.crossfit-section-1,
.crossfit-section-3 {
  text-align: center;
  color: #303b49;
  padding: 90px 0; }

.page-id-214 .home-section-7,
.page-id-214 .map-section {
  display: none; }

.crossfit-section-2,
.crossfit-section-4 {
  position: relative;
  padding-top: 90px;
  overflow: hidden; }

.c2-image-left {
  background-image: url('https://s3e-performance-fitness.com/wp-content/uploads/2019/06/22.jpg');
  background-size: cover;
  background-position: top left;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0; }

.c2-content-right,
.c4-content-right {
  float: right;
  padding: 90px 0;
  background-color: black;
  color: white;
  width: 50%;
  position: relative;
  z-index: 5; }

.c2-content-right:before,
.c4-content-right:before {
  width: 150px;
  height: 101%;
  position: absolute;
  content: "";
  top: -1px;
  left: -148px;
  background-color: black;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%); }

.c2-content-right div,
.c4-content-right div {
  width: 470px;
  padding-left: 20px;
  float: left;
  position: relative;
  z-index: 5; }

.c2-content-right h4 {
  color: white;
  text-transform: uppercase; }

.c4-image-left {
  background-image: url('https://s3e-performance-fitness.com/wp-content/uploads/2019/06/cp-img2.jpg');
  background-size: cover;
  background-position: top left;
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0; }

.crossfit-section-4:before {
  width: 270px;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: black;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 80% 0%, 19% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 19% 100%, 0% 100%); }

.blog-page {
  float: left;
  width: 100%;
  margin-top: 146px; }

.top-blog-section {
  float: left;
  width: 100%; }

.top-blog-section article {
  float: left;
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center center;
  color: white;
  margin: 65px 0 30px; }

.top-blog-section article figure {
  display: none;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center; }

.top-blog-section article div {
  width: 45%;
  height: 100%;
  float: right;
  background-image: url('https://s3e-performance-fitness.com/wp-content/uploads/2019/07/red-bg.png');
  background-repeat: repeat;
  padding: 40px;
  font-size: 16px; }

.top-blog-section article div h3 {
  color: white;
  font-size: 30px;
  font-family: 'Source Sans Pro';
  font-weight: 400; }

.top-blog-section article div p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid white; }

.bottom-blog-section {
  float: left;
  width: 100%;
  margin-bottom: 60px; }

.bottom-blog-section .one-third {
  margin-bottom: 20px;
  display: none; }

.bottom-blog-section figure {
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center center;
  margin: 0;
  float: left; }

.bottom-blog-section .one-third div {
  width: 100%;
  float: left;
  padding: 20px;
  font-size: 13px;
  color: #231f20; }

.bottom-blog-section .one-third div h3 {
  font-size: 20px;
  font-family: 'Source Sans Pro';
  font-weight: 400; }

.bottom-blog-section .one-third div span {
  color: #ef7a22; }

.bottom-blog-section .one-third div p {
  margin: 20px 0; }

.blog-btn {
  display: inline-block;
  width: 100%;
  color: white;
  background: #ec1c24;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px; }

.blog-btn:hover {
  background: #231f20; }

.load-wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

#loadMore {
  display: inline-block;
  width: 257px;
  color: #231f20;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #231f20;
  cursor: pointer; }

#loadMore:hover {
  background: #ec1c24;
  color: white;
  border: 1px solid #ec1c24; }

.read-btn1 {
  display: inline-block;
  width: 100%;
  color: white;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid white;
  cursor: pointer;
  margin-top: 50px; }

.read-btn1:hover {
  background: white;
  color: #231f20; }

.template-single {
  background: #f6f6f6; }

.single-blog-section {
  float: left;
  width: 100%;
  padding: 65px 0; }

.left-single {
  float: left;
  width: 68%;
  background: white; }

.single-contents {
  float: left;
  width: 100%;
  padding: 40px 30px;
  font-size: 14px;
  color: #231f20; }

.single-contents h1 {
  font-size: 35px;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  margin: 20px 0; }

.single-date {
  color: #ef7a22; }

.social-share {
  float: left;
  width: 100%;
  padding: 20px 30px;
  border-top: 2px solid #f6f6f6;
  text-align: right; }

.stLarge {
  background: none !important;
  position: relative;
  text-align: center;
  font-size: 20px !important;
  vertical-align: middle;
  color: #a7a7a7; }

.st_facebook_large .stLarge:before {
  content: "\f231";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 33px; }

.st_twitter_large .stLarge:before {
  content: "\f243";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 33px; }

.single-right {
  float: right;
  width: 29%; }

.latest-post {
  float: left;
  width: 100%;
  background: white;
  margin-top: 30px;
  padding: 20px 0; }

.single-right h3 {
  font-size: 20px;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center; }

.latest-post ul {
  padding: 0 20px; }

.latest-post ul li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 25px;
  width: 100%;
  float: left; }

.latest-post ul a:last-of-type li {
  margin-bottom: 0; }

.latest-post ul li figure {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
  margin: 0;
  float: left; }

.latest-post ul li div {
  float: right;
  width: 61%; }

.latest-post ul li div h5 {
  font-size: 14px;
  font-family: 'Source Sans Pro';
  font-weight: 400; }

.sb-follow {
  text-align: center;
  background: white;
  padding: 20px 0;
  margin: 35px 0;
  float: left;
  width: 100%; }

.sb-follow a {
  display: inline-block;
  margin-right: 10px; }

.sb-follow a:last-of-type {
  margin-right: 0; }

.sb-follow a i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  background: #231f20;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.sb-follow a i:hover {
  background: #cb1f25; }

.sb-nl {
  text-align: center;
  background: white;
  padding: 20px 0;
  float: left;
  width: 100%;
  font-size: 13px;
  color: #231f20; }

.sb-nl p {
  margin-bottom: 20px; }

.sb-nl p span {
  color: #ef7a22; }

.sb-nl form {
  padding: 0 25px; }

.sb-nl form input[type="email"] {
  background: #f6f6f6;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 13px;
  color: black;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  text-align: center; }

.sb-nl form input[type="submit"] {
  width: 100%;
  height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  padding: 0;
  color: white;
  background: #cb1f25; }

.sb-nl form input[type="submit"]:hover {
  background: #231f20; }

@media only screen and (max-width: 1035px) {
  .home-section-riot .wrapper {
    max-width: 100%;
    padding: 0 100px; } }

@media only screen and (max-width: 980px) {
  .wrapper {
    width: 100%;
    padding: 0 20px; }

  #rslides li {
    padding: 0 50px;
    font-size: 21px; }

  .c2-content-right div,
  .c4-content-right div {
    width: 100%;
    padding: 0 20px; } }

@media only screen and (max-width: 945px) {
  .cdetails {
    text-align: center;
    padding-left: 0; }

  .cdetails div {
    width: 100% !important;
    padding: 0 !important;
    border: 0;
    margin-bottom: 20px;
    text-align: center; }

  .cdetails div ul li {
    width: 100% !important; }

  .cdetails i {
    position: relative;
    top: 0;
    margin-bottom: 10px;
    font-size: 21px; } }

@media only screen and (min-width: 801px) {
  .main-menu {
    display: block !important; } }

@media only screen and (max-width:960px) {
  .banner-content h2 {
    font-size: 38px; }

  .banner-content {
    font-size: 18px; }

  body {
    font-size: 14px; } }

@media only screen and (max-width: 959px) {
  .home-section-5 figure {
    display: none; }

  .home-section-5 .one-half {
    width: 100%;
    padding: 45px 0; }

  .home-section-5 .last div {
    width: 100%;
    margin-left: 0;
    padding: 0 20px; } }

@media only screen and (max-width: 900px) {
  .team-block figure {
    width: 200px;
    height: 250px;
    position: relative;
    background-size: contain;
    top: 0;
    left: 0; }

  .team-block div {
    width: 100%;
    padding: 30px 20px 50px;
    margin-left: 0 !important; }

  .team1:after,
  .team2:after {
    display: none; } }

@media only screen and (max-width: 800px) {
  .header {
    padding: 15px 0; }

  .header.dark {
    padding: 10px 0; }

  .header.open-nav {
    background: #19191a; }

  #logo {
    width: 100px !important; }

  .nav-bar {
    display: block;
    clear: both; }

  .main-menu {
    width: 100%;
    padding-bottom: 20px;
    text-align: right;
    display: none;
    margin-top: 0 !important; }

  #menu-mainmenu li {
    display: block;
    border-bottom: 1px solid white;
    padding: 10px 0;
    margin: 0; }

  h1 {
    font-size: 35px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 21px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 17px; }

  .home-section-1 p {
    font-size: 20px; }

  .page-banner,
  .blog-page {
    margin-top: 75px; }

  .banner-inner h1 {
    font-size: 30px; } }

@media only screen and (max-width:767px) {
  .banner-content h2 {
    font-size: 24px; }

  .banner-content {
    font-size: 14px; }

  .site-btn {
    font-size: 13px;
    padding: 8px 15px; }

  .home-block {
    padding: 45px 0; }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    width: 100%;
    margin-left: 0; }

  .home-section-1 .one-fourth {
    text-align: center;
    margin-bottom: 20px; }

  .home-section-1 .one-fourth:last-of-type {
    margin-bottom: 0; }

  .home-section-1 .one-fourth img {
    display: inline-block; }

  .home-section-4 .wrapper {
    width: 100%;
    padding: 0 20px; }

  #rslides li {
    font-size: 18px;
    padding: 0; }

  .arrow-wrap {
    display: none; }

  .home-section-7 .one-third {
    margin-bottom: 30px;
    text-align: center;
    margin-left: 0; }

  .home-section-7 .first {
    border: 0; }

  .home-section-7 .one-third:last-of-type {
    margin-bottom: 0; }

  .home-section-7 .one-third i {
    position: relative;
    top: 0;
    margin-bottom: 10px;
    font-size: 21px; }

  .home-section-8 {
    height: 300px; }

  .footer-widgets {
    text-align: center;
    padding: 30px 0 0;
    font-size: 12px; }

  .footer-widgets .one-half div {
    width: 100%;
    margin-bottom: 10px; }

  .footer-widgets img {
    width: 90px;
    display: inline-block; }

  .footer-left {
    width: 100%;
    margin-bottom: 10px; }

  .footer-right {
    width: 100%; }

  .map-section {
    height: 300px; }

  .footer-widgets .one-half {
    margin: 15px 0;
    text-align: center; }

  .footer-widgets .one-third p {
    padding-left: 0; }

  .footer-widgets .one-third p:last-of-type {
    margin-bottom: 0; }

  .footer-widgets .one-third p i {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }

  .last-f {
    text-align: center;
    margin-bottom: 0; }

  .home-section-riot {
    padding: 45px 0; }

  .footer-bottom {
    margin-top: 30px; }

  .crossfit-section-1,
  .crossfit-section-3 {
    padding: 45px 0; }

  .crossfit-section-2,
  .crossfit-section-4 {
    padding-top: 0; }

  .c2-image-left,
  .c4-image-left {
    width: 100%;
    height: 280px;
    position: relative; }

  .c2-content-right,
  .c4-content-right {
    padding: 45px 0;
    width: 100%; }

  .c4-content-right img {
    width: 160px; }

  .c2-content-right:before,
  .c4-content-right:before,
  .crossfit-section-4:before {
    display: none; }

  .top-blog-section article {
    background: none !important;
    height: auto; }

  .top-blog-section article figure {
    display: inline-block;
    float: left; }

  .top-blog-section article div {
    padding: 20px;
    width: 100%;
    height: auto;
    font-size: 15px; }

  .top-blog-section article div h3 {
    font-size: 20px; }

  .left-single {
    width: 100%;
    margin-bottom: 40px; }

  .single-contents h1 {
    font-size: 24px; }

  .single-contents {
    font-size: 13px; }

  .single-right {
    width: 250px;
    clear: both;
    float: none;
    margin: 0 auto; }

  .single-right img {
    width: 180px;
    margin: 0 auto; } }

@media only screen and (max-width:600px) {
  body {
    font-size: 13px; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 24px; }

  h3,
  .grt h1,
  .grt .headline {
    font-size: 21px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 15px; }

  .home-section-1 p {
    font-size: 16px; }

  .team-block figure {
    width: 130px;
    height: 180px; }

  .home-section-5 .last div ul li {
    padding-left: 35px; }

  .home-section-5 .last div ul li img {
    width: 25px; }

  .home-section-6 {
    height: 450px; }

  #rslides li {
    font-size: 13px; }

  #rslides li span {
    font-size: 12px; }

  #rslides li span.quote-icon {
    font-size: 60px; }

  .banner-inner {
    height: 200px; }

  .banner-inner h1 {
    font-size: 24px; }

  .btn-top .site-btn {
    padding: 4px 10px;
    font-size: 9px; }

  .home-section-riot .wrapper {
    padding: 0 20px; }

  .home-section-riot:before,
  .home-section-riot:after {
    display: none; }

  .c2-image-left,
  .c4-image-left {
    height: 200px; }

  .bottom-blog-section figure {
    height: 200px; }

  .bottom-blog-section .one-third div h3 {
    font-size: 17px; }

  .top-blog-section article div {
    font-size: 13px; } }