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

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

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

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

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #111111;
    /*
   * background-color: #FFFFFF;
   */
  padding-top: 45px;
  background: url(images/background.png) #eaeaea;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em; }

body.landing {
  padding-top: 0; }

.container {
  width: 897px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 20px;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0px 5px 10px rgba(80, 80, 80, 0.5);
  -moz-box-shadow: 0px 5px 10px rgba(80, 80, 80, 0.5);
  box-shadow: 0px 5px 10px rgba(80, 80, 80, 0.5); }

.container:before {
  position: absolute;
  top: 3px;
  left: -22px;
  width: 22px;
  height: 122px;
  background: url(images/background-shadow-left.png);
  content: " "; }

.container:after {
  position: absolute;
  top: 3px;
  right: -22px;
  width: 22px;
  height: 122px;
  background: url(images/background-shadow-right.png);
  content: " "; }

.landing .container {
  width: 667px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 667px;
  float: right;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 230px;
  float: left;
  padding: 45px 45px 0 45px; }

.service_sidebar,
products_sidebar,
contact_sidebar {
  width: 50%;
  height: auto; }

#option_container {
  position: absolute;
  top: -30px;
  right: 0;
  text-align: right;
  font-size: 12px;
  color: #666666; }

#option_container div {
  float: left;
  margin-left: 10px; }

#option_container a {
  color: #666666; }

.hidden {
  visibility: hidden;
  height: 1px; }

/*
 * *********************************************
 * links
 * **********************************************
 */
a {
  color: #77dd33;
  text-decoration: none; }

p a {
  text-decoration: none; }

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: none;
  display: inline-block; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
    /*
   * position: absolute;
   */
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px;
  margin-left: 15px; }

.menu .sub-menu .sub-menu {
    /*
   * top: 0;
   */
    /*
   * left: 168px;
   */
  margin: 0 0 0 30px; }

.menu .current-menu-ancestor > .sub-menu {
  display: block; }

/*
 * 
 * .menu li:hover > .sub-menu {
 * display: block;
 * }
 */
.menu li.current-menu-item > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 168px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 12px;
  line-height: 17px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dddddd;
    /*
   * border-width: 1px 1px 1px 0;
   */
    /*
   * border-style: solid;
   */
    /*
   * background-color: #EEEEEE;
   */
  padding: 0.75em 1em;
  margin-bottom: -3px;
  font-size: 14px; }

.menu a:hover {
    /*
   * background-color: #DDDDDD;
   */
  color: white; }

.menu_control {
  display: none;
    /*
   * background-color: #FFFFFF;
   */ }

.menu .sub-menu a {
    /*
   * border-left-width: 1px;
   */ }

.menu,
.menu a,
.menu .sub-menu {
    /*
   * border-color: #DDDDDD;
   */ }

.menu .current-menu-item > a {
    /*
   * border-bottom-color: #FFFFFF;
   * background-color: #FFFFFF;
   */
  color: white;
    /*
   * cursor: text;
   */ }

.menu .sub-menu .current-menu-item > a {
    /*
   * border-bottom-color: #DDDDDD;
   */ }

nav.woocommerce-breadcrumb {
  margin-left: 25px !important; }

#mainmenu {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  background: url(images/menu.png) repeat-x #333333; }

#mainmenu:before {
  position: absolute;
  top: 38px;
  left: 0;
  width: 431px;
  height: 42px;
  content: " ";
  background: url(images/menu-shadow-left.png) no-repeat; }

#mainmenu:after {
  position: absolute;
  top: 38px;
  right: 0;
  width: 431px;
  height: 42px;
  content: " ";
  background: url(images/menu-shadow-right.png) no-repeat; }

#mainmenu .menu li {
  padding: 0 20px 0 20px; }

#mainmenu img {
  display: inline;
  vertical-align: middle; }

.columns ul.menu {
  max-width: 220px; }

.widget .current-menu-item > a {
  font-weight: bold; }

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

.widget li a:hover {
    /*
   * text-decoration: none;
   */ }

.widget .menu,
.widget .menu a,
.widget .menu .sub-menu {
  color: black;
  text-transform: none; }

.widget .menu li {
  float: none;
  margin-bottom: 0; }

.widget .menu {
  margin-top: 15px; }

.columns {
  margin-top: 50px; }

#lang_sel_list li {
  float: left;
  text-align: left;
  margin-right: 10px; }

#lang_sel_list li img {
  display: inline; }

#lang_sel_list a {
  background-color: transparent !important;
  line-height: 25px !important; }

/*
 * *********************************************
 * header
 * **********************************************
 */
#header.header {
    /*
   * padding:30px 135px 0 195px;
   */
  padding: 2% 24% 2% 28%; }

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

#site_title {
  font-size: 39px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #77dd33; }

#site_tagline {
  font-size: 15px;
  color: #888888;
  line-height: 1.32em; }


#header h1 a,
#header #site_title a {
  display: none; }

#header #site_tagline {
  display: none;
  text-align: center; }

/*
 * *********************************************
 * content
 * **********************************************
 */
