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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

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

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

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

  .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;
   * font-family: "Open Sans", Arial, 'Helvetica Neue', Helvetica, sans-serif;
   */
  font-family: 'Open Sans', sans-serif;
    /*
   * background-image: url(https://www.voiceactorwebsites.com/wp-content/uploads/2016/02/vo-websites-bg2_optimized.jpg);
   */
    /*
   * background-image: url(https://www.voiceactorwebsites.com/wp-content/uploads/2016/03/bg-Papel-de-Parede-Retro-Microfone-Antigo.jpg);
   */
  background-attachment: fixed;
  overflow-x: hidden; }

h1 {
  padding: 0px 0px 5px 0px; }

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

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

/*
 * BLOG CATEGORY DESCRIPTIONS
 */
.category-description {
  padding: 10px 20px 0px; }

/*
 * custom ends here
 */
/*
 * Green Button 1
 */
.green-button1 {
    /*
   * background-color: #4CAF50;
   */
    /*
   * Green
   */
  background-color: #1c2a8f;
    /*
   * Blue
   */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }

/*
 * Work Databases
 */
.work-databases td {
  border: solid black 1px;
  padding: 5px; }

/*
 * START VO AGENTS PAGE
 */
.voice-over-agents-page td {
  border: 1px solid #777777;
  padding: 5px; }

.voice-over-agents-page table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; }

.voice-over-agents-page table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em; }

.voice-over-agents-page table tr {
  background: #f8f8f8;
  border: 1px solid #dddddd;
  padding: 0.35em; }

.voice-over-agents-page table th,
.voice-over-agents-page table td {
  padding: 0.625em;
    /*
   * text-align: center;
   */
  text-align: left; }

.voice-over-agents-page table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #cccccc; }

.previous_posts,
.next_posts {
  display: inline-block; }

.script_counter {
  background-color: white;
  color: #2f3858 !important;
  border-radius: 3px;
  margin: 0 auto !important;
  padding: 15px 7.1em !important; }

.counter_button {
  font-size: 18px;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 15px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #2f3858 !important; }

.tablist_row .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107; }

.counter_form input,
.counter_form textarea {
  display: block;
  width: 90%;
  line-height: 1.5;
  padding: 12px 5% !important;
  color: #495057 !important;
  background-color: white !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.wpb-js-composer .tablist_row .vc_tta-tab {
  padding-right: 5px !important; }

.counter_form textarea {
  height: 354px; }

.counter_form ::-webkit-input-placeholder {
  color: #495057;
  opacity: 1; }

.counter_form :-moz-placeholder {
  color: #495057;
  opacity: 1; }

.counter_form ::-moz-placeholder {
  color: #495057;
  opacity: 1; }

.counter_form :-ms-input-placeholder {
  color: #495057;
  opacity: 1; }

.timer {
  font-size: 5vw;
  text-align: center;
  padding: 15px; }

.timer_buttons .btn,
.timer_buttons .btn:hover {
  padding: 11px 0px !important;
  font-size: 21px;
  width: 26%;
  border: 0; }

.timer_buttons .btn-default,
.timer_buttons .btn-default:hover {
  background-color: #366b97;
  color: white; }

.timer_buttons .btn-warning,
.timer_buttons .btn-warning:hover {
  background-color: #bad8db;
  color: #2f3858; }

.timer_buttons .btn-success,
.timer_buttons .btn-success:hover {
  background-color: #f7233b;
  color: white; }

@media screen and (max-width: 600px) {
  .voice-over-agents-page table {
    border: 0; }

  .voice-over-agents-page table caption {
    font-size: 1.3em; }

  .voice-over-agents-page table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  .voice-over-agents-page table tr {
    border-bottom: 3px solid #dddddd;
    display: block;
    margin-bottom: 0.625em; }

  .voice-over-agents-page table td {
    border-bottom: 1px solid #dddddd;
    display: block;
    font-size: 0.8em;
    text-align: right; }

  .voice-over-agents-page table td:before {
        /*
     * 
     * * aria-label has no advantage, it won't be read inside a table
     * content: attr(aria-label);
     */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }

  .voice-over-agents-page table td:last-child {
    border-bottom: 0; } }

/*
 * END VO AGENTS PAGE
 */
/*
 * START TABLE OF CONTENTS
 */
#toc_container {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #aaaaaa;
  display: table;
    /*
   * font-size: 95%;
   */
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 1em;
  padding: 20px;
  width: auto; }

.toc_title {
  font-weight: 700;
  text-align: center; }

#toc_container li,
#toc_container ul,
#toc_container ul li {
  list-style: outside none none !important; }

