/*========================================== MASTER STYLESHEET ===========================================================

	Project     :	DIVI MEMBSERSHIP PAGE TEMPLATE
	Version     :	1.0
	Last Change : 	11-11-2021
	Primary Use :   DIVI MEMBSERSHIP PAGE TEMPLATE

====================================================================================================================*/


/*========================================== TYPOGRAPHY =====================================================

	Heading:font-family: 'Lato', sans-serif;
	Body   :font-family: 'Opensans', sans-serif;

====================================================================================================================*/

/*========================================== 1.GLOBAL CSS START ===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100,0,300,0,400,0,700,0,900,1,100,1,300,1,400,1,700,1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

 body {
	background: #ffffff;
	color: #666666;
	font-family: 'Open sans', sans-serif, Arial, Vedana, 'Trebuchet MS';
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
	max-width: 1500px;
}
p {
	margin-bottom: 0px;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 900;
	line-height: 85px;
	color: #ffffff;
	letter-spacing: 2px;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	color: #333333;
	letter-spacing: 1px;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	color: #333333;
	letter-spacing: 1px;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 40px ;
	line-height: 48px ;
	letter-spacing: 1px;
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	color: #333333;
	letter-spacing: 1px;
}
h6 {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	color: #333333;
	letter-spacing: 1px;
}
.row{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* SAFARI CLASS */

.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #c7493a;
	text-decoration: none !important;
	outline: none !important;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*================================================= 1.GLOBAL CSS END ===================================================*/
/*========================================== 2.COMMON CSS START ===========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0px;
}
.text-white,
.text-white h1{
	color: #ffffff;
}
.section-margin-bottom {
	margin-bottom: 20px;
}
.section-padding-bottom {
	padding-bottom: 50px;
}
.section-margin {
	margin-bottom: 30px;
}
.section-space {
	padding-top: 80px;
	padding-bottom: 80px;
}
.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
}
.row-padding {
	padding: 0px;
}
.sec-padding-left {
	padding-left: 90px;
}
.sec-padding-right {
	padding-right: 90px;
}
.section-gray-bg {
	background-color: #f5f5f5;
}
.section-white-bg {
	background-color: #ffffff;
}
.letter-spacing {
	letter-spacing: 1px;
}
.theme-color {
	color: #c7493a;
}
.img-rounded {
	border-radius: 50%;
}
.content-grp-bottom-space {
	margin-bottom: 10px;
}
.padding-top20{
	padding-top: 20px;
}
.padding-top30{
	padding-top: 30px;
}
.padding-top10{
	padding-top: 10px;
}
.padding-top60{
	padding-top: 60px;
}
.padding-top80{
	padding-top: 80px;
}
.padding-bottom5{
	padding-bottom: 5px;
}
.padding-bottom10{
	padding-bottom: 10px;
}
.padding-bottom15{
	padding-bottom: 15px;
}
.padding-bottom20{
	padding-bottom: 20px;
}
.padding-bottom30{
	padding-bottom: 30px;
}
.padding-left20{
	padding-left:20px;
}
.padding-right30{
	padding-right: 30px;
}
.margin-bottom30{
	margin-bottom: 30px;
}
.margin-top30{
	margin-top: 30px;
}
.margin-left30{
	margin-left: 30px;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.margin-center{
	margin: 0 auto;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-12{
	padding: 0 15px;
}

/*========================================== 2.COMMON CSS END ===========================================*/
/*============================================ 5.BUTTON START ===================================================*/
.price-button,
.divi-membership-lp-button {
    background-color: #d83f87 !important;
    letter-spacing: 1px !important;
    font-size: 15px;
    display: table !important;
    width: auto !important;
    margin: 40px auto 0 auto !important;
    padding: 10px 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 50px;
}
.price-button:hover,
.divi-membership-lp-button:hover {
    background-color: #44318d !important;
    border: 0 !important;
}
/*============================== 5.BUTTON END ==================================*/
/*============================== 6.WORTH PRODUCT START ==================================*/
.divi-purchase-group h4:first-child{
	color: #d83f87;
}
.divi-purchase-group {
    padding: 40px 20px;
    border-color: 1px solid rgba(0,0,0,0.1);
    background-color: #ffffff !important;
}
.divi-purchase-group p {
    font-size: 22px !important;
    line-height: 33px !important;
    letter-spacing: 1px;
    padding-top: 15px;
    margin-bottom: 0 !important;
}

/*============================== 6.WORTH PRODUCT END ==================================*/
/*============================== 7.PRICE START ==================================*/
.divi-membership-lp-font h2{
	position: relative;
}
.divi-membership-lp-font h2::before {

    position: absolute;
    content: "";
    width: 10%;
    margin: 0 auto;
    bottom: -11px;
    right: 0;
    left: 0;
    max-width: 250px;
    padding: 1rem;
    background: linear-gradient(to right, #d83f87, #44318d);
    padding: 1px;

}
.price-offer-content{
	padding-top: 40px;
	padding-bottom: 25px;
}
.price-offer-content h5{
	font-size: 20px;
	letter-spacing: 2px;
	
}
.theme-color-1{
	color: #d83f87;
}
.price-group{
    box-sizing: border-box;
    border: 1px solid #eee;
        margin: 20px auto 0 auto;
    padding-top: 0px;
    position: relative;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
	width: 80%;
	text-align: center;
}

.price-group h4{
    font-size: 20px !important;
    letter-spacing: 1px;
    margin: 40px 0 0 0;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #dcdcdc !important;
}
.price-group h6 {
    color: #44318d !important;
    font-weight: 600;
    line-height: 70px;
    font-size: 45px !important;
	padding: 20px 15px 15px 15px;
}
.price-group ul li{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 0;
	margin-right: 15px;
	margin-left: 15px;
}
.price-button{
	width: 100% !important;
	
}
.price-button-group{
	margin: 0 15px 50px 15px !important;
}
.price-button a{
	color: #ffffff;
}
/*============================== 7.Price END ==================================*/

