@import 'https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i'; /* font-family: 'Crimson Text', serif; */
@import 'https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i'; /* font-family: 'Josefin Sans', sans-serif; */
@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';/* font-family: 'Julius Sans One', sans-serif; */
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';/* font-family: 'Lato', sans-serif; */
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;
}
body {
  padding:0;
  margin:0;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  font-weight: 400;/*normal*/
  color:#51555f;
  background-color:#ebebea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body > div, .sidebar #subscribe-text p {
  font-size: 18px;
}
.text-center, h4.widgettitle, .widget-wrap ul, .widget-wrap form {
  text-align: center;
}
.text-right, .gform_wrapper .gform_footer {
  text-align:right;
}
.inline {
  display: inline-block;
}
.white, .white a,.white em, .white .fa, .footer-widget a, .footer-widget a:hover, .ts-timeline-content .ts-isotope-posts-connect:hover, .home .gform_confirmation_message, span.T_mp3j {
  color: #fff;
}
a, a:hover {
  text-decoration: none !important;
  color:#51555f;
}
:focus{outline:none;}
.widget , .entry, .sidebar p, .sidebar .widget, .vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li {
  margin-bottom:0;
}
.site-header .wrap , .site-inner{
  padding: 0;
}
.site-footer {
  border: none;
  padding: 0px 0;
  margin-top: -2px;
}
.site-header {
  border: none;
  min-height: auto;
}
.sidebar h4.widgettitle {
  margin-bottom: 10px;
}
h1 , h2 , h3 , h4 , h5 , h6, .ts-box-icon-title-text, .menu a, .menu_control, .testimonial-row .ts-testimonial-main.style1 .ts-testimonial-user-name{
  font-family: 'Josefin Sans', sans-serif;
  font-weight:300;
}
.ts-box-icon-title-text, .menu a, .menu_control, .single h1, .single h2, h4.widgettitle{
  font-weight:400;
}
h1, h4.widgettitle {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3, .ts-isotope-posts-title,  .menu a {
  font-size: 24px !important;
}
.menu, .menu li, .menu li a, .menu a:hover{
  border:none;
  background:none;
}
.menu a, .menu_control {
  padding: 0px 12px;
}
.menu li.current-menu-item > a {
  cursor: pointer;
  background: none;
}
.menu li{
  display:inline-block;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #9e9ca0;
  opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9e9ca0;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #9e9ca0;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9e9ca0;
  opacity:  1;
}
input, select, textarea {
  border: 1px solid #1a2c57 !important;
  font-family: 'Lato', sans-serif !important;
  color: #9e9ca0;
  font-weight: 400;
  padding: 0 10px !important;
  margin-top: 5px;
}
input, select, textarea, .entry-tags, .entry-categories, .entry-meta {
  font-size: 20px !important;
}
.vc_row .ts-owlslider-controls div {
  padding: 0;
  border: none;
}
.gform_confirmation_message{
  text-align: center;
  margin-top: 20px;   
}
.vc_row .ts-box-icon.icon_left-style .ts-main-ico{
  margin:0;
}
.vc_row .ts-box-icon-link{
  line-height:1;
}
.vc_row .ts-vcsc-logos-layout-wrapper .nchgrid-item.nchgrid-tile {
  border: none;
  box-shadow: none !important;
}
.ts-lightbox-freewall-grid-container div.nchgrid-item .nchgrid-caption, body .nchgrid-item div.nchgrid-caption, .testimonial-image img{
  background: none !important;
}
body .nchgrid-item img, .sidebar form {
  width:70% !important;
  margin:0 auto !important;
}
body .nchgrid-item img{
  height:auto !important;
}
.nch-logo-link {
  pointer-events: none !important;
  cursor: default !important;
}
.vc_row .ts-owlslider-controls div:hover{
  background: transparent;
}
.message-heard .wrap-mjp {
  padding:0;
}
.vc_row .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) , .gform_wrapper textarea{
  text-indent: 4px;
}
.vc_row .gform_wrapper input.large, .vc_row .gform_wrapper textarea {
  -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.gf_browser_chrome .gform_body, .gform_wrapper .gform_footer {
  width: calc(79%);
  margin: 3px auto;
}
div.nchgrid-item:hover a img {
  transform: scale(1) !important;
}
.vc_row div.mjp-s-wrapper.s-graphic {
  padding: 0 5px;
  width: 73%;
  margin: 20px auto!important;
  background-color: #fff;
  border-radius: 3px;
  float: left;
}
.error404 .content input{
  margin-bottom: 30px !important;
}
.wrap_inline_mp3j .play-mjp,.wrap_inline_mp3j .pause-mjp, .sdl_linkWrap a,.bars_mp3j .ui-slider-handle {
  background: transparent!important;
  background-image: url('http://www.vanessavoiceover.com/wp-content/uploads/2017/06/Button-Sprite.svg')!important;
  background-repeat: no-repeat!important;
  padding: 5px 0px 5px 10px!important;
  background-size: 29px 311px!important;
  margin-right:0px !important;
}
.wrap_inline_mp3j .play-mjp {
  background-position: 4px -89px!important;
}
.wrap_inline_mp3j .play-mjp, .wrap_inline_mp3j .pause-mjp, .sdl_linkWrap a { 
  width: 42px!important;
  height: 42px !important;
  display: inline-block;
}
.wrap_inline_mp3j .pause-mjp {
  background-position: 4px -132px!important;
}
.sdl_linkWrap {
  background-color: transparent !important;	
}
.sdl_linkWrap a {
  background-position: 0px -174px!important;
}
.listwrap_mp3j {
  margin-top: 10px !important;	
}
span.posbarB_mp3j {
  overflow:hidden;
}
span.load_mp3j, span.loadB_mp3j {
  height:0 !important;
  min-height:0 !important;
}
.vc_row .mjp-s-wrapper span.bars_mp3j {
  background: #393a3a;
  height: 20px;
  top: 12px;
}
.group_wrap .ui-slider-horizontal .ui-slider-range {
  height: 20px!important;
  top: 0px !important;
}
.group_wrap .ui-slider-horizontal .ui-slider-range, .ts-isotope-posts-connect, .sidebar form{
  background: #506233 !important;
}
.vc_row span.group_wrap {
  position: relative;
  margin: 0;
  width: 73%;
  display: inline-block;
}
span.T_mp3j {
  top: -30px;
  left: -57px;
  font-weight: 400;
  font-size: 20px !important;
}
.vc_row .bars_mp3j .ui-slider-handle, .indi_mp3j, .ts-testimonial-arrow, .owl-dots .owl-dot span, .ts-isotope-posts-grid-controls, .full-list, .menu-toggle , .indi_mp3j span , .vc_row .gform_wrapper .top_label .gfield_label , .post-edit-link, .ts-lightbox-freewall-grid-container div.nchgrid-item .nchgrid-caption, body .nchgrid-item div.nchgrid-caption, .testimonial-image img, .sd-social-icon{
  display:none !important;
}
.vc_custom_heading a:hover {
  opacity:1;
}
.home .site-inner, .wrap {
  margin: 0 auto;
  max-width: 95%;
}
.site-title{
  font-family: 'Julius Sans One', sans-serif;
  font-weight:400;
}
.header-section{
  height:320px;
}
.home .header-section{ 
  position: absolute !important;
  z-index: 9;
  left: 15px !important;
}
.error404 .content input[type=submit]{
  position: absolute !important;
}
.testimonial-row .ts-testimonial-main.style1 .ts-testimonial-content{
  background-color:transparent;
  font-weight: 700;
  font-style: italic;
  border:none;
  font-size: 25px;
}
.testimonial-row .ts-testimonial-main.style1 .ts-testimonial-user-name{
  font-weight:300;
  font-size:22px;
}
.testimonial-row .ts-testimonial-main.style1 .ts-testimonial-content, .testimonial-row .ts-testimonial-main.style1 .ts-testimonial-user-name, .ts-testimonial-content:before, .ts-testimonial-content:after  {
  color: #51555f;
  text-align:center;
}
.ts-testimonial-content:before {
  content: '“';
  padding-right: 15px;
  top: 30px;
  position: relative;
}
.ts-testimonial-content:before, .ts-testimonial-content:after {
  font-size: 86px;
}
.ts-testimonial-content:after {
  content: '”';
  position: absolute;
  bottom: 0px;
}
.testimonial-row .ts-testimonial-main.style1 .ts-testimonial-user {
  margin-top: 0;
}
.vc_row .ts-vcsc-logos-layout-wrapper .ts-owlslider-controls {
  top: 30%;
  position: absolute;
  z-index: 1;
  border: none;
}
.vc_row .ts-owlslider-controls .ts-owlslider-controls-prev {
  float: left;
}
li{
  list-style-type:none !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half{
  width: 57%;
}
.gform_wrapper .top_label li.gfield.gf_right_half{
  width: 41%;
}
.gform_wrapper .top_label li.gfield.gf_right_half, .footer-widget .text-right{  
  float: right;
}
.gform_wrapper textarea.medium {
  height: 120px;
  margin-top: 14px;
}
.gform_wrapper input[type=submit]{
  background-color: #9f7951;
  color: #d0c9bd !important;
  padding: 12px 65px !important;
  font-size: 23px !important;
  font-weight: 300;
  border:0px !important;
}
.icon-border{
  border-right:2px solid #ffffff;
}
.footer-widget .ts-advanced-textblock-container .ts-advanced-textblock-content{
  display:inline !important;
  font-family: depot-new-web, sans-serif; 
}
.ts-isotope-posts-title a, .single .entry-categories a, .single .entry-tags a, .single .entry-author-name{
  color:#506233;
}
.ts-timeline-content .ts-isotope-posts-title{
  padding-top:1.5em !important;
}
.ts-isotope-posts-excerpt {
  color: #A3A3A3;
  line-height: 22px;
}
.ts-timeline-content .ts-isotope-posts-comments, .ts-timeline-content .ts-isotope-posts-time, .ts-timeline-content .ts-isotope-posts-type, .ts-timeline-content .ts-isotope-posts-author, .ts-postsgrid .ts-timeline-date .ts-timeline-date-text {
  font-size:15px;
}
#subscribe-submit input[type=submit]{
  background-color: #000 !important;
  color: #ffffff !important;
  font-size: 15px!important;
  font-weight: 400;
  width: 94%;
}
#subscribe-email, #subscribe-submit{
  padding: 0 12px;
}
.sidebar #subscribe-text p{
  padding-bottom: 15px;
}
#subscribe-email, .jetpack_subscription_widget{
  margin: 2em 0 1em 0;
}
.sidebar form{
  padding-bottom:1.5em;
}
.sidebar input, .sidebar #subscribe-text p{
  background-color:#ebebea !important;
}
.sidebar input{
  font-size: 12px !important;
  padding: 3px 10px !important;
  border: 0 !important;
}
.sidebar li {
  padding-bottom: 0;
}
.single .site-inner{
  padding-top: 2em;
  padding-bottom: 5em;
}
@media only screen and (max-width: 1680px){
  .header-section {
    height: 280px;
  }
  .vc_row.header-image{
    padding-top:2.3em;
  }
}
@media only screen and (max-width: 1380px){
  .header-section {
    height: 270px;
  }
  .vc_row.header-image{
    padding-top:4em;
  }
  .vc_row div.mjp-s-wrapper.s-graphic {
    width: 90%;
  }
  .vc_row.testimonial-row{
    padding-top: 3em !important;
  }
  .vc_row .home-contact .wpb_column:first-child{
    width:0;
  }
  .vc_row home-contact .wpb_column:nth-child(2){
    width:100%;
  }
  .vc_row.home-contact {
    padding-top: 2.5em !important;
    padding-bottom: 0em !important;
  }
  .vc_row.contact-image{
    padding:15px 0 !important;
  }
  .vc_row.testimonial-row .vc_row-o-equal-height{
    padding-bottom: 7em !important;
  }
}
@media only screen and (max-width: 1280px){
  .site-inner, .wrap {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .vc_row span.group_wrap {
    width: 68%;
  }
  .home-contact h1{
    padding-bottom: 7px !important;
  }
  .vc_row.home-contact {
    padding-top: 1.8em !important;
  }  
  .single .site-inner{
    overflow:hidden;
  }
  .list-field .wpb_column{
    width:50%;
  }
  .list-row .wpb_column:first-child, .list-row .wpb_column:last-child, .list-field .wpb_column:first-child{
    width:0;
  }
  .header-widget .ts-box-icon-title-text{
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 1200px){
  .header-section {
    height: 220px;
  }
  .header-widget .ts-box-icon-title-icon{
    margin-right: 5px !important;
  }
  .header-widget .ts-box-icon-title-text{
    font-size: 16px !important;
  }
  .header-widget .site-title{
    font-size: 62px !important;
    padding-top: 10px!important;
  }  	
  .about-row .vc_row.vc_inner, .testimonial-row h1, .video-row .vc_row.vc_inner, .vc_row.video-row .vc_column-gap-35>.vc_column_container{
    padding:0 !important;
  }
  .vc_row span.group_wrap {
    width: 68%;
  }
  .testimonial-row .ts-testimonial-main.style1 .ts-testimonial-content {
    font-size: 22px;
  }
  .testimonial-row .ts-testimonial-main.style1 .ts-testimonial-user-name{
    font-size: 18px;
  } 
  .list-row .wpb_column, .availability-row .vc_row .wpb_column{
    width:100%;
  }
  .list-field{
    width:0;
    display:none;
  }
  .full-list, .footer-widget .ts-advanced-textblock-container, .testimonial-image img{
    display:block !important;
  }
  .vc_row.testimonial-row {
    background-image:url('http://www.vanessavoiceover.com/wp-content/uploads/2017/06/2-1.png') !important;
    background-position: center !important;
    background-size: cover !important;
    padding-top: 4em !important;
  }
  .testimonial-row .vc_row.vc_row-o-equal-height {
    padding: 0 0 6em 0!important;
  }
  .availability-row .ts-advanced-textblock-container, #contact .wpb_single_image.vc_align_left, .availability-row .ts-advanced-textblock-content {
    text-align: center !important;
  }
  .footer-widget .ts-icon-box-inner{
    padding:0 5px !important;
  }
  .header-image .ts-background-single{
    background: linear-gradient(180deg, #ebebeb 50%, #506233 50%);
  }
}
@media only screen and (max-width: 1023px){
  .header-widget .ts-box-icon-title-text{
    font-size: 20px !important;
  }
  .header-section .wpb_column, .vc_row div.mjp-s-wrapper.s-graphic{
    width:100%;
  }
  .footer-widget .site-title{
    font-size: 48px !important;
  }
  .header-section {
    height: 309px;
    padding-top:15px;
  }
  .header-widget .site-title {
    padding-bottom: 0px!important;
  }
  .about-row .vc_column-inner, .video-row .vc_row.vc_inner .vc_column-inner{
    padding-left:15px !important;
    padding-right:15px !important;
  }
  .vc_row span.group_wrap {
    width: 60%;
  }
  #contact .wpb_column{
    width:100%;
  }
  #contact .wpb_single_image, .vc_row.video-row .vc_column-gap-35>.vc_column_container {
    padding-top: 1em !important;
  }
  #contact .wpb_single_image.vc_align_left img{
    width: 80%;
  }
  .vc_row.header-image {
    padding-top: 9em;
  }
}
@media only screen and (max-width: 1000px){
  .vc_row.header-image {
    padding-top: 11em;
  }
  .about-row .vc_row.vc_inner{
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px){
  .menu a {
    font-size: 18px !important;
  }	
  .vc_row.about-row{
    padding:0 0 4em 0 !important;
  }
  .vc_row span.group_wrap {
    width: 81%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half,  .vc_row .gform_wrapper.gf_browser_chrome .gform_body, .gform_wrapper .gform_footer {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half, .footer-widget .text-right, .footer-widget h1, .footer-widget .ts-advanced-textblock-content, .footer-widget .ts-advanced-textblock-container, .testimonial-row .wpb_single_image.vc_align_left {
    float: none;
  }
  .footer-widget .text-right, .footer-widget h1, .footer-widget .ts-advanced-textblock-content, .footer-widget .ts-advanced-textblock-container, .testimonial-row .wpb_single_image.vc_align_left, h2{
    text-align: center !important;
  }
  .footer-widget .vc_row.vc_inner .wpb_column:nth-child(2) .vc_column-inner{
    padding-top:2em !important;
  }
  .vc_row.testimonial-row{
    background:#ebebea !important;
  }
  .testimonial-row .vc_row.vc_row-o-equal-height {
    padding: 0 0 2em 0!important;
  }
  .entry-content ul{
    margin-left:0px !important;
  }
  .vc_row.home-contact {
    padding: 1.8em 15px 0 15px !important;
  }
  .sidebar .vc_row .gform_wrapper.gf_browser_chrome .gform_body, .sidebar .gform_wrapper .gform_footer {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 639px){
  .header-widget .site-title {
    font-size: 61px !important;
  }
  .vc_row.header-section{
    overflow:visible;
  }
  .vc_row.header-image {
    padding-top: 13em;
  }
  .vc_row span.group_wrap {
    width: 75%;
  }
  .icon-border {
    border-right: none;
  }
  .vc_row .ts-vcsc-logos-layout-wrapper .ts-owlslider-controls {
    top: 20%;
  }
  .vc_row.header-image {
    padding-top: 10.5em;
  }
  .header-section {
    height: 270px;
  }
  .menu-toggle {
    display: block !important;
    padding:0;
    background-color: transparent !important;
    margin: 0 auto;
    font-family: 'Josefin Sans', sans-serif;
  }
  .menu-toggle:before {
    font-size: 25px;
    content : "MENU";
  }
  .menu {
    width : 50%;
    background: #d8d5ce;
    margin:0 auto;
    display : block;
    display : none;
  }
  .menu li {
    width : 100%;
  }
  .testimonial-row .ts-testimonial-main.style1 .ts-testimonial-content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px){
  .header-widget .site-title, .footer-widget .site-title {
    font-size: 38px !important;
  }	
  .vc_row span.group_wrap {
    width: 60%;
  }
  .footer-widget .ts-advanced-textblock-container{
    padding-right:0 !important;
  }
  .footer-widget .ts-box-icon-title-text{
    font-size: 23px !important;
  }
  .header-section {
    height: 250px;
  }
  .testimonial-row h1{
    font-size: 27px;
  }
  .vc_row.testimonial-row {
    padding-top: 0em !important;
  } 
  .testimonial-row .ts-testimonial-main.style1 .ts-testimonial-content {
    font-size: 18px;
  }
  .ts-testimonial-content:before, .ts-testimonial-content:after {
    font-size: 70px;
  }
}
@media only screen and (max-width: 350px){
  .vc_row.header-image {
    padding-top: 11em;
  }
}