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

html {
  word-break: break-word;
  -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;
  word-break: normal; }

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;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  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: 32px;
  color: #333333;
  background-color: white; }

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

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 1200px;
    float: none;
    border-width: 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 100%;
    float: none;
    border-top: 3px double #dddddd;
    padding: 32px 32px 0 32px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #233d94;
  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; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    font-size: 16px;
    padding: 8px 13px; }
  .menu a:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }
  .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 {
    cursor: text;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  font-size: 16px;
  padding: 8px 13px;
  display: none;
  background-color: white; }
  .menu_control:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }

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

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #333333; }
  #site_title a {
    color: #333333; }
    #site_title a:hover {
      color: #233d94; }
  #site_title + #site_tagline {
    margin-top: 7px; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
    /*
   * h2 {
   * font-size: 26px;
   * line-height: 45px;
   * margin-top: ($x1 + $x02);
   * margin-bottom: $x02;
   * }
   */ }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 54px; }
  .grt h1 {
    margin-bottom: 32px; }
  .grt .headline {
    color: #333333;
    margin: 0; }
    .grt .headline a {
      color: #333333; }
      .grt .headline a:hover {
        color: #233d94; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #333333; }
  .grt h3 {
    font-size: 20px;
    line-height: 37px;
    margin-top: 44px;
    margin-bottom: 12px; }
  .grt h4 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 7px; }
  .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: #233d94;
    padding-left: 20px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 39px;
      padding-left: 0;
      border: 0;
      margin-bottom: 20px; }
  .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: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: white;
    padding: 20px 20px 20px 12px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 20px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: white;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #e5e9f9;
    border: 1px solid #bec8f0; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 28px;
    padding-top: 32px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #233d94; }
  .grt fieldset {
    margin-bottom: 32px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 37px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 82px;
    height: 82px;
    float: right;
    clear: both;
    margin-left: 20px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 28px; }
  .grt .caption {
    margin-top: -20px;
    color: #233d94; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: white;
    padding: 20px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 28px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 20px; }
  .grt .drop_cap {
    font-size: 64px;
    line-height: 1em;
    margin-right: 12px;
    float: left; }
  .grt .author_description {
    padding-top: 32px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 96px;
      height: 96px;
      float: left;
      margin-right: 20px;
      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: 32px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 32px;
    margin-left: 32px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 32px;
    margin-right: 32px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 32px; }
  .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: 10px; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #233d94; }
  .byline a {
    color: #233d94;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #333333; }
  .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: 12px; }
    .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: #233d94;
  text-decoration: none;
  margin-bottom: 32px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 32px;
  color: #333333; }

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

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

.prev_next {
  clear: both;
  color: #233d94;
  border-top: 1px solid #dddddd;
  padding: 20px 32px; }
  .prev_next .next_posts {
    float: right; }

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

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

.comments_intro {
  color: #233d94;
  padding: 0 32px;
  margin-bottom: 20px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 28px;
  color: #233d94;
  margin: 0 32px 32px 32px; }

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

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

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

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

