/*
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
*/

/*** Typography ***/ 

body {
	color: #222;
	font-size: 20px;
	line-height: 1.6;
    font-family: proxima-nova, lato, sans-serif;
    font-weight: 300;
}

.font-serif {
	color: #222;
	font-size: 18px;
	line-height: 2;
    font-family: copernicus-book, georgia, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
    font-family: proxima-nova, lato, sans-serif;
	line-height: 1.5;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
    font-weight: 300;
    line-height: 42px !important;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

h2 {
	font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

h3 {
	font-size: 24px;
    font-weight: 700;
}

h4 {
	font-size: 22px;
    font-weight: 700;
}

h5 {
	font-size: 16px;
    font-weight: 700;
}

h6 {
	font-size: 14px;
    font-weight: 700;
}

strong {
    font-weight: bold;
}

/*** White Bounding Box for LP's ***/ 

.white-box {
	padding: 35px 75px; background: #ffffff; opacity: .93; margin: 10px 25px;
}

/*** Round image ***/ 

.round-image img {
	border-radius: 50%;
}

/*** Comment Box ***/ 

.fl-theme-builder-header-shrink-row-top {
   border-bottom: solid 1px #aaaaaa;
}

/*** Comment Box ***/ 

.fl-comments {
    display: none;
}

/*** Default Footer ***/ 

.fl-page-footer {
    display: none;
}

/*** Accordion Items ***/ 

.fl-accordion-item {
    background: #ffffff;
}

.fl-accordion-button-label {
    font-weight: 700;
    font-size: 22px;
}

/*** Checkout ***/ 

.payment_box {
    display: none;
}

.woocommerce-checkout .payment_method_stripe > div {display:none !important;}

#place_order {
    font-size: 18px !important;
    font-weight: bold !important;
}

.woocommerce-checkout input {font-family:proxima-nova, lato, sans-serif; font-size: 18px;}