/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team, CourseVector
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Styling */
ul {
    margin: 0 0 1em 1em;
}
ol {
    margin: 0 0 1em 1em;
}

[type='button'],
[type='submit'],
button {
    border: 0px;
}

.narrow600 {
    max-width: 600px;
    margin: auto;
}

/* Underline Elementor links */
.elementor p a {
    text-decoration: underline;
}

/* Block Editor Styling */
a.wp-block-button__link {
    color: white;
    background-color: #626b4e;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
}

a.wp-block-button__link:hover {
    color: white;
    background-color: black;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid black;
    max-width: 75%;
    margin: 30px auto 30px auto !important;
    text-align: center;
}

.wp-block-quote {
    font-style: italic;
    background-color: #efefef;
    padding: 15px;
    border-radius: 5px;
}

.wp-block-quote cite {
    font-size: 0.9em;
    font-style: normal;
}

/* Numbering on Review step */
#composite_summary_369 .summary_title .step_index {
    display: none !important;
}

/* Make list of items scrollable on Review step */
#composite_summary_369 ul.summary_elements {
    max-height: 500px;
    overflow-y: auto;
}

/* Format Functional Gov lists */
.fgwp-doclist--list,
.fgwp-doclist__doc {
    margin-bottom: 0px !important;
    line-height: 1em;
    font-size: 8px;
    line-height: 8px;
    vertical-align: middle;
    margin-bottom: -0.9em !important;
}

/* Shrink PDF icons */
.fgwp-doclist__icon {
    height: 16px !important;
}

/* Hide redundant woocommerce stuff*/
.composite_form .component_title_wrapper,
.composite_form .composite_navigation.top,
.composite_form .composited_product_images,
.composite_form .component > dt {
    display: none !important;
}