/*
 * END TABLE OF CONTENTS
 */
/*
 * START IMAGE BOXES ON HOME PAGE
 */
.image-row * {
  box-sizing: border-box; }

/*
 * Create four equal columns that floats next to each other
 */
.image-column {
  float: left;
  width: 25%;
  padding: 0px;
    /*
   * padding: 1px;
   */
  border: 1px solid #e3bbdc; }

.image-column img {
  margin-top: 1px; }

/*
 * Clear floats after the columns
 */
.image-row:after {
  content: "";
  display: table;
  clear: both; }

/*
 * Responsive layout - makes a two column-layout instead of four columns
 */
@media (max-width: 800px) {
  .image-column {
    width: 50%; } }

/*
 * Responsive layout - makes the two columns stack on top of each other instead of next to each other
 */
@media (max-width: 600px) {
  .image-column {
    width: 100%; } }

/*
 * END IMAGE BOXES
 */
.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%;
   */
  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: 3px 10px 3px 10px;
    /*
   * 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-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal; }

/*
 * START LOGO
 */
.logo-web {
    /*
   * line-height: 45px;
   */
  line-height: 60px;
  color: #3c3939;
  font-size: 30px;
    /*
   * 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;
  font-size: 30px;
    /*
   * color:#00689C;
   */
    /*
   * text-shadow: 0 1px 1px #964B4B;
   */
    /*
   * 
   * font-family:\"verdana\", Times, serif;
   * font-size:30px;
   * color:#66cc33;
   */ }

/*
 * Logo Area Old Code
 */
/*
 * 
 * .logo-box span {
 * font:bold 14px \"Arial\", Helvetica, sans-serif;
 * text-transform:uppercase;
 * color:#fff;
 * }
 * /*
 * /* END LOGO
 */
.call-to-action-box {
    /*
   * color:#3399cc;
   */
    /*
   * color: #999;
   */
  color: #515151;
  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: #515151; }

.menu li {
  float: none;
  margin-bottom: 0;
  display: inline-block; }

.menu {
  text-align: center; }

.menu>li.menu-item-has-children>a::after {
  content: " ";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 18px; }

.menu_control:hover {
    /*
   * background: #98e25d;
   */
  background: #6b21a8;
  color: white; }

.menu>li.menu-item-has-children>a {
  padding-right: 20px; }

.menu .sub-menu>li.menu-item-has-children>a::after {
  content: " ";
  border: solid #666666;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px; }

.menu .sub-menu>li.menu-item-has-children>a {
  padding-right: 20px; }

.sub-menu,
.sub-menu li,
#menu-main-menu.menu li:hover .sub-menu li:hover .sub-menu a {
  background: #f1f1f1;
  text-align: left;
  margin-top: 0; }

.menu .sub-menu .sub-menu {
  border-top: none;
  left: 100%;
  margin: 0; }

#menu-main-menu .sub-menu a,
#menu-main-menu.menu li:hover .sub-menu a {
  color: #666666;
  font-weight: normal;
  font-family: 'Open Sans';
  font-size: 14px; }

#menu-main-menu.menu li:hover .sub-menu li:hover,
#menu-main-menu.menu li:hover .sub-menu li:hover a,
#menu-main-menu.menu li:hover .sub-menu li:hover .sub-menu li:hover a {
  background: #dddddd;
  color: #666666; }

#menu-main-menu {
    /*
   * width:90%;
   */
    /*
   * background-color:#09A59D;
   */
  border: none;
  padding: 10px 5% 10px 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: #3c3c3e;
   */
    /*
   * background: #79be42;
   */
    /*
   * GREEN
   */
    /*
   * background: #1c2a8f;
   */
  background: #592aac; }

#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 #1c2a8f;
    /*
   * border-top: 10px solid #79be42;
   */
    /*
   * border-top: 10px solid #3c3c3e;
   */ }

#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; /* /* GREEN
   */
    /*
   * background:#354cb9;
   */
  background: #774dcf;
  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;
    /*
   * background: #3c3c3e;
   */ }

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

/*
 * END MENU
 */
/*
 * HOME PAGE TOP BANNER
 */
