/*
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... */
/* Color
Primary Blue: #00b0ff
Secondary Green: #47af4a
Third Purple: #3d4eb8
Heading Text: #272728
Content Text: #000000
 */

:root {
  --primary: #00b0ff;
  --secondary: #47af4a;
  --third: #3d4eb8;
  --heading: #272728;
  --content: #272728;
}


/* Global */
/*
a {
  color:#00b0ff;
}
a:hover {
  color:#47af4a;
}
*/
a:hover,
a:focus {
  text-decoration:none;
}
b, strong {
    font-weight: 700;
}
.lead .fl-rich-text p,
.lead .fl-rich-text li {
  font-size:18px;
  font-weight:400;
}
.lead .fl-rich-text li {
  padding-bottom:10px;
}
.lead .fl-rich-text ul {
  padding-left:10px;
  list-style-type: none;
}
.lead .fl-rich-text ul li {
  padding-left:30px;
  background: url(images/list-style-arrow.svg) no-repeat left 4px;
}
.text-lte p,
span.lte {
  font-weight:300;
}
p,
body {
  /*
  font-family: "Open Sans",sans-serif;
  font-size;16px;
  color:#000000;
  font-weight: 400;
  line-height: 1.5;
  */
}
.fl-rich-text h1,
.fl-module-heading h1.fl-heading {
  font-weight: 600;/*semi-bold*/
  /*
  font-family: "Open Sans",sans-serif;
  font-size;48px;
  color:#272728;
  font-weight: 300;
  line-height: 1.25;
  */
}
.fl-module-heading h1.fl-heading strong {
  font-weight:800;/*extra-bold*/
}
.fl-rich-text h2,
.fl-module-heading h2.fl-heading {
  /*
  font-family: "Open Sans",sans-serif;
  font-size;40px;
  color:#272728;
  font-weight: 300;
  line-height: 1.4;
  */
}
.fl-module-heading h2.fl-heading strong {
  font-weight:700;/*bold*/
}
#section--cta .fl-module-heading h2.fl-heading {
  font-size:50px;
}
.fl-rich-text h3,
.fl-module-heading h3.fl-heading {
  font-weight: 800;/*extra-bold*/
  color:#000000;
  /*
  font-family: "Open Sans",sans-serif;
  font-size;20px;
  color:#272728;
  font-weight: 300;
  line-height: 1.4;
  */
}
.fl-rich-text h4,
.fl-module-heading h4.fl-heading {
  /*
  font-family: "Open Sans",sans-serif;
  font-size;20px;
  color:#272728;
  font-weight: 300;
  line-height: 1.4;
  */
}
.fl-rich-text h5,
.fl-module-heading h5.fl-heading {
  /*
  font-family: "Open Sans",sans-serif;
  font-size;19px;
  color:#272728;
  font-weight: 300;
  line-height: 1.4;
  */
}
@media (max-width: 991px) {
  .fl-rich-text h1,
  .fl-module-heading h1.fl-heading {
    font-size: 35px;
    line-height: 1.25;
  }
  .fl-rich-text h2,
  .fl-module-heading h2.fl-heading {
    font-size: 32px !important;
    line-height: 1.25;
  }
  .fl-rich-text h3,
  .fl-module-heading h3.fl-heading {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .sm-text-center .fl-module-content,
  .sm-text-center .fl-module-content h1.fl-heading,
  .sm-text-center .fl-module-content h2.fl-heading,
  .sm-text-center .fl-module-content h3.fl-heading,
  .sm-text-center .fl-module-content h4.fl-heading,
  .sm-text-center .fl-module-content h5.fl-heading,
  .sm-text-center .fl-module-content .fl-photo-align-left,
  .sm-text-center .fl-module-content .fl-photo-align-right {
    text-align:center;
  }
  .sm-bg-center .fl-col-content {
    background-position:center top;
  }
}
.fl-module-content ::-moz-selection { background: var(--primary); color:white;}
.fl-module-content ::selection { background: var(--primary); color:white;}

.text-upper,
.text-upper p,
.text-upper h1,
.text-upper h2,
.text-upper h3,
.text-upper h4, 
.text-upper h5 {
  text-transform: uppercase;
}
.text-small p,
.text-small li {
  font-size:14px;
  line-height: 1.5;
}
a.btn--text {
  font-weight: 700;
  font-size:16px;
}
.btn-no-border a.fl-button,
.btn-no-border a.fl-button:hover,
.btn-no-border a.fl-button:focus {
 border:none; 
}
@media (max-width: 600px){
  
}

/* Nav */
@media (min-width: 992px){
  .fl-page-nav-right .fl-page-header-wrap {
    border-bottom: none;
  }
  .fl-page-nav-right .navbar {
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding-top: 0;
  }
  .fl-page-nav .navbar-nav>li.menu-item:last-child,
  .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li:last-child {
    /*padding: 7px 5px;
    margin-left: 5px;*/
    padding:0;
    margin:0;
  }
  .fl-page-nav .navbar-nav>li.menu-item:last-child>a.nav-link {
    /*padding: 8px 20px;
    margin-left:10px;
    background-color: var(--primary);
    color:#fff;
    border-radius: 8px;
    */
    padding:0;
  }
  .fl-page-nav .navbar-nav>li.menu-item:last-child>a.nav-link:hover,
  .fl-page-nav .navbar-nav>li.menu-item:last-child>a.nav-link:focus {
    /*background-color:#000000;*/
    background-color: transparent;
    opacity:0.9;
  }
  .fl-page-header.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a.nav-link {
    padding: 15px 16px;
  }
  .fl-page-header.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li:last-child>a.nav-link {
    /*padding: 8px 20px;*/
    padding:0;
  }
  .fl-page-nav-right .fl-page-header-row .fl-page-logo-wrap {
    width: 33.333333%;
  }
  .fl-page-nav ul.sub-menu {
    border-top: 3px solid var(--primary);
  }
  /* Static Sub-nab */
  .fl-page-nav ul.sub-menu {
    width: 160px;
  }
  .fl-page-nav ul.sub-menu ul.sub-menu {
    position: static;
    display: block;
    opacity: 1 !important;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top:0;
    padding-left:20px;
  }
}
@media (max-width: 991px) {
  .fl-page-header-wrap .container {
    max-width: 100%;
  }
  .fl-page-nav-right .fl-page-header-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .fl-page-nav-right .fl-page-header-logo img {
    width:145px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav button.navbar-toggle {
    border:none !important;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
    right: 25px;
    top: 14px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-child {
    border-bottom:none;
    margin-top: 10px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-child>a.nav-link {
    /*padding: 12px 20px;
    background-color:var(--primary);
    color:#fff;
    border-radius: 10px;
    margin-right:10px;
    margin-left:10px;
    */
    padding:0;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-child>a.nav-link:hover,
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-child>a.nav-link:focus {
    background-color:#000000;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-nav-collapse{
    background-color: rgba(255,255,255,0.90);
    border-top:none;
  }
}

/* Allow Sticky Header for Mobile */
@media (max-width:991px) {
  header.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile {
      -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
  }
  header.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    animation: smoothScroll 1s forwards;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
  }
  .admin-bar header.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.sticky {
      top: 32px;
  }
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* Footer */
footer .fl-page-footer {
  display: none;
}
footer#section--footer {
    box-shadow: 2px 0 20px rgba(0, 176, 255, 0.4); 
	-webkit-box-shadow: 2px 0 20px rgba(0, 176, 255, 0.4); 
	-moz-box-shadow: 2px 0 20px rgba(0, 176, 255, 0.4); 
    position: relative;
}
footer#section--footer .footer-nav h5 {
 margin-bottom:1em;
}
footer#section--footer p {
  font-size:12px;
  margin-bottom:0.75em;
}
footer#section--footer p img {
  margin: 0 5px 4px 5px;
}
footer#section--footer .footer-nav p a {
  color: var(--heading);
}
footer#section--footer .footer-nav p a:hover,
footer#section--footer .footer-nav p a:focus {
  color: var(--primary);
}
@media (max-width: 991px) {
  footer#section--footer .fl-icon-group-right {
    text-align: left;
  }
}
@media (max-width: 768px) {
  footer#section--footer .fl-icon-group-right {
    text-align: center;
  }
}

