/*
 Theme Name:   Great Lotus Child
 Template:     great-lotus
 Theme URI:    https://great-lotus.ancorathemes.com/
 Description:  Great Lotus - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* =Theme customization starts here
-------------------------------------------------------------- */

/* =========================================================
   Theme (Updated Styles for Child Theme)
   ========================================================= */

/* ---------- Layout ---------- */

.blue-bg {
  background: linear-gradient(
  to right,
  #69cff3 0%,
  #52bee5 50%,
  #004cff 50%,
  #0036b3 100%
) no-repeat scroll right bottom / 210% 100% #004cff !important;
  color: #fff !important; /* optional: makes text white */
  border-radius: 8px; /* optional */
}

.scheme_default .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
	color: #fff;
}

/* ===== GIVEWP GRID CLEANUP ===== */
.give-form-grid-content .give-card__button{
	margin-left: auto;
	padding: 0.36em 2em !important;
	font-size: .889em;
	text-decoration: none;
}

.give-form-grid-content .give-card__button{
	color: #ffffff !important;
	font-weight: 500;
}

.give-form-grid-content .give-card__button:hover{
    color: #ffffff;
	background-position: left bottom !important;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
    transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
}

.give-form-grid-content .give-card__button {
    background: linear-gradient(to right,	#0036b3 0%,#004cff 50%,#ffa200 50%,#ffdd00 100%) no-repeat scroll right bottom / 210% 100% #ffa200 !important;
    box-shadow: 0 0 4.222em rgba(253,149,81,0.24);
	border-radius: 5px;
}

.give-form-grid-content>h3 {
    font-size: max(1.375rem, 22px) !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.give-form-grid-content>h3, .give-wrap .give-card__title {
    font-family: "Quicksand", sans-serif;
    font-size: 1.333em;
}