.vc_custom_1677436262106 {
    /*
   * background: rgb(30,64,175);
   */
    /*
   * background: radial-gradient(circle, rgba(30,64,175,1) 0%, rgba(107,33,168,1) 0%, rgba(90,38,177,1) 100%);
   */
  background: #5a26b1;
  background: radial-gradient(circle farthest-side, #6b21a8, #5a26b1); }

/*
 * 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 {
    /*
   * height:200px;
   */
    /*
   * background-color:#66cc33;
   */
    /*
   * IE10 Consumer Preview
   */
    /*
   * background-image: -ms-linear-gradient(top, #3399cc 0%, #7DFA3E 100%);
   */
    /*
   * Mozilla Firefox
   */
    /*
   * background-image: -moz-linear-gradient(top, #3399cc 0%, #006699 100%);
   */
    /*
   * Opera
   */
    /*
   * background-image: -o-linear-gradient(top, #3399cc 0%, #006699 100%);
   */
    /*
   * Webkit (Safari/Chrome 10)
   */
    /*
   * background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3399cc), color-stop(1, #006699));
   */
    /*
   * Webkit (Chrome 11+)
   */
    /*
   * background-image: -webkit-linear-gradient(top, #3399cc 0%, #006699 100%);
   */
    /*
   * W3C Markup, IE10 Release Preview
   */
    /*
   * background-image: linear-gradient(to bottom, #3399cc 0%, #006699 100%);
   */
    /*
   * background-image: url(http://www.psdgraphics.com/file/abstract-layout-background.jpg);
   */
    /*
   * background: rgba(65, 74, 96, 0.51);
   */
    /*
   * background: rgba(65, 74, 96, 0.65);
   */
    /*
   * background: rgb(65, 74, 96);
   */
    /*
   * background-image: url(https://www.voiceactorwebsites.com/wp-content/uploads/2016/12/websites-portfolio-strip2.jpg);
   */
    /*
   * background: rgb(224, 67, 154);
   */
    /*
   * background: rgb(121, 190, 66);
   */
  background: rgba(121, 190, 66, 0.88);
  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);
   */
  background: #3c3c3e;
  padding: 80px 0 50px 0; }

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

#featuredbox2 {
  width: 100%;
    /*
   * background: rgba(159, 66, 190, 0.93);
   */
    /*
   * background: rgba(163, 10, 130, 0.88);
   */
  background: #e8e7e7;
  padding: 80px 0 50px 0; }

#featuredbox2 .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;
  font-family: Oswald, Open Sans, Arial, \'Helvetica Neue\', Helvetica, sans-serif; }

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

.boxbuttons2 a {
  background-color: #79be42;
  color: white;
  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; }

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

/*
 * Home 3 column box ends
 */
