/*
Theme Name: Planet Pharma Child Theme
Theme URI: http://www.siodigital.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: SiO Digital
Author URI: https://siodigital.com
template: bb-theme
*/

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

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

/* RED  - #C42030					 */
/* BLUE - #019ADD					 */

/* ********************************* */

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

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase
}

h1, h2, h3, h4, h5, h6, p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.hg-cta a, .hg-cta-red a {
	padding: 14px 24px 12px 24px !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	transition: all .5s;
}

.hg-cta a:hover {
    border: 2px solid #019add !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: all .5s;
}

.hg-cta-red a:hover {
    border: 2px solid #C42030 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: all .5s;
}

.heading-border-blue h2 .fl-heading-text,
.heading-border-blue h3 .fl-heading-text {
	border-left: 3px solid #019ADD;
    padding-left: 15px;
    padding-top: 5px;
}

.heading-border-blue-alt h2 .fl-heading-text {
	border-left: 3px solid #00D6F7;
    padding-left: 15px;
    padding-top: 5px;
}

.heading-border-blue-h2 h2 {
	font-size: 34px !important;
}

.heading-border-blue-h2 .fl-module-content.fl-node-content {
	padding-left: 15px !important;
	border-left: 3px solid #019ADD;
}

.heading-border-red-h2 h2 {
	font-size: 32px !important;
}

.heading-border-red-h2 .fl-module-content.fl-node-content {
	padding-left: 15px !important;
	border-left: 3px solid #C42030;
}

.heading-border-red h2 .fl-heading-text {
	border-left: 3px solid #C42030;
    padding-left: 15px;
    padding-top: 5px;
}

.text-red {
	-webkit-animation: neon1 1.5s ease-in-out infinite alternate;
 	-moz-animation: neon1 1.5s ease-in-out infinite alternate;
  	animation: neon1 1.5s ease-in-out infinite alternate;
}

.text-blue {
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
 	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
  	animation: neon2 1.5s ease-in-out infinite alternate;
}

.text-white {
	-webkit-animation: neon3 1.5s ease-in-out infinite alternate;
 	-moz-animation: neon3 1.5s ease-in-out infinite alternate;
  	animation: neon3 1.5s ease-in-out infinite alternate;
}

.text-red-decor {
	color: #C42030 !important;
}

.text-blue-decor {
	color: #019ADD !important;
}

.col-border .fl-col-content.fl-node-content {
	border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}

.col-border .fl-col-group-nested .fl-col-content.fl-node-content {
	border: none;
}

.img-box-shadow img {
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	transition: all .5s;
}

.img-box-shadow img:hover {
    box-shadow: 0 5px 25px 0 rgba(0, 69, 99, 0.5);
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	transition: all .5s;
}

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

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

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

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

/* YouTube Embed Responsive */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 25px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Animate Text */

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #C42030, 0 0 8px #C42030, 0 0 10px #C42030, 0 0 12px #C42030, 0 0 18px #C42030;
  }
  to {
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #C42030, 0 0 17px #C42030, 0 0 20px #C42030, 0 0 25px #C42030, 0 0 37px #C42030;
  }
}

@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #019ADD, 0 0 8px #019ADD, 0 0 10px #019ADD, 0 0 12px #019ADD, 0 0 18px #019ADD;
  }
  to {
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #019ADD, 0 0 17px #019ADD, 0 0 20px #019ADD, 0 0 25px #019ADD, 0 0 37px #019ADD;
  }
}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #019ADD, 0 0 5px #019ADD, 0 0 6px #FFF, 0 0 7px #FFF, 0 0 8px #FFF;
  }
  to {
    text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #019ADD, 0 0 6px #FFF, 0 0 7px #FFF, 0 0 8px #FFF, 0 0 9px #FFF;
  }
}

/* Animate Performance */

.ml1 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.3em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #C42030;
  transform-origin: 0 0;
}

.text-black {
	color: #000;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }

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

.nav-cta a {
	background-color: #000;
	padding: 8px 15px;
	border-radius: 5px;
}

.nav-cta a span {
	color: #fff !important;
}

.nav-logo-color {
	display: none;
}

.nav-logo-color a {
	display: block;
}

.not-home-hero {
	display: none;
}

ul#menu-main-navigation li#menu-item-136 ul.sub-menu {
		border: none;
		box-shadow: none;
}


ul#menu-main-navigation li#menu-item-136 ul.sub-menu li.menu-item {
	border: none;
}

ul#menu-main-navigation li#menu-item-136 ul.sub-menu li.menu-item a {
	padding-top: 8px;
	padding-bottom: 8px;
}

ul#menu-main-navigation li#menu-item-136 ul.sub-menu li.menu-item a span.menu-item-text {
	color: #fff;
	font-size: 22px;
}

