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

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

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

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

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  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: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

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

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

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

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: #111111; }

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

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

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

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

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

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

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

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

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

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

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

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

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

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

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

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

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

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

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

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

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

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

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

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

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

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

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

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

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

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

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

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

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

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

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

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
body {
  background-size: 100% auto;
  background-size: cover;
  padding-top: 0px;
    /*
   * background-color:#595959;
   */
  background-color: #ccd7e2;
    /*
   * font-family: Open Sans, Arial, \'Helvetica Neue\', Helvetica, sans-serif;
   */
  font-family: Oswald, Open Sans, Arial, \'Helvetica Neue\', Helvetica, sans-serif;
  background-attachment: fixed;
  overflow-x: hidden; }

/*
 * custom home portfolio hide before page fuly load
 */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(100);
  overflow: hidden; }

#text-12 {
  margin-bottom: 0; }

/*
 * custom ends here
 */
.container {
    /*
   * background-image: url();
   */
  background-repeat: repeat-x;
  width: 100%;
  margin: 0 auto; }

.header {
    /*
   * border:none;
   */
    /*
   * border-top:1px solid #464646;
   */
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  border-bottom: 0px;
    /*
   * border-radius:25px 25px 0px 0px;
   */
    /*
   * 
   * background-image: -ms-linear-gradient(top, #006699 0%, #3399cc 100%);
   * background-image: -moz-linear-gradient(top, #006699 0%, #3399cc 100%);
   * background-image: -o-linear-gradient(top, #006699 0%, #3399cc 100%);
   * background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #006699), color-stop(1, #3399cc));
   * background-image: -webkit-linear-gradient(top, #006699 0%, #3399cc 100%);
   * background-image: linear-gradient(to bottom, #006699 0%, #3399cc 100%);
   */
    /*
   * box-shadow: 10px 10px 5px #888888;
   */
  margin: 0px 0px 0px 0px;
  padding: 10px 5% 5px 5%;
  background-color: white; }

.widgets-header {
  width: 100%;
  margin-bottom: 0px; }

.ngg-gallery-thumbnail {
  border: 0px !important; }