.grt h2 {
  font-size: 20px;
  font-weight: 600;
  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;
   */
    /*
   * background-color:#fdfcf5c7;
   */
  background-color: white;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
    /*
   * IE10 Consumer Preview
   */
  background-image: -ms-linear-gradient(top, white 0%, #fffffc 100%); }

.portfolio-page .columns {
  background-color: rgba(255, 255, 255, 0.96); }

.ngg-gallery-thumbnail-box {
  display: inline-block; }

.columns > .content {
  width: 70%;
    /*
   * background-color:#fff;
   */
    /*
   * background-color: rgba(255, 255, 255, 0.95);
   */
  background-color: rgba(255, 255, 255, 0.84);
  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;
   */
  background-color: rgba(255, 255, 255, 0.83);
  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;
   */
  background: #3c3c3e;
  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);
   */
    /*
   * background: rgb(66, 74, 96);
   */
  background: #3c3c3e;
  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; }

.headline {
  font-size: 22px;
  color: #191919;
    /*
   * text-align: center;
   */
  font-family: Oswald;
  font-weight: 300;
  font-style: normal; }

/*
 * 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: #c7c3c3;
  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: #79be42;
  padding: 10px 30px;
  color: white;
  border-radius: 10px;
  font-family: Oswald, Open Sans, Arial, \'Helvetica Neue\', Helvetica, sans-serif; }

/*
 * END NEW CONTACT FORM
 */
/*
 * START CONTACT FORM
 */
/*
 * 
 * 
 * .sidebar input[type=\"text\"] {
 * width:220px;
 * }
 * 
 * .input, textarea {
 * width:220px;
 * height:150px;
 * background-color: #ebecf0;
 * }
 * 
 * .wpcf7-validates-as-email {
 * width:220px;
 * background-color: #ebecf0;
 * }
 */
/*
 * END CONTACT FORM
 */
/*
 * START CONTACT FORM
 */
/*
 * 
 * input[type=\"text\"] {
 * width:220px;
 * background-color: #ebecf0;
 * }
 * 
 * .format_text input, #commentform input, #commentform textarea  {
 * width:200px;
 * }
 * div.wpcf7 {
 * background:url(https://www.voiceactorwebsites.com/wp-content/uploads/2014/03/napkin.png);
 * background-repeat: no-repeat;
 * height:500px;
 * }
 */
/*
 * END 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 PORFOLIO IMAGE ADJUSTMENT
 */
.portfolio .vc_gitem-zone {
  background-position: center top !important; }

/*
 * 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;
   */
  color: #414a60;
  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-image: url(https://www.voiceactorwebsites.com/wp-content/uploads/2014/03/uncheck.gif);
   */
  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;
    /*
   * list-style-image: url(https://www.voiceactorwebsites.com/wp-content/uploads/2014/03/check.gif);
   */
  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-image: url(https://www.voiceactorwebsites.com/wp-content/uploads/2014/03/uncheck.gif);
   */
  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;
   */
    /*
   * list-style-image: url(https://www.voiceactorwebsites.com/wp-content/uploads/2014/03/check.gif);
   */
    /*
   * 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; }

/*
 * BLOG CATEGORY PAGES
 */
.template-category .archive_title {
  padding: 15px 0px 15px 20px;
  background-color: #444444;
  color: white; }

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

/*
 * FRONT PAGE BOXES
 */
.home-page .post_box {
  padding: 0px; }

.vc_row .overlay-box {
  min-height: 67.298vh;
  margin-top: -52px; }

.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
  padding-right: 0px !important; }

/*
 * WEB DESIGN PRICING TABLE 1
 */
.web-design-pricing-table li {
  color: #fcfcfc; }

.web-design-pricing-table ul {
  list-style: none; }

.web-design-pricing-table ul li:before {
  content: "\2713\0020";
  padding-right: 5px; }

.mpc-pricing__property:before {
  content: "\2713\0020";
  padding-right: 1px; }

.mpc-pricing-box[id="mpc-pricing-box-3360305ac0ac28d"] .mpc-pricing__price {
  font-size: 50px !important; }

/*
 * WEB DESIGN PRICING TABLE 2
 */
.web-design-pricing-table2 ul {
  list-style: none; }

.web-design-pricing-table2 ul li:before {
  content: "\2713\0020";
  padding-right: 5px; }

/*
 * END PRICING TABLE 2
 */
.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-image:url(https://www.voiceactorwebsites.com/wp-content/uploads/2014/03/icon-microphone-orange.png);
   * background-repeat:no-repeat;
   * padding: 10px 0px 10px 60px;
   * height:60px;
   */
    /*
   * 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 !important;
  text-decoration: none !important; }

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;
   */
  color: #23a3df;
  text-decoration: none; }

.post_content a {
    /*
   * color: #fc0b12;
   */
  color: #23a3df;
  text-decoration: underline; }

.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;}
 */
/*
 * Partner forms Section Headers
 */
.on-the-mic-page .gform_wrapper .top_label .gfield_label,
.on-the-mic .gform_wrapper legend.gfield_label {
  font-size: 24px !important; }

/*
 * Partner Forms
 */
.gchoice_20_4_0,
.gchoice_20_4_1,
.gchoice_20_4_2,
.gchoice_26_4_0,
.gchoice_26_4_1,
.gchoice_26_4_2 {
  display: inline; }

/*
 * Partner Forms Layout Sets
 */
.gchoice_21_4_0,
.gchoice_21_4_1,
.gchoice_21_4_2 {
  display: inline; }

/*
 * Partner Forms Font Sets
 */
#input_20_5 img {
  max-width: 300px; }

.gchoice_20_5_0,
.gchoice_20_5_1,
.gchoice_20_5_2,
.gchoice_20_5_3,
.gchoice_20_5_4,
.gchoice_20_5_5,
.gchoice_20_5_6,
.gchoice_26_5_0,
.gchoice_26_5_1,
.gchoice_26_5_2,
.gchoice_26_5_3,
.gchoice_26_5_4,
.gchoice_26_5_5,
.gchoice_26_5_6 {
  display: inline; }

.gchoice_20_5_0 input[type="radio"]. .gchoice_20_4_0 input[type="radio"]. .gchoice_20_6_0 input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0; }

