/*
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... */

@font-face {
  font-family: "Bank Gotham";
  src:  url("fonts/bnkgothm.woff2") format("woff2"),
        url("fonts/bnkgothm.woff") format("woff");
  font-weight: normal;
}

/* ********* STYLE GUIDE ********** */

/* GREEN - #11633A	/ #00b34e | #01642d		*/
/* BLACK - #001620							*/
/* TURQUOISE - #BDF9FF						*/

/* ******** GENERAL ******** */

.bnk-gthm {
	font-family: "Bank Gotham", Verdana, Arial, sans-serif !important;
	color: #c8ff8e;
	font-size: 1.2em;
    position: relative;
    bottom: 1px;
}

p {
	margin-bottom: 25px;
}

.h2-large {
	font-size: 42px;
}

.text-white {
	color: #fff !important;
}

.text-green {
	color: #01642D !important;
}

.text-turquoise {
	color: #BDF9FF !important;
}

.text-center {
	text-align: center !important;
}

.no-margin-bottom {
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	.width-850 { max-width: 850px; margin-left: auto; margin-right: auto; }
}

.width-550 {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.fl-col-small {
/* 	max-width: 95%; */
/* 	margin-left: auto; */
/* 	margin-right: auto; */
}

/* Header */

.hero-header {
	max-height: 570px;
}

/* ******** NAVIGATION  ******** */

header img,
.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {
	max-height: 25px;
}

.fl-theme-builder-header-scrolled img{
	content: url("/template_files/1155/wp-content/uploads/2018/08/green_box_logo_regular.png") !important;
}

.fl-theme-builder-header-shrink-module-bottom.fl-theme-builder-header-shrink-module-top span {
	color: #11633A !important;
	margin-top: 7px !important;
    margin-bottom: 2px;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled.fl-theme-builder-header-shrink {
	border-bottom: 1px solid rgba(128, 128, 128, .5);
}

.uabb-menu-overlay li .menu-item-text {
	font-size: 30px;
	color: #1ef37c;
}

.uabb-menu-overlay .sub-menu li .menu-item-text {
	color: #fff !important;
	font-size: 18px;
	text-transform: uppercase;
}

.uabb-menu-overlay .sub-menu li {
	border: none !important;
}

/* ********** HOME PAGE ********** */

ol li {
	color: #fff;
	font-size: 15px;
}

.uabb-infobox .uabb-module-content.uabb-imgicon-wrap {
	margin-top: -16px;
}

.uabb-hotspot-tooltip-content {
	background-color: #01642d;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, .5);
}

.uabb-hotspot-tooltip-content::after {
	display: none;
}

.icon-margin img {
    margin-top: 8px;
}

/* ********** PRODUCTS ********** */

.reduce-padding-left {
	padding-left: 18px;
}

.reduce-padding-left li {
    font-weight: 600;
    font-family: 'Montserrat';
}

.quickcard-img img {
    max-width: 75% !important;
    margin-left: auto;
    margin-right: auto;
}

.uabb-image-carousel i {
	font-size: 50px !important;
}

.uabb-image-carousel .slick-prev, .uabb-image-carousel .slick-prev:hover {
	left: -50px !important;
}

.uabb-image-carousel .slick-next, .uabb-image-carousel .slick-next:hover {
	right: -50px !important;
}

.slick-active {
/* 	border: 1px solid rgba(128, 128, 128, .5) !important; */
}

/* ********** INVESTOR RELATIONS ********** */

.pp-tab-label-inner {
    text-align: left;
}

.pp-tabs-labels.pp-clearfix {
	padding-top: 46px;
}

.pp-tabs-style-5 .pp-tabs-label .pp-tab-label-inner {
	padding: 10px;
}

/* Annual Reports & SEC */

.fl-node-5bc4de14a32bd .uabb-post-wrapper {
	margin-bottom: 0 !important;
}

/* ********** WORK WITH US ********** */

.pp-infobox-wrap {
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.profile-icon i {
	font-size: 40px;
	color: #fff;
}

/* ********** CONTACT ********** */

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url] {
    height: 40px;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: #01642d;
	color: #fff;
    font-size: 16px;
    border: 1px solid #01642d;
    padding: 6px 24px;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: transparent;
    color: #01642d;
	border: 1px solid #01642d;
}

/* ********** NEWS ********** */

.uabb-post-heading.uabb-blog-post-section {
    margin-top: 15px !important;
}

.fl-html a,
.nav-links a {
    color: #01642d;
}

/* ********** CONTACT ********** */

div.wpcf7-mail-sent-ok {
    border: none;
}

/* ********** FOOTER ********** */

.footer-greenbox p, .footer-greenbox a {
    font-size: 15px;
}

.sub-footer {
	text-align: center;
    opacity: .5;
    font-size: 12px;
    margin-top: 30px;
}

.social-icons a {
    margin-right: 25px;
    font-size: 22px;
}

/* ********** MEDIA QUERIES ********** */

@media (max-width: 1024px) {
	footer ul { text-align: left !important; }
}

@media (max-width: 767px) {
	
	/* Home Page */
	
	h1 { font-size: 35px; margin-top: 0; }
	h2 { font-size: 28px; }
	
	.fl-node-5b8ea7cef2002 > .fl-row-content-wrap { background-position: 80% center; }
	.uabb-hotspot-items .uabb-photo-img { width: 50px !important; position: relative; top: 20px; }
	
	.business-solutions-home .fl-module-info-box .uabb-image-content { margin-bottom: 20px; }
	.business-solutions-home .fl-module-info-box .uabb-infobox-content { width: 100% !important; margin-bottom: 25px; }
	
	/* QuickCard Page */
	
	.quickcard-img img { max-width: 35% !important; }
	
	/* News Page */
	
	.fl-node-5b844c149071d > .fl-row-content-wrap { padding-bottom: 100px; }
	.single h1 { font-size: 22px !important; }
	
	/* Contact Page */
	
	.page-id-62 h1 { margin-top: 50px; }
	
}






