@import url('https://fonts.googleapis.com/css?family=Anton'); /* font-family: 'Anton', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');/* font-family: 'Open Sans', sans-serif; */
@font-face {
font-family: "MavenPro-Regular";
src: url("http://www.spencerwisevo.com/wp-content/uploads/fonts/MavenPro-Regular.ttf");
}
/* Default Codes */
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: 'Open Sans', sans-serif;
    font-size : 18px;
    line-height : 28px;
    font-weight: 400;/*normal*/
    color:#18121f;
    background-color:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body > div {
    font-size: 18px;
}
.text-center {
	text-align: center;
}
.text-right {
    text-align:right;
}
.inline {
	display: inline-block;
}
.white, .white a,.white em, .white .fa {
	color: #fff;
}
a {
	text-decoration: none !important;
	color: #cf5133;
}
:focus{
    outline:none;
}
.widget , .entry{
	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;
}
.float-left{
    float:left;
}
.overflow-visible{
    overflow:visible !important;
}
h1 , h2 , h3 , h4 , h5 , h6 {
    font-family: 'Anton', sans-serif;
    font-weight : 400;
    text-transform : uppercase;
    color : #18121f;
    letter-spacing:10px;
}
h1 {
  font-size : 36px;
  line-height : 40px;
}
h2 {
  font-size : 24px;
  line-height : 30px;
}
h2 i {
    color : #cf5133;
    font-style:normal;
}
h3 {
  font-size : 22px;
  line-height : 25px;
}