.gform_wrapper #input_20_5 li label,
.gform_wrapper #input_20_4 li label,
.gform_wrapper #input_20_6 li label {
  display: inline-block;
  background-color: white;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 26px;
  border: 2px solid #444444;
  border-radius: 4px; }

.gform_wrapper #input_20_5 li input[type="radio"]:checked + label,
.gform_wrapper #input_20_4 li input[type="radio"]:checked + label,
.gform_wrapper #input_20_6 li input[type="radio"]:checked + label {
  background-color: #81cfe0;
  border-color: #44cc44; }

.gform_wrapper #input_20_5 li input[type="radio"]:focus + label,
.gform_wrapper #input_20_4 li input[type="radio"]:focus + label,
.gform_wrapper #input_20_6 li input[type="radio"]:focus + label {
  border: 2px dashed #444444; }

.gform_wrapper #input_20_5 li label:hover,
.gform_wrapper #input_20_4 li label:hover,
.gform_wrapper #input_20_6 li label:hover {
  background-color: silver; }

.vc_custom_1586639579711 .gform_wrapper ul.gform_fields li.gfield input[type=radio] {
  display: none; }

/*
 * Partner Forms Color Sets
 */
.gchoice_20_6_0,
.gchoice_20_6_1,
.gchoice_20_6_2,
.gchoice_20_6_3,
.gchoice_20_6_4,
.gchoice_20_6_5,
.gchoice_20_6_6,
.gchoice_26_6_0,
.gchoice_26_6_1,
.gchoice_26_6_2,
.gchoice_26_6_3,
.gchoice_26_6_4,
.gchoice_26_6_5,
.gchoice_26_6_6 {
  display: inline; }

/*
 * HOME PAGE TESIMONIALS
 */
