/*
 * ---:[ 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;
  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: 29px;
  color: #111111;
  background-color: white;
  padding-top: 29px; }

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

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

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

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

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 29px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 51px; }
  .grt h1 {
    margin-bottom: 29px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
    .grt .headline + .byline {
      margin-top: 7px; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 42px;
    margin-top: 47px;
    margin-bottom: 18px; }
  .grt h3 {
    font-size: 20px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 11px; }
  .grt h4 {
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 18px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 38px;
      padding-left: 0;
      border: 0;
      margin-bottom: 18px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 18px 18px 18px 11px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 18px; }
  .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: 25px;
    padding-top: 29px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 29px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 34px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 76px;
    height: 76px;
    float: right;
    clear: both;
    margin-left: 18px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 25px; }
  .grt .caption {
    margin-top: -18px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 18px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 25px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 18px; }
  .grt .drop_cap {
    font-size: 58px;
    line-height: 1em;
    margin-right: 11px;
    float: left; }
  .grt .author_description {
    padding-top: 29px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 87px;
      height: 87px;
      float: left;
      margin-right: 18px;
      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: 29px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 29px;
    margin-left: 29px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 29px;
    margin-right: 29px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 29px; }
  .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: 29px 29px 0 29px;
  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: 11px; }
    .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: 29px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

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

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

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

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

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

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

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

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

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

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

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 29px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 29px; }
  .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: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 29px;
  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: -58px 0 58px 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: 7px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 7px;
  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: 11px;
  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 29px;
  margin: 58px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 18px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 34px;
    color: #111111;
    padding: 0 29px 18px 29px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -29px;
    margin-left: -29px; }
  #commentform label {
    display: block; }
  #commentform p {
    margin-bottom: 18px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform textarea {
    width: 100%; }
  #commentform input[type="submit"] {
    font-size: 20px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 7px; }
  #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: 20px; }
  .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: 20px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 20px; }
  .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: 40px; }
    .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: 40px; }
    .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: 25px;
  color: #888888;
  text-align: right;
  padding: 18px 29px;
  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: 880px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1200px;
  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: 1199px) {
  body {
    padding-top: 0; }

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

  .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 29px;
    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: 29px;
      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 29px;
      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: 879px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

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

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

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

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

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

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

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,700,700i');
/*
 * font-family: 'Roboto', sans-serif;
 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700,700i');
/*
 * font-family: 'Roboto Condensed', sans-serif;
 */
/*
 * Default Codes
 */
body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #231f20; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

.inline {
  display: inline-block; }

.white,
.white a,
.white em,
.white .fa {
  color: white; }

a {
  text-decoration: none !important; }

.post_box {
  padding: 0px 0; }

.template-front .post_box {
  padding: 0; }

.widget {
  margin-bottom: 0; }

.grt {
  line-height: 22px;
    /*
   * Set same line-height of body
   */ }

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -1px;
  color: #231f20;
  line-height: 1;
  text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.93), 1px 1px 5px #404040; }

