/*
Theme Name: Uprite
Theme URI: http://pixelomatic.com
Author: pixelomatic team
Author URI: https://www.wphats.com/author/mehedi
Description: Uprite Theme is clean, blog & focused, and designed for clarity. It is simple, straightforward typography is readable on a wide variety of screen sizes. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uprite
*/
.hide {
    display: none !important;
}

blockquote::after {
  content: '';
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 16px;
  width: 3px;
  background-color: #1a90da;
}

blockquote p {
  font-weight: 700;
  color: #071122;
  font-size: 21px !important;
}

blockquote::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  width: 32px;
  height: 30px;
  background-image: url('https://c1mdevsite.com/uprite.com/wp-content/uploads/2022/07/uprite-quotes-icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  color: #1a90da;
}

blockquote {
  position: relative;
  margin-bottom: 35px;
  padding: 17px 0 0 50px;
  border-left: none;
}

.blockquote-wrapper {
  background-color: #eff8ff !important;
  padding: 0 5% 36px;
  margin: 40px 0;
  border: 1px solid #e4d0d0;
}
.schedule-btn {
	background: #000;
	border-radius: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	float: none !important;
}

.hbspt-form label {
    color: #000000 !important;
}

.cla_blog-sidebar .widget.widget_form {
    background: #2C7CAF;
}

.elementor-kit-5 h2 {
    font-size: 29px !important;
    font-family: var(--e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight );
}

.elementor-button-wrapper a.elementor-button-link, .hs-button {
    text-transform: unset !important;
}