/* section */
.round-corner .fl-col-content {
  border-radius: 10px;
  overflow:hidden;
}
.box-shadow .fl-col-content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.18);
}
.section-with-inset-shadow .fl-row-content-wrap {
   -moz-box-shadow:    inset  0  57px 57px -57px rgba(0, 0, 0, 0.18), 
                        inset  0 -57px 57px -57px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: inset  0  57px 57px -57px rgba(0, 0, 0, 0.18), 
                        inset  0 -57px 57px -57px rgba(0, 0, 0, 0.18);
     box-shadow:        inset  0  57px 57px -57px rgba(0, 0, 0, 0.18), 
                        inset  0 -57px 57px -57px rgba(0, 0, 0, 0.18);
}
.section-with-inset-Tshadow .fl-row-content-wrap {
   -moz-box-shadow:    inset  0  57px 57px -57px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: inset  0  57px 57px -57px rgba(0, 0, 0, 0.18);
     box-shadow:        inset  0  57px 57px -57px rgba(0, 0, 0, 0.18);
}
.section-with-inset-Bshadow .fl-row-content-wrap {
   -moz-box-shadow:    inset  0 -57px 57px -57px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: inset  0 -57px 57px -57px rgba(0, 0, 0, 0.18);
     box-shadow:        inset  0 -57px 57px -57px rgba(0, 0, 0, 0.18);
}

