/*
 * ---:[ 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; }

@font-face {
  font-family: 'icomoon';
  src: url('assets/public/icon-fonts/icomoon.eot?-6zo2h2z');
  src: url('assets/public/icon-fonts/icomoon.eot?#iefix-6zo2h2z') format('embedded-opentype'), url('assets/public/icon-fonts/icomoon.woff?-6zo2h2z') format('woff'), url('assets/public/icon-fonts/icomoon.ttf?-6zo2h2z') format('truetype'), url('assets/public/icon-fonts/icomoon.svg?-6zo2h2z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before,
.menu-item-has-children > a:after,
.play_btn:before,
.post_tags > a:before,
.post_cats:before,
.post_author:before,
.num_comments:before,
.post_date:before,
.email_form_assurance:before,
.sidebar .widget li a:before,
.note:before,
.alert:before,
.tip:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-map-marker:before {
  content: "e68b2000"; }

.icon-calendar:before,
.post_date:before {
  content: "\e690\2000"; }

.icon-quote-open:before {
  content: "\e6ae\2000"; }

.icon-quote-close:before {
  content: "\e6af\2000"; }

.icon-pencil:before,
.note:before {
  content: "\e606\2000"; }

.icon-edit:before,
.thesis-killer-recent-entries li a:before,
.widget_recent_entries li a:before {
  content: "\e609\2000"; }

.icon-user:before,
.post_author:before {
  content: "\e678\2000"; }

.icon-tags:before,
.post_tags > a:before {
  content: "\e682\2009"; }

.icon-comment:before,
.num_comments:before {
  content: "\e6ab\2009"; }

.icon-code:before {
  content: "\e742\2000"; }

.icon-link:before {
  content: "\e74b\2000"; }

.icon-lock:before,
.email_form_assurance:before {
  content: "\e62d\2009"; }

.icon-folder:before,
.post_cats:before {
  content: "\e64e\2000"; }

.icon-play2:before {
  content: "\e780"; }

.icon-play3:before {
  content: "\e66b"; }

.icon-tip:before,
.tip:before {
  content: "\e7bc\2000"; }

.icon-alert:before,
.alert:before {
  content: "\e955\2000"; }

.icon-google-plus:before {
  content: "\2000\ea88\2000"; }

.icon-facebook:before {
  content: "\2000\ea8c\2000"; }

.icon-twitter:before {
  content: "\2000\ea91\2000"; }

.icon-youtube:before {
  content: "\2000\ea99\2000"; }

.icon-instagram:before {
  content: "\2000\ea90\2000"; }

.icon-linkedin:before {
  content: "\2000\eac9\2000"; }

.icon-pinterest:before {
  content: "\2000\ead0\2000"; }

/*
 * ---:[ global styles ]:---
 */
.featured_image > .post_image,
.wrapper,
.container,
.content_container,
.column-wrapper,
.columns > .content,
.columns > .sidebar.secondary,
.columns .column-wrapper > .content,
.columns .column-wrapper > .sidebar.primary {
  width: 100%;
  float: none; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  background-color: white; }

code,
pre {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
  border-radius: 3px; }

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


/*
 * ---:[ layout structure ]:---
 */


    .columns > .sidebar.secondary {
      padding: 30px 13px; }

    .columns .column-wrapper > .sidebar.primary {
      padding: 30px 13px; }