.comment_nav {
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 32px;
  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: -64px 0 64px 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: #333333;
    background-color: white;
    padding: 7px;
    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: white; }

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

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

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 32px;
  margin: 64px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 37px;
    color: #333333;
    padding: 0 32px 20px 32px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -32px;
    margin-left: -32px; }
  #commentform p {
    margin-bottom: 20px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 28px;
    color: #233d94; }
  #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: #233d94;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: white;
  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: #233d94; }
  .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; }

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

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

  /*
   * ---:[ woocommerce compatibility ]:---
   */    .woocommerce.woocommerce-shop .content {
      padding: 32px; }
      .woocommerce.woocommerce-archive .content {
        padding: 0 32px; }
      .woocommerce.woocommerce-archive .post_box {
        margin-top: 0;
        margin-right: -32px;
        margin-left: -32px;
        margin-bottom: 32px; }
      .woocommerce.woocommerce-archive .term-description {
        margin-bottom: 32px; }
    .woocommerce .content > .product {
      margin: 32px 32px 0 32px; }
    .woocommerce .page-title {
      font-size: 33px;
      line-height: 54px;
      padding: 0 32px 32px;
      border-bottom: 1px solid #dddddd;
      margin-right: -32px;
      margin-left: -32px;
      margin-bottom: 32px; }
    .woocommerce .product_title {
      font-size: 33px;
      line-height: 54px;
      margin-bottom: 20px; }
    .woocommerce .content .woocommerce-result-count {
      font-size: 13px;
      line-height: 28px;
      color: #233d94;
      margin-bottom: 20px; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers {
      margin: -7px 0 20px 0; }
      .woocommerce ul.products li.product.grt .woocommerce-loop-product__title {
        line-height: 32px;
        padding: 0;
        margin-bottom: 12px; }
      .woocommerce ul.products li.product.grt .star-rating {
        font-size: 13px;
        margin-bottom: 12px; }
      .woocommerce ul.products li.product.grt .price {
        font-size: 16px;
        margin-bottom: 0; }
      .woocommerce ul.products li.product.grt .button {
        margin-top: 20px; }
      .woocommerce div.product.grt .woocommerce-product-rating {
        margin-bottom: 20px; }
      .woocommerce div.product.grt form.cart {
        margin-bottom: 32px; }
        .woocommerce div.product.grt form.cart .button {
          background-color: #233d94;
          margin-top: -5px; }
      .woocommerce div.product.grt .product_meta {
        font-size: 13px;
        line-height: 28px;
        color: #233d94; }
        .woocommerce div.product.grt .product_meta a:hover {
          text-decoration: underline; }
        .woocommerce div.product.grt #reviews h2 {
          margin-top: 0; }
        .woocommerce div.product.grt #reviews #comments {
          margin-top: 32px; }
        .woocommerce div.product.grt #reviews .comment-reply-title {
          font-size: 20px;
          line-height: 37px;
          font-weight: bold; }
        .woocommerce div.product.grt #reviews #commentform {
          padding: 0;
          margin-top: 32px; }
        .woocommerce div.product.grt #reviews #comment {
          height: auto; }
    .woocommerce .panel > h2:first-child {
      margin-top: 0; }
      .woocommerce .grt .button,
      .woocommerce .grt #respond input#submit {
        font-family: inherit;
        font-size: inherit;
        line-height: 1em;
        font-weight: bold;
        background-color: white;
        padding: 12px;
        border: 3px double #dddddd; }
  .woocommerce .grt .button:hover,
  .woocommerce .grt #respond input#submit:hover,
  .woocommerce .grt .button:active,
  .woocommerce .grt #respond input#submit:active {
    background-color: white;
    transition: background-color 0.3s; }
      .grt .woocommerce fieldset {
        margin-top: 32px;
        margin-bottom: 12px; }
      .grt .woocommerce .button {
        font-family: inherit;
        font-size: inherit;
        line-height: 1em;
        font-weight: bold;
        background-color: white;
        padding: 12px;
        border: 3px double #dddddd; }
  .grt .woocommerce .button:hover,
  .grt .woocommerce .button:active {
    background-color: white;
    transition: background-color 0.3s; }
        .grt .woocommerce .button.alt {
          font-size: 20px;
          background-color: #233d94;
          padding: 32px; }
      .woocommerce .woocommerce-info .button,
      .woocommerce .woocommerce-message .button {
        margin-left: 12px; }
      .woocommerce-cart .woocommerce #coupon_code {
        padding: 12px;
        margin-right: 12px; }
    .woocommerce.woocommerce-page a.button {
      font-family: inherit;
      font-size: inherit;
      line-height: 1em;
      font-weight: bold;
      background-color: white;
      padding: 12px;
      border: 3px double #dddddd; }
  .woocommerce.woocommerce-page a.button:hover,
  .woocommerce.woocommerce-page a.button:active {
    background-color: white;
    transition: background-color 0.3s; }

/*
 * ---:[ 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: 1199px) {
  body {
    padding-top: 0; }

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

  .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 32px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  /*
   * *.menu {
   * display: none;
   * clear: both;
   * width: 100%;
   * border-width: 1px 0 0 0;
   * .sub-menu {
   * position: static;
   * display: block;
   * padding-left: $x1;
   * border-top: 1px solid #DDDDDD;
   * margin: 0;
   * li {
   * width: 100%;
   * }
   * }
   * li {
   * float: none;
   * width: 100%;
   * margin-bottom: 0;
   * &:first-child > a:first-child {
   * border-top-width: 0;
   * }
   * }
   * a {
   * background-color: #FFFFFF;
   * padding: 1em $x1;
   * border-width: 1px 1px 0 0;
   * }
   * .current-menu-item > a {
   * background-color: #ffffff;
   * }
   * > 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: 1199px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

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

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

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

  .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: 32px; }

  .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: 20px;
    margin-left: 20px; }

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

  .comment_date {
    display: none; } }

/*
 * ---:[ Custom CSS ]:---
 */
html,
body {
  font-family: 'Ubuntu', sans-serif; }

.header,
.footer {
  background: #224192;
  border-bottom: none;
  border-top: none; }

.logo {
  display: block;
  width: 250px;
  box-sizing: border-box;
  padding: 20px 20px 20px 40px; }

.menu {
  width: 290px;
  float: right;
  margin-top: -63px; }

.footer-menu {
  color: white;
  text-align: center;
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 30px; }

.footer-menu a {
  color: white;
  text-decoration: none; }

.footer-menu a:hover {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }

.header:after {
  display: table;
  clear: both;
  content: ''; }

section.related.products:before {
  display: table;
  clear: both;
  content: ''; }

/*
 * ** Custom Woo **
 */
.woocommerce div.product form.cart .variations th {
  line-height: 100% !important; }

h2.woocommerce-loop-product__title {
  color: #234192;
  font-weight: 700;
  line-height: 100%;
  font-size: 18px !important; }

h1.product_title.entry-title {
  color: #234192;
  font-weight: 700;
  line-height: 100%; }

.woocommerce ul.products li.product .price {
  color: grey;
  font-weight: 300;
  font-size: 24px; }

.woocommerce div.product p.price {
  color: grey;
  font-weight: 300;
  font-size: 34px; }

/*
 * 
 */
h4.composited_product_title {
  font-size: 16px !important;
  font-weight: 300; }

span.component_title_text.step_title_text,
div.composite_price p.price,
.woocommerce-result-count,
.orderby {
  display: none; }

div.component_inner {
  margin-bottom: -50px !important; }

.sdx_home .headline_area {
  box-sizing: border-box;
  background: #224192;
  color: white;
  border-top: 3px solid white;
  text-align: center;
  padding: 10px 10px; }

.sdx_home .headline_area h1 {
  font-weight: 700 !important;
  font-size: 30px; }

div.product_meta {
  display: none; }

span.price,
bdi {
  font-size: 24px !important;
  color: grey !important;
  font-weight: 300 !important; }

a.button.wc-backward,
.woocommerce button.button {
  color: #234192 !important;
  border-radius: 15px !important; }

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #234192 !important;
  border-radius: 15px !important; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 30px !important; }