#section--pricing-tables .price-plan1 .fl-module-heading {
  background-color: var(--secondary);
}
#section--pricing-tables .price-plan2 .fl-module-heading {
  background-color: var(--third);
}
#section--pricing-tables .price-content .lg {
  color: var(--primary);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
#section--pricing-tables .price-plan1 .price-content img {
  margin-top:20px;
}
#section--pricing-tables .price-plan2 .price-content img {
  margin-top:38px;
}
#section--pricing-tables .price-title h2.fl-heading {
  font-size:18px;
}
#section--pricing-tables .price-include h3 {
  font-size:14px;
}
#section--pricing-tables .price-include ul {
  padding:0;
  margin:0;
}
#section--pricing-tables .price-include ul li {
  list-style:none;
  background: url('images/icon_check.svg') no-repeat left 4px;
  padding-left: 27px;
  padding-bottom:5px;
  font-size: 15px;
}
#section--pricing-tables .price-include ul li ul {
  margin-top:15px;
  margin-left:18px;
}
#section--pricing-tables .price-include ul li ul li {
  list-style:disc;
  background: none;
  padding-left: 0;
}
.fl-contact-form label,
.fl-contact-form label {
  display:none;
}
.fl-contact-form input[type=text],
.fl-contact-form input[type=password], 
.fl-contact-form input[type=email], 
.fl-contact-form input[type=tel], 
.fl-contact-form input[type=date], 
.fl-contact-form input[type=month], 
.fl-contact-form input[type=week], 
.fl-contact-form input[type=time], 
.fl-contact-form input[type=number], 
.fl-contact-form input[type=search], 
.fl-contact-form input[type=url] {
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  height: 41px;
  margin-bottom: 10px;
}
.fl-contact-form textarea {
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

@media (min-width:768px) {
  #section--pricing-tables .off-set-col .fl-col-content {
    margin-top :-270px;
  }
}

/* Hubspot form */
.hbspt-form label {
  display:none;
}
#section--hero .hbspt-form .hs-richtext,
#section--get-started .hbspt-form .hs-richtext {
  display:none;
}
#section--hero .hbspt-form .hs_firstname,
#section--get-started .hbspt-form .hs_firstname {
  margin-top: 10px;
}
.hbspt-form .hs-error-msgs label {
  display:block; 
}
.hbspt-form ul.hs-error-msgs {
  list-style: none;
  padding:0;
  font-size: 12px;
  line-height:1;
  color:red;
}
.hbspt-form input {
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  height: 41px;
  margin-bottom:10px;
}
.hbspt-form textarea {
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  margin-bottom:10px;
}
.hbspt-form .hs_submit input[type=submit] {
  color:#fff;
  border-radius: 10px;
  background-color: rgb(0, 176, 255);
  border-color: rgb(0, 176, 255);
  font-size:17px;
  font-weight:700;
  width:100%;
  height: 45px;
  margin-top: 10px;
}
.hbspt-form .hs_submit input[type=submit]:hover,
.hbspt-form .hs_submit input[type=submit]:focus {
  background-color: rgb(71, 175, 74);
  border-color: rgb(71, 175, 74);
  cursor: pointer;
}
.form--get-started .hbspt-form fieldset {
  max-width:100%;
}
.form--get-started .hbspt-form fieldset.form-columns-2 .hs_lastname .input,
.form--get-started .hbspt-form fieldset.form-columns-2 .hs_phone .input,
.form--get-started .hbspt-form fieldset.form-columns-1 .input {
    margin-right: 0;
}
.form--get-started .hbspt-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
.form--get-started .hbspt-form .hs_submit input[type=submit] {
  font-size:18px;
  overflow: hidden;
  white-space: pre-wrap;
  display: inline-block;
  height: auto;
}
@media (max-width: 480px){
  .form--get-started .form-columns-2 .hs-form-field .input {
    margin-right: 0;
  }
  .form--get-started .form-columns-2 .hs-form-field .hs-input {
    width:100% !important;
  }
}

