/*
Theme Name: AFL WP Bootstrap Starter
Theme URI: https://www.appfromlab.com
Author: Louis Gan
Author URI: https://www.appfromlab.com
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0-beta.2 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 1.0.16
Template: wp-bootstrap-starter
Text Domain: afl-wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/


body{
  padding-top: 70px;
  font-family: 'Open Sans', sans-serif;
}

.primary.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}
.elementor-section-full_width .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
  padding: 0;
}

.jumbotron{
  border-radius: 0;
}

.jumbotron h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
text-align: center;
  vertical-align: middle;
}
.jumbotron h2 {
   font-weight: 700;
  font-size: 20px;
  color: #fff;
text-align: center;
  vertical-align: middle;
margin-bottom: 50px;
}
.jumbotron p {
text-align: center;
  vertical-align: middle;
color: #fff;
  margin-bottom: 50px;
  font-size: 22px;
}
.jumbotron a{
font-weight: 700;
margin-bottom: 50px;
 vertical-align: middle;
}

.fa-pos-l{
  margin-right: 1rem;
}

.fa-pos-r{
  margin-left: 1rem;
}
.about{
  padding-top: 100px;
  padding-bottom: 100px;
}
.afl-s-marketing {
  padding-top: 100px;
  padding-bottom: 100px;
 color: #000;
}

#jumbo-home{
 display: table;
  width: 100%;
  height: 100vh;
  background: url(img/shibuya.jpg) top center fixed;
  background-size: cover;
  color: #ffffff;
}
#colophon {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
text-align: center;
}

#colophon a{
  color: #fff;
}

#colophon a:link a:visited a:hover a:active{
  text-align: center;
color: #fff;
}

#colophon .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/*
Gravity Forms
*/

ul.gform_fields{
  list-style-type: none;
  padding: 0;
}

.gfield{
  margin-bottom: 1rem;
}

.gfield_label{
  font-family: 'Open Sans', sans-serif;
}

.ginput_container input, .ginput_container textarea{
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
}

.gfield_error input{
  border-color: #d9534f;
}

.gfield_error .validation_message{
  color: #d9534f;
  margin-top: .25rem;
  font-size: 0.8rem;
}

.gform_wrapper .validation_error{
  color: #d9534f;
  font-weight: 700;
  margin-bottom: 1rem;
}

.gform_footer input[type="submit"]{
  cursor: pointer;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  padding: .5rem 1rem;
  line-height: 1.5;
  border-radius: .3rem;
}
