/*
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:hover {
	opacity: .6;
}
#menu-main a:hover {
	opacity: 1;
}
#mainHero .fl-col-group .fl-col:nth-of-type(2) .fl-col-content #receipt{
	position: relative;
	z-index: 20;
}
header {
	z-index: 22;
}
body.home header img {
	display: none !important;
}
.fl-menu-mobile-flyout {
	box-shadow: 0 0 10px #4e3c3c;
	padding: 0 15px !important;
}
header img {
	max-height: 45px;
}
header.fl-theme-builder-header-shrink {
	background: #fdbc18 !important;
}
body.home header.fl-theme-builder-header-shrink img {
	display: block !important;
}
.topRibbonWhite {
	background:url('https://paperreceipts.org/img/ribbon-top.png');
	background-position: center top;
	background-repeat: repeat-x;
	z-index: 2;
	position: relative;
	margin-top: -60px;
}

.topRibbonBlue {
	background:url('https://paperreceipts.org/img/ribbon-top-blue.png');
	background-position: center top;
	background-repeat: repeat-x;
	z-index: 2;
	position: relative;
	margin-top: -60px;
}
#blueStamp {
	background:url('https://paperreceipts.org/img/bluestamp.png');
	background-repeat: repeat-x;
	background-size: contain;
}
.fl-menu-mobile-flyout {
	background: #232e66 !important;
}
.fl-menu .menu {
    background-color: #232e66 !important;
}
#blueStamp h2,#blueStamp h2 a {
	color: #fdbc18 !important;
	font-size: 45px !important;
}
#blueStamp p {
	color: #ffffff !important;
	font-size: 30px;
}
#menu-main li a {
	color: #ffffff !important;
    font-weight: 600;
    font-size: 20px;
}
#menu-main li a:hover {
	color: #fdbc18 !important;
}
body:not(.fl-builder-edit) #capitalBlock {
	z-index: -1;
}
h2.h2 span {
	font-size: 45px !important;
}
h3, h3 span {
	font-size: 25px !important;
}
.fl-menu-mobile-close i {
	color: #fff !important;
}
.ZWithMarginBottom {
	margin-bottom: -60px;
	position: relative;
	z-index: 2;
}
@media screen and (min-width:980px) and (max-width:1220px) {
	#blueStamp {
    background: url(https://paperreceipts.org/img/bluestamp.png);
    background-repeat: repeat-x;
    background-size: cover;
}
}
/*@media screen and (min-width:980px) and (max-width:1220px) {
	#topHome .fl-module-heading .fl-module-content {
		margin: 0px !important;
		margin-left: 20px !important;
	}
}*/
@media screen and (max-width:600px) {
	#blueStamp {
    background: url(https://paperreceipts.org/img/bluestamp.png);
    background-repeat: repeat-x;
    background-size: cover;
}
	#blueStamp p {
    color: #ffffff !important;
    font-size: 18px;
}
	#blueStamp h2, #blueStamp h2 a {
    color: #fdbc18 !important;
    font-size: 30px !important;
}
	* p {
		font-size: 18px !important;
	}
}
@media screen and (max-height:800px) {
	#receipt {
		max-width: 90%;
	}
}
@media screen and (max-height:700px) {
	#receipt {
		max-width: 70%;
	}
	#topHome .fl-module-heading .fl-module-content {
		margin: 0px !important;
		margin-left: 20px !important;
	}
}
@media screen and (max-height:600px) {
	#receipt {
		max-width: 60%;
	}
}