/*
Theme Name: crunchbase
Theme URI: http://0to5.com
Author: 0to5
Author URI: http://0to5.com
Description: Custom Theme Built by 0to5 for crunchbase
Version: 1
License:
License URI:
Tags:
Text Domain: 0to5
*/


/*
Add Custom Theme Styles Below
Main Theme Build CSS ---> /_/css/build.css
------------------------------------------------------------------------
*/


ul li{ font-family: "Roboto", sans-serif; font-weight: 300; }

.onboarding #cb-page-top{ padding:25px 0px; !important; }
.onboarding .cb_s_cblock_title{ margin-bottom:10px; !important; }
.onboarding .midfloat-c ul li{ font-size:0.85em !important; }
.onboarding .midfloat-c ul li ul li{ font-size:1em !important; }
.onboarding .cb_s_rblock { margin-bottom:25px; }

#cb-step-list{ padding-top:50px; }
#cb-step-list ul { display:table; margin:0px auto; padding:0px; }
#cb-step-list ul li {
  float:left;
  list-style-type:none !important;
  margin-right:50px;
  border:1px solid #0288d1;
  border-radius: 22px;
  text-align:center;
}

#cb-step-list ul li a {
  color:#0288d1;
  display:inline-block;
  padding:10px 0px;
  width:45px;
}
#cb-step-list ul li:last-child { margin-right:0px; }
#cb-step-list ul li.selected {
  border:#f37321;
  background-color:#f37321;
  color:#ffffff !important;
  padding:10px 0px;
  width:45px;
}

#back_btn{
  position:fixed; top:50%; left:0; z-index:1000;
}
#next_btn{
  position:fixed; top:50%; right:0; z-index:1000;
}

.list-icon-gear{
  list-style-image: url("images/gear.png");
}


.pro-tip{ padding:0 !important; margin:-10px 25px 0 0 !important; }
.faded { background-color:#eeeeee; border:#eeeeee !important; color:#ffffff !important; }
.faded a { color:#ffffff !important; }
.pulse {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
.pulse::after { content:""; }
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.5, 0.5); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.5, 1.5); opacity: 1.0;}
}


.gform_wrapper .gform_body{ width:100%!important;}

.gform_wrapper .gform_body select{ width:100%!important; }
.cb-radio-50 ul.gfield_radio li{ float:left; width:50%; }

@media(max-width:990px) and (min-width:767px){
  .onboarding .cb_s_cblock_title{ font-size:20px; !important; }
}
@media(max-width:767px){
  #cb-step-list ul li {
    margin-right:20px;
    border:1px solid #0288d1;
    border-radius: 22px;
  }
  #cb-step-list ul li a{
    display:inline-block;
    padding:10px 0px;
    width:37px;
  }
  #cb-step-list ul li.selected {
    width:37px;
  }
  .cb-radio-50 ul.gfield_radio li{ float:none; width:100%; }
  #back_btn{ top:80%; width:50px; }
  #next_btn{ top:80%; width:50px; }
  #back_btn img{ width:50px; }
  #next_btn img{ width:50px; }
}


#cb-s-kc-nav{
	margin-top:25px;
	margin-bottom:-40px;
}
@media (max-width:767px){
	#cb-s-kc-nav{
	margin-bottom:0;
	}
}
#cb-s-kc-nav a{
	color: #0C426E;
}
.tri-before:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #f37321 transparent transparent;
}

.tri-after:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0px 7.5px 10px;
	border-color: transparent transparent transparent #f37321;
}

.cb-rt-header .cb-blue-btn:hover, .cb-rt-header .cb-blue-btn:focus, .cb-rt-header .cb-blue-btn:active{color:#fff;}

.cb-rt-header{min-height:233px;}
.cb-rt-table-data{min-height:33px;}
