/*
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... */ 

.gm-style-iw-chr { display: none !important }

b,strong { color:#2b2860;}



.gform_wrapper .gfield_required {
    color: #710536!important;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #273568;
}


blockquote{
  font-size: 20px;
  margin:30px auto;
  font-style:italic;
  color: #555555;
  padding:1.2em 45px 1.2em 65px;
  border-left:8px solid #303c6e ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#303c6e;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}


.pp-infobox-title-wrapper .pp-infobox-title {
    font-size: 40px;
    padding-left: 20px;
}

.pp-infobox-description p:last-of-type {
    margin-bottom: 0 !important;
    padding-left: 20px;
}