/*
Theme Name: Cornell Lab of Ornithology
Theme URI: http://gostudioweb.com
Version: 1.0
Description: Custom child theme for Cornell Lab of Ornithology
Author: GoStudioWeb
Author URI: http://gostudioweb.com
template: bb-theme
*/

/*----------- Global -----------*/ 
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

a {
	font-weight: 600!important;
}

.fl-page-content button, input[type=button], input[type=submit] {
    background: transparent;
    color: #3c3a3a;
    font-size: 18px;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 2px solid #4a1878;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0px;
	text-transform: uppercase;
}

.fl-page-content button:hover {
	  background: #4b0049;
	  color: #fff;
}



/*----------- home -----------*/ 

.home-page a {
	color: #4b0049;
}

.home-page h3 {
	text-transform: uppercase;
}

.home-page .uabb-subheading {
	font-size: 20px;
	text-transform: uppercase;
}

/*----------- software-landing  -----------*/

.software-landing .uabb-infobox{
	box-shadow: 0px -6px 3px -3px rgba(0,0,0,0.6);
}

.software-landing .uabb-infobox-title {
	text-transform: uppercase;
}

/*----------- software -----------*/
.software-page .features-title .fl-heading{
	border: 1px solid #3b3b3b!important;
	text-transform: uppercase!important;
	width: 100%!important;
	font-weight: 400;
	background: #fff;
}

.gray-info-section h3{
	font-weight: 400;
}

.raven-comparison-chart .uabb-pricing-table .uabb-pricing-table-features li {
	    min-height: 90px!important;
}

.raven-comparison-chart .uabb-pricing-table-column .uabb-pricing-table-price {
	letter-spacing: 1px!important;
}

/*----------- Tables  -----------*/
.purchase-table .tablepress{
	border: 1px solid #ccc;
}

.purchase-table .tablepress a {
	color:#351f51;
}

.purchase-table .tablepress thead th,
.tablepress thead th {
    background-color: #3b3b3b;
    font-weight: 700;
    vertical-align: middle;
	color:#fff;
}

.order-product-field {
	width: 20%;
	border-bottom: 2px solid #ccc;
}

.order-product-field-tax {
	width: 20%;
}

.button a{
	display:inline-block;
	background-color:#4b0049;
	color: #fff;
	padding: 20px!important;
	border-radius: 6px;
	font-size: 22px;
}



/*----------- footer -----------*/ 
.footer-row p {
	color: #4b0049;
	font-size: 10px;
	text-transform: uppercase;
}