/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

a.PDFLink {
	height: 28px;
	padding-left: 40px;
	background: url('/wp-content/uploads/2018/06/pdf-logo.png') no-repeat;
	color: #428bca;
	text-decoration: underline;
}

.page-id-515 .woocommerce-tabs {
	display:none;
}

.input-text.text.qty {
	font-size: 20px;
    width: 3em;
    padding: 21px 0;
}

#home-heading {
	background-color: rgba(0, 0, 0, 0.3);
}
.fl-post-text.light-text h3.fl-post-title a:link, .fl-post-text h3.fl-post-title a:active {
	color:white;
	font-weight:bold;
}
.fl-post-text.light-text .fl-post-more-link a:link, .fl-post-text h3.fl-post-title a:active {
    color: #81c4ff;
}

.woocommerce a.remove {
    height: 30px;
    width: 20px;
    font-size: 0;
    color: gray!important;
}
.woocommerce a.remove:hover {
    color: black!important;
    background: transparent;
}

.woocommerce a.remove:before {
    font: normal normal normal 1em/1 FontAwesome;
	content: "\f1f8";
	display:inline-block;
	font-size:30px;
	-webkit-font-smoothing:antialiased;
	position:relative;
	top:0;
	color:inherit;
	text-indent:0;
	text-align:center;
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
    color: black!important;
}