/*

Theme Name: sfcert
Theme URI: http://sfcert.com
Description: Responsive Child Theme
Template: Divi
Version: 1.0.0
Author: Realize Marketing, LLC
Author URI: https://realizeinternetmarketing.com/
License: GNU General Public License
License URI: license.txt

*/

@import url("../Divi/style.css");

/******REALIZE EDITS******/

a.sidebuttonr {
	display: block;
	width: 100%;
	padding: 10px 0px;
	background-color: #5dade2;
	color: #ffffff;
	margin: 10px auto;
	text-align: center;
}

a.sidebuttonr:hover {
	opacity: 0.8;
}


/***GRAVITY FORMS***/

#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3 {
	display: block;
	width: 50%;
	margin: 10px auto;
	padding: 10px 0px;
	font-size: 22px;
	background: #7EBEC5;
	color: #ffffff;
}

#gform_submit_button_1:hover, #gform_submit_button_2:hover, #gform_submit_button_3:hover {
	-webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

/***CORP Product Page***/

.postid-1295 .vartable .instock {
	border-bottom: solid 1px #3d3d3d;
}