/*
 * ---:[ 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: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #111111;
  background-color: white;
  padding-top: 0; }

body.landing {
  padding-top: 0; }

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

.landing .container {
  width: 800px; }

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

.columns > .content {
  width: 800px;
  float: left;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ededed; }

.columns > .sidebar {
  width: 300px;
  float: right;
  padding: 30px 30px 0 30px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #0033ff;
  text-decoration: none; }

p a {
  text-decoration: underline; }

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

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: none; }

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

.menu .sub-menu .sub-menu {
  top: 0;
  left: 196px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block;
  background-color: #ededed; }

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

.menu a,
.menu_control {
  display: block;
  font-size: 14px;
  line-height: 20px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  border-width: 1px 1px 1px 0;
  border-style: none;
  background-color: none;
  padding: 0.75em 1em; }

.menu a:hover {
  background-color: none;
  color: #7a7a7a; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 0px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: none; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: none;
  cursor: text; }

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

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 1.5px solid #cccccc;
  padding: 0.5em;
  background-color: white; }

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

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

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #0033ff; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 18px;
  line-height: 30px; }

.grt .headline {
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
  font-size: 29px;
  line-height: 43px;
  margin: 0; }

.grt h2 {
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
  font-size: 22px;
  line-height: 34px;
  margin-top: 45px;
  margin-bottom: 15px; }

.grt .small,
.grt .caption {
  font-size: 14px;
  line-height: 25px; }

.grt .drop_cap {
  font-size: 60px;
  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: 30px; }

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

.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: 30px;
  margin-right: 30px; }

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

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

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 29px;
  line-height: 41px;
  width: 45%;
  margin-bottom: 15px; }

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

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  padding: 30px 30px 0 30px;
  border: 1.5px solid #cccccc; }

.top {
  border-top: 0; }

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

.headline a:hover {
  color: #0033ff; }

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

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

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

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

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

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

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

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

.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: 15px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

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

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

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

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

.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: 14px;
  line-height: 25px; }

.post_box .author_description {
  border-top: 1px dotted #ededed;
  padding-top: 30px; }

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

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

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

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

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

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

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

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

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

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

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

.bracket {
  color: #ededed; }

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

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

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #ededed;
  padding: 15px 30px; }

.prev_next .next_posts {
  float: right; }

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

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

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

.comments_intro {
  color: #888888;
  margin-bottom: 15px;
  padding: 0 30px; }

.comments_closed {
  font-size: 14px;
  line-height: 25px;
  color: white;
  margin: 0 30px 30px 30px; }

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

.comment {
  border-bottom: 1px dotted #ededed;
  padding: 30px; }

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

.children .bypostauthor {
  background-color: transparent;
  border-color: #0033ff; }

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

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

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

.comment_date {
  font-size: 14px;
  margin-left: 15px;
  color: #888888; }

.comment_date a {
  color: #888888; }

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

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

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

.comment .avatar {
  width: 60px;
  height: 60px;
  float: right;
  margin-left: 15px; }

.comment_nav {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #ededed;
  padding: 15px 30px; }

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

.comment_nav_bottom {
  margin: -60px 0 60px 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 #ededed;
  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: 30px; }

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

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

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

.comment_form_title {
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
  font-size: 22px;
  line-height: 34px;
  color: #111111;
  margin: 0 -30px;
  border-bottom: 1px dotted #ededed;
  padding: 0 30px 15px 30px; }

#commentform label {
  display: block; }

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

#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: 14px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0033ff; }

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

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

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

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

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

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

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

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

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

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

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

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

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #888888;
  padding: 15px 30px; }

.footer a {
  color: #888888; }

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

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

/*
 * 28/03/2019
 */
.contact-form .form-group {
  margin-bottom: 20px; }

.contact-form .form-group {
  margin-bottom: 20px; }

.contact-form .form-group input.wpcf7-text {
  padding: 9px; }

.contact-form .form-group .wpcf7-textarea {
  padding: 15px; }

.contact-form .form-group .wpcf7-submit {
  padding: 10px 22px;
  font-size: 17px; }

.contact-form .form-group .form-btn {
  width: 330px;
  text-align: center; }

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

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

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

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

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

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

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 30px;
    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 #ededed;
    padding-left: 30px; }

  .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: white;
    padding: 1em 30px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * ---:[ custom CSS ]:---
 */