.vc_custom_1549525455788 {
  background: #5a26b1;
  background: radial-gradient(circle farthest-side, #6b21a8, #5a26b1); }

/*
 * HOME PAGE VO SCRIPTS
 */
.vc_custom_1553233470962 {
  background: #5a26b1;
  background: radial-gradient(circle farthest-side, #6b21a8, #5a26b1);
  color: white; }

/*
 * WEB DESIGN PAGE TOP BANNER
 */
.vc_custom_1677437656337 {
  background: #5a26b1;
  background: radial-gradient(circle farthest-side, #6b21a8, #5a26b1); }

.vc_custom_1677437656337 h2 {
  color: white; }

/*
 * ADD NEW CODE HERE
 */
/*
 * start CSS MOBILE TABLES
 */
@media	  only screen     and (max-width: 760px),
(min-device-width: 768px)     and (max-device-width: 1024px) {
  /*
   * Force table to not be like tables anymore
   */  .css-mobile-table table,
  .css-mobile-table thead,
  .css-mobile-table tbody,
  .css-mobile-table th,
  .css-mobile-table td,
  .css-mobile-table tr {
    display: block; }

  /*
   * Hide table headers (but not display: none;, for accessibility)
   */  .css-mobile-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .css-mobile-table tr {
    margin: 0 0 1rem 0; }

  .css-mobile-table tr:nth-child(odd) {
    background: #cccccc; }

  .css-mobile-table td {
        /*
     * Behave  like a "row"
     */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%; }

  .css-mobile-table td:before {
        /*
     * Now like a table header
     */
    position: absolute;
        /*
     * Top/left values mimic padding
     */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }

  /*
   * 
   * Label the data
   * You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
   */  .css-mobile-table td:nth-of-type(1):before {
    content: "Name"; }

  .css-mobile-table td:nth-of-type(2):before {
    content: "Category"; }

  .css-mobile-table td:nth-of-type(3):before {
    content: "Website"; }

  .css-mobile-table-ad-agencies td:nth-of-type(1):before {
    content: "Name"; }

  .css-mobile-table-ad-agencies td:nth-of-type(2):before {
    content: "Type"; }

  .css-mobile-table-ad-agencies td:nth-of-type(3):before {
    content: "City"; }

  .css-mobile-table-ad-agencies td:nth-of-type(4):before {
    content: "Website"; } }

/*
 * END CSS MOBILE TABLES
 */
/*
 * START CSS MOBILE TABLES FOR AD AGENCIES
 */
@media	  only screen     and (max-width: 760px),
(min-device-width: 768px)     and (max-device-width: 1024px) {
  /*
   * Force table to not be like tables anymore
   */  .css-mobile-table-ad-agencies,
  .css-mobile-table-ad-agencies thead,
  .css-mobile-table-ad-agencies tbody,
  .css-mobile-table-ad-agencies th,
  .css-mobile-table-ad-agencies td,
  .css-mobile-table-ad-agencies tr {
    display: block; }

  /*
   * Hide table headers (but not display: none;, for accessibility)
   */  .css-mobile-table-ad-agencies thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .css-mobile-table-ad-agencies tr {
    margin: 0 0 1rem 0; }

  .css-mobile-table-ad-agencies tr:nth-child(odd) {
    background: #cccccc; }

  .css-mobile-table-ad-agencies td {
        /*
     * Behave  like a "row"
     */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%; }

  .css-mobile-table-ad-agencies td:before {
        /*
     * Now like a table header
     */
    position: absolute;
        /*
     * Top/left values mimic padding
     */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }

  /*
   * 
   * Label the data
   * You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
   */  .css-mobile-table-ad-agencies td:nth-of-type(1):before {
    content: "Name"; }

  .css-mobile-table-ad-agencies td:nth-of-type(2):before {
    content: "Type"; }

  .css-mobile-table-ad-agencies td:nth-of-type(3):before {
    content: "City"; }

  .css-mobile-table-ad-agencies td:nth-of-type(4):before {
    content: "Website"; } }

/*
 * END CSS MOBILE TABLES
 */
/*
 * START PRICING TABLES
 */
.comparison {
  max-width: 940px;
  margin: 0 auto;
  font: 9.286px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px; }

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #cccccc; }

.comparison td,
.comparison th {
  border-right: 1px solid #cccccc;
  empty-cells: show;
  padding: 10px; }

.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important; }

.comparison tbody tr:nth-child(odd) {
  display: none; }

.comparison .compare-row {
  background: whitesmoke; }

.comparison .tickblue {
  color: #0078c1; }

.comparison .tickgreen {
  color: #009e2c; }

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #cccccc; }

.comparison tr td:first-child {
  text-align: left; }

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
  color: white;
  padding: 10px;
  font-size: 13px;
  border-right: 1px solid #cccccc;
  border-bottom: 0; }

.comparison .tl2 {
  border-right: 0; }

.comparison .qbse {
  background: #a451c8;
  border-top-left-radius: 20px;
  border-left: 0px; }

.comparison .qbo {
  background: #a451c8;
  border-top-right-radius: 20px;
  border-right: 0px; }

.comparison .price-info {
  padding: 5px 15px 15px 15px; }

.comparison .price-was {
  color: #999999;
    /*
   * text-decoration: line-through;
   */ }

.comparison .price-now,
.comparison .price-now span {
    /*
   * color:#ff5406;
   */
  color: #ed3330; }

.comparison .price-now span {
  font-size: 32px; }

.comparison .price-small {
  font-size: 18px !important;
  position: relative;
  top: -11px;
  left: 2px; }

.comparison .price-buy {
    /*
   * background:#ff5406;
   */
  background: #ed3330;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0; }

.comparison .price-try {
  font-size: 12px; }

.comparison .price-try a {
  color: #202020; }

@media (max-width: 767px) {
  .comparison td:first-child,
  .comparison th:first-child {
    display: none; }

  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #f7f7f7; }

  .comparison .row {
    background: white; }

  .comparison td,
  .comparison th {
    border: 1px solid #cccccc; }

  .price-info {
    border-top: 0 !important; } }

@media (max-width: 639px) {
  .comparison .price-buy {
    padding: 5px 10px; }

  .comparison td,
  .comparison th {
    padding: 10px 5px; }

  .comparison .hide-mobile {
    display: none; }

  .comparison .price-now span {
    font-size: 16px; }

  .comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0; }

  .comparison .qbse,
  .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px; }

  .comparison .price-buy {
    margin-top: 10px; }

  .compare-heading {
    font-size: 13px; } }

/*
 * END PRICING TABLES
 */
/*
 * START TOOL TIP
 */
.drag-hint {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
    /*
   * border:1px solid;
   */
  text-align: center;
  background-color: #a3c8da;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: white; }

.drag-hint > span {
  background-color: #2c2b2d;
  padding: 4px;
  color: white;
  white-space: nowrap;
  display: none; }

.drag-hint:hover > span {
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out; }

/*
 * END TOOL TIP
 */
/*
 * BLOG PREVIOUS NEXT BAR
 */
.prev_next {
  background-color: #79bd42;
  display: none; }

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

@media screen and (max-width: 1280px) {
  .fbox {
    width: 28.9%;
    min-height: 340px;
    vertical-align: top; } }

/*
 * START WESITE TYPE BOXES
 */
.form-style-10 {
  width: 80%;
  padding: 30px;
  margin: 40px auto;
  background: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); }

.form-style-10 .inner-wrap {
  padding: 30px;
  background: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 15px; }

.form-style-10 h1 {
  background: #8242be;
  padding: 20px 30px 15px 30px;
  margin: -30px -30px 30px -30px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    /*
   * font: normal 30px 'Bitter', serif;
   */
  font-size: 30px;
  font-family: Oswald, Open Sans, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #8242be; }

.form-style-10 h1 > span {
  display: block;
  margin-top: 2px;
    /*
   * font: 13px Arial, Helvetica, sans-serif;
   */
  font-size: 14px; }

.form-style-10 label {
  display: block;
    /*
   * font: 13px Arial, Helvetica, sans-serif;
   */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888888;
  margin-bottom: 15px; }

.form-style-10 .section {
    /*
   * font: normal 20px 'Bitter', serif;
   */
  color: #8242be;
  margin-bottom: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px; }

.form-style-10 .section span {
  background: #8242be;
  padding: 5px 10px 5px 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 4px solid white;
  font-size: 14px;
  margin-left: -45px;
  color: white;
  margin-top: -3px;
  font: normal 18px 'Bitter', serif; }

/*
 * END WESITE TYPE BOXES
 */
/*
 * START BUTTONS ON WEB DESIGN OPTIONS PAGE
 */
.example_a {
  color: white !important;
  text-transform: uppercase;
  background: #ed3330;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  border: none; }

.example_a:hover {
  background: #434343;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s; }

/*
 * END BUTTONS ON WEB DESIGN OPTIONS PAGE
 */
/*
 * START TABLET
 */
@media screen and (max-width: 1250px) {
  #menu-main-menu a {
    font-size: 16px; }

  .menu>li.menu-item-has-children>a::after {
    top: 14px; } }

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

  .menu>li.menu-item-has-children>a::after {
    top: 13px; } }

@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:#fff;}
   */  .menu_control {
    background: #592aac;
    color: white; }

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

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

  /*
   * .middle-box{background: rgb(65, 74, 96); background-image: url(https://www.voiceactorwebsites.com/wp-content/uploads/2016/12/websites-portfolio-strip2.jpg);}
   */  .middle-box {
    background: rgba(121, 190, 66, 0.88); }

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

  .menu_control {
    font-weight: bold; }

  .logo-web .logo-stuff {
    line-height: 60px;
    color: #3c3939;
    font-size: 30px; } }

@media screen and (max-width: 896px) {
  .menu li {
    padding: 0;
    float: left;
    text-align: left; }

  .menu li a {
    padding: 5px; }

  #menu-main-menu a,
  #menu-main-menu li:hover a {
    border-radius: 0; }

  #menu-main-menu .current-menu-item > a,
  #menu-main-menu.menu li:hover .sub-menu li:hover {
    background: none; }

  .menu>li.menu-item-has-children>a::after,
  .menu .sub-menu>li.menu-item-has-children>a::after {
    display: none; }

  #menu-main-menu a {
    margin-right: 1px; }

  .menu .sub-menu .sub-menu {
    left: 0; }

  #menu-main-menu.menu .sub-menu {
    border: none;
    width: 95%;
    position: relative;
    padding-left: 5%; }

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

  .sub-menu,
  .sub-menu li,
  #menu-main-menu.menu li:hover .sub-menu li:hover .sub-menu a {
    background: none; }

  #menu-main-menu .sub-menu a,
  #menu-main-menu.menu li:hover .sub-menu a,
  #menu-main-menu.menu li:hover .sub-menu li:hover a {
    color: white; }

  .logo-web .logo-stuff {
    line-height: 60px;
    color: #3c3939;
    font-size: 30px; } }

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

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

  .logo-web .logo-stuff {
    line-height: 60px;
    color: #3c3939;
    font-size: 30px; } }

/*
 * END MOBILE FORMATTING
 */