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

/*CALDERA FORM*/
/*important used because default settings were over-writing it*/
.caldera-grid .alert-success {
    background-color: #058e04 !important;
	color: #ffffff;
}

/*MAINTENANCE LANDING PAGE*/

/*change h1 to sentence case*/
#sentencecase h1 {
	text-transform: none;
}

/*changes highlighted price box subtitle to white, important was used due to default CSS being on the element*/
.rpt_subtitle  {
	color: #ffffff !important;
}
/*changes highlighted price box background to purple*/

.rpt_style_basic .rpt_recommended_plan .rpt_title {
	background:#68559b;
}

/*fixes height on highlighted price box icon, important used to over-write*/
.rpt_recommended {
	top: 14px !important;
}

/*MAINTENANCE LANDING PAGE END*/

/*Remove beaver builder from footer */

#fl-site-credits {
  display: none;
}

/* stroke */
/*
#menu-main-menu-1 li a,
#menu-main-menu-1 li a:after,
#menu-main-menu-1 li a:before {
  transition: all .5s;
}

#menu-main-menu-1 li a,
#menu-main-menu-1 li a {
  position: relative;
}

#menu-main-menu-1 li a:after,
#menu-main-menu-1 li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #6a4c93;
  height: 2px;
}

#menu-main-menu-1 li a:hover:after {
  width: 100%;
}

#menu-main-menu-1 li a {
  transition: all 2s;
}

#menu-main-menu-1 li a:after {
  content: '.';
  margin: 0;
  opacity: 0;
}

#menu-main-menu-1 li a:hover {
  z-index: 1;
}

#menu-main-menu-1 li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

*/


/* NAVIGATION */

#menu-main-menu-1 {
  list-style: none;
  text-align: center;
}

#menu-main-menu-1 li {
  display: inline-block;
}

/* MEDIA QUERIES */

@media (max-width: 900px) {
  #menu-main-menu-1 li {
    display: block;
  }
  #menu-main-menu-1 li a {
    text-align: center;
  }
}

@media (min-width: 768px) {
  /* Change width of the logo container */
  .fl-page-header-primary .row>div:first-child {
    width: 100%;
  }
  /* Change width of the nav container */
  .fl-page-header-primary .row>div:last-child {
    width: 100%;
  }
}

/* Before customizer import */

.date {
  display: none;
}

/* Changes hover color on portfolio images */

.pc-overlay:hover {
  background-color: #68559b;
  opacity: 0.8;
}

/* Changes the hover color on foo gallery */

.foogallery .fg-caption {
  visibility: hidden;
  opacity: 0;
  background-color: #68559bba;
  color: #fff;
  position: absolute;
  z-index: 8;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  border: none;
  text-align: center;
  cursor: pointer;
}

/* ------------------------
SINGLE POST TOP SECTION DESIGN STYLING
------------------------ */

/* Add the black gradient fade overlay */

.gradient-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(15%, transparent), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
}

/* Style the content in our new Post Header section */

.bb-top-post-header {
  position: relative;
  padding: 12% 0 9%;
  color: #fff;
}

.bb-top-post-header a:link,
.bb-top-post-header a:visited {
  color: #fff;
}

.bb-top-post-header .fl-post-title {
  color: #fff;
  margin-bottom: 0;
}

.bb-top-post-header .fl-post-meta {
  position: relative;
  margin-top: 30px;
  /* Blog avatar spacing */
  /* margin-top: 35px; */
}

.bb-top-post-header .fl-post-meta>span {
  display: block;
  float: left;
  width: 100%;
  padding-left: 100px;
}

.bb-top-post-header .fl-post-meta .fl-sep {
  display: none;
}

.bb-top-post-header .fl-post-author {
  font-size: 1.5em;
}

.bb-top-post-header img {
  position: absolute;
  top: -5px;
  left: 0;
}

#breadcrumbs {
  margin: 10px 0;
}

.awd-single-category {
  color: #fff;
  /* background: #000; */
  border: 2px solid #fff;
  padding: 4px 10px;
  border-radius: 15px;
  display: inline-block;
  font-size: 16px;
}

.awd-post-categories {
  margin-top: 135px;
  font-size: 20px;
}