.content {
  margin-bottom: 15px; }

.content p {
  margin: 16px 0 16px 0; }

.content ol,
.content ul,
.fullwidth_content ol,
.fullwidth_content ul {
  padding-left: 20px; }

.content h1 {
  font-size: 42px;
    /*
   * line-height: 42px;
   */
  line-height: 1.2em;
  font-weight: 300;
  padding-top: 20px;
  clear: both; }

.content h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  padding-top: 15px;
  clear: both; }

.content h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 8px;
  padding-top: 10px;
  clear: both; }

.post_box h2,
.post_box h3 {
  color: #444444; }

.fullwidth_content {
  margin-top: 70px;
  margin-bottom: 65px; }

.fullwidth_content p {
  margin: 16px 0 16px 0; }

.post_content {
  padding-bottom: 25px; }

.post_content .ingress {
  font-size: 22px; }

.post_content img {
  display: right;
  max-width: 100%;
  clear: both; }

.post_box {
  padding-top: 0; }

.identbox {
  float: left;
  padding: 5px;
  width: 48%; }

.firstcol {
  clear: both; }

.tidentbox {
  margin-bottom: 20px; }

.tidentbox tr {
  border-bottom: 1px dotted #dadada; }

.tidentbox th {
  text-align: left;
  padding-right: 4px; }

.tidentbox td {
  vertical-align: top;
  padding-right: 5px; }

.stackedbox {
  min-width: 260px;
  width: 33%;
  float: left; }

.stackedbox a {
  color: black; }

.pricelist {
  margin-top: 10px; }

.pricelist tr:nth-child(even) {
  background: #eeeeee; }

/*
 * *********************************************
 * golden ratio typography with spaced paragraphs
 * **********************************************
 */
.grt,
.grt h3 {
  font-size: 15px;
  line-height: 25px; }

.grt .headline {
  font-size: 24px;
  line-height: 37px;
  margin: 0; }

.grt h2 {
  font-size: 19px;
  line-height: 31px;
  margin-top: 38px;
  margin-bottom: 13px; }

.grt .small,
.grt .caption {
  font-size: 12px;
  line-height: 21px; }

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

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.post_box .aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note,
.headline_area {
  margin-bottom: 45px; }

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

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

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 45px;
  margin-right: 45px; }

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 45px;
  margin-left: 45px; }

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

/*
 * *********************************************
 * golden ratio pullquotes
 * **********************************************
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 24px;
  line-height: 34px;
  width: 45%;
  margin-bottom: 13px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * *********************************************
 * support table list
 * **********************************************
 */
table.widefat th {
  text-align: left; }

button.wpscst-button {
  height: 40px;
  padding: 5px; }

/*
 * *********************************************
 * gform
 * **********************************************
 */
.gfield_select,
.gform_button {
  font-size: 1.2em !important; }

h3.gform_title {
  font-weight: 100 !important;
  font-size: 1.6em !important; }

h2.gsection_title {
  font-weight: 100 !important;
  font-size: 1.6em !important; }

span.ginput_total {
  font-size: 36px !important;
  font-weight: bold; }

/*
 * *********************************************
 * post box styles
 * **********************************************
 */
.post_box {
  padding: 45px 45px 0 45px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #111111; }

.headline a:hover {
  color: #77dd33; }

.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #111111; }

.byline .post_edit {
  margin-left: 13px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.post_box h2,
.post_box h3 {
  color: #111111; }

.post_box h3 {
    /*
   * font-weight: bold;
   */
  font-size: 26px; }

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

.post_box blockquote {
  color: #888888;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dddddd; }

.post_box code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 13px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: none; }

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

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 13px; }

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

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

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

.post_box .wp-caption p {
  font-size: 12px;
  line-height: 21px; }

.post_box .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 45px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 58px;
  height: 58px;
  float: right;
  clear: both;
  margin-left: 13px; }

.post_box .author_description .avatar {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 13px;
  margin-left: 0; }

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

.post_box .alert,
.post_box .note {
  padding: 13px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

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

/*
 * *********************************************
 * other post box styles
 * **********************************************
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 45px; }

.num_comments_link:hover {
  text-decoration: none; }

.bracket,
.num_comments {
  font-size: 45px; }

.bracket {
  color: #dddddd; }

/*
 * *********************************************
 * misc. content elements
 * **********************************************
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 45px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 13px 45px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: none; }

/*
 * *********************************************
 * comments
 * **********************************************
 */
#comments {
  margin-top: 50px; }

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

.comments_closed {
  font-size: 12px;
  line-height: 21px;
  color: #888888;
  margin: 0 45px 45px 45px; }

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

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 45px; }

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

.children .bypostauthor {
  background-color: transparent;
  border-color: #77dd33; }

.comment .comment_head {
  margin-bottom: 13px; }

.children .comment_head {
  margin-bottom: 0; }

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

.comment_date {
  font-size: 12px;
  margin-left: 13px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 12px;
  line-height: 21px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 13px; }

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

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

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

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

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

/*
 * *********************************************
 * inputs
 * **********************************************
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 25px; }

.input_submit {
  font-size: 19px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url('images/bg-button.png') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

/*
 * *********************************************
 * comment form
 * **********************************************
 */
#commentform {
  margin: 50px 0;
  padding: 0 45px; }

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

.comment_form_title {
  font-size: 19px;
  line-height: 31px;
  color: #111111;
  margin: 0 -45px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 45px 13px 45px; }

#commentform label {
  display: block; }

#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: 12px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #77dd33; }

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

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

/*
 * *********************************************
 * sidebar
 * **********************************************
 */
.sidebar {
  font-size: 12px;
  line-height: 17px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 19px;
  line-height: 27px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 9px; }

.sidebar .input_submit {
  font-size: inherit; }

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

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

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

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

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

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 9px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

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

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 9px; }