/*
 * -------Site Default--------
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
  color: #39383a; }

.home-button {
  background: #ededed url("images/orange.png") repeat-x scroll center top;
  border: 1px solid #5a4ece;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-left: 15em;
  padding: 8px 28px 8px 8px;
  text-shadow: none;
  text-transform: uppercase;
  width: 30%; }

.inner {
  margin: 0 auto;
  position: relative;
  max-width: 1200px; }

.query-box-blog {
  padding: 1em;
  border: 1.5px solid #cccccc; }

.query-headline {
  padding: 0em;
  font-size: 24px; }

.query-excerpt-1 {
  padding: 0em; }

.byline a,
.post_author,
.post_date {
  font-size: 14px; }

.header-columns {
  padding: 0em; }

.header-columns > .c1 {
  float: left;
  width: 50%;
  padding: 0em; }

.header-columns > .c2 {
  float: left;
  padding-top: 1em;
  width: 50%; }

.featured-area {
  background-color: #b6bca3;
  border-bottom: 4px solid rgba(0, 0, 0, 0.09);
  border-top: 10px solid rgba(0, 0, 0, 0.09); }


.featured-zone > .c1 {
  float: left;
  padding: 0em;
  width: 35%; }

.featured-zone > .c2 {
  float: left;
  padding: 0.5em;
  width: 54%; }

.blog-featured-zone {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #d9dcca;
  border-color: #474747;
  border-style: solid;
  border-width: 3px 0;
  margin: 2.4em;
  overflow: hidden;
  padding: 2em; }

.blog-featured-area {
  background-color: #d9dcca;
  border-bottom: 4px solid rgba(0, 0, 0, 0.09);
  border-top: 10px solid rgba(0, 0, 0, 0.09); }


/*
 * Featured Box Opt in
 */
#optin-3 input {
  border: 1px solid #cccccc;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #dddddd;
  -moz-box-shadow: 0 2px 2px #dddddd;
  -webkit-box-shadow: 0 2px 2px #dddddd; }

#optin-3 input.email {
  background: white url(images/email.png) no-repeat 10px center;
  padding-left: 35px; }

#optin-3 input.name {
  background: white url(images/name.png) no-repeat 10px center;
  padding-left: 35px; }

#optin-3 input[type="submit"] {
  background: #f6640e url(images/orange.png) repeat-x top;
  border: 1px solid #a44913;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  text-shadow: -1px -1px #562806;
  width: 30%;
  margin-left: 12em; }

#optin-3 input[type="submit"]:hover {
  color: #ffdeb3; }

.home-media-area {
  background-color: white; }

.media-7 {
  padding-top: 0.5em; }

.home-media-inner {
  margin: 0 auto;
  position: relative;
  width: 1000px; }

.home-media-zone {
  padding: 1em; }

.home-media-zone > .c1 {
  float: left;
  padding: 1em;
  width: 10%; }

.home-media-zone > .c2 {
  float: left;
  padding: 1em;
  width: 10%; }

.home-media-zone > .c3 {
  float: left;
  padding: 1em;
  width: 10%; }

.home-media-zone > .c4 {
  float: left;
  padding: 1em;
  width: 10%; }

.home-media-zone > .c5 {
  float: left;
  padding: 1em;
  width: 12%; }

.home-media-zone > .c6 {
  float: left;
  padding: 1em;
  width: 10%; }

.home-media-zone > .c7 {
  float: left;
  padding: 1em;
  width: 12%; }

.home-columns-3-area {
  background-color: white;
  border-top: 4px solid rgba(0, 0, 0, 0.09); }

.home-columns-3-zone {
  padding: 2em; }

.home-columns-3-heading {
  font-size: 38px;
  color: #474747;
  padding-top: 0.5em;
  padding-bottom: 1em; }

.home-columns-3-zone > .c1 {
  float: left;
  padding: 1.5em;
  width: 20%; }

.home-columns-3-zone > .c2 {
  float: left;
  padding: 1.5em;
  width: 20%; }

.home-columns-3-zone > .c3 {
  float: left;
  padding: 1.5em;
  width: 20%; }

.home-columns-3-zone > .c4 {
  float: left;
  padding: 1.5em;
  width: 20%; }

.home-columns-4-area {
  background-color: #b6bca3;
  border-bottom: 4px solid rgba(0, 0, 0, 0.09);
  border-top: 12px solid rgba(0, 0, 0, 0.09); }


.book-title {
  font-size: 42px;
  color: #474747;
  padding-top: 1em; }

.home-columns-4-zone > .c1 {
  float: left;
  padding: 1em;
  width: 45%; }

.home-columns-4-zone > .c2 {
  float: left;
  margin-top: -4em;
  width: 45%; }

/*
 * Featured Box Opt in
 */