.content_container {
  background-color: #a49866; }

/*
 * ---:[ Layout Modes ]:---
 */
  .full-layout .post_box,
  .full-layout .comment_list {
    padding-left: 0;
    padding-right: 0;
    margin-left: 13px;
    margin-right: 13px; }

    .fixed-layout .post_box.top .featured_image {
      margin-top: 0; }
  .fixed-layout .featured_image {
    margin-left: -13px;
    margin-right: -13px;
    margin-top: -26px; }
    .fixed-layout.template-single .featured_image {
      margin-top: 0; }

  .borderless-layout .nav-container,
  .borderless-layout .column-wrapper,
  .borderless-layout .columns > .column-wrapper > .content,
  .borderless-layout .post_box,
  .borderless-layout .prev_next,
  .borderless-layout .archive_intro.post_box,
  .borderless-layout .related-container,
  .borderless-layout .related-container .related-headline,
  .borderless-layout .author_box,
  .borderless-layout .comment_form_title,
  .borderless-layout .author_box .author_social_container {
    border: medium none; }
  .borderless-layout .show_menu {
    top: 0; }

.colorless-nav .nav-container {
  background: transparent; }
    .colorless-nav .nav-container .nav a,
    .colorless-nav .nav-container .nav > li,
    .colorless-nav .nav-container .sub-menu a,
    .colorless-nav .nav-container .sub-menu > li {
      color: #111111;
      background: white; }
      .colorless-nav .nav-container .nav a:hover,
      .colorless-nav .nav-container .nav > li:hover,
      .colorless-nav .nav-container .sub-menu a:hover,
      .colorless-nav .nav-container .sub-menu > li:hover {
        background: white;
        color: #888888; }
    .colorless-nav .nav-container .nav > li > .sub-menu:before,
    .colorless-nav .nav-container .sub-menu > li > .sub-menu:before,
    .colorless-nav .nav-container .nav:before,
    .colorless-nav .nav-container .sub-menu:before {
      border-bottom-color: #eeeeee; }
  .colorless-nav .nav-container .menu_control {
    background: transparent;
    color: #888888; }
    .colorless-nav .nav-container .menu_control a:hover,
    .colorless-nav .nav-container .menu_control:hover {
      background: transparent;
      color: #888888; }
  .colorless-nav .nav-container .nav .current-menu-item > a {
    background: transparent;
    color: #888888; }

/*
 * ---:[ links ]:---
 */
a {
  color: #52b909;
  text-decoration: none; }
  a:hover {
    color: #132c02; }

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

.post_content li a {
  border-bottom: 1px dotted;
  text-decoration: none; }

li a:hover {
  text-decoration: none; }

/*
 * ---:[ header container ]:---
 */
.header_container {
  position: relative;
  z-index: 999; }
  .header_container .headline_container {
    text-align: left; }
    .header_container .headline_container .container {
      vertical-align: top;
      padding: 13px; }

#site_title {
  font-size: 37px;
  line-height: 1.32em; }
  #site_title img {
    padding: 13px 0;
    display: inline-block;
    vertical-align: top; }
  #site_title a {
    outline: none; }
    #site_title a:hover {
      color: #132c02; }

#site_tagline {
  font-size: 18px;
  line-height: 1.32em; }

/*
 * ---:[ nav menu ]:---
 */
.nav-container {
  background-color: #7009b9;
  margin: 0 auto;
  vertical-align: top;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }
  .nav-container .container {
    display: flex;
    flex-direction: column; }

.nav {
  font-size: 24px;
  line-height: 34px;
  display: none;
  position: relative;
  width: 361px;
  height: 0;
  list-style: none;
  z-index: 2;
  width: 100%; }
  .nav .sub-menu {
    list-style: none;
    padding-left: 13px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .nav li {
    background-color: #7009b9;
    list-style: none;
    position: relative; }
    .nav li a {
      position: relative;
      display: block;
      color: #f0ddfd;
      padding: 13px; }
      .nav li a:hover {
        color: #a49866;
        background-color: #55078d; }
    .nav li.menu-item-has-children > a:after {
      bottom: calc(50% - 6px);
      right: 10px;
      border: 4px solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-top-color: white;
      opacity: 1;
      transition: all 200ms linear; }
  .nav .current-menu-item > a {
    color: #f0ddfd;
    background-color: #55078d;
    cursor: text; }
  .nav .open-sub-menu > .sub-menu {
    display: block; }

.menu_control {
  background-color: #7009b9;
  color: white;
  padding: 6px 13px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  padding-right: 13px;
  padding-left: 13px;
  text-align: center;
  width: 100%;
  user-select: none; }
  .menu_control:hover {
    color: #a49866;
    background-color: #7009b9; }

/*
 * ---:[ misc nav ]:---
 */
.show_menu {
  top: 3px;
  display: block; }

  .colorless-nav .nav-container .nav > li,
  .colorless-nav .nav-container .nav .sub-menu > li {
    border-bottom: 1px solid #ecfdaf;
    border-left: 1px solid #ecfdaf;
    border-right: 1px solid #ecfdaf; }

.show-mobile-sub-menus .sub-menu {
  display: block;
  padding-left: 0; }

/*
 * ---:[ core input styles ]:---
 */
textarea,
.input_text,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"] {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #666666;
  border: 1px solid #ecfdaf;
  background-color: #a49866;
  padding: 0.5em 0.75em; }

textarea,
textarea.input_text {
  display: block;
  width: 100%;
  border: 1px solid #ecfdaf; }

input[type="submit"],
.input_submit,
.button,
button,
.comment_footer a {
  color: #a49866;
  background-color: #7009b9;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1em;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 3px 0;
  border-radius: 6px;
  transition: all 200ms linear;
  -webkit-appearance: none; }
  input[type="submit"]:hover,
  .input_submit:hover,
  .button:hover,
  button:hover,
  .comment_footer a:hover {
    color: white;
    background-color: #23033a;
    cursor: pointer; }
  input[type="submit"]:active,
  .input_submit:active,
  .button:active,
  button:active,
  .comment_footer a:active {
    margin-top: 2px;
    border-width: 0 0 1px 0; }

/*
 * ---:[ Misc Inputs ]:---
 */
.home_footer > .button,
.archive_footer .button {
  display: block;
  float: none;
  margin-bottom: 25px; }

/*
 * ---:[ GRT base styles with spaced paragraphs ]:---
 */
.grt {
  font-size: 14px;
  line-height: 25px; }

.grt .headline {
  font-size: 29px;
  line-height: 45px; }

.grt h2,
.grt .widget_title,
.grt .email_form_title {
  font-size: 23px;
  line-height: 37px;
  margin-top: 38px;
  margin-bottom: 13px; }

.grt h3 {
  font-size: 18px;
  line-height: 31px; }

.grt h4,
.grt h5,
.grt h6,
.grt .small,
.grt .caption,
.grt .wp-caption p {
  font-size: 11px;
  line-height: 21px; }

.grt h4,
.grt h5,
.grt h6 {
  line-height: 25px; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .block,
.grt .center,
.grt .aligncenter,
.grt .alignnone,
.grt .left,
.grt .alignleft,
.grt .right,
.grt .alignright,
.grt .box,
.grt .alert,
.grt .note,
.grt .tip,
.grt .post_image,
.grt .post_image_box,
.grt .caption,
.grt .wp-post-image,
.grt .wp-caption,
.headline_area {
  margin-bottom: 25px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 13px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert > :last-child,
.grt .note > :last-child,
.grt .tip > :last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .box > :last-child {
  margin-bottom: 0; }

.grt .wp-caption img {
  width: 100%; }

/*
 * ---:[ contextual/discretionary content column styles ]:---
 */

.grt h3 {
  font-weight: bold; }

.grt h4,
.grt h5,
.grt h6 {
  text-transform: uppercase; }

.grt ul {
  list-style-type: square; }

.grt ul,
.grt ol {
  margin-left: 25px; }

.grt sub,
.grt sup {
  color: #c3fa06; }

.grt blockquote {
  display: inline-block;
  color: #c3fa06;
  padding: 25px 25px 0 25px;
  width: 100%; }

.grt blockquote.right,
.grt blockquote.left {
  font-size: 23px;
  line-height: 33px;
  padding: 25px;
  border: none; }

.grt pre,
.grt code {
  font-size: 13px; }

.grt pre,
.grt .note,
.grt .alert,
.grt .tip,
.grt .box {
  padding: 25px; }

.grt pre,
.grt code {
  background-color: #f7fedc; }

.grt code {
  padding: 2px 4px; }

.grt .note,
.grt .alert,
.grt .tip,
.grt .box {
  padding-left: 19px;
  display: block; }
  .grt .note a,
  .grt .alert a,
  .grt .tip a,
  .grt .box a {
    color: inherit; }
  .grt .note:before,
  .grt .alert:before,
  .grt .tip:before,
  .grt .box:before {
    float: left;
    line-height: inherit; }

.grt .note {
  background-color: #feefb3; }

.grt .alert {
  background-color: #ffbaba; }

.grt .tip {
  background-color: #bde5f8; }

.grt .box {
  background-color: #f2f2f2; }

.grt .frame {
  box-sizing: border-box;
  padding: 13px; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  background-color: #f7fedc; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.grt .wp-caption p {
  padding: 0 13px 13px;
  color: #c3fa06; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .caption {
  color: #c3fa06;
  margin-top: -13px; }

.grt .drop_cap {
  font-size: 50px;
  line-height: 1em;
  color: #52b909;
  margin-right: 0.15em;
  float: left; }

.grt .footnotes {
  font-size: 11px;
  line-height: 21px;
  color: #c3fa06; }

.grt .footnotes p {
  margin-bottom: 13px; }

.grt .thesis_email_form {
  background-color: #f0ddfd;
  border-left: 6px solid #ddb1fb;
  padding: 25px 25px 25px 19px; }

.box input[type="text"],
.box .input_text,
.grt .thesis_email_form input[type="text"],
.grt .thesis_email_form .input_text {
  border-color: #6cf30c; }

.grt .widget {
  margin-top: 50px;
  margin-bottom: 50px; }

.grt .widget_title {
  margin-top: 0; }

.grt .widget_recent_entries a:hover,
.grt .thesis-killer-recent-entries a:hover {
  text-decoration: underline; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  position: relative;
  padding: 25px 13px 0 13px;
  margin-bottom: 38px;
  border-top: 1px solid #ecfdaf; }
  .post_box.top {
    border-top: none; }

.headline_area {
  position: relative;
  font-size: 11px;
  line-height: 25px;
  color: #c3fa06; }

.headline_area .headline {
  margin-top: 0;
  margin-bottom: 6px; }

.headline,
.headline a {
  color: #666666;
  text-decoration: none; }

.headline a:hover {
  color: #52b909;
  text-decoration: none; }

.headline_area .byline {
  position: relative; }

.headline_area .avatar {
  display: none; }

.headline_area .post_date,
.headline_area .twitter_profile,
.headline_area .post_author,
.headline_area .num_comments_link,
.headline_area .post_cats,
.author_name {
  margin-right: 10px;
  display: block; }

.headline_area .post_author ~ .twitter_profile:after,
.archive .headline_area .post_author ~ .post_date:after {
  content: '\a';
  height: 0;
  white-space: pre; }

.post_author a:hover,
.post_edit:hover,
.post_content a,
.post_cats a:hover,
.post_tags > a:hover,
.twitter_profile a:hover {
  text-decoration: underline; }

.byline .num_comments_link {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 0; }

.post_edit {
  font-size: 11px;
  line-height: 25px;
  color: #7009b9;
  background-color: #f0ddfd;
  text-align: center;
  padding: 0.2em; }

.post_edit:hover {
  text-decoration: none;
  color: #a49866;
  background-color: #7009b9; }

.post_box .post_cats,
.post_box .post_tags {
  color: #c3fa06; }

.post_box .post_tags {
  display: inline-block; }
  .post_box .post_tags > a {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0.4em; }

/*
 * ---:[ Misc Post Box Styles ]:---
 */
.single-col .headline_area {
  text-align: center; }
  .single-col .headline_area .byline .num_comments_link {
    float: none;
    position: relative; }
  .single-col .headline_area .post_date,
  .single-col .headline_area .twitter_profile,
  .single-col .headline_area .post_author,
  .single-col .headline_area .num_comments_link,
  .single-col .headline_area .post_cats,
  .single-col .headline_area .author_name {
    display: inline-block; }

kbd {
  font-family: "arial";
  text-transform: uppercase;
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #333333;
  line-height: 1.625;
  font-size: 10px;
  display: inline-block;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  background-color: #f7f7f7;
  text-shadow: 0 1px 0 white; }

/*
 * ---:[ Tables ]:---
 */
table {
  border-bottom: medium none;
  border-top: 1px solid #f0f0f0;
  text-align: left;
  width: 100%;
  margin-bottom: 25px; }

td {
  line-height: 25px;
  vertical-align: middle; }

th {
  font-weight: 700; }

td,
th {
  border-bottom: 1px solid #f0f0f0;
  border-top: medium none;
  padding: 3px 5px;
  text-align: left; }

tbody tr:nth-child(2n) td,
tbody tr:nth-child(2n) th {
  background-color: #eeeeee; }

table .description {
  font-size: 11px;
  line-height: 21px;
  color: #c3fa06; }

/*
 * ---:[ other post box styles ]:---
 */
.home_footer,
.archive_footer {
  position: relative; }

.num_comments {
  color: #c3fa06; }
  .num_comments:before {
    color: #c3fa06; }

.num_comments_link:hover .num_comments {
  color: #c3fa06; }

.bracket {
  color: #ecfdaf; }

.featured_image  img {
  width: 100%; }

/*
 * ---:[ misc. content elements ]:---
 */
.post_box .post_excerpt p {
  margin-bottom: 50px; }

.related-container {
  padding-top: 25px;
  border-bottom: 1px solid #ecfdaf;
  margin-left: -13px;
  margin-right: -13px;
  text-align: center; }
  .related-container .related-headline {
    margin-bottom: 25px;
    border-bottom: 1px solid #ecfdaf;
    padding-left: 13px;
    padding-right: 13px; }
  .related-container .related-content {
    margin: 0;
    list-style: none;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.single_related {
  display: block;
  background: #f2f2f2;
  position: relative;
  margin-bottom: 25px;
  width: 207.667px;
  height: 138.444px;
  align-self: center; }
  .single_related h4 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 13px;
    text-align: center;
    position: absolute;
    text-align: center;
    color: white;
    display: block;
    padding: 0px 6px;
    margin: 0px;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 2; }
  .single_related a:after {
    content: " ";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.single_related:nth-child(n+3) {
  margin-right: 0; }

.archive_intro.post_box {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ecfdaf;
  margin-bottom: 0; }
  .archive_intro.post_box .headline {
    margin-bottom: 25px; }

.previous_post,
.next_post {
  display: block;
  float: right;
  font-size: 11px;
  line-height: 21px;
  text-align: right;
  width: 50%; }

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

.prev_next {
  clear: both;
  color: #c3fa06;
  border-top: 1px solid #ecfdaf;
  padding: 13px;
  text-align: center;
  font-size: 23px;
  position: relative; }
  .prev_next > a {
    color: #ecfdaf;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    border: none; }

.prev_next .page-numbers {
  display: inline-block;
  line-height: 50px; }

.prev_next .prev.page-numbers {
  float: left; }

.prev_next .next.page-numbers {
  float: right; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline;
  color: #7009b9; }

.page-numbers.current,
.prev_next .page-numbers:hover,
.prev_next a:hover {
  color: #7009b9; }

.page-full-width .headline_area .headline {
  text-align: center;
  font-size: 3em;
  line-height: 1.2em; }

.cpt-container {
  margin: 0 auto;
  max-width: 700px; }

/*
 * ---:[ comments ]:---
 */
#comments {
  padding-top: 25px; }

.comments_intro {
  color: #c3fa06;
  margin-bottom: 13px;
  padding: 0 13px; }

.comments_closed {
  font-size: 11px;
  line-height: 21px;
  color: #c3fa06;
  margin: 0 25px 25px 25px; }

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

.full-layout .comment_list > li.depth-1 {
  padding-left: 0;
  padding-right: 0; }

.comment {
  border-bottom: 1px dotted #ecfdaf;
  padding: 25px 13px; }

.children .comment {
  list-style-type: none;
  margin-top: 25px;
  border-left: 1px solid #ecfdaf;
  border-bottom: 0;
  padding: 0 0 0 25px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #7009b9; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 11px;
  margin-left: 13px;
  color: #c3fa06; }

.comment_date a {
  color: #c3fa06; }

.comment_footer a {
  font-size: 11px;
  line-height: 1;
  margin-left: 13px; }

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

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  float: right;
  margin-left: 13px; }

.comment_nav {
  font-size: 11px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #ecfdaf;
  padding: 13px 25px; }

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

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

.next_comments {
  float: right; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 50px 0;
  padding: 0 13px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  border-bottom: 1px dotted #ecfdaf; }

#commentform label {
  display: block; }

#commentform .inline {
  display: inline-block; }

#commentform input[type="checkbox"] + label {
  display: inline;
  margin-left: 6px; }

#commentform #wp-comment-cookies-consent + label {
  font-size: 11px;
  line-height: 21px;
  color: #c3fa06; }

#commentform p {
  margin-bottom: 13px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7009b9; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border-top: 1px solid #ecfdaf;
  padding: 25px;
  text-align: center; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 20px; }

.sidebar .widget,
.sidebar .text_box,
.sidebar .query_box,
.sidebar .box,
.sidebar .thesis_email_form {
  margin-bottom: 40px; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .right,
.sidebar .alignright,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 20px; }

.sidebar .left,
.sidebar .alignleft {
  margin-right: 20px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .stack {
  margin-left: 20px; }

.sidebar .post_content,
.sidebar .post_excerpt {
  margin-top: 20px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.sidebar .widget_title,
.sidebar .email_form_title,
.sidebar .headline,
.email_form_title {
  font-size: 17px;
  line-height: 26px; }

.sidebar .widget_title,
.email_form_title {
  position: relative;
  color: #a49866;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #52b909;
  margin-bottom: 10px;
  border-bottom: 3px solid #6cf30c;
  padding: 5px 20px; }

.sidebar .widget_recent_entries .widget_title,
.sidebar .widget_archive .widget_title,
.sidebar .thesis-killer-recent-entries .widget_title,
.email_form_title {
  margin-bottom: 5px; }

.sidebar .widget_categories > ul {
  margin-top: -5px; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #c3fa06; }

.sidebar .widget ul {
  list-style-type: none; }

.sidebar .widget_recent_comments > ul > li {
  margin-bottom: 13px; }

.sidebar .widget_text ul {
  list-style-type: square;
  margin-left: 20px; }

.sidebar .widget li a {
  display: block;
  color: #666666;
  padding: 6px 20px; }

.sidebar .widget li a:before {
  margin-left: -20px; }

.sidebar .widget li a:hover {
  background-color: #f3feec; }

.sidebar .widget_recent_comments #recentcomments {
  padding-left: 20px; }

.sidebar .widget_recent_comments li a {
  color: #7009b9; }

.sidebar .widget_recent_comments li a:hover {
  text-decoration: underline;
  background-color: transparent; }

.sidebar .widget_recent_comments li a:before {
  display: none; }

.sidebar .widget li a:hover:before {
  color: #7009b9; }

.sidebar input[type="text"],
.sidebar .input_text {
  width: 100%;
  margin-bottom: 10px; }

.sidebar input[type="submit"],
.sidebar .input_submit {
  padding: 5px 20px;
  border-radius: 5px; }

.sidebar textarea.input_text {
  line-height: 20px; }

.sidebar .search_form,
.sidebar .tagcloud,
.sidebar #calendar_wrap {
  padding-left: 20px;
  padding-right: 20px; }

.sidebar .search_form {
  padding-left: 0;
  padding-right: 0; }

/*
 * ---:[ Optin forms ]:---
 */
.sidebar .email_form_title {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px; }

.sidebar .thesis_email_form {
  margin-top: -10px; }

.thesis_email_form {
  background: none repeat scroll 0 0 #f3feec;
  padding: 20px; }
  .thesis_email_form .email_form_assurance {
    color: #52b909;
    font-size: smaller;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center; }

/*
 * ---:[ footer ]:---
 */
.footer_container {
  background-color: #7009b9;
  font-size: 11px;
  line-height: 21px;
  color: white;
  text-align: center;
  margin: 0 auto; }
  .footer_container .container {
    background-color: #7009b9; }

.footer {
  text-align: center;
  padding: 25px 13px;
  background: none; }
  .footer a {
    color: white;
    text-decoration: underline; }
    .footer a:hover {
      color: #f3feec;
      text-decoration: none; }
  .footer .copyright_container {
    font-size: 11px;
    line-height: 21px; }

/*
 * ---:[ Action Box ]:---
 */
#ab_video_container {
  margin-bottom: 0; }

#action_box {
  background-color: #d4cfa2;
  margin-bottom: 0;
  color: #111111; }
  #action_box .container {
    background: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    max-width: 1044px; }
    #action_box .content_column.align_left {
      text-align: left; }
    #action_box .content_column.align_center {
      text-align: center; }
    #action_box .content_column.align_right {
      text-align: right; }
  #action_box .video_image {
    width: 100%; }
  #action_box .media_image {
    text-align: center;
    margin: 0 auto; }
    #action_box .media_image.left,
    #action_box .media_image.right {
      text-align: center;
      margin: 0 auto; }
  #action_box .ab_col {
    box-sizing: border-box;
    padding: 13px;
    display: block;
    vertical-align: top;
    margin: 0; }
  #action_box .action_title {
    margin-top: 0; }
  #action_box .action_box .half_width {
    width: 100%; }
    #action_box .action_box .half_width .action_title {
      font-size: 29px; }
  #action_box .action_title {
    font-size: 37px;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 13px; }
  #action_box .action_text {
    margin-bottom: 25px; }
    #action_box .action_text p {
      margin-bottom: 6px; }
  #action_box input[type="text"] {
    width: 100%;
    margin-bottom: 13px; }
  #action_box input[type="submit"],
  #action_box .input_submit {
    background-color: #52b909; }
  #action_box input[type="submit"]:hover,
  #action_box .input_submit:hover {
    background-color: #1a3a03;
    color: white; }

/*
 * ---:[ Action Box Video ]:---
 */
.video_wrapper,
.video_wrapper img {
  min-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0; }

.video_container {
  margin-bottom: 2em; }


  .video_wrapper span.play_btn {
    background-color: #52b909;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    padding: 0.4em;
    position: absolute;
    top: 50%; }
    .video_wrapper span.play_btn:before {
      margin: 0;
      padding: 0;
      content: "\2009\e762";
      color: white; }
    .video_wrapper span.play_btn:hover {
      opacity: 0.8; }
  .video_wrapper iframe#video_player {
    top: 0;
    left: 0;
    position: absolute;
    background: #111111; }

/*
 * ---:[ Author Box ]:---
 */
.author_box_title {
  font-size: 29px;
  line-height: 45px;
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center; }

.author_box {
  display: block;
  background: #f2f2f2;
  border-top: 1px solid #ecfdaf;
  border-bottom: 1px solid #ecfdaf; }
  .author_box .author_desc {
    color: #c3fa06;
    font-size: 12px;
    line-height: 23px; }
  .author_box .author_meta {
    margin-bottom: 10px;
    text-align: center; }
  .author_box .author_box_container {
    padding: 13px; }
  .author_box .author_name,
  .author_box .author_url {
    color: #c3fa06; }
      .author_box .author_gravitar.alignleft img,
      .author_box .author_gravitar.alignright img {
        margin: 0 auto 25px; }
  .author_box .author_social_container {
    background: #52b909;
    color: white;
    border-bottom: 3px solid #6cf30c;
    clear: both;
    display: block;
    text-align: center;
    padding: 0 25px; }
  .author_box .social_headline {
    color: inherit;
    display: block;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 37px; }
  .author_box .author_icons {
    display: inline-block;
    vertical-align: bottom; }
    .author_box .author_icons > a {
      color: inherit;
      display: block;
      font-size: 18px;
      line-height: 37px; }
      .author_box .author_icons > a:hover {
        background: white;
        color: #52b909; }
  .author_box .author_social_container {
    padding-left: 0;
    padding-right: 0; }

/*
 * ---:[ Custom Templates ]:---
 */
  .landing-slim .header_container .headline_container,
  .landing-slim .headline_area,
  .landing-wide .header_container .headline_container,
  .landing-wide .headline_area,
  .no-sidebar-slim .header_container .headline_container,
  .no-sidebar-slim .headline_area,
  .no-sidebar-wide .header_container .headline_container,
  .no-sidebar-wide .headline_area {
    text-align: center; }
  .landing-slim .column-wrapper,
  .landing-slim .columns > .column-wrapper > .content,
  .landing-wide .column-wrapper,
  .landing-wide .columns > .column-wrapper > .content,
  .no-sidebar-slim .column-wrapper,
  .no-sidebar-slim .columns > .column-wrapper > .content,
  .no-sidebar-wide .column-wrapper,
  .no-sidebar-wide .columns > .column-wrapper > .content {
    border: medium none;
    float: none; }
  .landing-slim .footer,
  .landing-wide .footer,
  .no-sidebar-slim .footer,
  .no-sidebar-wide .footer {
    text-align: center; }

      .single-col.no-sidebar-slim .container .content,
      .single-col.landing-slim .container .content {
        max-width: 724px; }

/*
 * ---:[ basic WooCommerce styles ]:---
 */
.woocommerce-shop .content {
  padding: 25px; }

.woocommerce-archive .content {
  padding: 0 25px; }

.woocommerce-archive .post_box {
  margin: 0 -25px 25px -25px; }

.woocommerce-archive .term-description {
  margin-bottom: 25px; }

.woocommerce-result-count {
  font-size: 11px;
  line-height: 21px;
  color: #c3fa06; }

.woocommerce .content > .product {
  margin: 25px 0 0;
  padding-left: 13px;
  padding-right: 13px; }

.woocommerce-shop .page-title,
.woocommerce .product_title {
  font-size: 29px;
  line-height: 45px; }

.woocommerce .page-title {
  padding: 0 0 25px;
  border-bottom: 1px solid #7009b9;
  margin-bottom: 25px; }

.woocommerce .product_title {
  margin-bottom: 13px; }

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  margin: -6.5px 0 13px 0; }

.woocommerce .products a.button,
.woocommerce .cart button.button,
.grt .woocommerce input.button,
.woocommerce .grt input.button,
.woocommerce .grt #respond input#submit {
  font-family: inherit;
  line-height: 1em;
  padding: 0.5em 0.75em; }

.woocommerce #comments {
  margin-top: 25px; }

.woocommerce #reviews h2 {
  margin-top: 0; }

.woocommerce #commentform {
  padding: 0;
  margin-top: 25px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  overflow-x: auto;
  display: flex;
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  position: relative; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background: linear-gradient(to right, transparent, white);
    display: block !important;
    height: 100%; }

/*
 * ---:[ Checkout and Account Details ]:---
 */
.woocommerce .woocommerce-error {
  margin-left: 0; }

fieldset legend {
  font-weight: bold; }

.grt fieldset {
  margin-top: 25px;
  margin-bottom: 25px; }

.grt fieldset legend {
  margin-bottom: 13px; }

/*
 * ---:[ clearfix ]:---
 */
  .wrapper:after,
  .container:after,
  .column-wrapper:after,
  .header_container:after,
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .byline:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after,
  .content:after,
  .nav-container:after,
  .clear:after,
  .post_excerpt > p:after,
  .author_box:after,
  .author_box_container:after,
  .related-content:after,
  .home_footer:after,
  .archive_footer:after,
  .footer_container:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ natural layout break 1 ]:---
 */
@media all and (min-width: 774px) {
  .grt .right,
  .grt .alignright,
  .grt .stack {
    margin-left: 25px; }

  .grt .left,
  .grt .alignleft {
    margin-right: 25px; }

  .grt blockquote {
    padding-right: 25px; }

  .grt blockquote.right,
  .grt blockquote.left {
    width: 45%;
    margin-bottom: 13px;
    padding-right: 0; }

    .author_box .author_box_wrapper {
      padding-left: 0;
      padding-right: 0; }
    .author_box .author_gravitar.alignleft img {
      margin-right: 25px;
      margin-bottom: 13px; }
    .author_box .author_gravitar.alignright img {
      margin-left: 25px;
      margin-bottom: 13px; }

  .home_footer > .button,
  .archive_footer > .button {
    float: right;
    margin-bottom: 0; }

  .headline_area .post_date,
  .headline_area .twitter_profile,
  .headline_area .post_author,
  .headline_area .num_comments_link,
  .headline_area .post_cats,
  .author_name {
    display: inline-block; }

  .prev_next .previous_post,
  .prev_next .next_post,
  .prev_next .previous_posts,
  .prev_next .next_posts,
  #action_box .action_box .half_width {
    width: 50%; }

  .right,
  .alignright,
  img[align="right"],
  .prev_next .next_posts,
  .prev_next .next_post,
  .next_comments {
    float: right; }

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

  .prev_next .next_post,
  .prev_next .next_posts {
    border-bottom: 0; }

    .related-container .related-content {
      display: flex;
      flex-direction: row; }

  .single_related {
    align-self: center;
    margin-right: 25px; } }

/*
 * ---:[ natural layout break 2 ]:---
 */
@media all and (min-width: 824px) {
  .container,
  .columns > .content,
  .columns > .sidebar.secondary,
  .columns .column-wrapper > .content,
  .columns .column-wrapper > .sidebar.primary {
    width: 824px;
    margin: 0 auto;
    float: none; }


  .wrapper {
    width: 100%;
    margin: 0 auto; }




  .grt blockquote.right,
  .grt blockquote.left {
    width: 50%; }

  .grt blockquote.right {
    margin-left: 25px; }

  .grt blockquote.left {
    margin-right: 25px; } }

/*
 * ---:[ natural layout break 3 (desktop) ]:---
 */
@media all and (min-width: 1044px) {
  .columns > .content,
  .columns .column-wrapper > .content {
    width: 724px;
    float: left;
    border-width: 0 1px 0 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #ecfdaf; }

    .full-layout .author_box_wrapper {
      padding-left: 25px;
      padding-right: 0; }
    .full-layout .related-container,
    .full-layout .related-headline {
      margin-left: 0;
      margin-right: -25px;
      padding-left: 0;
      padding-right: 25px; }
    .full-layout .post_box,
    .full-layout .comment_list,
    .full-layout .login_alert {
      padding-left: 0;
      padding-right: 25px;
      margin-left: 25px;
      margin-right: 0; }

    .fixed-layout .featured_image,
    .fixed-layout .related-container {
      margin-left: -25px;
      margin-right: -25px; }
    .fixed-layout .related-container .related-content,
    .fixed-layout .related-container .related-headline {
      padding-left: 25px;
      padding-right: 25px; }

  .header_container .headline_container .container,
  .post_box,
  .author_box_title,
  .author_box .author_box_container,
  .author_box .author_social_container,
  .footer,
  .comment,
  #commentform,
  .comments_intro,
  .prev_next {
    padding-left: 25px;
    padding-right: 25px; }

  .wrapper {
    width: 100%;
    margin: 0 auto; }

  .container,
  .no-sidebar-wide .column-wrapper,
  .no-sidebar-wide .column-wrapper > .content,
  .landing-wide .column-wrapper,
  .landing-wide .column-wrapper > .content {
    width: 1044px; }

  .column-wrapper {
    width: 100%;
    border-width: 0;
    float: none;
    margin: 0 auto;
    border-style: solid;
    border-color: #ecfdaf; }


      .columns > .sidebar.secondary {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 30px 25px 0; }

      .columns .column-wrapper > .sidebar.primary {
        width: 320px;
        float: left;
        margin: 0 auto;
        padding: 30px 25px 0;
        margin-left: -1px; }

  .no-sidebar-slim .columns .content {
    border: medium none;
    float: none;
    margin: 0 auto; }

  .header_container {
    text-align: left; }

  .menu_control {
    display: none; }

  .show_menu {
    top: auto; }

  .colorless-nav .nav-container .nav > li {
    border: none; }

  /*
   * ---:[ nav menu ]:---
   */  .nav-container .container {
    justify-content: center;
    flex-direction: row; }

  .nav {
    display: flex;
    vertical-align: top;
    width: auto;
    height: auto;
    padding-left: 13px;
    padding-right: 13px; }
    .nav:before {
      display: none; }
    .nav li {
      position: relative;
      background-color: #7009b9; }
      .nav li .sub-menu {
        display: none;
        position: absolute;
        text-align: left;
        padding-top: 3px;
        padding-left: 0; }
        .nav li .sub-menu li {
          width: 336px; }
        .nav li .sub-menu .sub-menu {
          top: 0;
          left: 336px;
          text-align: left;
          padding-top: 0; }
        .nav li .sub-menu a:hover {
          background-color: #55078d; }
      .nav li:hover > .sub-menu {
        display: block; }
      .nav > li.menu-item-has-children > a {
        padding-right: 19px; }
        .nav > li.menu-item-has-children > a:after {
          right: 6px;
          bottom: calc(50% - 6px); }
    .nav .current-menu-item > a {
      background-color: #55078d; }
      .nav .menu-item-has-children .menu-item-has-children:hover:after {
        transform: rotate(-90deg);
        color: #52b909; }

  .show-mobile-sub-menus .sub-menu {
    display: none; }

  .menu_control,
  .author_box_wrapper,
  .prev_next {
    margin-left: 0;
    margin-right: 0; }

  .sidebar .tagcloud,
  .sidebar #calendar_wrap,
  .related-container .related-content {
    padding-left: 0;
    padding-right: 0; }

  .sidebar input[type="submit"],
  .sidebar .input_submit {
    width: 100%; }

  .author_box .author_social_container,
  .related-container {
    text-align: left; }

  .author_box .social_headline {
    display: inline-block; }

  #action_box .ab_col {
    padding: 25px; }

  .woocommerce .content > .product {
    margin: 25px 25px 0 0; }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    font-size: 14px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:after {
      display: none; } }

/*
 * BYOB BX Content Slider Shared Styles - Version 1.0
 */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/*
 * LOADER
 */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: ();
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/*
 * PAGER
 */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black; }

/*
 * DIRECTION CONTROLS (NEXT / PREV)
 */
.bx-wrapper .bx-prev {
  left: 10px;
  background: (); }

.bx-wrapper .bx-next {
  right: 10px;
  background: (); }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/*
 * AUTO CONTROLS (START / STOP)
 */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: (); }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: (); }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/*
 * PAGER WITH AUTO-CONTROLS HYBRID LAYOUT
 */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/*
 * End BYOB BX Content Slider Shared Styles
 */
/*
 * BYOB BX Content Slider Instance Styles - Version 1.0
 */
#slider {
  margin-bottom: 24px; }

#slider .bx-wrapper .bx-viewport {
  border: solid white 15px;
  background: white;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * End BYOB BX Content Slider Instance Styles
 */
/*
 * ---:[ Custom CSS ]:---
 */
#thesis_news_widget {
  display: none !important; }

/*
 * Fonts
 */
@font-face {
  font-family: \'pathway_gothic_oneregular\';
  src: url('http://haylingbillyheritage.org/fonts/pathwaygothicone-regular-webfont.eot');
  src: url('http://haylingbillyheritage.org/fonts/pathwaygothicone-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://haylingbillyheritage.org/fonts/pathwaygothicone-regular-webfont.woff2') format('woff2'), url('http://haylingbillyheritage.org/fonts/pathwaygothicone-regular-webfont.woff') format('woff'), url('http://haylingbillyheritage.org/fonts/pathwaygothicone-regular-webfont.ttf') format('truetype'), url('http://haylingbillyheritage.org/fonts/pathwaygothicone-regular-webfont.svg#pathway_gothic_oneregular') format('svg');
  font-weight: normal;
  font-style: normal; }
h1.headline,
h2,
h3,
h4,
h5,
h6,
.widget_title,
.nav a {
  font-family: 'pathway_gothic_oneregular', sans-serif; }

h1.headline,
h2,
h3,
h4,
h5,
h6,
.widget_title,
a,
.num_comments,
.num_comments:before,
.prev_next,
.sidebar .widget li a {
  color: #7009b9; }

h1.headline,
h2,
h3 {
  text-transform: uppercase; }

h1.headline {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 28px; }

.grt .headline {
  font-size: 32px;
  line-height: 48px; }

h2 {
  margin-top: 48px;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 35px; }

.grt h2 {
  margin-top: 48px;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 35px; }

h3 {
  font-size: 25px;
  line-height: 37px; }

.grt h3 {
  font-weight: normal;
  font-size: 25px;
  line-height: 37px; }

.grt sub,
.grt sup {
  color: #666666; }

.post_content a {
  text-decoration: none; }

.sidebar .widget_title,
.email_form_title {
  background-color: #7009b9;
  color: white;
  border-bottom: 3px solid #c3fa06; }

.input_text,
input[type="text"],
input[type="email"],
input[type="password"] {
  background-color: white;
  border: 1px solid #666666; }

input[type="submit"],
.input_submit,
.button,
button,
.comment_footer a {
  color: white; }

.wrap a,
.attention_boxes_2 a,
.hostelries a {
  font-weight: bold; }

.wrap a:hover,
.attention_boxes_2 a:hover,
.hostelries a:hover,
.sidebar .widget li a:hover,
a:hover,
.author_box .author_name,
.author_box .author_url,
.comments_intro {
  color: #a49866; }

.byline.small {
  font-size: 12px;
  font-weight: bold; }

p.comments_intro {
  color: #7009b9;
  font-size: 15px;
  font-weight: bold; }

.comment_date {
  color: #7009b9;
  font-size: 13px; }

.prev_next {
  font-weight: bold; }

.previous_post,
.next_post {
  font-size: 14px; }

.headline_area,
.post_box .post_cat,
.post_box .post_cats,
.post_box .post_tags {
  color: #666666; }

.author_box .author_social_container {
  border-bottom: #a49866; }

.login_alert {
  background-color: #c3fa06; }

.grt .wp-caption p {
  color: #7009b9;
  font-weight: bold;
  text-align: center; }

.grt .wp-caption {
  background-color: #e5ddea; }

.post_tags {
  font-size: 16px; }

.post_content a,
.archive_content a {
  text-decoration: underline; }

.headline a {
  color: #7009b9; }

.recaptchatable a,
.recaptchatable a:hover {
  color: #7009b9 !important; }

.sidebar input[type=\"text\"],
.sidebar .input_text {
  margin-bottom: 0; }

p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

/*
 * Google Custom Search
 */
.cse input.gsc-search-button,
input.gsc-search-button {
  color: white !important;
  background: #7009b9 !important; }

td.gsc-input,
td.gsc-search-button,
td.gsc-clear-button {
  border-bottom: none; }

/*
 * Header
 */
#header {
  width: 100%; }

.header_container {
  z-index: 99999;
  background-color: #d4cfa2;
  margin-bottom: 0;
  border-bottom: 3px double #7009b9; }

.header_container .headline_container .container {
  padding: 5px; }

#site_title img {
  margin: 0 auto -30px auto;
  padding: 0;
  width: 300px; }

.no-sidebar-wide .header_container .headline_container {
  text-align: left; }

/*
 * Menu
 */
i.fa.fa-home {
  font-size: 30px; }

.nav li a {
  color: #7009b9; }

/*
 * Subheaders class
 */
.subheaders {
  width: 300px;
  height: 45px;
  font-size: 26px;
  line-height: 45px;
  text-align: center;
  margin: 6px 25px 13px 0;
  font-family: 'pathway_gothic_oneregular', sans-serif;
  background-color: #7009b9;
  float: left; }

.subheaders a {
  color: white; }

.subheaders a:hover {
  color: #c3fa06; }

/*
 * Content General
 */
.content_container {
  background-color: white;
  overflow: hidden; }

/*
 * Slider
 */
#slider .bx-wrapper .bx-viewport {
  border: none;
  padding-bottom: 15px; }

.bx-wrapper .bx-prev {
  background: url('http://haylingbillyheritage.org/wp-content/thesis/boxes/byob-bx-slider/images/controls.png') no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  background: url('http://haylingbillyheritage.org/wp-content/thesis/boxes/byob-bx-slider/images/controls.png') no-repeat -43px -32px; }

.bx-wrapper {
  margin-bottom: 0; }

/*
 * Front Page
 */
.wrap {
  clear: both;
  width: 95%;
  margin: 0 auto;
  overflow: hidden; }

.columns_3 h1 {
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center; }

/*
 * Intro Section
 */
h2.reduce_margin {
  margin-top: 25px; }

/*
 * Attenton Boxes - History - Activities - Nature
 */
.query_box.attention_box {
  background-color: #e9e7d0;
  padding: 10px 10px 35px 10px;
  margin: 150px auto 50px auto;
  max-width: 320px; }

.query_box.attention_box .headline a {
  color: white;
  background-color: #a49866;
  padding: 5px 7px; }

.query_box.attention_box img {
  padding-bottom: 10px;
  margin-top: -105px; }

.attention_box2 h2 {
  display: none; }

/*
 * Register and QR Codes Strip
 */
.attention_boxes_2 h2,
hostelries_text h2 {
  margin-top: 0; }

.row2 {
  background-color: #e9e7d0; }

.btl {
  background-color: #d4cfa2;
  vertical-align: top;
  text-align: right; }

.btl p a {
  color: #666666; }

.btl a {
  font-weight: normal; }

.btl img {
  float: right;
  width: 25%;
  padding-top: 13px; }

.codes,
.video {
  background-color: #a49866; }

.codes_text {
  color: white;
  float: none;
  text-align: left; }

.film {
  vertical-align: top; }

.film img {
  padding-right: 13px; }

.film.two_thirds {
  padding-left: 5%; }

.video {
  vertical-align: middle; }

.attention_boxes_2,
.btl,
.codes,
.video,
.film {
  display: inline-block; }

.btl,
.video,
.codes,
.film {
  padding: 25px; }

.btl,
.video,
.codes,
.film,
.codes_text {
  width: 100%; }

.codes img {
  width: 50%; }

/*
 * Hostelries
 */
.hostelries {
  position: relative;
  overflow: hidden;
  background-color: #666666;
  height: 200px; }

.hostelries span.text-content {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  display: table;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 200px; }

.hostelries span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 13px; }

.hostelries span.text-content span img {
  width: 80px;
  margin: 0 auto; }

.hostelries span.text-content span h2,
.hostelries span.text-content span a {
  color: #c3fa06; }

.hostelries span.text-content span h2 {
  margin-top: 24px; }

.hostelries span.text-content span img {
  display: none; }

/*
 * Schools
 */
.schools_area {
  background-color: #a49866; }

.schools_area .wrap {
  padding: 6px 0; }

.schools h2 {
  color: white;
  margin: 0; }

.schools_image {
  padding-right: 50px;
  vertical-align: middle; }

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

.schools_image,
h2.schools_text {
  display: inline-block; }

/*
 * Gallery Settings
 */
.gallery-item img {
  border: 5px solid #d4cfa2 !important; }

#ffffff.gallery-item .gallery-caption {
  text-align: left !important; }

.gallery .archive_intro.post_box.grt.top {
  float: none;
  width: 100%; }

.gallery .post_box {
  width: 33%;
  float: left;
  margin: 0 auto;
  min-width: 150px;
  padding: 15px 15px;
  border-top: none; }

.gallery .post_box img {
  border: 5px solid #d4cfa2; }

/*
 * Team Members
 */
.team-gallery .headline_area h1 {
  text-align: left; }

.team-gallery .post_box img {
  margin-bottom: 25px; }

.team-gallery .post_box {
  padding-left: 25px; }

/*
 * Footer
 */
.footer_container,
.footer_container .container {
  background-color: #a49866;
  clear: both; }

.footer_image {
  padding-top: 100px; }

.footer a {
  text-decoration: none; }

.footer a:hover {
  color: #c3fa06; }

a.webuk {
  font-size: 14px;
  line-height: 30px;
  color: #7009b9; }

a.webuk:hover {
  color: white; }

/*
 * WooCommerce
 */
.woocommerce-checkout #payment div.payment_box {
  width: 82% !important; }

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .star-rating {
  color: gold; }

.pp_overlay {
  z-index: 99999 !important; }

.pp_pic_holder {
  z-index: 100000 !important; }

.woocommerce ul.products li.product .onsale {
  margin: 0 !important;
  right: initial !important; }

.woocommerce span.onsale {
  top: 5px !important;
  left: 5px !important; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #7009b9 !important;
  color: white !important; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #c3fa06 !important; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: normal !important; }

.woocommerce ul.products li.product h3 {
  font-weight: normal;
  font-size: 20px !important;
  text-transform: initial !important; }

/*
 * Contact Forms
 */
textarea.wpcf7-form-control.wpcf7-textarea {
  margin-top: 6px; }

/*
 * Wordpress Dashboard
 */
#dashboard-widgets .metabox-holder h3 {
  background-color: yellow !important; }

/*
 * Responsive Styles - Tiny Android
 */
@media all and (max-width: 300px) {
  .hostelries span.text-content h2 {
    font-size: 20px; }

  .hostelries span.text-content {
    font-size: small; }

  .menu_control {
    font-size: 12px; }

  .nav-container {
    bottom: 5px;
    right: 0; } }

/*
 * Responsive Styles - Mobile
 */
/*
 * Header Area
 */
.third,
.two_thirds {
  box-sizing: inherit; }

.header_columns > .two_thirds {
  width: 66.66%;
  float: left; }

.header_columns > .third {
  width: 100%;
  float: left; }

.nav-container {
  width: auto;
  background-color: transparent;
  border: none;
  padding: 5px;
  position: absolute; }

.nav a,
.nav > li,
.nav .sub-menu li {
  background-color: #d4cfa2;
  margin-bottom: 0;
  color: #7009b9; }

.nav a {
  padding: 5px 13px; }

.nav li a:hover,
.nav .sub-menu li > a:hover {
  color: #c3fa06; }

.nav {
  float: right;
  letter-spacing: 0;
  padding-left: 0;
  width: 100%; }

.nav .sub-menu {
  display: block; }

.menu_control {
  float: right;
  margin: 0;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.menu_control:hover {
  color: white; }

/*
 * Content Area
 */
.columns_3 > .third,
.columns_312 > .third {
  width: 100%;
  float: none;
  margin: 0 auto; }

.columns_3 > .two_thirds,
.columns_312 > .two_thirds {
  width: 100%;
  float: none;
  margin: 0 auto; }

/*
 * Responsive Styles - width=774px
 */
@media all and (min-width: 774px) {
  .columns_3 > .third,
  .columns_312 > .third {
    float: left;
    width: 33.33%;
    min-width: 265px; }

  .columns_312 > .two_thirds {
    float: left;
    width: 66.66%; }

  .intro img {
    float: right; }

  .attention_boxes_2 {
    display: table;
    padding: 100px 0; }

  .btl,
  .codes,
  .video,
  .film {
    display: table-cell;
    padding: 25px; }

  .btl,
  .video {
    width: 33.33%; }

  .codes,
  .film {
    width: 66.66%; }

  .codes {
    position: relative; }

  .codes img {
    margin-top: -10%;
    position: absolute;
    bottom: 0;
    width: 40%; }

  .codes_text {
    width: 50%;
    float: right; }

  .wrap {
    width: 80%; }

  /*
   * .nav-container.two_thirds {width: auto; float: right;}
   */  #header {
    height: 117px; }

  .hostelries span.text-content {
    bottom: 5%;
    left: 35%;
    width: 30%; }

  .hostelries,
  .hostelries span.text-content {
    height: auto; } }

/*
 * Responsive Styles - width=824px - ipads
 */
@media all and (min-width: 824px) {
  .header_columns .container {
    width: 100%; }

  .query_box.attention_box {
    min-height: 460px; } }

/*
 * Responsive Styles - width=1024px - desktops
 */
@media all and (min-width: 1044px) {
  /*
   * Fixed Header with bottom border
   */  #header {
    position: fixed;
    background-color: #d4cfa2;
    margin-bottom: 0;
    border-bottom: 3px double #7009b9; }

  .content_container {
    padding-top: 117px; }

  .header_container {
    border-bottom: none; }

  .header_columns > .headline_container {
    width: 33.33%;
    float: left; }

  .header_columns > .nav-container {
    width: auto;
    float: left; }

  /*
   * Full, right-aligned menu - .nav-container width must be \'auto\'
   */  .nav-container {
    position: absolute;
    bottom: 10px;
    right: 0; }

  .nav .sub-menu {
    display: none; }

  .nav .sub-menu li {
    width: 200px; }

  .nav .sub-menu .sub-menu {
    left: 200px; }

  .hostelries span.text-content span img,
  .hostelries span.text-content span p {
    display: block; }

  .query_box.attention_box {
    min-height: 410px; } }

table.birds {
  table-layout: fixed; }

table.birds img {
  width: 100%; }

td.twentyfive {
  width: 25%;
  word-wrap: normal; }