/*
 * ---:[ 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 ]:---
 */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: white;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-family: quicksand, sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    body {
  font-size: 16px; } }

strong,
b {
  font-weight: 700; }

a {
  color: #333333;
  text-decoration: none; }

a:hover {
  color: #333333; }

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; }

.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-fifth {
  width: 17.949%; }

.two-fifths {
  width: 38.462%; }

.three-fifths {
  width: 58.974%; }

.four-fifths {
  width: 79.487%; }

.one-sixth {
  width: 14.53%; }

.five-sixths {
  width: 82.906%; }

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564%; }
  @media screen and (max-width: 767px) {
    .five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  width: 100%;
  margin-left: 0; } }

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

p {
  margin: 0 0 30px; }

p:last-child {
  margin: 0; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 25px;
  color: black; }

h1,
.font110 {
  font-size: 110px;
  line-height: 1.1; }
  @media screen and (max-width: 1040px) {
    h1,
.font110 {
  font-size: 70px; }
    @media screen and (max-width: 960px) {
      h1,
.font110 {
  font-size: 55px; }
      @media screen and (max-width: 767px) {
        h1,
.font110 {
  font-size: 35px; } } } }

h2,
.font60 {
  font-size: 60px;
  line-height: 1.1; }
  @media screen and (max-width: 1040px) {
    h2,
.font60 {
  font-size: 50px; }
    @media screen and (max-width: 960px) {
      h2,
.font60 {
  font-size: 40px; }
      @media screen and (max-width: 767px) {
        h2,
.font60 {
  font-size: 30px; } } } }

h3,
.font48 {
  font-size: 48px; }
  @media screen and (max-width: 1040px) {
    h3,
.font48 {
  font-size: 40px; }
    @media screen and (max-width: 960px) {
      h3,
.font48 {
  font-size: 30px; }
      @media screen and (max-width: 767px) {
        h3,
.font48 {
  font-size: 22px; } } } }

h4,
.font35 {
  font-size: 35px; }
  @media screen and (max-width: 1040px) {
    h4,
.font35 {
  font-size: 30px; }
    @media screen and (max-width: 960px) {
      h4,
.font35 {
  font-size: 28px; }
      @media screen and (max-width: 767px) {
        h4,
.font35 {
  font-size: 21px; } } } }

h5,
.font30 {
  font-size: 30px; }
  @media screen and (max-width: 1040px) {
    h5,
.font30 {
  font-size: 28px; }
    @media screen and (max-width: 960px) {
      h5,
.font30 {
  font-size: 22px; }
      @media screen and (max-width: 767px) {
        h5,
.font30 {
  font-size: 20px; } } } }

h6,
.font24 {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    h6,
.font24 {
  font-size: 20px; } }

.font18 {
  font-size: 18px; }

.font43 {
  font-size: 43px; }
  @media screen and (max-width: 1040px) {
    .font43 {
  font-size: 35px; }
    @media screen and (max-width: 960px) {
      .font43 {
  font-size: 30px; }
      @media screen and (max-width: 767px) {
        .font43 {
  font-size: 20px; } } } }

img {
  max-width: 100%; }

  .content-section ul,
  .content-section ol {
    padding-left: 20px;
    margin-bottom: 30px; }
    .content-section ul:last-child,
    .content-section ol:last-child {
      margin-bottom: 0; }

.wrap {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1180px) {
    .wrap {
  width: 100%;
  padding: 0 20px; } }
  .wrap__wide {
    width: 1600px; }
    @media screen and (max-width: 1640px) {
      .wrap__wide {
    width: 100%;
    padding: 0 20px; } }

section,
.section {
  float: left;
  width: 100%; }

.block {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .block {
  padding: 50px 0; } }

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

.site-header {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 950px) {
    .site-header {
  padding: 10px 0; } }

.scrolled .site-header {
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25); }

.admin-bar .site-header {
  top: 32px; }
  @media screen and (max-width: 782px) {
    .admin-bar .site-header {
  top: 46px; } }

.site-header .wrap {
  width: 1385px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 1425px) {
    .site-header .wrap {
  width: 100%;
  padding: 0 20px; } }

#logo {
  width: 285px; }
  @media screen and (max-width: 1240px) {
    #logo {
  width: 150px; } }