h4 {
  font-size : 18px;
  line-height : 22px;
}
h5 {
  font-size : 16px;
  line-height : 22px;
}
h6 {
  font-size : 16px;
  line-height : 22px;
  color : #cf5133;
}
.site-title{
    color: #cf5133;
    font-size: 23px;
    font-weight: 400;
    line-height: 2;
    border-right: 5px solid #cf5133;
    padding-right: 7px;
    margin-right: 15px;
}
.site-title i{
    color:#eaeaea;
    font-style:normal;
}
.site-tagline{
    color:#eaeaea;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing:0;
    line-height:1;
    margin:0;
}
.big-title{
    color:#eaeaea;
    font-size:105.2px;
    line-height:1;
    margin:0;
    letter-spacing: 5px;
    position:relative;
    margin-bottom: -20px;
    text-shadow: 2px 2px 0 #000;
  /* -webkit-box-shadow: inset 2px 2px 0px 5px rgba(0,0,0,1);
-moz-box-shadow: inset 2px 2px 0px 5px rgba(0,0,0,1);
box-shadow: inset 2px 2px 0px 5px rgba(0,0,0,1);*/
}
.big-title i{
    color:#cf5133;
    font-style:normal;
}
.title-center .vc_column-inner {
    width:75%;
    margin:0 auto;
}
.placeholder-title{
    color:#eaeaea;
    font-size:20px;
    font-family: "MavenPro-Regular";
    letter-spacing: 1px;
}
.big-title:before , .big-title:after{
    content: '';
    width: 28%;
    height: 10px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0;
}
.big-title:before{
    left:0;
}
.big-title:after{
    right:0;
}
blockquote{
    color : #cf5133;
    margin:0;
    font-size:24px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    line-height: 1.5;
    padding-left: 25px;
    border-left: 8px solid;
}
.menu, .menu li, .menu li a, .menu a:hover{
	border:none;
	background:none;
}
.menu a, .menu_control {
	color: #eaeaea;
	font-size: 18px;
	text-transform:uppercase;
}
.menu li{
    display:inline-block;
    padding:0 10px 5px 0;
}
.menu li a{
    border-bottom:3px solid transparent;
}
.menu li.current-menu-item > a  , .menu li a:hover{
	cursor: pointer;
	background: none;
	color:#eaeaea;
	border-bottom:5px solid #eaeaea;
  	font-weight:bold;
	
}
.menu-primary-menu-container{
        float: right;
    overflow: hidden;
}
.menu-toggle , .indi_mp3j span , .vc_row .gform_wrapper .top_label .gfield_label , .post-edit-link , blockquote::before{
	display:none;
}
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom , button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background: transparent !important;
	color: #cf5133 !important;
	font-family: 'Anton', sans-serif;
	font-size: 23.16px !important;
	padding: 0px 10px !important;
	line-height: 1.5;
	border:5px solid #cf5133;
	font-weight: 400;
    border-radius: 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a7a9ac;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a7a9ac;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a7a9ac;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #a7a9ac;
}
input, select, textarea {
    background-color: #ffffff;
    border: 0;
    color: #a7a9ac;
    font-size: 12px !important;
    font-weight: 400;
    padding: 5px 8px !important;
    border:1px solid #000000;
}
.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{
    clear:both;
    overflow:hidden;
    display: inline-block;
    line-height:1;
    vertical-align: middle;
}
.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 {
	width: calc(100% );
}
.vc_row .ts-vcsc-box-icon.mobile-number{
    padding:0 20px;
    margin:0 0 0 12px;
    line-height:1;
    position:relative;
}
.vc_row .ts-vcsc-box-icon.mobile-number:before , .vc_row .ts-vcsc-box-icon.mobile-number:after{
    content:"|";
    position:absolute;
    top:0;
}
.vc_row .ts-vcsc-box-icon.mobile-number:before{
    left:0;
}
.vc_row .ts-vcsc-box-icon.mobile-number:after{
    right:0;
}
.contact-text{
    color : #eaeaea;
    font-size:22px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    line-height: 1.5;
    text-align:center;
  	font-style:italic;
}
.vc_row.contact-box .ts-box-icon-link{
    display:block;
    float:left;
}
.vc_row.contact-box{
    background-position: 30% 100% !important;
    background-size: 50% 100%;
}
.copyright .ts-advanced-textblock-content a{
    color: #3c4c5a;
}
.vc_row .subwrap-MI{
    overflow:visible;
}
.vc_row .wrap-mjp{
	width: 60% !important; /*width*/
    margin: 0 auto !important;
	padding-bottom: 0 !important;
}
.vc_row .wrap-mjp .interface-mjp , .vc-row .wrap-mjp .MI-image.left-mjp {
	height:25px !important;
	padding: 0 0 20px 0;
}
.vc_row .wrap-mjp .MI-image{
	height:50px !important;
}
.vc_row .wrap-mjp .a-mjp{
	 font-size: 11px;
	color:#ffffff !important;
}
.vc_row .wrap-mjp .a-mjp{
	padding: 7px 0px !important;	
}
.vc_row .wrap-mjp .ul-mjp .li-mjp:not(:last-child){
    border-bottom: 1px solid #1a1f1e;
}
.vc_row .wrap-mjp .ul-mjp{
	padding:8px 18px !important;	
}
.vc_row .wrap-mjp .mjp-volwrap , .transport-MI .next-mjp , .transport-MI .prev-mjp , div.mp3j-popout-MI , div.jp-total-time , .vc_row .wrap-mjp .player-track-title div , .vc_row .wrap-mjp .a-mjp span , .vc_row .wrap-mjp .player-track-title , .vc_row .wrap-mjp div.jp-play-time , .vc_row .pd_listButtonWrap{
	display:none;	
}
.vc_row .wrap-mjp .innertab {
    background-color:transparent; 
}
.vc_row .wrap-mjp div.statusMI , .vc_row .wrap-mjp div.bars_holder{
    left: 50px;
    bottom: 20px;
	right: 85px;
	margin: 0 30px;
}
.vc_row .wrap-mjp div.bars_holder{
    z-index:2;
}
.vc_row .wrap-mjp div.statusMI{
    background-color:#a2b1a2;
    z-index:1;
}
.vc_row .wrap-mjp div.innerx{
    background-color: transparent !important;
    border:none;	
}
.vc_row .wrap-mjp .playlist-colour , .vc_row .wrap-mjp .a-mjp{
    background-color: #18121f !important;
}
.vc_row .wrap-mjp div.transport-MI div , .vc_row .wrap-mjp .buttons-wrap-mjp div {
	background-image: url("http://www.spencerwisevo.com/wp-content/uploads/2017/01/sprite-button.svg");/*change sprite image*/
	background-color:transparent !important;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 50px 400px;
}
div.transport-MI div.play-mjp {
    background-position: -10px -5px;
}
div.transport-MI div.pause-mjp{
    background-position: -10px -35px;
}
.vc_row .wrap-mjp .buttons-wrap-mjp div {
    float: right;
}
.buttons-wrap-mjp div.dloadmp3-MI{
    background-position: -10px -64px !important;
  	width:65px !important;
}
.buttons-wrap-mjp div.playlist-toggle-MI{
    background-position: -10px -93px;
}
.vc_row .wrap-mjp .bars_holder{
   height: 35px;
}
.vc_row .wrap-mjp div.posbarMI_mp3j .ui-slider-handle {
    top: 16px;
    width: 5px!important;
    margin-left: -4px!important;
    border-radius: 0;
    background: #ffffff;
    height: 25px;
}
.vc_row .wrap-mjp .listwrap_mp3j{
    width: auto;
    margin-left: 0;
    display: none!important;
    position: absolute!important;
    top: 55px;
    z-index: 999;
    left: 11%;
    right: 16%;
    opacity:1 !important;
}
.home.active_demo .vc_row .wrap-mjp .listwrap_mp3j {
    display: block !important;
}
div.bars_holder .loadMI_mp3j{
	background-color: #cf5133 !important;
	height: 11px;
   top: 24px;
}
div.bars_holder .poscolMI_mp3j{
    background-color: #cf5133!important;
    height: 10px;
    top: 25px;
}
.vc_custom_heading a:hover {
    opacity: 1;
}
.error404 .site-inner{
    padding:2em 0;
}
.entry-content .search-form {
    width: 100%;
    text-align:center;
}
.entry-content .search-form  input[type=submit]{
    margin:20px 0;
}
.shadow:before {
   pointer-events: none;
   position: absolute;
   z-index: 9;
   display: inline-block !important;
   content: '' !important;
   bottom: -20px;
   left: 25%;
   height: 20px;
   width: 50%;
   background: -webkit-radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.22), transparent 70%);
   background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.22), transparent 70%);
}
.smobile {
  display: none;
}
/*Responsive*/
@media only screen and (max-width: 1300px){
	.title-center .vc_column-inner {
    width: 70%;
	}
}
@media only screen and (max-width: 1280px){
	.site-inner, .wrap {
		max-width: 100%;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}		
}
@media only screen and (max-width: 1200px){
		
}
@media only screen and (max-width: 1023px){
	.vc_row .logo-left-col{
	    width:60%;
	}
	.vc_row .logo-right-col{
	    width:40%;
	}
	.title-center .vc_column-inner {
    width: 93%;
    }
}
@media only screen and (max-width: 767px){
	.big-title {
    font-size: 90px;
	}
	.vc_row .logo-left-col , .vc_row .logo-right-col{
	    width:100%;
	}
	.vc_row .logo-left-col , .vc_row .logo-right-col , .menu-primary-menu-container , .site-header .text-right{
	    text-align: center;
	}
	.menu-primary-menu-container {
    float: none;
    margin-top: 20px;
    }
    .vc_row.contact-box {
    background-size: auto;
    }
    .vc_row .wrap-mjp {
    width: 80%!important;
    }
    .title-center .vc_column-inner {
    width: 100%;
    }
}
@media only screen and (max-width: 639px){
	.big-title {
    font-size: 60px;
    margin-bottom: 10px;
    }
    .big-title:before, .big-title:after {
    width: 51%;
    }
    .vc_row .wrap-mjp {
    width: 100%!important;
    }
    .vc_row .wrap-mjp div.statusMI, .vc_row .wrap-mjp div.bars_holder {
    margin: 0 0px;
    }
    blockquote {
    font-size: 20px;
    }
}
@media only screen and (max-width: 479px){
	.big-title {
    	font-size: 30px;
	}	
	.site-title {
      border-right: 0;
      padding-right: 0;
      margin-right: 0;
  }
  .contact-box h2{
      font-size:20px;
  }
  .smobile {
    	display: block;
  }
}
@media only screen and (max-width: 390px){
    .vc_row .ts-vcsc-box-icon.mobile-number {
    	margin: 0;
    }
    .vc_row .ts-vcsc-box-icon.mobile-number:before, .vc_row .ts-vcsc-box-icon.mobile-number:after{
        display:none;
    }
}