/**
Theme Name: cultivating-digital-child
Author: Cultivating Digital
Author URI: https://cultivatingdigital.com/
Description: Cultivating Digital – Organic marketing for the Life of your business.
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: cultivating-digital-child
Template: astra
*/
/* General */
#content {
    padding-top: 0;
}
html {
  scroll-padding-top: 200px; /* Adjust this value based on your fixed header's height */
}
.product,
header.entry-header .entry-title {
    margin-top: 5vh !important;
}
/* End General */
/* Navigation */
.main-navigation .sub-menu {
    background-color: var(--ast-global-color-3);
}
/* End Navigation */
/* Home Page */
.home .gform_heading {
    display: none;
    visibility: hidden;
}
.home #gform_wrapper_2 {
    background-color: rgba(0,0,0,.5);
    padding: 10px;
}
/* End Home Page */
/* Products */
select {
    height: 41px !important;
}
/* End Products */

@media screen and (max-width:768px){
	.footer-icons-pay .uagb-icon-wrapper {
		width: 50px !important;
	}
}