/**
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
*/
/* Branding */
.text-green {
	color: var(--ast-global-color-0) !important;
}
.text-brown {
	color: var(--ast-global-color-1) !important;
}
/* End Branding */
/* Buttons */
button {
    box-shadow: 4px 4px 16px #000000;
    transition: 0.5s;
}
button:hover {
    background-color: transparent !important;
    font-size: 150%;
    transition: 0.5s;
}
/* End Buttons */
/* Header */
.ast-logo-title-inline .site-logo-img {
    padding-right: 0 !important;
}
.ast-primary-sticky-header-active header#ast-fixed-header {
    background-color: rgba(255,255,255,0.75);
}
.menu-item:last-child ul.sub-menu {
    left: -160px !important;
}
/* End Header */
/* Home */
.home button {
    color: #fff;
}
/* End Home */
/* Agency Dashboard widget code */
#audit_dynamic_form .slides_forwrapcontent, 
#audit_dynamic_form .slide {
    border-radius: 10px;
    background: transparent !important;
    box-shadow: 2px 2px 16px;
}
#audit_dynamic_form input, 
#audit_dynamic_form select {
    border-width: 3px !important;
    border-color: var(--ast-global-color-0) !important;
    height: 44px !important;
	background: #ffffff !important;
}
/* End Agency Dashboard widget code */
/* Landing page */
.contact-block {
    z-index: 1000;
    position: relative;
}
/* End landing page */

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.audit-form-row {
		min-height: 65vh;
	}
}