/**
Theme Name: bbf-it
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bbf-it
Template: astra
*/

:root {
  --box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.075);
  --border-color: #f3f3f3;
  --border-radius: .25rem;
  --border-radius-lg: .5rem;
}

small, .small{
  font-size: 85%;
}

figure.desat img{
  filter: grayscale(20%); /* Standard */
  -webkit-filter: grayscale(20%); /* Webkit */
  -webkit-filter: grayscale(0.2); /* Old WebKit */
}

body{
  background: #fff url("assets/img/ifx_bg_sm.svg");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top left;
}

@media screen and (max-width: 544px){
  .uag-hide-mob{
    display: none!important;
  }
  /* remove padding for ultimate addons colums on mobile (not fullwidth colums) */
  #content section.wp-block-uagb-columns:not(.alignfull){
    padding-left: 0;
    padding-right: 0;
  }
}


@media screen and (min-width: 544px){
  body{
    background: #fff url("assets/img/ifx_bg_md.svg");
    background-repeat: repeat-y;
    background-size: contain;
  }
}

@media screen and (min-width: 921px){
  body{
    background: #fff url("assets/img/ifx_bg.svg");
    background-repeat: repeat-y;
    background-size: 100%;
  }
}


/*
* typography basics
***********************
*/

h1, h2, h3, h4{
  margin-bottom: .5em;
}

p+h1, p+h2, p+h3, p+h4{
  margin-top: 1.5em;
}

.mb-0{
  margin-bottom: 0!important;
}

.mb-1{
  margin-bottom: .25em!important;
}

#primary ul, #primary ol{
  margin: 0 0 1.5em 0.75em;
}

.has-text-color a{
  color: inherit!important;
}

.is-style-rounded img{
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius)!important;
  box-shadow: var(--box-shadow);
}

.entry-header h1.entry-title{
  color: var(--ast-global-color-0);
  font-weight: 700;
}

blockquote{
  border-left-color: var(--ast-global-color-1);
  margin: 0;
}

blockquote p{
  color: var(--ast-global-color-1);
  margin-bottom: 0!important;
}

.wp-block-image figcaption {
  margin-top: .75em;
  margin-bottom: 1em;
  font-size: .85rem;
}


/*
* Layout
***********************
*/
#primary, #secondary{
  border: none!important;
}


/*
* Menu
***********************
*/

.current-menu-item,
.current_page_parent{
  font-weight: 700;
}


/*
* Gutenberg Blocks
***********************
*/

.is-style-card{
  background: #fff;
  border: 1px solid var(--border-color)!important;
  border-radius: var(--border-radius-lg);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 1.5em;
}

.wp-block-group__inner-container *:last-child{
  margin-bottom: 0!important;
}

.image-gallery.wp-block-getwid-images-stack .wp-block-getwid-images-stack__media{
  border-radius: var(--border-radius)!important;
}

.wp-block-getwid-media-text-slider-slide-content__media-overlay{
  opacity: 0!important;
}

/* Getwid Imageslider */
button.slick-arrow{
  text-shadow: none!important;
}
button.slick-arrow:before{
  color: var(--ast-global-color-2)!important;
}

.demo-banner{
  padding-top: 0!important;
  padding-bottom: 0!important;
}

@media screen and (min-width: 991px){
  .wp-block-getwid-content-timeline__wrapper>.wp-block-getwid-content-timeline-item:not(:first-child){
    margin-top: -60px;
  }
}

.our-story-timeline{
  z-index: -1;
}

.our-story-bottom{
  position: relative;
  overflow: visible;
  z-index: 1;
}

.our-story-bottom::before{
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -20px;
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid var(--ast-global-color-0);
  z-index: 1;
}

@media screen and (max-width: 768px){
  .our-story-bottom::before{
    display: none;
  }
}

/*
* Custom Blocks
***********************
*/

.svgicon{
  max-width: 5em;
  margin-bottom: 1em;
}

.svgicon.light svg g{
  stroke: var(--ast-global-color-4);
}

/*
* Forms
***********************
*/
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form button.form-submit{
  background-color: var(--ast-global-color-0)!important;
  border: none!important;
  color: var(--ast-global-color-5)!important;
  border-radius: 3px!important;
  font-size: inherit!important;
  width: 100%!important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner,
.wpforms-form .wpforms-submit-spinner{
  margin: 1em auto 0!important;
  display: none!important;
  opacity: 0;
}

.wpforms-title{
  font-weight: 700;
}

button.wpforms-page-button {
  background-color: var(--ast-global-color-0)!important;
  border: none!important;
  color: var(--ast-global-color-5)!important;
  border-radius: 3px!important;
  font-size: inherit!important;
  padding: 10px 15px; /* Distance between text and border */
}

div.book-a-demo{
  background: #fff;
  border: 1px solid var(--border-color)!important;
  border-radius: var(--border-radius-lg);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 1.5em;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: var(--ast-global-color-1)!important;
  border: 1px solid var(--ast-global-color-7)!important;
  border-radius: var(--border-radius-lg)!important;
  color: #ffffff!important;
  margin: 0!important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: var(--ast-global-color-1)!important;
  border: 1px solid var(--ast-global-color-7)!important;
  border-radius: var(--border-radius-lg)!important;
  color: #ffffff!important;
  margin: 0!important;
}


/*
* Job Listings
***********************
*/

section.job-listing ul li > div{
  border: 1px solid var(--border-color)!important;
  border-radius: var(--border-radius-lg);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 1.5em;
}

section.job-listing .wp-block-post-featured-image{
  max-width: 6em;
  margin: 0px auto;
  margin-bottom: 1.5em;
}

section.job-listing .wp-block-post-featured-image{
}

section.job-listing .wp-block-post-excerpt__more-text{
  margin-bottom: 0;
}


#primary ul.wp-block-post-template{
  margin: 0;
}

/*
* Application Form Sidebar
***********************
*/

.single-job_listings.single .entry-header{
  margin-bottom: 0!important;
}

.single-job_listings #secondary{
  background: #fff;
  border: 1px solid var(--border-color)!important;
  border-radius: var(--border-radius-lg);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 1em;
}

.single-job_listings #secondary aside.widget{
  margin: 0;
  padding-bottom: 0;
}

.wpforms-page-indicator-steps {
  color: var(--ast-global-color-2);
}

.single-job_listings #secondary aside.widget.widget_text{
  padding-top: 0;
}

/*
* footer widgets
***********************
*/

a.linked-in svg {
  width: 80px;
  vertical-align: baseline;
  margin-bottom: -4px;
  padding-left: 5px;
}

.site-footer-above-section-1 .widget_media_image{
  float: left;
  width: 100px;
  overflow: hidden;
}

.site-footer-above-section-1 .widget_text{
  padding-left: 120px;
}


.ast-header-break-point .site-footer-above-section-1 .widget_media_image{
  float: none;
  margin: 0 auto 1em;
}

.ast-header-break-point .site-footer-above-section-1 .widget_text{
  padding-left: 0;
}
