/**
Theme Name: Softgen Child
Theme URI: https://wp.dynamiclayers.net/softgen
Author: DynamicLayers
Author URI: https://themeforest.net/user/dynamiclayers
Description: A child theme of the Softgen - Software and Technology WordPress theme.
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: softgen-child
Template: softgen
*/

h2.wp-block-heading {
	background-color:rgb(218,232,252);
}

#dc-download-btn>a {
	background:linear-gradient(135deg,rgb(45,207,191) 0%,rgb(63,205,82) 100%);
	height: 3em;
	text-align:center;
	line-height: 1.0;
	padding: auto auto;

}

#dc-download-btn>a>span::after {
    overflow: hidden;

    position: relative;
    top: .15rem;
    margin-right: .15rem;
	
    width: .875rem;
    font-size: .8rem;
    position: absolute;
    display: block;
}

#dc-download-btn>a>b {
		font-size: 1.5em;
}

#dc-download-btn>a:hover {
	background:linear-gradient(135deg,rgb(63,205,82) 0%,rgb(45,207,191) 100%)
}