/*
 * *********************************************
 * footer
 * **********************************************
 */
.footer {
  font-size: 12px;
  line-height: 21px;
    /*
   * text-align: right;
   */
  color: #dadada;
    /*
   * border-top: 3px double #DDDDDD;
   */
  padding: 13px 45px;
  letter-spacing: 0.1em;
  background: #3c3c3c;
  border: none;
  text-align: center; }

.footer a {
    /*
   * color: #888888;
   */
  color: white;
  font-weight: normal; }

.footer a:hover {
    /*
   * color: #111111;
   */
  color: white;
  text-decoration: none; }

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

.footercolumn {
  float: left;
  text-align: left;
  width: 180px;
  min-height: 130px;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 20px; }

.footercolumn li {
  margin-bottom: 2px;
  font-size: 14px; }

.footercolumn a {
  color: #dadada; }

#footercopyright {
  clear: both;
  padding-top: 30px;
  margin-bottom: 20px; }

#footerattribution {
  clear: both;
  text-align: right;
  margin-bottom: -30px; }

/*
 * WOOCOMMERCE CUSTOMIZATIONS
 */
.woocommerce .products_main_loop > ul.products > li.product {
  overflow: visible !important; }

p.demo_store {
  background: #38a1ec !important; }

/*
 * *********************************************
 * G Forms
 * **********************************************
 */
.gform_footer input.button:hover,
.gform_page_footer input.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#ededed'); }

.gform_footer input.button,
.gform_page_footer input.button {
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#DFDFDF');
  background-color: #ededed;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 3px solid #bcbcbc;
  display: inline-block;
  color: #424242;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 1px white; }

.gf_progressbar {
  margin-left: 15%;
  background: none !important;
  width: 515px !important;
  height: 55px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.gf_progressbar_percentage {
  height: 100% !important; }

.gf_progressbar_percentage span {
  display: none !important; }

.gf_progressbar .percentbar_blue {
  background-color: transparent !important;
  background-image: none !important; }

.gf_progressbar .percentbar_25 {
  background-image: url(images/sell-step1.png) !important;
  width: 100% !important; }

.gf_progressbar .percentbar_50 {
  background-image: url(images/sell-step2.png) !important;
  width: 100% !important; }

.gf_progressbar .percentbar_75 {
  background-image: url(images/sell-step3.png) !important;
  width: 100% !important; }

.gf_progressbar .percentbar_100 {
  background-image: url(images/sell-step4.png) !important;
  width: 100% !important; }

.gform_wrapper input {
  font-size: 18px !important; }

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

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

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

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

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

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
        /*
     * background-color: #FFFFFF;
     */
    padding: 1em 45px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 45px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
        /*
     * background-color: #FFFFFF;
     */
    padding: 1em 45px; }

  .menu .current-menu-item > a {
        /*
     * background-color: #EEEEEE;
     */
    background-color: #8f8f8f; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  ul.show_menu {
    background-color: #444444; }

  #mainmenu .menu li {
    padding: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; }

  .gf_progressbar {
    margin-left: 4%; } }

@media all and (max-width: 667px) {
  .container:before,
  .container:after {
    display: none; }

  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  #mainmenu:before,
  #mainmenu:after {
    display: none; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .gf_progressbar {
    margin-left: 0;
    max-width: 100%;
    background-size: 100%; }

  .percentbar_25 {
    background-size: 100% !important; }

  .percentbar_50 {
    background-size: 100% !important; }

  .percentbar_75 {
    background-size: 100% !important; }

  .percentbar_100 {
    background-size: 100% !important; }

  .identbox {
    width: 100%; } }

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

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

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

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

  .comment_form_title {
    margin-left: -13px;
    margin-right: -13px; }

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

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

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

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; }

  #header.header {
        /*
     * padding:10px 40px 0 40px;
     */ } }

/*
 * *********************************************
 * 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 {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * ---:[ custom CSS ]:---
 */
.woocommerce .products_main_loop > ul.products > li.product img {
  box-shadow: none;
  border: 1px solid #ededed;
  padding: 5px; }

.widget_layered_nav {
  padding-left: 15px; }

.widget_layered_nav ul {
  display: inline-block;
  width: 200px; }

.woocommerce-page ul.products li.product h3 {
  height: 70px;
  overflow: hidden; }