button#place_order {
  display: block !important;
  width: 100% !important;
  border-radius: 30px !important; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative !important;
  background-color: white !important;
  color: #234192 !important;
  border-top: 3px solid #234192 !important;
  list-style: none outside !important;
  width: auto !important;
  word-wrap: break-word !important; }

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #234192 !important; }

.woocommerce-message {
  border-top-color: #234192 !important; }

.woocommerce-checkout #payment {
  background: white !important;
  padding: 0em !important; }

.woocommerce-checkout #payment div.form-row {
  padding: 10px 0px 30px; }

h3#order_review_heading,
div.product-addon-totals,
.woocommerce-Tabs-panel h2 {
  display: none; }

/*
 * 
 */
a.button.product_type_variable.add_to_cart_button,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_composite.add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #234192 !important;
  border: 2px solid #234192 !important;
  border-radius: 15px !important;
  background: white !important; }

div.woocommerce-product-details__short-description,
div.wc-pao-addons-container {
  margin-bottom: 35px !important; }

div.woocommerce-product-details__short-description p,
div.woocommerce-product-details__short-description ul {
  line-height: 110%;
  color: #333333; }

div.woocommerce-product-details__short-description p {
  margin-bottom: 8px !important; }

.woocommerce div.product form.cart .variations th {
  text-align: left;
  width: 18%; }

div.single_variation_wrap {
  margin-top: 20px; }

#product-640 input.qty {
  display: none; }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  border: 2px solid #234192;
  border-radius: 15px; }

a.button.product_type_variable.add_to_cart_button:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.button.product_type_composite.add_to_cart_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #234192 !important;
  color: white !important; }

p.stock.in-stock {
  color: grey !important;
  font-weight: 700; }

.input-text {
  margin-right: 30px; }

ul.category-memu {
  display: flex;
  list-style: none;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  justify-content: center; }

ul.category-memu li {
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 10px 5px; }

ul.category-memu li a {
  color: grey; }

ul.category-memu li#menu-item-300 {
  background: #224192;
  border: 2px solid #224192;
  border-radius: 10px; }

ul.category-memu li#menu-item-300 a {
  color: white !important; }

ul.category-memu li a:hover {
  color: #224192; }

ul.category-memu li#menu-item-300:hover {
  background: white; }

ul.category-memu li#menu-item-300 a:hover {
  color: #224192 !important; }

@media all and (max-width: 1260px) {
  ul.category-memu {
    flex-wrap: wrap; }

  ul.category-memu li {
    padding: 5px 10px;
    margin-top: 10px; } }

