/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

pre.wp-block-code {
    padding: 2em;
    background: #F5F7F9;
    border: 1px solid #ddd;
	border-left: 5px solid #0693e3;
    line-height: 1.5em;
    color: black;
    border-radius: 4px;
    font-size: 14px;
}

.flycart-box-cta {
    position: relative;
    margin-bottom: 38px;
    margin-top: 38px;
    padding: 40px;
    border-radius: 10px;
    text-align: left;
    font-weight: 300;
    background: linear-gradient(to bottom right, #FF5558 30%, #FF746C 70%);
    color: #fff;
}
.flycart-box-cta h3 {
    margin: 0;
    color: #fff !important;
    font-size: 28px;
    line-height: 1.33;
    font-weight: 600;
}
.flycart-box-cta p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}
.flycart-box-cta .custom-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #FF5558;
    font-weight: 500;
    transition: ease all 0.3s;
    text-decoration: none;
    display: inline-block;
    line-height: 41px;
    padding: 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    outline: 0;
    min-width: 163px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
}
.flycart-box-cta .custom-btn:hover {
    color: #000;
}
.flycart-box-cta.black {
    background: #000;
    color: #fff;
}
.flycart-box-cta.black .custom-btn {
    background: #a6f41c;
    border: 1px solid #a6f41c;
    color: #000;
}
.flycart-box-cta.green {
    background: linear-gradient(to bottom right, #1AC6BD 30%, #0BDEBB 70%);
    color: #fff;
}
.flycart-box-cta.green .custom-btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.flycart-box-cta.blue {
    background: #4a42ec;
    color: #fff;
}
.flycart-box-cta.blue .custom-btn {
    background: #f5f147;
    border: 1px solid #f5f147;
    color: #000;
    font-weight: 500;
}
.flycart-box-cta.gradient {
    background: radial-gradient(circle at top left, #4a42ec 0%, #521d91 100%);
    color: #fff;
}
.flycart-box-cta.gradient .custom-btn {
    background: #f5f147;
    border: 1px solid #f5f147;
    color: #000;
    font-weight: 500;
}

.flycart-text-cta {
	 position: relative;
	 margin-bottom: 38px;
	 margin-top: 38px;
	 padding: 30px;
	 background: #eaf4ff;
	 border-radius: 5px;
	 font-weight: 500;
	 font-size: 20px;
	 line-height: 32px;
	 color: #000;
	 font-family: "Lato", sans-serif;
}
.flycart-text-cta p{
    margin-bottom: 0;
}
 .flycart-text-cta a {
	 display: block;
	 padding-bottom: 1px;
	 color: #4099ff;
	 transition: color 0.3s, border 0.3s, background 0.3s;
	 text-decoration: none;
}
 .flycart-text-cta.white {
	 background: #ffffff;
}
 .flycart-text-cta.green {
	 background: #edf9ec;
}
 .flycart-text-cta.green a {
	 color: #2f8481;
}
 .flycart-text-cta.primary {
	 background: #ffeee5;
}
 .flycart-text-cta.primary a {
	 color: #f6692f;
}