.burger-menu {
  cursor: pointer;
  font-size: 35px;
  cursor: pointer;
  line-height: 1;
  display: none !important;
  color: black; }
  @media screen and (max-width: 950px) {
    .burger-menu {
  display: block !important; } }

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  flex-grow: 1; }
  @media screen and (max-width: 950px) {
    .header-right {
  display: block;
  background-color: white;
  position: fixed;
  width: 300px;
  margin: 0 auto;
  z-index: 9;
  color: #1d1d1b;
  height: 100vh;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  transform: translate3d(320px, 0, 0);
  overflow-y: auto;
  padding: 10px 0 20px;
  transition: 0.3s; }
    .header-right.open-menu {
      transform: translate3d(0, 0, 0); }
    .admin-bar .header-right {
      top: 32px; }
      @media screen and (max-width: 782px) {
        .admin-bar .header-right {
      top: 46px; } } }

.close-wrap {
  width: 100%;
  padding: 0 20px 10px;
  display: none;
  text-align: right; }
  @media screen and (max-width: 950px) {
    .close-wrap {
  display: inline-block; } }
  .close-wrap i {
    cursor: pointer;
    font-size: 30px;
    color: #ed2f2f;
    line-height: 0.5; }

.main-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  font-weight: 500; }
  @media screen and (max-width: 1240px) {
    .main-menu {
  font-size: 20px; }
    @media screen and (max-width: 950px) {
      .main-menu {
  justify-content: flex-start;
  font-size: 18px; } } }
  .main-menu li {
    margin-left: 30px; }
    @media screen and (max-width: 1240px) {
      .main-menu li {
    margin-left: 15px; }
      @media screen and (max-width: 950px) {
        .main-menu li {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid black; }
        .main-menu li:first-child {
          border-top: 1px solid black; } } }
    .main-menu li:first-child {
      margin-left: 0; }
    .main-menu li a {
      color: black; }
      .main-menu li a:hover {
        color: #ed2f2f; }

.site-btn {
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  padding: 9px 15px 6px;
  text-align: center;
  font-size: 24px;
  background-color: #ed2f2f;
  color: white;
  font-weight: 400;
  border-radius: 12px; }
  .mac .site-btn {
    padding: 6px 15px 9px; }
  @media screen and (max-width: 1240px) {
    .site-btn {
  font-size: 20px;
  padding: 9px 12px 6px; }
    .mac .site-btn {
      padding: 6px 12px 9px; }
    @media screen and (max-width: 950px) {
      .site-btn {
  font-size: 16px; } } }
  .site-btn:hover {
    background-color: black;
    color: white; }
  .site-btn__large {
    min-width: 365px;
    font-size: 36px;
    padding: 20px 25px 15px;
    border-radius: 24px; }
    .mac .site-btn__large {
      padding: 15px 25px 20px; }
    @media screen and (max-width: 1240px) {
      .site-btn__large {
    min-width: 280px;
    font-size: 30px;
    padding: 17px 20px 12px; }
      .mac .site-btn__large {
        padding: 12px 20px 17px; }
      @media screen and (max-width: 960px) {
        .site-btn__large {
    min-width: 220px;
    font-size: 26px;
    border-radius: 18px; }
        @media screen and (max-width: 767px) {
          .site-btn__large {
    min-width: 150px;
    font-size: 21px;
    border-radius: 15px;
    padding: 12px 25px 8px; }
          .mac .site-btn__large {
            padding: 8px 25px 12px; } } } }
  .site-btn__light {
    background-color: white;
    color: black; }
    .site-btn__light:hover {
      background-color: #ed2f2f;
      color: white; }
    .site-btn__rlight:hover {
      background-color: white;
      color: #ed2f2f; }

.header-links {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 950px) {
    .header-links {
  padding: 0 20px;
  margin-top: 20px; } }
  .header-links .site-btn {
    margin-right: 25px; }
    @media screen and (max-width: 950px) {
      .header-links .site-btn {
    margin-right: 10px; } }

.social-medias {
  list-style: none;
  display: flex;
  align-items: center; }
  .social-medias li {
    margin-left: 6px; }
    .social-medias li:first-child {
      margin-left: 0; }
    .social-medias li a {
      width: 28px;
      height: 28px;
      font-size: 20px;
      background-color: #ed2f2f;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      display: inline-flex;
      border-radius: 7px; }
      .social-medias li a:hover {
        background-color: black;
        color: white; }

.hero-section {
  background-color: black;
  color: white;
  padding-top: 30px; }
  .hero-section .wrap {
    width: 1385px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 1425px) {
      .hero-section .wrap {
    width: 100%;
    padding: 0 20px; } }
  .hero-section__content {
    text-align: center;
    margin-top: 110px; }
    @media screen and (max-width: 950px) {
      .hero-section__content {
    margin-top: 40px; } }
    .hero-section__content h1 {
      color: white;
      font-size: 56px;
      text-align: left; }
      @media screen and (max-width: 1425px) {
        .hero-section__content h1 {
      font-size: 4vw; } }
      .hero-section__content h1 img {
        float: left;
        width: 810px;
        clear: both; }
      .hero-section__content h1 strong {
        font-weight: 400;
        padding-left: 15%;
        margin-top: -2%;
        float: left;
        clear: both; }
    .hero-section__content .site-btn {
      margin-top: 35px; }
      @media screen and (max-width: 767px) {
        .hero-section__content .site-btn {
      margin-top: 15px; } }
  .hero-section__photo {
    width: 540px; }

.regular-font {
  font-weight: 400; }

.red-text {
  color: #ed2f2f; }

  section ul,
  section ol {
    padding-left: 20px;
    margin-bottom: 30px; }
    section ul:last-child,
    section ol:last-child {
      margin-bottom: 0; }
  section ol {
    list-style: numeric; }

  .home-section-1 center {
    color: #ed2f2f;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .home-section-1 center ul {
      text-align: left; }
    .home-section-1 center h3 {
      width: 100%; }

.with-graphic {
  background-image: url('https://betterdaily.live/wp-content/uploads/2022/12/Betterment-Backround-1.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-position: top center; }
  .with-graphic__opacity {
    background-image: none !important;
    background-position: top center;
    position: relative; }
    .with-graphic__opacity .wrap {
      position: relative;
      z-index: 5; }
    .with-graphic__opacity::before {
      width: 100%;
      height: 65%;
      max-height: 900px;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-image: url('https://betterdaily.live/wp-content/uploads/2023/01/Betterment-Backround.png');
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat;
      z-index: 1; }

.with-graphic-bg {
  background-image: url('https://betterdaily.live/wp-content/uploads/2022/10/graphic-bg.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

  .home-section-2 h2 {
    margin-bottom: 50px; }

.better-daily {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px; }
  .better-daily:last-of-type {
    margin-bottom: 0; }
  .better-daily__topImage {
    max-height: 200px;
    margin: 0 auto 25px; }
  .better-daily__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
  .better-daily__flexContent {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .better-daily__flexContent {
    width: 100%;
    margin-bottom: 40px; } }
    .better-daily__flexContent p {
      margin-bottom: 10px; }
  .better-daily__flexImage {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .better-daily__flexImage {
    width: 100%; } }
  .better-daily__button {
    margin-top: 40px; }
    .better-daily__button strong {
      margin-bottom: 15px;
      display: block; }
  .better-daily__apps {
    margin-top: 15px; }
    .better-daily__apps img {
      display: inline-block;
      height: 45px;
      margin: 15px; }
      @media screen and (max-width: 767px) {
        .better-daily__apps img {
      height: 35px; } }

.dark-section {
  background-color: #1e2129;
  color: white; }
  .dark-section__with-graphic {
    background-image: url('https://betterdaily.live/wp-content/uploads/2022/12/Betterment-Backround-1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: top center; }
  .dark-section h1,
  .dark-section h2,
  .dark-section h3,
  .dark-section h4,
  .dark-section h5,
  .dark-section h6 {
    color: white; }

.with-border-bottom-red {
  border-bottom: 35px solid #ed2f2f; }
  @media screen and (max-width: 767px) {
    .with-border-bottom-red {
  border-bottom: 15px solid #ed2f2f; } }

.center-title {
  margin-bottom: 50px; }

.testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px; }
  @media screen and (max-width: 767px) {
    .testimonial {
  grid-template-columns: 1fr;
  grid-gap: 35px; } }
  .testimonial.testimonial-review {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1000px) {
      .testimonial.testimonial-review {
    grid-template-columns: 1fr 1fr; }
      @media screen and (max-width: 767px) {
        .testimonial.testimonial-review {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
    grid-gap: 35px; } } }
  .testimonial__item {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap; }
    .testimonial__item iframe {
      aspect-ratio: 0.667;
      width: 100% !important; }
    .testimonial__item figure {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
            /*
       * width:100%;
       * height:300px;
       */
      margin: 0 auto 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .testimonial__item figure i {
        color: #ed2f2f;
        font-size: 50px;
        position: absolute;
        z-index: 5;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto; }
      .testimonial__item figure img {
        float: left;
        width: 100%; }
  .testimonial__content {
    margin-top: auto; }

.home-section-4 {
  padding-bottom: 0; }

.hs4-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap; }
  .hs4-flex__one {
    align-items: center; }
  .hs4-flex__image {
    width: 40%; }
    @media screen and (max-width: 767px) {
      .hs4-flex__image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
      .hs4-flex__image img {
        max-width: 75%; } }
    .hs4-flex__two .hs4-flex__image {
      width: 33%; }
      @media screen and (max-width: 767px) {
        .hs4-flex__two .hs4-flex__image {
      order: 2;
      width: 100%;
      margin: 30px 0 0; } }
  .hs4-flex__content {
    width: 55%;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .hs4-flex__content {
    width: 100%; } }
    .hs4-flex__two .hs4-flex__content {
      width: 65%; }
      @media screen and (max-width: 767px) {
        .hs4-flex__two .hs4-flex__content {
      width: 100%;
      order: 1; } }
    .hs4-flex__content h5 {
      margin-bottom: 15px; }
    .hs4-flex__one .site-btn {
      margin-right: 35%; }
      @media screen and (max-width: 767px) {
        .hs4-flex__one .site-btn {
      margin-right: 0; } }
  .hs4-flex__two {
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .hs4-flex__two {
    padding-top: 50px; } }
    .hs4-flex__two h3 {
      margin-bottom: 10px; }

.site-footer {
  padding: 40px 0;
  background-color: white; }
  @media screen and (max-width: 830px) {
    .site-footer {
  text-align: center; } }
  .site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 830px) {
      .site-footer__bottom {
    justify-content: center; } }
    @media screen and (max-width: 830px) {
      .site-footer .header-links {
    width: 100%;
    margin-top: 20px; } }

.footer-phone {
  width: 303px;
  font-weight: 500; }
  @media screen and (max-width: 830px) {
    .footer-phone {
  width: 100%;
  margin-bottom: 20px; } }

.footer-logo {
  width: 285px;
  display: inline-block; }
  @media screen and (max-width: 1040px) {
    .footer-logo {
  width: 180px; } }

.footer-menu {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  font-size: 24px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .footer-menu {
  font-size: 16px;
  margin-bottom: 25px; } }
  .footer-menu li {
    margin: 5px 15px; }
    .footer-menu li a {
      color: black; }
      .footer-menu li a:hover {
        color: #ed2f2f; }

.hero-inner {
  background-color: black;
  position: relative;
  overflow: hidden; }
  .hero-inner .wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 5; }
  .hero-inner__left {
    z-index: 5;
    position: relative;
    width: 60%; }
  .hero-inner h1 {
    color: white;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .hero-inner h1 {
    margin-bottom: 30px; } }
  .hero-inner__right {
    position: relative;
    z-index: 5;
    width: 40%; }
  .hero-inner__photo {
    width: 445px; }
  .hero-inner__graphic {
    position: absolute;
    left: -250px;
    bottom: -250px;
    width: 580px; }
    @media screen and (max-width: 1040px) {
      .hero-inner__graphic {
    left: -200px;
    bottom: -200px;
    width: 500px; }
      @media screen and (max-width: 767px) {
        .hero-inner__graphic {
    left: -150px;
    bottom: -150px;
    width: 300px; } } }

.large-gap-bottom {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .large-gap-bottom {
  margin-bottom: 40px; } }

.card-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 80px 30px; }
  @media screen and (max-width: 767px) {
    .card-1 {
  grid-template-columns: 1fr;
  grid-gap: 30px; } }
  .card-1__item {
    padding: 25px; }
    .card-1__item h6 {
      min-height: 65px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .card-1__item h6 {
      min-height: auto; } }
  .card-1__itemRating {
    margin: 5px 0; }

.about-section-1,
.gs-section-1 {
  position: relative;
  z-index: 5; }

.about-section-2 {
  padding-top: 300px;
  margin-top: -200px; }
  @media screen and (max-width: 767px) {
    .about-section-2 {
  padding-top: 100px;
  margin-top: -50px; } }

.gs-section-2 {
  padding-top: 200px; }
  @media screen and (max-width: 767px) {
    .gs-section-2 {
  padding-top: 100px; } }

  .card-2__item {
    margin-bottom: 55px; }
    .card-2__item:last-child {
      margin-bottom: 0; }
    .card-2__item img {
      display: inline-block;
      height: 160px; }
      @media screen and (max-width: 767px) {
        .card-2__item img {
      height: 80px; } }
    .card-2__item h4 {
      margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .card-2__item br {
        display: none; } }

.about-section-3 {
  background-image: url('https://betterdaily.live/wp-content/uploads/2022/10/BeastMode-41.jpg');
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat; }

.as3-content-1 {
  float: right;
  width: 70%;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .as3-content-1 {
  width: 100%;
  margin-bottom: 40px; } }

.as3-content-2 {
  float: left;
  width: 70%;
  clear: both; }
  @media screen and (max-width: 767px) {
    .as3-content-2 {
  width: 100%; } }

.small-margin-bottom {
  margin-bottom: 15px; }

.no-margin-bottom {
  margin-bottom: 0; }

  .about-section-5 p {
    margin-bottom: 10px; }
  .about-section-5 img {
    display: inline-block; }
  .about-section-5 iframe {
    margin-top: 50px; }

  .gs-items__item {
    margin-top: 60px;
    letter-spacing: -0.3px; }
  .gs-items__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px; }
    .gs-items__item:nth-of-type(2n) .gs-items__flex {
      flex-direction: row-reverse; }
  .gs-items__flexLeft {
    width: 49%; }
    @media screen and (max-width: 767px) {
      .gs-items__flexLeft {
    width: 100%;
    margin-bottom: 35px; } }
  .gs-items__flexRight {
    width: 49%; }
    @media screen and (max-width: 767px) {
      .gs-items__flexRight {
    width: 100%; } }
  .gs-items__flexQRcode {
    max-width: 80%;
    margin: 10px auto 0; }

    .gs-section-3 center img {
      max-width: 70%;
      margin: 20px auto; }

  .ff-section-1 .video-container {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .ff-section-1 .video-container {
    margin: 30px 0; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .video-container iframe {
  width: 100%;
  height: 100%; } }

  .ff-section-1 img {
    display: inline-block; }

  .ff-section-3 img {
    width: 100%;
    float: left; }

.ff-section-5 {
  letter-spacing: -0.3px; }

.media-items {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .media-items {
  margin-bottom: 50px; } }
  .media-items:last-of-type {
    margin-bottom: 0; }
  .media-items img {
    display: inline-block;
    max-height: 175px; }
    @media screen and (max-width: 767px) {
      .media-items img {
    max-height: 90px; } }
  .media-items h2,
  .media-items h3 {
    margin-bottom: 5px; }
  .media-items iframe {
    margin-top: 20px; }

.jp-section-1 {
  position: relative;
    /*
   * &::before {
   * content:'';
   * width:100%;
   * height:45%;
   * position:absolute;
   * top:0;
   * left:0;
   * z-index:1;
   * background-image:url('https://betterdaily.live/wp-content/uploads/2022/12/Betterment-Backround-1.png');
   * @include bgCoverCenter;
   * background-position:top center;
   * }
   */ }
  .jp-section-1 .wrap {
    position: relative;
    z-index: 9; }

.jp-section-2 {
  padding-top: 0; }

.js-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .js-grid {
  grid-template-columns: 1fr; } }
  .js-grid img {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .js-grid img {
    width: 200px; } }
  .js-grid h3 {
    margin: 20px 0 0; }

.js-slide-wrap {
  background-image: url('https://betterdaily.live/wp-content/uploads/2022/11/iphone-bg.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 382px;
  height: 540px;
  padding: 40px 82px 40px 83px;
  text-align: center;
  margin-bottom: 100px;
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .js-slide-wrap {
  width: 300px;
  height: 424px;
  padding: 40px 61px 40px 62px; } }
  .js-slide-wrap .owl-dots {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    padding-left: 5px;
    margin-top: 100px; }
    @media screen and (max-width: 600px) {
      .js-slide-wrap .owl-dots {
    margin-top: 60px; } }
    .js-slide-wrap .owl-dots button {
      display: inline-block;
      margin: 8px;
      width: 10px;
      height: 10px;
      border: 1px solid black !important;
      border-radius: 100%; }
      @media screen and (max-width: 600px) {
        .js-slide-wrap .owl-dots button {
      margin: 5px; } }
      .js-slide-wrap .owl-dots button.active {
        background-color: #ca1515 !important; }
  .js-slide-wrap .owl-prev,
  .js-slide-wrap .owl-next {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    left: -80px;
    position: absolute;
    z-index: 10;
    font-size: 40px !important;
    color: black !important;
    opacity: 1 !important; }
    @media screen and (max-width: 600px) {
      .js-slide-wrap .owl-prev,
  .js-slide-wrap .owl-next {
    display: none; } }
  .js-slide-wrap .owl-next {
    left: auto;
    right: -75px; }

.js-slide {
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 10px; }
  .js-slide li {
    top: 0;
    left: 0;
    width: 100%; }
    .js-slide li img {
      display: inline-block;
      height: 525px; }
      @media screen and (max-width: 767px) {
        .js-slide li img {
      height: 400px; }
        @media screen and (max-width: 600px) {
          .js-slide li img {
      height: auto;
      width: 100%; } } }

  @media screen and (min-width: 1240px) {
    .jp-section-4 p:first-of-type {
      letter-spacing: -1.5px; } }

.inline-img {
  display: inline-block; }