ul#menu-main-navigation li#menu-item-136 ul.sub-menu #menu-item-15548 {
	margin-bottom: 12px;
}

.fl-node-5c50ff8a5bf94 .uabb-creative-menu .sub-menu li a {
	background-color: #fff;
}

/* Sticky Header */

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled {
	border-bottom: 1px solid #ccc;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled li a span {
	color: #333 !important;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .nav-logo-color {
	display: block;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .nav-logo {
/* 	display: none; */
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .home-hero-only {
	padding-top: 21px;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .nav-logo-color {
	padding-top: 4px;
	padding-left: 21px;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .overlay-logo {
	display: none;
}

.nav-not-search {
	position: relative;
	bottom: 16px;
}

.nav-search {
	position: relative;
	bottom: 11px;
}

/* Search */

#ajaxsearchlite2, .probox {
	box-shadow: none !important;
}

.proinput input[type="search"] {
	text-shadow: none;
	border-radius: 0 !important;
}

.proinput form {
	border-bottom: 2px solid #c3c3c3 !important;
}

div.asl_r .results .item .asl_image {
	display: none;
}

div.asl_r .results .item {
	padding: 10px;
}

.uabb-menu-overlay .nav-search {
	max-width: 400px;
	display: inline-block !important;
    width: 100%;
}

.uabb-menu-overlay .proinput form {
	border-bottom: none !important;
}

/* Mobile Menu */

.uabb-menu-overlay #menu-main-navigation {
	width: 100%;
	position: absolute;
	margin: 0;
	top: 50% !important;
}

.uabb-creative-menu-mobile-toggle {
	position: fixed;
    top: 28px;
    right: 35px;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .uabb-creative-menu-mobile-toggle {
/* 	display: none; */
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .not-home-hero {
	display: block;
	position: relative;
    top: 13px;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .home-hero-only {
	display: none;
}

.fl-col-group.fl-node-5cfdf752e8e06.fl-col-group-equal-height.fl-col-group-align-center.fl-col-group-custom-width {
/* 	display: none; */
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .fl-col-group.fl-node-5cfdf752e8e06.fl-col-group-equal-height.fl-col-group-align-center.fl-col-group-custom-width {
	display: block;
	position: fixed;
    width: 100%;
	top: 3px;
	right: 15px;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, .uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
/* 	width: 2.4em;  */
}

.not-home-hero .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, .uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
/* 	width: 2.1em; */
	position: relative;
    bottom: 10px;
}

.fl-theme-builder-header-shrink-row-top.fl-row-content-wrap {
	padding-top: 10px !important;
}

.fl-theme-builder-header-shrink-row-bottom.fl-row-content-wrap {
    padding-bottom: 10px !important;
}

.uabb-menu-overlay.uabb-overlay-fade {
	display: flex;
    align-items: center;
    justify-content: center;
	background-image: url('/wp-content/uploads/2019/06/hg_mobile_menu_bg.jpg');
	background-position: center center;
}

.uabb-menu-overlay.uabb-overlay-fade #menu-main-navigation,
.uabb-menu-overlay.uabb-overlay-fade #menu-main-navigation-2 {
	top: 35%;
}

.uabb-menu-overlay.uabb-overlay-fade #menu-main-navigation li a,
.uabb-menu-overlay.uabb-overlay-fade #menu-main-navigation-2 li a {
	color: #fff !important;
	font-size: 28px !important;
}

.uabb-menu-overlay.uabb-overlay-fade #menu-main-navigation li a:hover {
	color: #019ADD !important;
}

.overlay-logo img {
	max-width: 125px;
    margin-bottom: 25px;
}

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

/* Performance */

.home-performance .fl-photo-content.fl-photo-img-png img {
	max-width: 75%;
}

.img-home-logo img {
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 10px;
	transition: all .5s;
}

.img-home-logo img:hover {
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 25px 0 rgba(136, 20, 32, 0.5);
	transition: all .5s;
}

.fl-node-5d01e7190a62b,
.fl-node-5d01e72b4993a {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Parts */

.home-parts-carousel img {
/* 	border: 2px solid #e8e8e8; */
}

.home .uabb-image-carousel-content,
.page-id-171 .uabb-image-carousel-content{
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
}

/* ********** REPAIR/SERVICES ********** */

.service-a, .service-b, .service-c {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	transition: all .5s;
}

.service-a .fl-col-content.fl-node-content, .service-b .fl-col-content.fl-node-content, .service-c .fl-col-content.fl-node-content {
	-webkit-filter: grayscale(100%);
	filter: greyscale(100%);
	transition: all .5s;
}

.service-a h3,
.service-b h3,
.service-c h3 {
    color: #fff;
    font-size: 22px !important;
}

.service-a p,
.service-b p,
.service-c p {
    color: #fff !important;
	font-size: 15px !important;
}

.service-a:hover, .service-b:hover, .service-c:hover {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
	transition: all .5s;
}

.service-a .fl-col-content.fl-node-content:hover,
.service-b .fl-col-content.fl-node-content:hover, 
.service-c .fl-col-content.fl-node-content:hover {
	-webkit-filter: grayscale(0%);
	filter: greyscale(0%);
	transition: all .5s;
}

/* ********** PERFORMANCE ********** */

.page-id-130 .img-home-logo img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-id-130 .uabb-image-carousel-content,
.page-id-130 .uabb-image-carousel-content{
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
}

/* ********** ABOUT ********** */

.bio-info {
	line-height: 1.3em;
}

.bio-info .name {
	font-size: 20px;
}

.bio-info .title {
	font-size: 14px;
	color: #C42030;
}

/* Testimonials */

.page-id-138 .uabb-blog-posts-carousel {
	-webkit-box-shadow: -3px 3px 17px 0 rgba(128, 128, 128, .25);
	-moz-box-shadow: -3px 3px 17px 0 rgba(128, 128, 128, .25);
	box-shadow: -3px 3px 17px 0 rgba(128, 128, 128, .25);
}

.page-id-138 .uabb-blog-posts-shadow.clearfix {
	border: 1px solid #cecece;
}

.testimonial-container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-container a {
	display: block;
}

.testimonial-container h3 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.testimonial-container hr {
	border-top: 1px solid #cecece;
	width: 5%;
	margin-top: 5px;
}

.testimonial-container img {
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cecece;
}

.testimonial-container p {
	font-size: 15px;
}

.page-id-138 .uabb-blog-posts-carousel i {
	color: #C42030 !important;
    font-size: 30px !important;
    background-color: transparent !important;
}

/* ********** SHOP ********** */

/* Nav */

#menu-shop-platform .sub-menu {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Products */

.product-featured-image {
	margin-bottom: 15px;
}

.product-featured-image img {
    -webkit-box-shadow: 4px 2px 15px 0 rgba(128, 128, 128, .5);
	-moz-box-shadow: 4px 2px 15px 0 rgba(128, 128, 128, .5);
	box-shadow: 4px 2px 15px 0 rgba(128, 128, 128, .5);
}

.product-listing .product-title {
	margin-bottom: 15px;
}

.product-listing h1 {
	font-size: 1em;
}

.view-product-button a {
	background-color: #019ADD;
	color: #fff;
    padding: 12px 24px;
    display: block;
}

/* ********** SINGLE PRODUCT ********** */

.woocommerce-product-gallery__image img {
	padding: 25px;
    border: 1px solid #d4d4d4 !important;
}

.single-product h2 {
	font-size: 24px;
}

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

.wpcf7 label, .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input [type=tel]  {
	margin-bottom: 0 !important;
}

/* ********** BRANDS ********** */

.blog-categories h2 {
	font-size: 22px;
}

.brand-logo img {
	border: 4px solid #fff;
	background-color: #fff;
}

blockquote {
	font-family: 'Comfortaa', sans-serif;
	color: #019ADD;
	border-color: #019ADD;
}

.brand-listing img {
	border-radius: 50%;
	border: 1px solid #cccccc;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	max-width: 150px;
}

.brand-listing h4 {
	margin-top: 15px;
}

.single-brand .uabb-photo-gallery-link img {
	border: 1px solid #cccccc;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}

/* ********** DEALERS ********** */

.dealer-listing .row {
	display: flex;
	align-items: center;
	width: 100%;
}

.dealer-listing .uabb-blog-posts-shadow {
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	margin: 15px 20px;
}

.dealer-listing .col-sm-6 {
	flex: 1;
}

.dealer-listing h3 {
	color: #019ADD;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.dealer-listing h4 {
	font-size: 20px;
}

/* ********** PRIVACY POLICY ********** */

.privacy-policy-text h3 {
	font-size: 22px;
}

.privacy-policy-text p {
	font-size: 14px;
}

/* ********** BLOG ********** */

.blog-listing .uabb-blog-post-content {
    -webkit-box-shadow: 4px 2px 15px 0 rgba(128, 128, 128, .5);
	-moz-box-shadow: 4px 2px 15px 0 rgba(128, 128, 128, .5);
	box-shadow: 4px 2px 15px 0 rgba(128, 128, 128, .5);
}

.blog-listing .uabb-blog-posts-shadow {
	margin: 20px;
}

.blog-listing .uabb-meta-date {
	color: #717171;
	margin-bottom: 10px;
}

.blog-listing .uabb-read-more-text {
	padding-top: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}

.blog-listing .uabb-read-more-text a {
	color: #019ADD !important;
}

/* ********** LEGACY ********** */

.pp-timeline-item {
	min-height: 350px;
}

.pp-timeline-item-0,
.pp-timeline-item-2,
.pp-timeline-item-4,
.pp-timeline-item-6 {
	text-align: right;
}

.timeline-image1 {
	float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.timeline-image2 {
	float: left;
    position: absolute;
    left: 0;
    top: 0;
}

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

.sub-footer {
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, .5) !important;
}

.sub-footer span {
	color: rgba(255, 255, 255, .75) !important;
}

footer .overlay-logo {
	display: none;
}

footer .nav-search {
	display: none;
}

/* Subscribe */

.fl-node-5d13e99faee04 .uabb-subscribe-form-inline .uabb-form-field {
	width: 75%;
}

.uabb-form-button {
	width: 25%;
}

.uabb-form-button div {
	width: 100%;
}

.fl-module-mailchimp-subscribe-form input[type="email"] {
	padding: 11px 15px !important;
}

.fl-module-mailchimp-subscribe-form .uabb-fom-field:last-of-type .uabb-button-wrap,
.fl-module-mailchimp-subscribe-form .uabb-fom-field:last-of-type a {
	width: 100%;
}

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

@media (max-width: 1024px) {
	
	/* General */
	.fl-col-small { max-width: 95%; float: left; clear: none; }
	.hg-hero .fl-row-content-wrap { padding-top: 125px; padding-bottom: 50px; }
	
	/* Navigation */
	.nav-logo img { max-width: 95px; margin-top: 8px; }	
	.uabb-menu-overlay .menu-item-text { font-size: 24px; }
	ul#menu-main-navigation li#menu-item-136 ul.sub-menu li.menu-item a span.menu-item-text {font-size: 18px;}
	ul#menu-main-navigation li#menu-item-136 ul.sub-menu li.menu-item a { padding-top: 5px; padding-bottom: 5px;}
	}

	
	/* About */
	
	.fl-node-5d169a54a753f .fl-module-content.fl-node-content { margin: 40px !important; }
	.fl-node-5d169a54a753f .slick-prev { left: -38px !important; }
	.fl-node-5d169a54a753f .slick-next { right: -38px !important; }
	
	/* Products */
	.single-product h1 { font-size: 28px !important; }
	
	/* Builds */
	.single-build h1 { font-size: 28px !important; }
	.timeline-image1, .timeline-image2 { position: initial; }
	.pp-timeline-title { padding-top: 8px !important; }



@media (max-width: 767px) {
	
	/* General */
	.hg-hero h1 { font-size: 35px !important; }
	.heading-border-blue-h2 h2 { font-size: 27px !important;}
	
	/* Navigation */
	.uabb-menu-overlay .menu-item-text { font-size: 19px; }
	.uabb-menu-overlay #menu-main-navigation li a { padding-bottom: 2px; }
	ul#menu-main-navigation li#menu-item-136 ul.sub-menu li.menu-item a span.menu-item-text {font-size: 16px;}
	ul#menu-main-navigation li#menu-item-136 ul.sub-menu li.menu-item a { padding-top: 4px; padding-bottom: 3px;}
	
	/* Home */
	.fl-node-5d01dc8714948 { max-width: 90%; margin-left: auto; margin-right: auto; float: none; }
	
	/* Footer */
	.uabb-module-content.uabb-subscribe-form.uabb-subscribe-form-inline.uabb-sf-style-style1.uabb-form { width: 220px;  }
	
	/* Products */
	.single-product h1 { font-size: 25px !important; }
	
	/* Builds */
	div.uabb-blog-posts h3.uabb-post-heading.uabb-blog-post-section { margin-top: 10px; margin-bottom: 2px; font-size: 18px; line-height: 25px;}
	.single-build h1 .fl-heading-text { font-size: 25px; }
	
	/* Performance */
	.ml1 { font-size: 2em; }
	
	/* About */
	.fl-node-5d169a54a753f .fl-module-content.fl-node-content { margin: 50px !important; }
	.fl-node-5d169a54a753f .slick-prev { left: -41px !important; }
	.fl-node-5d169a54a753f .slick-next { right: -41px !important; }
	
	/* Blog */
	.blog-listing .uabb-blog-post-content { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
	.page h3.uabb-post-heading a { font-size: 17px; }
	.page div.uabb-blog-posts h3.uabb-post-heading.uabb-blog-post-section { margin-top: 15px; margin-bottom: 6px; }
	
	/* Contact */
	.fl-node-5d0d01630e01a > .fl-col-content { box-shadow: none; }
	
	/* Products */
	.product-featured-image img { max-width: 300px; margin-bottom: 25px; }
	
	/* Legacy */
	.pp-timeline-text-wrapper { padding-top: 0px !important; }
	h4.pp-timeline-title { padding-bottom: 8px !important; }
	
	/* Privacy Policy */
	.privacy-policy-text h3 { font-size: 16px; }
	
}
	
		
	
	
	
	