.ngg-gallery-thumbnail img {
  margin: 10px !important;
  border: 3px #ffb84c solid; }

.logo-box {
  color: #777777;
  float: left;
  padding: 10px 10px 10px 10px;
  font-family: Open Sans;
    /*
   * background-color:#fff;
   * border-top:1px solid #464646;
   * border-left:1px solid #464646;
   * border-right:1px solid #464646;
   * border-bottom:0px;
   * border-radius:25px 25px 25px 25px;
   */
  font-size: 20px;
  color: black;
  line-height: 1;
  text-align: left;
  font-family: Oswald;
  font-weight: 700;
  font-style: normal; }

/*
 * START LOGO
 */
.logo-web {
  line-height: 45px;
  color: #3c3939;
    /*
   * color:#00689C;
   */
    /*
   * color:#FFB800;
   */
    /*
   * text-shadow: 0 1px 1px #964B4B;
   */
    /*
   * 
   * font-family:\"verdana\", Times, serif;
   * font-size:30px;
   * color:#3399cc;
   * text-shadow: 0 1px 20px #fff;
   */ }

.logo-stuff {
  line-height: 45px;
  color: #3c3939;
    /*
   * color:#00689C;
   */
    /*
   * text-shadow: 0 1px 1px #964B4B;
   */
    /*
   * 
   * font-family:\"verdana\", Times, serif;
   * font-size:30px;
   * color:#66cc33;
   */ }

.logo-box span {
  font: bold 14px \"Arial\", Helvetica, sans-serif;
  text-transform: uppercase;
  color: white; }

/*
 * END LOGO
 */
.call-to-action-box {
    /*
   * color:#3399cc;
   */
  color: #999999;
  text-align: right;
    /*
   * text-transform: uppercase;
   */
    /*
   * font:bold 15px \"Arial\", Helvetica, sans-serif;
   */
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 5px;
  letter-spacing: 1px;
  line-height: 1.2; }

.call-to-action-box span {
  color: #999999; }

#menu-main-menu {
  width: 90%;
    /*
   * background-color:#09A59D;
   */
  border: none;
  padding: 10px 5% 60px 5%;
    /*
   * IE10 Consumer Preview
   */
  background-image: -ms-linear-gradient(top, #6e6e6e 0%, #464646 100%);
    /*
   * Mozilla Firefox
   */
  background-image: -moz-linear-gradient(top, #6e6e6e 0%, #464646 100%);
    /*
   * Opera
   */
  background-image: -o-linear-gradient(top, #6e6e6e 0%, #464646 100%);
    /*
   * Webkit (Safari/Chrome 10)
   */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e6e6e), color-stop(1, #464646));
    /*
   * Webkit (Chrome 11+)
   */
  background-image: -webkit-linear-gradient(top, #6e6e6e 0%, #464646 100%);
    /*
   * W3C Markup, IE10 Release Preview
   */
  background-image: linear-gradient(to bottom, #6e6e6e 0%, #464646 100%);
    /*
   * background: #FFB800;
   */
    /*
   * background:#09A59D;
   */
    /*
   * background: #3C3939;
   */
  background: #79be42; }

#menu-main-menu a {
  border: none;
  background: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: normal;
    /*
   * font:normal 20px Montserrat, sans-serif;
   */
  font: normal 20px Oswald, sans-serif;
  margin-right: 5px;
    /*
   * background: #f7953e;
   */
    /*
   * background: #ffba00;
   */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.menu .sub-menu {
  border-top: 10px solid #79be42; }

#menu-main-menu .sub-menu li:hover > a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

#menu-main-menu .sub-menu a {
  margin-right: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 18px;
  text-transform: capitalize; }

.menu .sub-menu li {
    /*
   * width: 250px;
   */
  width: 300px; }

.menu .sub-menu a::before {
  content: \"- \"; }

/*
 * MENU COLORS
 */
#menu-main-menu .menu-orange a {
    /*
   * background:#ec6f00;
   */ }

#menu-main-menu .menu-purple a {
  background: #88307f; }

#menu-main-menu .menu-red a {
  background: #ed1c24; }

#menu-main-menu .menu-aqua a {
  background: #00aaad; }

#menu-main-menu .menu-yellow a {
  background: #bec641; }

#menu-main-menu .menu-pink a {
  background: #ff4088; }

#menu-main-menu .menu-brown a {
  background: #915106; }

#menu-main-menu .menu-green a {
  background: #368c31; }

#menu-main-menu .menu-green2 a {
  background: #c8bc02; }

/*
 * MENU COLORS
 */
#menu-main-menu .current-menu-item > a {
  cursor: pointer;
    /*
   * background:#414A60;
   */
  background: #5ea029;
  color: white; }

#menu-main-menu a:hover,
#menu-main-menu li:hover a {
  color: white;
  background: none;
  background: transparent;
  transition: width 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  -o-transition: 2s; }

#menu-main-menu li:hover > a {
    /*
   * background: #3399cc;
   */
  background: #98e25d;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }


#menu-main-menu li.sub:hover > a {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0; }

.sub-menu {
    /*
   * background: #2b2e35;
   */
  background: #79be42; }

.sub-menu li:hover a {
  background: black;
  border-bottom: 0px; }

/*
 * END MENU
 */
/*
 * START HEADPHONE BOX
 */
.headphone-box {
  display: none;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  border-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
  background-image: -ms-linear-gradient(top, #006699 0%, #3399cc 100%);
  background-image: -moz-linear-gradient(top, #006699 0%, #3399cc 100%);
  background-image: -o-linear-gradient(top, #006699 0%, #3399cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #006699), color-stop(1, #3399cc));
  background-image: -webkit-linear-gradient(top, #006699 0%, #3399cc 100%);
  background-image: linear-gradient(to bottom, #006699 0%, #3399cc 100%);
  padding: 5% 5% 50px 5%; }

.widgets-headphone-box {
  width: 100%;
  margin-bottom: 0px; }

.headphone-left {
  float: left;
  width: 25%;
  text-align: left;
  height: 300px; }

.headphone-right {
  float: left;
  width: 25%;
  height: 300px; }

.headphone-center {
  float: left;
  width: 50%;
  text-align: center; }

/*
 * END HEADPHONE BOX
 */
/*
 * START MIDDLE BOX
 */
.middle-box {
  background: #e0439a;
  padding: 30px 10% 10px 10%;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
    /*
   * border-bottom:1px solid #464646;
   */
    /*
   * border-radius:0px 0px 20px 20px;
   */
    /*
   * margin-bottom: 2%;
   */ }

.middle-box-text {
  color: white;
  text-align: center; }

.middle-box-text1 {
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 1px 17px black;
  line-height: 2;
  letter-spacing: 1px; }

.middle-box-text1 h1 {
  margin-top: 5px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: none;
  padding-bottom: 1.2%;
  padding-top: 1.1%; }

.middle-box-text2 {
  font-family: Raleway, sans-serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: -5px 0 0;
  text-shadow: 0 1px 1px black; }

.middle-box-text3 {
    /*
   * font-family: Roboto Slab, serif;
   */
    /*
   * font-family: Raleway,sans-serif;
   */
  font-family: Oswald;
  font-size: 28px;
    /*
   * line-height: 26px;
   */
  margin: 13px 0 0;
  color: white;
  text-shadow: 0 1px 1px black;
    /*
   * text-shadow: 0 -1px 1px #000;
   */ }

/*
 * END MIDDLE BOX
 */
/*
 * Home 3 column box
 */
#featuredbox {
  width: 100%;
  background: rgba(65, 74, 96, 0.92);
  padding: 80px 0 50px 0; }

#featuredbox .container {
  max-width: 1520px;
  margin: 0 auto; }

.fbox {
  width: 28.95%;
  padding: 0 1% 40px 1%;
  margin: 0 1%;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 30px;
  border: 1px solid white;
  border-width: 0 1px 1px 1px;
  position: relative; }

.fbox i {
  display: block;
  text-align: center;
  font-size: 50px;
  padding-bottom: 20px;
  margin-top: -25px;
  position: relative;
    /*
   * color: #f9372d;
   */
  color: #79be42; }

.fbox::before {
  position: absolute;
  width: 100px;
  height: 1px;
  background: white;
  left: 0;
  top: 0;
  content: \"\";
  display: block; }

.fbox::after {
  position: absolute;
  width: 100px;
  height: 1px;
  background: white;
  right: 0;
  top: 0;
  content: \"\";
  display: block; }

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

.fbox span {
  font-size: 14px; }

/*
 * Buttons on 3 columns
 */
.boxdesc {
  font-size: 14px; }

.boxbuttons a {
  background-color: #79be42;
  padding: 10px 30px 10px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px; }

.boxbuttons a:hover {
  background-color: white;
  color: #79be42; }

/*
 * Home 3 column box ends
 */
.grt h2 {
  font-size: 20px;
  line-height: 31px;
  margin-top: 39px;
  margin-bottom: 1px; }

/*
 * ABOUT PAGE BOXES
 */
.about-boxes {
  float: left;
  width: 45%;
  margin: 5px; }

.about-boxes h2 {
  margin-top: 20px; }

.about-boxes h4 {
  font-size: 12px; }

.about-boxes hr {
  margin: 5px 0px 5px 0px; }

.about-headings {
  background: rgba(51, 51, 51, 0.1) none repeat scroll 0% 0%;
  border-radius: 5px;
  padding: 5px; }

.columns {
    /*
   * margin: 20px 10% 0px 10%;
   */
  margin: 20px 3% 0px 3%;
  background-color: #fdfcf5;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; }

.columns > .content {
  width: 70%;
    /*
   * background-color:#fff;
   */
  background-color: rgba(255, 255, 255, 0.95);
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 25px 25px 25px 25px; }

.columns > .sidebar {
  width: 30%;
  height: 100%;
  background-color: #f1f1f1;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; }

/*
 * START SIDEBAR MENUS
 */
.sidebar .widget {
  background: none; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font: normal 16px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #606060; }

.sidebar .menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 0px 0px;
  border-style: solid;
    /*
   * background-color:#ffeede;
   */ }

.sidebar .menu a {
  color: #3399cc;
  text-transform: uppercase;
  background: none;
  border: 0px;
  display: block;
  font-size: 13px;
  line-height: 2px;
  letter-spacing: 1px;
  padding: 0.75em 1em; }

#recent-posts-3 a {
  color: #666666;
  text-decoration: underline;
  font-size: 16px; }

#recent-posts-3 li {
  list-style-type: disc;
  border-bottom: 1px solid #cccccc;
  padding: 0.2em 0 0.2em 0.5em;
    /*
   * font-weight: bold;
   */
  color: #666666; }

/*
 * END SIDEBAR MENUS
 */
/*
 * SIDEBAR BLOG CATEGORIES
 */
.screen-reader-text {
  margin-right: 5px; }

.widgets-sidebar .postform {
  width: 95%; }

.sidebar-heading,
.sidebar .widget_title {
  font-family: Oswald;
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #414a60;
  border-left: 1px solid #414a60;
  border-right: 1px solid #414a60;
  border-bottom: 0px;
  border-radius: 5px 5px 5px 5px;
  background: #414a60;
  margin-bottom: 3%;
    /*
   * 
   * background-image: -ms-linear-gradient(top, #414A60 0%, #414A60 100%);
   * background-image: -moz-linear-gradient(top, #414A60 0%, #414A60 100%);
   * background-image: -o-linear-gradient(top, #414A60 0%, #414A60 100%);
   * background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #414A60), color-stop(1, #414A60));
   * background-image: -webkit-linear-gradient(top, #414A60 0%, #414A60 100%);
   * background-image: linear-gradient(to bottom, #414A60 0%, #414A60 100%);
   */ }

.sidebar-experience {
  text-align: center;
  font-size: 17px;
  color: #777777;
    /*
   * font-family: \"pragmatica-web\",sans-serif;
   */
  font-style: normal;
  border-bottom: 1px solid whitesmoke;
  line-height: 1.2; }

.website-soar {
  font-size: 20px;
  color: #0072bc;
    /*
   * font-family: \"pragmatica-web\",sans-serif;
   */
  text-transform: uppercase;
  text-decoration: underline; }

.footer {
    /*
   * background-color:#464646;
   */
  color: white;
  padding: 20px 5% 20px 5%;
    /*
   * 
   * background-image: -ms-linear-gradient(top, #3399cc 0%, #7DFA3E 100%);
   * background-image: -moz-linear-gradient(top, #3399cc 0%, #006699 100%);
   * background-image: -o-linear-gradient(top, #3399cc 0%, #006699 100%);
   * background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3399cc), color-stop(1, #006699));
   * background-image: -webkit-linear-gradient(top, #3399cc 0%, #006699 100%);
   * background-image: linear-gradient(to bottom, #3399cc 0%, #006699 100%);
   */
  background: rgba(70, 70, 70, 0.52);
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  border-radius: 20px 20px 0px 0px; }

.footer a {
  color: white; }

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

.headline_area {
  margin-bottom: 0px; }

/*
 * START DESIGN QUESTIONNAIRE
 */
.gform_wrapper .gfield_radio li label {
  margin: 2px 20px 1px 4px !important; }

.ngg-gallery-thumbnail span {
  color: #50b500;
  font-size: 18px !important; }

/*
 * Design Questionnaire List of Voice Over Genres
 */
#input_7_112 li {
  display: inherit; }

#input_7_102 li {
  display: inherit; }

#gform_wrapper_8 h2.gsection_title {
  color: #79be42;
  font-size: 30px; }

#input_8_112 li {
  display: inherit; }

/*
 * START BRANDING FORM
 */
#gform_save_11_link,
.gform_save_link {
  background: #fe141b;
  padding: 10px 30px;
  color: white;
  border-radius: 10px;
  font-family: Oswald, Open Sans, Arial, \'Helvetica Neue\', Helvetica, sans-serif; }

/*
 * END BRANDING FORM
 */
/*
 * START SIDEBAR CONTACT FORM
 */
.gform_wrapper .top_label input.medium {
  width: 100% !important; }

/*
 * END SIDEBAR CONTACT FORM
 */
/*
 * START NEW CONTACT FORM
 */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background: #414a60;
  padding: 10px 30px;
  color: white;
  border-radius: 10px;
  font-family: Oswald, Open Sans, Arial, \'Helvetica Neue\', Helvetica, sans-serif; }

/*
 * END NEW CONTACT FORM
 */
/*
 * CONTACT FORM
 */
.wpcf7-textarea,
.wpcf7-text,
.wpcf7-captchar {
  width: 90%;
  padding: 5px;
  border: #f16500 1px solid;
  background: #f2f2f2;
  font-size: 20px;
  border-radius: 4px;
  margin-bottom: 9px; }

.wpcf7-form p {
  margin-bottom: 0px !important; }

.wpcf7-submit {
  padding: 10px 20px 10px 20px;
  background: #505b6c;
  color: white; }

/*
 * START PRETTY BOXES CODE
 */
.pretty_boxes {
  font-size: 10px;
  font-family: Verdana, Arial, Tahoma;
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 0; }

.pretty_boxes > li {
  background: url(images/box-bottom.png) no-repeat bottom left #464646;
  list-style-type: none;
  width: 184px !important;
  height: 300px;
  float: left;
  margin: 0 5px 30px 0;
  padding: 19px; }

.pretty_boxes li img {
  margin-bottom: 0px; }

.pretty_boxes p {
  margin-bottom: 18px; }

ul.box_text {
  margin: 0 !important;
  padding: 0 !important; }

ul.box_text li {
  border: 0 !important;
  border-bottom: 1px solid #e9e8e8 !important;
  font-size: 11px;
  color: #cccccc;
  list-style-type: none;
  text-align: left !important;
  clear: both;
  font-weight: 400;
  margin: 0 !important;
  padding: 0px 0 !important;
  line-height: 1.3; }

ul.box_text .left {
  float: left;
  font-weight: 700; }

.last {
  margin-right: 0 !important;
  clear: right; }

.pretty_boxes h1 {
  font-family: Verdana, Arial, Tahoma, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  word-spacing: 0.003em;
  line-height: 1.26;
  color: #white;
  margin-top: -3px !important; }

.pretty_boxes a {
  color: white;
  text-decoration: underline; }

.pretty_boxes img {
  border: solid 5px white;
  -moz-box-shadow: 1px 5px 15px black;
  -webkit-box-shadow: 1px 5px 15px black;
  box-shadow: 1px 5px 15px black;
  margin-left: -5px;
  margin-top: -5px; }

img:hover .pretty_boxes img {
  border: solid 5px white; }

.white_text {
  color: white;
  text-align: left; }

/*
 * END PRETTY BOXES CODE
 */
/*
 * START UNORDERED LISTS
 */
.list-headings {
    /*
   * font-family: Montserrat,sans-serif;
   */
  font-family: Oswald;
  font-size: 24px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #414a60; }

.list-headings i {
  font-family: Roboto Slab, serif;
  font-weight: bold;
  background-color: white;
  padding: 10px 15px 10px 15px;
    /*
   * padding:15px 20px 10px 20px;
   */
  color: #f9372d;
  text-shadow: none;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-radius: 20px 20px 20px 0px;
  font-style: normal;
  margin-bottom: 1%; }

ul#example5 li a {
  color: #666666;
  text-decoration: underline;
  font-size: 16px; }

ul#example5 {
  margin: 0px 1.5em 1.5em 1.5em; }

ul#example5 li {
  list-style-type: disc;
  border-bottom: 1px solid #cccccc;
  padding: 0.2em 0 0.2em 0.5em;
    /*
   * font-weight: bold;
   */
  color: #666666; }

ul#example5 li:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  color: black; }

/*
 * END UNORDERED LISTS
 */
/*
 * START SERVICES LIST
 */
ul#example6 li a {
  color: #666666;
  text-decoration: underline;
  font-size: 16px; }

ul#example6 {
  margin: 0px 1.5em 1.5em 1.5em; }

ul#example6 li {
  list-style-type: disc;
  border-bottom: 1px solid #cccccc;
  padding: 0.2em 0 0.2em 0.5em;
    /*
   * font-weight: bold;
   */
  color: #666666; }

ul#example6 li:hover {
    /*
   * cursor: pointer;
   */
    /*
   * background-color: #f2f2f2;
   * color: #000;
   */ }

/*
 * END SERVICES LIST
 */
/*
 * READ MORE LINKS
 */
.read-more {
    /*
   * font-family: Oswald;
   */
  color: white;
    /*
   * font-size: 20px;
   */
  text-align: center;
  padding: 2px 20px 3px 20px;
  border-top: 1px solid #414a60;
  border-left: 1px solid #414a60;
  border-right: 1px solid #414a60;
  border-bottom: 0px;
  border-radius: 5px 5px 5px 5px;
  background: #fc2945;
  margin-bottom: 3%; }

.read-more a {
  text-decoration: none !important;
  font-size: 14px !important;
    /*
   * color:#FC0B12 !important;
   */
  color: white !important;
    /*
   * font-weight: bold !important;
   */ }

/*
 * START FRONT PAGE PROMO BOXES
 */
#promotion_boxes {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center; }

#promotion_boxes div {
  display: inline-block; }

/*
 * START GLOBAL SETTINGS
 */
.post_box {
  color: #555555; }

.creative-text {
    /*
   * 
   * color:#f9372d;
   * text-shadow: none;
   * font-weight: bold;
   */
    /*
   * 
   * background-color:#fff;
   * padding:5px 10px 8px 10px;
   * border-top:1px solid #000;
   * border-left:1px solid #000;
   * border-right:1px solid #000;
   * border-bottom:1px solid #000;
   * border-radius:20px 20px 20px 0px;
   */ }

.icon-mic {
    /*
   * background: rgba(51, 51, 51, 0.1) none repeat scroll 0% 0%;
   */
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 5px 15px 1px;
  margin-top: 1%;
  margin-bottom: 2%; }

.icon-mic a {
  color: #414a60; }

h1.icon-mic {
    /*
   * font-family: Montserrat, sans-serif;
   */
  font-family: Oswald;
  font-weight: bold;
  color: black;
  line-height: 34px; }

.tablet-guy {
  padding-right: 50px; }

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

.blue-paragraphs h1 {
  padding: 0px 0px 5px 0px; }

/*
 * END GLOBAL SETTINGS
 */
/*
 * Hide Byline
 */
.byline {
  display: none; }

/*
 * Blog Page Headlines
 */
.template-home .headline a {
  text-decoration: underline; }

.template-single .post_content {
  padding-top: 15px; }

/*
 * Blog page breadcrumbs fix
 */
.template-home #breadcrumbs {
  padding: 26px 26px 0 26px; }

.post_author_intro {
  font-style: normal; }

/*
 * Next Gen Gallery Navigation
 */
.ngg-navigation a,
.ngg-navigation span {
  font-size: 1.9em !important; }

.ngg-navigation::before {
  content: \"View More: \";
  font-size: 1.9em !important; }

.ngg-navigation {
  margin-bottom: 40px; }

/*
 * Recent Articles Widget On Bottom Of Pages
 */
.content .widget_title {
  font-size: 24px !important; }

.content .widget_recent_entries a {
  text-decoration: underline; }

/*
 * Portfolio Fix
 */
/*
 * .ngg-galleryoverview br{clear:none !important;}
 */
@media screen and (max-width: 1280px) {
  .fbox {
    width: 28.9%;
    min-height: 340px;
    vertical-align: top; } }

/*
 * START TABLET
 */
@media screen and (max-width: 1250px) {
  #menu-main-menu a {
    font-size: 16px; } }

@media screen and (max-width: 1180px) {
  .middle-box-text1 {
    font-size: 20px; }

  .middle-box-text3 {
    font-size: 20px; } }

@media screen and (max-width: 1100px) {
  #menu-main-menu a {
    font-size: 14px; }

  .sidebar-heading,
  .sidebar .widget_title {
    font-size: 16px; }

  .middle-box-text3 {
    font-size: 18px; }

  .fbox {
    width: 28.8%;
    min-height: 400px; } }

@media screen and (max-width: 960px) {
  .fbox {
    width: 95.8%;
    margin: 30px 1%;
    min-height: auto; } }

/*
 * START MOBILE FORMATTING
 */
@media screen and (max-width: 913px) {
  div[class=header] {
    padding: 0px;
    border: none;
    border-radius: 0px 0px 0px 0px !important; }

  div[class=columns] {
    margin: 0px 0px 0px 0px !important; }

  div[class=content] {
    width: 100% !important; }

  .columns > .content {
    width: 100% !important; }

  .columns > .sidebar {
    float: none;
    width: 90%;
    border-top: 0px double #dddddd !important; }

  body {
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .tablet-guy {
    padding-right: 0px; }

  .logo-box {
    float: none;
    text-align: center;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto; }

  .call-to-action-box {
    text-align: center;
        /*
     * font:bold 14px \"Arial\", Helvetica, sans-serif;
     */
    padding-bottom: 10px; }

  .logo-box img {
    display: none; }

  .menu_control {
    background: #79be42;
    color: white; }

  #menu-main-menu a {
    font-size: 14px; }

  #menu-main-menu .sub-menu a {
    font-size: 14px; }

  .middle-box {
    background: #79be42; }

  .middle-box-text1 {
    line-height: 32px; }

  .middle-box-text1 h1 {
    font-size: 36px;
    line-height: 38px; }

  .middle-box-text3 {
    line-height: 36px; }

  .container,
  .landing .container {
    max-width: none; }

  .list-headings h2 i {
    font-size: 14px; } }

@media screen and (max-width: 640px) {
  .fbox {
    width: 95.6%;
    margin: 30px 1%; }

  .about-boxes {
    float: none;
    width: 100%;
    margin: 5px; } }

/*
 * END MOBILE FORMATTING
 */