#optin-4 input {
  border: 1px solid #cccccc;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #dddddd;
  -moz-box-shadow: 0 2px 2px #dddddd;
  -webkit-box-shadow: 0 2px 2px #dddddd; }

#optin-4 input.email {
  background: white url(images/email.png) no-repeat 10px center;
  padding-left: 35px; }

#optin-4 input.name {
  background: white url(images/name.png) no-repeat 10px center;
  padding-left: 35px; }

#optin-4 input[type="submit"] {
  background: #f6640e url(images/orange.png) repeat-x top;
  border: 1px solid #a44913;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  text-shadow: -1px -1px #562806;
  width: 50%;
  margin-left: 0em; }

#optin-4 input[type="submit"]:hover {
  color: #ffdeb3; }

.home-columns-5-area {
  background-color: white; }


.home-columns-5-zone > .c1 {
  float: left;
  padding: 2em;
  width: 40%; }

.home-columns-5-zone > .c2 {
  float: left;
  padding: 2em;
  width: 40%; }

.home-columns-6-area {
  background-color: #da6311;
  border-top: 12px solid rgba(0, 0, 0, 0.09); }


.the-blog {
  padding-top: 1em; }

.home-columns-6-zone > .c1 {
  float: left;
  padding: 1em;
  width: 45%; }

.home-columns-6-zone > .c2 {
  float: left;
  padding: 1em;
  width: 45%; }

.home-blog-1 a {
  color: #ededed; }

.home-blog-2 a {
  color: #ededed; }

.home-blog-1 .widget_title {
  color: #474747;
  font-size: 24px;
  margin-bottom: 0.5em; }

.home-blog-2 .widget_title {
  color: #474747;
  font-size: 24px;
  margin-bottom: 0.5em; }

#footer {
  background-color: #b6bca3;
  border-top: 2px solid rgba(0, 0, 0, 0.09); }

.fat-footer-area {
  background-color: #b6bca3;
  border-top: 12px solid rgba(0, 0, 0, 0.09); }

.fat-footer-columns > .c1 {
  float: left;
  padding: 1em;
  width: 45%;
  margin-left: 6em; }

.fat-footer-columns > .c2 {
  float: left;
  padding: 1em;
  width: 40%; }

.featured-zone:after,
.header-columns:after,
.home-media-zone:after,
.home-columns-3-zone:after,
.home-columns-4-zone:after,
.home-columns-5-zone:after,
.home-columns-6-zone:after,
.fat-footer-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*
 * *home new page css start*
 */
.home-new-content .home-new-full-width-image {
  min-height: 500px; }

.home-new .container {
 
  margin: 0 auto; }

.home-new br {
  display: none; }

.home-new-features-img .title {
  font-size: 22px;
  color: black;
  font-weight: 800;
  margin-bottom: 35px; }

.home-new-features {
  margin-top: -85px;
  margin-bottom: 50px; }

.home-new-features-img {
  padding: 30px 0 35px;
  box-shadow: 3px 0 6px rgba(0, 0, 1, 0.2);
  border-radius: 5px;
  background-color: white; }

/*
 * *home new page css end*
 */
@media only screen and (max-width: 768px) {
  .inner {
    margin: 0 auto;
    position: relative;
    width: auto; }

  .header-columns > .c1 {
    float: left;
    width: auto;
    padding: 0em; }

  .header-columns > .c2 {
    float: left;
    width: auto;
    padding-top: 0em;
    padding-left: 0em; } }

@media only screen and (max-width: 768px) {
  .featured-zone > .c1 {
    float: left;
    padding: 1em;
    width: auto;
    display: none; }

  .featured-zone > .c2 {
    float: left;
    padding: 1em;
    width: auto; }

  @media only screen and (max-width: 768px) {
    .blog-featured-area {
      display: none; }

    #hellobar-container {
      display: none; }

    .home-media-area {
      display: none; } }

  @media only screen and (max-width: 768px) {
    .home-columns-3-zone > .c1 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-3-zone > .c2 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-3-zone > .c3 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-3-zone > .c4 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-4-zone > .c1 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-4-zone > .c2 {
      float: left;
      padding: 1em;
      width: auto;
      display: none; } }

  @media only screen and (max-width: 768px) {
    .home-columns-5-zone > .c1 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-5-zone > .c2 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-6-zone > .c1 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-6-zone > .c2 {
      float: left;
      padding: 1em;
      width: auto; }

    .home-columns-6-zone > .c3 {
      float: left;
      padding: 1em;
      width: auto; }

    #optin-4 input[type="submit"] {
      width: auto; }

    .the-blog {
      padding: 2em; } } }