/**
Theme Name: My Caring
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-caring
Template: astra
*/

.center{
	text-align:center;
}

.entry-content p, p {
	margin-bottom: 15px;
}

.white{
	color:#fff!important;
}

.site-branding.ast-site-identity{
	padding:0px!important;
}

*:not(p),
footer p,
header p,
body p:last-child,
.no-mb {
	margin-bottom: 0px !important;
}

.vc_column-inner {
	padding-top: 0px !important;
}

a:focus {
	outline: 0px !important;
}

.pd-side-none>div>div {
	padding-left: 0px !important;
	padding-right: 0px !important
}

.site-btn a{
    color: #fff;
    background-color: #f47723;
    font-weight: 400;
    font-size: 18px;
   
    display: inline-flex;
    align-items: center;
    line-height: 1;
    z-index: 1;
    letter-spacing: -0.051px;
    padding:15px 26px;
    overflow: hidden;
    border-radius: 50px;
    transition: 0.3s;
}

.site-btn a:hover{
	background:var(--ast-global-color-1);;
}
.site-btn img{
    width: 20px;
    height: auto;
    margin-left: 10px;
}

.bg-img {
    border-radius: 10px;
    background-size: cover !important;
    background-position: center !important;
}