h1 i {
  font-style: normal;
  color: #ed1c8f; }

h2,
.grt h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: -0.87px;
  color: #414042; }

.grt h2 i {
  font-style: normal;
  color: #ed1c8f; }

h3,
.grt h3 {
    /*
   * body font
   */
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -0.62px;
  color: #ef3e2a; }

.sidebar-row h3 {
  color: #231f20; }

h4 {
    /*
   * body font
   */
  font-size: 25px;
  color: #78787a;
  padding-bottom: 15px; }

h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: bold;
  color: black; }

h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: black; }

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #231f20; }

bold,
strong {
  font-weight: bold; }

h1.inverted {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -0.62px;
  color: white;
  text-shadow: none; }

h2.inverted {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: -0.62px;
  color: white; }

h2.title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #f4815e; }

.sidebar-row h2.widgettitle {
  display: none; }

.menu,
.menu li,
.menu li a,
.menu a:hover {
  border: none;
  background: none; }

.menu a,
.menu_control {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.45px;
  text-transform: uppercase;
  color: #e6e7e8;
  padding: 25px 10px; }

.menu li.current-menu-item > a {
  cursor: pointer;
  background: none;
  color: white;
  font-weight: bold; }

.menu li {
  margin-bottom: 0px !important; }

.vc_row .wpb_button,
.vc_row .wpb_content_element,
.vc_row ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0; }

.vc_row .vc_btn3.vc_btn3-style-custom,
.gform_button {
  color: white !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 25px 2px 25px !important;
  line-height: 1.5;
  border: 0 !important;
  background: #ef3e2a;
  background: -moz-linear-gradient(left, #ef3e2a 0%, #f5825f 75%, #f5825f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ef3e2a), color-stop(75%, #f5825f), color-stop(100%, #f5825f));
  background: -webkit-linear-gradient(bottom, #ef3e2a 0%, #f5825f 75%, #f5825f 100%);
  background: -o-linear-gradient(bottom, #ef3e2a 0%, #f5825f 75%, #f5825f 100%);
  background: -ms-linear-gradient(bottom, #ef3e2a 0%, #f5825f 75%, #f5825f 100%);
  background: linear-gradient(to top, #ef3e2a 0%, #f5825f 75%, #f5825f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3e2a', endColorstr='#f5825f', GradientType=1);
  cursor: pointer; }

.vc_row .gform_wrapper .top_label .gfield_label {
  display: none; }

::-webkit-input-placeholder {
    /*
   * WebKit, Blink, Edge
   */
  color: #808285; }

:-moz-placeholder {
    /*
   * Mozilla Firefox 4 to 18
   */
  color: #808285;
  opacity: 1; }

::-moz-placeholder {
    /*
   * Mozilla Firefox 19+
   */
  color: #808285;
  opacity: 1; }

:-ms-input-placeholder {
    /*
   * Internet Explorer 10-11
   */
  color: #808285; }

/*
 * Default Code Ends here
 */
.ts-lightbox-freewall-grid-container,
body .nchgrid-item div.nchgrid-caption {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.ts-lightbox-freewall-item.ts-lightbox-freewall-active.nchgrid-item.nchgrid-tile {
  width: 151.43;
  height: autoimportant;
  -webkit-transition: none !important;
  transition: none !important; }

.ts-lightbox-freewall-grid-container div.nchgrid-item .nchgrid-caption,
body .nchgrid-item div.nchgrid-caption-text {
  background: none !important;
  display: none !important; }

body .nchgrid-item img {
  width: 100%;
  height: auto !important; }

.music:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  display: inline-block !important;
  content: '' !important;
  bottom: 40%;
  left: -153px;
  height: 55px;
  width: 79%;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.music {
  position: relative; }

.logo-heading {
  font-size: 45px !important;
  line-height: 52px !important; }

/*
 * music
 */
#listen {
  z-index: 99; }

div.statusMI,
.pd_listButtonWrap,
.jp-total-time,
div.mjp-volwrap,
.mp3j-popout-MI {
  display: none !important; }


.nostop div.stop-mjp {
  display: inline-block !important; }

.vc_row .subwrap-MI .listwrap_mp3j {
  margin-top: 15px;
  background: transparent; }

.subwrap-MI .playlist-colour {
  background: #231f20; }

.subwrap-MI .interface-mjp {
  padding-bottom: 5px;
  height: 90px !important; }

.wrap_inline_mp3j .play-mjp,
.wrap_inline_mp3j .pause-mjp,
.sdl_linkWrap a,
.bars_mp3j .ui-slider-handle,
.subwrap-MI .play-mjp,
.subwrap-MI .pause-mjp,
.dloadmp3-MI,
.playlist-toggle-MI,
.subwrap-MI .stop-mjp,
.subwrap-MI .next-mjp,
.subwrap-MI .prev-mjp,
.subwrap-MI .ui-slider-handle {
  background: transparent !important;
  background-image: url("../../../uploads/2016/09/button-sprite.svg") !important;
  background-repeat: no-repeat !important;
  padding: 5px 0px 5px 10px !important;
  background-size: 170px 375px !important; }

.subwrap-MI div.transport-MI div {
  width: 35px;
  height: 25px;
  margin-right: 5px !important; }

.wrap_inline_mp3j .play-mjp,
.subwrap-MI .play-mjp {
  background-position: -72px -40px !important; }

.wrap_inline_mp3j .pause-mjp,
.subwrap-MI .pause-mjp {
  background-position: -72px -83px !important; }

.subwrap-MI .stop-mjp {
  background-position: -68px -117px !important; }

.subwrap-MI .next-mjp {
  background-position: -61px -189px !important; }

.subwrap-MI .prev-mjp {
  background-position: -63px -152px !important; }

.subwrap-MI div.transport-MI div:hover,
div.innerx,
.sdl_linkWrap,
.subwrap-MI .loadMI_mp3j {
  background-color: transparent !important;
  border: 0px !important; }

.subwrap-MI .bars_holder {
  background: #f4815e;
  width: 100% !important;
  bottom: 60px; }

.poscolMI_mp3j {
  background: #ef3e2a !important; }

.subwrap-MI .playlist-colour {
  background: transparent !important; }

.subwrap-MI div.jp-play-time {
  right: 0px !important;
  font-size: 15px !important;
  top: 6px !important; }

.subwrap-MI div.player-track-title {
  left: 0px !important;
  top: 0px !important;
  font-size: 18px !important; }

.sdl_linkWrap a,
.dloadmp3-MI {
  background-position: -59px -221px !important; }

.vc_row  .subwrap-MI .ui-slider-handle {
  background-position: -78px 2px !important;
  width: 14px !important;
  height: 31px;
  border: 0px !important;
  top: -20px !important;
  bottom: 0px !important;
  margin-left: -12px !important; }

.subwrap-MI .playlist-toggle-MI {
  background-position: -59px -275px !important;
  height: 28px !important;
  display: none; }

.subwrap-MI .playlist-toggle-MI:hover,
.innertab,
.vc_row .a-mjp.mp3j_A_current {
  background-color: transparent !important; }

.sdl_linkWrap a {
  text-indent: -9999px;
  width: 50px;
  height: 40px;
  top: -15px;
  position: relative; }

.wrap-mjp {
  padding-bottom: 0px !important; }

.music {
  background: #efefef;
  padding: 20px 20px 0 !important; }

.robo-con,
.ts-title-ticker-holder {
  font-family: 'Roboto Condensed', sans-serif; }

.header-container {
  box-shadow: 0px 0px 40px 0px #0a0a0a; }

.email,
.phone {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold; }

.ts-title-ticker-container {
  margin-left: 1em !important; }

.ts-title-ticker-animated {
  padding: 6px 20px 6px 20px;
  top: -8px;
  height: 65px !important; }

.ts-title-ticker-list li {
  opacity: 0; }

.ts-title-ticker-list li:first-child {
  opacity: 1; }

.ts-title-ticker-pretext {
  padding-top: 6px !important; }

/*
 * .ts-title-ticker-animated:before{
 * content: '{';
 * font-size: 61px;
 * color: #E6E6E5;
 * font-weight: normal;
 * font-family: sans-serif;
 * position: absolute;
 * top: 2px;
 * left:15px;
 * margin-right: 10px;
 * }
 * 
 * .ts-title-ticker-animated:after{
 * content:'}';
 * font-size:61px;
 * color:#E6E6E5;
 * font-weight: normal;
 * font-family: sans-serif;
 * position: absolute;
 * top: 2px;
 * margin-left: 10px;
 * right:0px;
 * }
 */
.ts-title-ticker-animated li span:before {
  content: '{';
  font-size: 61px;
  color: #e6e6e5;
  font-weight: normal;
  font-family: sans-serif;
  top: 0px;
  position: relative;
  margin-right: 10px; }

.ts-title-ticker-animated li span:after {
  content: '}';
  font-size: 61px;
  color: #e6e6e5;
  font-weight: normal;
  font-family: sans-serif;
  top: 0px;
  margin-left: 10px;
  position: relative; }

.template-front .vc_masonry_grid h2 {
  font-weight: bold;
  min-height: 45px; }

.template-front .vc_masonry_grid .vc_gitem-post-data-source-post_excerpt {
  min-height: 220px; }

.ts-vcsc-logos-layout-wrapper .nchgrid-item.nchgrid-tile {
  border: 0px !important; }

.owl-controls {
  display: none; }

.gform_footer {
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0px !important; }

#gform_1 {
  text-align: center; }

.gform_footer .gform_button {
  margin: 0 !important;
  padding: 2px 60px 4px 40px !important;
  font-size: 20px !important; }

.gform_fields input,
.gform_fields textarea {
  background: #414042;
  border: 0;
  padding: 10px !important;
  border-radius: 6px;
  color: #eeeeee; }

.gform_footer:after {
  font-family: FontAwesome;
  content: '\f064' !important;
  color: white;
  position: absolute;
  top: 40%;
  right: 38%; }

.vc_row .gform_wrapper input.large,
.vc_row .gform_wrapper textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
    /*
   * Safari/Chrome, other WebKit
   */
  -moz-box-sizing: border-box;
    /*
   * Firefox, other Gecko
   */
  box-sizing: border-box;
    /*
   * Opera/IE 8+
   */ }

.vc_row .gform_wrapper ul.gform_fields {
  padding-right: 20px; }

.contact-pageform .gform_fields input,
.contact-pageform .gform_fields textarea {
  color: #111111 !important; }

.gform_confirmation_wrapper {
  text-align: center; }

.template-front .gform_confirmation_wrapper {
  color: white; }

.template-front .str2 {
  text-align: right; }

/*
 * testimonial
 */
.template-front .ts-testimonial-main.style1 .ts-testimonial-content {
  background: transparent !important;
  border: 0px;
  font-size: 50px;
  padding-left: 60px;
  width: 500px;
  margin: 0 auto;
  color: #f7946a !important;
  text-align: right;
  line-height: 50px;
  padding-top: 50px;
  text-align: left; }

.template-front .ts-testimonial-arrow {
  display: none !important; }

.template-front .ts-testimonial-main.style1 .ts-testimonial-user-name,
.template-front .ts-testimonial-user-meta {
  color: #222222 !important;
  font-size: 18px !important;
  display: inline-block;
  line-height: 35px !important; }

.template-front .ts-testimonial-user {
  text-align: center !important; }

.template-front .ts-testimonial-user-meta:before,
.testimonial-page-grid .vc_gitem-post-meta-field-ts_vcsc_testimonial_basic_position:before {
  content: '|';
  margin: 0 5px; }

.testimonial-page-grid {
  text-align: center; }

.testimonial-page-grid .vc_gitem-post-meta-field-ts_vcsc_testimonial_basic_position,
.testimonial-page-grid .vc_gitem-post-data-source-post_title {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: bold;
  color: black; }

.ts-testimonial-content:before,
.testimonial-page-grid .vc_gitem-post-data-source-post_excerpt:before {
  content: '';
  background: url(images/Asset-23.png) no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 4px;
  left: 1px;
  background-position: 4px 12px; }

.ts-testimonial-content:after,
.testimonial-page-grid .vc_gitem-post-data-source-post_excerpt:after {
  content: '';
  background: url(images/Asset-24.png) no-repeat;
  width: 50px;
  height: 53px;
  position: absolute;
  bottom: 50px;
  right: -35px;
  background-position: 4px 12px; }

.testimonial-page-grid .vc_gitem-post-data-source-post_excerpt:after {
  right: 0em;
  bottom: 110px; }

.template-front .ts-testimonial-content strong {
  width: 100%;
  display: inline-block;
  color: #ef3e2a;
  line-height: 50px !important; }

.testimonial-page-grid .vc_gitem-post-data-source-post_excerpt {
  padding: 25px 3em 0px 50px; }

.testimonial-page-grid .vc_gitem-post-data-source-post_excerpt p {
  font-size: 42px;
  text-align: left; }

.testimonial-page-grid .vc_gitem-post-data-source-post_excerpt p strong {
  font-size: 58px;
  width: 100%;
  display: inline-block;
  line-height: 70px; }

.testimonial-page-grid .vc_gitem-post-data-source-post_excerpt p:nth-child(3) {
  text-align: right; }

.footer-email {
  position: relative; }

.footer-email .wpb_single_image {
  position: absolute; }

.footer-email .ts-box-icon-link {
  width: 100%;
  display: inline-block;
  padding-left: 4em;
  line-height: 16px; }

.copy-right,
.copy-right a {
  color: #58595b;
  font-size: 14px; }

#menu-footer-menu {
  display: inline-block;
  float: right; }

#menu-footer-menu li a {
  padding: 10px 10px;
  font-size: 16px; }

/*
 * about
 */
.about-para {
  padding-left: 5.5em !important; }

.about-icon img,
.about-icon i {
  top: 85px !important; }

.logo-image {
  float: left; }

.footer-posttext a {
  color: #ef3e2a;
  font-size: 15px;
  font-weight: bold; }

.footer-posttext .widgettitle {
  color: white;
  font-size: 25px;
  padding-bottom: 25px;
  text-align: left; }

.ts-owlslider-controls {
  display: none !important; }

.contact-pageform .gform_fields input,
.contact-pageform .gform_fields textarea {
  background-color: #efefef; }

.post-title-font a {
  font-weight: bold;
  font-size: 22px; }

.post-categories-name {
  text-align: left !important;
  color: #f4815e; }

.search-label .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none; }

.widget_search,
.vc_wp_categories {
  position: relative; }

.widget_search input[type="submit"] {
  background: url(images/Doug_Turkelsearch.png) no-repeat;
  top: 1px;
  left: 1px;
  position: absolute;
  text-indent: -9999px;
  padding: 7px 13px;
  border: 0;
  background-color: #111111;
  box-shadow: none;
  background-position: 5px 7px;
  border-radius: 5px; }

#s {
  width: 100%;
  padding: 8px 10px 8px 35px;
  border: 0;
  background-color: #f1f2f2; }

.widgettitle {
  text-align: center;
  font-size: 25px !important; }

.vc_gitem-post-data-source-post_excerpt p a {
  display: none; }

.vc_wp_archives a {
  color: #f4815e; }

#cat {
  width: 100%;
  padding: 8px 10px 8px 35px;
  border: 0;
  background: #f1f2f2 url('http://www.dougturkel.com/wp-content/uploads/2016/11/Drop_Down-Button.png') no-repeat center right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/*
 * 
 * .vc_wp_categories:before {
 * content: '\\f0d7';
 * font-family: FontAwesome;
 * top: 1px;
 * right: 1px;
 * position: absolute;
 * padding: 4px 9px;
 * background-color: #111;
 * box-shadow: none;
 * background-position: 5px 7px;
 * border-radius: 5px;
 * z-index: 9;
 * color: #fff;
 * font-size: 20px;
 * }
 */
.archivepage .post_box,
.archivepage .content,
.template-single .content {
  border: none;
  z-index: 9999;
  position: relative; }

.archive_intro .archive_title {
  margin: 20px 0px 0px 0px !important; }

.archivepage .headline_area {
  padding-bottom: 10px;
  border-bottom: 1px solid #bcbec0; }

.archivepage .headline a {
  color: #ef3e2a;
  font-weight: bold;
  font-size: 22px; }

.excerpt_read_more:before {
  content: '\f055';
  font-family: FontAwesome;
  top: 156px;
  right: 1px;
  position: absolute;
  padding: 4px 9px;
  background-color: #d1d3d4;
  box-shadow: none;
  background-position: 5px 7px;
    /*
   * border-radius: 5px;
   */
  z-index: 9;
  color: white;
  font-size: 20px; }

.template-single .headline_area {
  margin-top: 2em; }

.archivepage .columns,
.template-single .columns {
  margin-top: 4em; }

.project-row-right {
  padding-left: 5em !important; }

.menu_control1,
.popup-player {
  display: none; }

.popup-image {
  cursor: pointer; }

.show_player .popup-player {
  display: block; }

.custom_excerpt img {
  max-height: 350px; }

@media only screen and (max-width: 1200px) {
  .container,
  .landing .container {
    width: 100%;
    max-width: 100%; }

  .container .ts-title-ticker-medium .ts-title-ticker-animated,
  .container .ts-title-ticker-medium .ts-title-ticker-pretext {
    text-align: left !important;
    font-size: 38px !important;
    display: inline-block !important;
    width: initial !important; }

  .ts-title-ticker-container {
    margin-left: 0em !important; }

  .menu {
    display: block; }

  .menu a,
  .menu_control {
    padding: 25px 9px; }

  .menu li {
    width: initial;
    float: none;
    display: inline-block; }

  .music:before {
    left: -126px; }

  .template-front .vc_masonry_grid .vc_gitem-post-data-source-post_excerpt {
    min-height: 310px; }

  .archivepage .post_box,
  .archivepage .content,
  .template-single .content {
    padding-left: 2em; }

  .project-row-right {
    padding-left: 3em !important; } }

@media only screen and (max-width: 1023px) {
  .header-container {
    overflow: visible !important; }

  .header-container .menu_control1 {
    display: inline-block;
    float: right;
    cursor: pointer; }

  .header-container .menu {
    display: none;
    width: 200px;
    float: right;
    background: #111111;
    position: absolute;
    top: 71px;
    right: 0px; }

  .show_menu .menu {
    display: inline-block; }

  .header-container .menu li {
    width: 100%;
    float: none;
    text-align: center; }

  .header-left {
    width: 75% !important;
    float: left; }

  .header-right {
    width: 25% !important;
    float: right; }

  .vc_row .vc_custom_1473920676852 {
    padding-top: 1em !important; }

  .template-front .vc_masonry_grid .vc_gitem-post-data-source-post_excerpt {
    min-height: 445px; }

  .template-front .ts-testimonial-main.style1 .ts-testimonial-content {
    width: 350px; }

  .ts-testimonial-content:after,
  .testimonial-page-grid .vc_gitem-post-data-source-post_excerpt:after {
    bottom: 48px;
    right: -28px; }

  .music-row-left,
  .music {
    width: 100% !important; }

  .music:before {
    display: none !important; }

  .testimonial-page-grid .vc_gitem-post-data-source-post_excerpt p strong {
    font-size: 30px;
    line-height: 44px; }

  .testimonial-page-grid .vc_gitem-post-data-source-post_excerpt p {
    font-size: 25px; }

  .testimonial-page-grid .vc_gitem-post-data-source-post_excerpt:after {
    bottom: 135px;
    right: 30px; }

  #cat {
    padding: 8px 10px 8px 20px; }

  .vc_row .ts-title-ticker-small .ts-title-ticker-animated,
  .vc_row .ts-title-ticker-small .ts-title-ticker-pretext {
    text-align: left !important;
    font-size: 100% !important;
    display: inline-block !important;
    width: initial !important; } }

@media only screen and (max-width: 767px) {
  .template-front .vc_masonry_grid .vc_gitem-post-data-source-post_excerpt {
    min-height: inherit; }

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

  .footer-email .wpb_single_image {
    left: 30%; }

  #menu-footer-menu,
  .copy-right .ts-advanced-textblock-container {
    text-align: center !important; }

  .about-image {
    text-align: center !important; }

  .footer-row .vc_btn3-container.vc_btn3-right,
  .footer-row .vc_column_container,
  .footer-row .widget_recent_entries h2 {
    text-align: center; }

  .footer-row .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .project-first-row h2 {
    text-align: center !important; }

  .testimonial-page-grid .vc_gitem-post-data-source-post_excerpt {
    width: 74%;
    margin: 0 auto; }

  .contact-pageform {
    margin-top: 20px; }

  .template-front .vc_custom_1474433276106,
  .template-front .vc_custom_1473921230958 {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .ts-video-container {
    margin-top: 20px; }

  .project-row-right {
    padding-left: 0em !important; }

  .footer-ticker-column .vc_custom_1476430283549 {
    padding: 0 0 2em 0 !important; } }

@media only screen and (max-width: 639px) {
  .header-left,
  .header-right {
    width: 100% !important;
    float: none;
    text-align: center !important; }

  .header-container .menu_control1 {
    float: none; }

  .header-container .menu {
    right: 120px; }

  .template-front .ts-testimonial-main.style1 .ts-testimonial-content {
    width: 300px; }

  .footer-email .wpb_single_image {
    left: 24%; }

  .testimonial-page-grid .vc_gitem-post-data-source-post_excerpt {
    width: 100%; } }

@media only screen and (max-width: 479px) {
  .header-container .menu {
    right: 60px; }

  .ts-icon-title .ts-icon-title-text .ts-icon-title-pretext {
    font-size: 34px; }

  .footer-email .wpb_single_image {
    left: 13%; }

  .header-left .wpb_single_image {
    padding-right: 7px !important; }

  .testimonial-page-grid .vc_gitem-post-data-source-post_excerpt p strong {
    font-size: 17px;
    line-height: 26px; }

  .testimonial-page-grid .vc_gitem-post-data-source-post_excerpt p {
    font-size: 16px; }

  .subwrap-MI div.transport-MI div {
    width: 33px; }

  .template-front .ts-testimonial-main.style1 .ts-testimonial-content {
    width: 150px;
    font-size: 29px;
    padding-top: 25px; }

  .vc_row .ts-title-ticker-small .ts-title-ticker-animated,
  .vc_row .ts-title-ticker-small .ts-title-ticker-pretext {
    text-align: left !important;
    font-size: 70% !important;
    display: inline-block !important;
    width: initial !important; } }