/* blog */
#section--blog-listing .fl-post-column .fl-post-grid-post,
#section--blog-related .fl-post-column .fl-post-grid-post {
  border-radius: 8px;
  overflow:hidden;
  overflow: hidden;
	display:flex;
	-webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  max-height: 550px;
}
#section--blog-listing .fl-post-column .fl-post-grid-post .fl-post-grid-image,
#section--blog-related .fl-post-column .fl-post-grid-post .fl-post-grid-image{
  height:350px;
  max-height:350px;
  overflow:hidden;
}
#section--blog-listing .fl-post-column .fl-post-grid-post .fl-post-grid-image img,
#section--blog-related .fl-post-column .fl-post-grid-post .fl-post-grid-image img {
  min-height: 204px;
}
#section--blog-listing .fl-post-grid-post .fl-post-grid-text,
#section--blog-related .fl-post-grid-post .fl-post-grid-text {
	display:flex;
	-webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
	height: 100%;
}
#section--blog-listing .fl-post-grid-post h2.fl-post-grid-title,
#section--blog-related .fl-post-grid-post h2.fl-post-grid-title,
.archive .fl-archive article h2.fl-post-title {
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 400;
  -ms-flex-order: 0;
    	order: 0;	
}

#section--blog-listing .fl-post-grid-post h2.fl-post-grid-title a:hover,
#section--blog-listing .fl-post-grid-post h2.fl-post-grid-title a:focus,
#section--blog-related .fl-post-grid-post h2.fl-post-grid-title a:hover,
#section--blog-related .fl-post-grid-post h2.fl-post-grid-title a:focus {
  color: #43a047;
}
#section--blog-listing .fl-post-grid-post .fl-post-grid-meta,
#section--blog-related .fl-post-grid-post .fl-post-grid-meta {
	-ms-flex-order: 2;
    	order: 2;
	margin-top: auto!important;
	padding-bottom: 0;
  color: rgb(97, 114, 125);
  font-weight: 300;
}
#section--blog-listing .fl-post-grid-post .fl-post-grid-meta a,
#section--blog-related .fl-post-grid-post .fl-post-grid-meta a {
  color: #43a047;
}
#section--blog-listing .fl-post-grid-post .fl-post-grid-content {
	-ms-flex-order: 1;
    	order: 1;
	margin-bottom:20px;
}
/* posts */
.single-post .fl-page-content article {
  margin-top:100px;
  margin-bottom: 50px;
}
.single-post .fl-post-thumb img,
.archive .fl-archive .fl-post-thumb img{
  border-radius: 8px;
  width:100%;
  height:auto;
}
.single-post .fl-post-meta,
.archive .fl-archive .fl-post-meta {
  font-size:14px;
  color: rgb(97, 114, 125);
  font-weight: 300;
}
.single-post .fl-post-meta a,
.archive .fl-archive .fl-post-meta a {
  color:#43a047;
}
.single-post .fl-post-meta a:hover,
.single-post .fl-post-meta a:focus, 
.archive .fl-archive .fl-post-meta a:hover,
.archive .fl-archive .fl-post-meta a:focus {
  color:#43a047;
}
.single-post .fl-post-header h1 {
  font-size: 40px;
  line-height: 1.25;
}
.single-post .fl-post-content h2 {
  margin-top:40px;
  font-size: 35px;
  line-height: 1.25;
}
.single-post .fl-post-content h3 {
  margin-top:40px;
  font-size: 26px;
  line-height: 1.25;
}
.single-post .fl-post-content li {
  padding-bottom:6px;
}
.single-post .fl-post-content ul {
  padding-left:10px;
  list-style-type: none;
}
.single-post .fl-post-content li {
  padding-left:30px;
  background: url(images/list-style-arrow.svg) no-repeat left 3px;
}
.archive .fl-archive header.fl-archive-header {
  margin-top:100px;
}
.archive .fl-archive {
  margin-bottom:50px;
}

@media (min-width: 990px) {
  .single-post .fl-page-content article,
  .archive .fl-archive header,
  .archive .fl-archive article {
   max-width:740px;
    margin-left:auto; 
    margin-right:auto; 
  }
}
@media (max-width: 768px) {
  #section--blog-listing .fl-post-column {
    max-width:550px;
    float: none;
    margin-left:auto; 
    margin-right:auto; 
  }
}
@media (max-width: 600px) {
  .single-post .fl-post-header h1 {
    font-size: 32px;
  }
}

/* removing comment */
.fl-comments {
  display:none;
}
