/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
@import url("./et-line-font-style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.large-icon{
   color: #afafaf;
   text-align: center;
}

@media (min-width: 981px){
	.large-icon{
   		font-size: 80px;
	}
}

@media (max-width: 980px){
	.large-icon{
   		font-size: 65px;
	}
}

@media (min-width: 1101px){
	.responsive-padding-tb{
		margin-top: 50px !important;
		margin-bottom: 40px !important;
	}
}

@media (max-width: 1100px){
	.responsive-padding-tb{
		margin-top: 25px !important;
		margin-bottom: 20px !important;
	}
}

.wallets-background{
	background-repeat: no-repeat;
    background-position: left bottom 15px;
}

.et-fixed-header .get-started-button{
	background: #1ab394;
    border: none;
    color: white !important;
}
.get-started-button{
	border-radius: 20px !important;
}

/*Menu CTA Button*/
#et-top-navigation .et_pb_button {
    margin-top: 0px;
    font-size: inherit;
    font-weight: inherit;
}
 
#et-top-navigation .et_pb_button:after {
	font-size: 23px;
}
