/**
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
*/
/* Corrections */
#content {
    padding-top: 0;
    padding-bottom: 0;
}
p {
    margin-bottom: 0 !important;
}
/* End Corrections

/* Navigation */
.ast-desktop .ast-menu-hover-style-underline > .menu-item:hover > .menu-link:before, 
.ast-desktop .ast-menu-hover-style-underline > .current-menu-item > .menu-link:before {
    background-color: var(--ast-global-color-4);
    height: 3px;
    width: calc(100% - 6.2em);
    bottom: -5px;
    transform: scale(1,1) translate(50%,0);
}
/* End Navigation */
/* Home Page */
.cd-awb-background-round > div.nk-awb-wrap-content > .wp-block-uagb-container {
    max-width: 420px;
    margin: 0 auto;
}
.uagb-counter-block-suffix {
    font-weight: 400;
    font-size: 1rem;
    vertical-align: top;
    top: 15px;
    position: relative;
}
.home-faq-accordion h3 {
    text-transform: none;
}
.accordion-item__toggle:hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}
/* End Home Page */
/* FP3 Specs Counter */
.fp3-specs-counter-container .uagb-desc-text {
    line-height: 1 !important;
}
.fp3-specs-counter-row > div > .wp-block-uagb-container {
    width: 45% !important;
}
/* End FP3 Specs Counter */
/* FP3 CTA Block */

/* End FP3 CTA Block */
/* Tech spec tabs */
.tech-specs-tabs .uagb-tab {
    border-radius: 5px !important;
	border-color: transparent !important;
	border-bottom-width: 2px !important;
}
.tech-specs-tabs .uagb-tab.uagb-tabs__active {
    border-color: var(--ast-global-color-0) !important;
}
.tech-specs-tabs .uagb-tabs__body-wrap {
    border-color: transparent !important;
}
/* End Tech spec tabs */
/* About */
.about-header-video iframe {
    width: 125% !important;
}
.cd-awb-background-about-round > div.nk-awb-wrap {
    border-radius: 30px;
   /* border: 15px solid #fff; */
}
.about-value-blocks>div>div {
    min-height: 350px;
}
.uagb-timeline__marker svg {
    width: 3px !important;
}
.uagb-timeline-desc-content img {
    border-radius: 30px;
    margin-top: 20px;
}
/* End About */
/* Press */
.blog .wp-post-image,
.single-post .wp-post-image {
    border-radius: 30px;
}
/* End Press */
/* Footer */
footer .widget {
    margin-bottom: 10px;
}
footer #gform_submit_button_2 {
    background-color: transparent;
    height: 40px;
}
footer #input_2_1 {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
}
footer #input_2_1 {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
}
/* End Footer */

@media screen and (max-width:768px){
	.fp3-cta-container .wp-block-uagb-container {
		width: 90% !important;
		margin: 0 auto;
	}
	.make-children-45 {
		width: 100% !important;
	}
	.make-children-45 > div > .wp-block-uagb-container {
		width: 45% !important;
	}
	.cta-button-container {
		top: 10vh;
	}
	#home-header-round-title {
		margin-top: 50%;
	}
}