/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/
.navbar-nav>li>a
{
    font-size:18px;
	font-weight:bolder;
}
.heading-para
{
	line-height:30px;
}
.card
{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.card-body
{
	width:350px;
	height:350px;
	box-shadow: 5px 10px #888888:
}
 .card-header h2.light
{
	color:#fff;
	text-align:center;
	font-family: Lato;
	font-weight:normal;
}
 .card-footer p.light
{
	font-size:20px;
	color:#fff;
	line-height:25px;
}
.card-header h2.dark
{
	color:#000;
	text-align:center;
	font-family: Lato;
	font-weight:normal;
}
.card-footer p.dark
{
	font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-inline: 12px;
	width: 350px;
    text-align: left;
}
.bigbdr {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 155px 0 0 42px;
    background-image: url(../../uploads/2021/05/big-bdr.png);
    background-position: right 25%;
    background-repeat: no-repeat;
    height: 10px;
}
.btmbdr {
    width: 60%;
    position: absolute;
    bottom: 26px;
    left: 0;
    margin: 0 0;
    background-image: url(../../uploads/2021/05/btm-bdr.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 10px;
}
@media only screen and (min-width: 800px) {
#signup_form_benchmark [class*="formbox-editor"]
{
	padding-left:100px !important;
	padding-right:100px !important;
}
#signup_form_benchmark  [class*="formbox-field"]:first-of-type 
{
	float:left;
}
}