/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
   color: var( --e-global-color-primary)
}

.elementor a.ekit-accordion--toggler {
	box-shadow: 0 1px 4px 3px #f0f0f0;
	border: 1px solid #dfdfdf !important;
}
.hero-title h2 strong {
	color: var( --e-global-color-primary )
}
.wp-singular .footer-nav-widgets-wrapper {
    display: none;
}

.entry-header h1, 
.entry-header .heading-size-1 {
    font-size: 40px;
    font-weight: 700;
}

body.singular:not(.overlay-header) .entry-header a {
	color: var( --e-global-color-primary)
}

div.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1100px;
	font-family:"Poppins", Sans-serif;
}

div.entry-content p,
div.entry-content li,
div.entry-content span,
div.entry-content figcaption{
	font-size: 16px;
    color: #626262;
    font-weight: 300;
}

div.entry-content h2,
div.entry-content h3,
div.entry-content h4,
div.entry-content h5,
div.entry-content h6{
    font-weight: 600;
}

nav.pagination-single a {
   color: var(--e-global-color-primary);
    font-size: 15px;
}


.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="date"],
.form-group input[type="month"],
.form-group input[type="time"],
.form-group input[type="datetime"],
.form-group input[type="datetime-local"],
.form-group input[type="week"],
.form-group input[type="number"],
.form-group input[type="search"],
.form-group input[type="tel"],
.form-group input[type="color"],
.form-group textarea {
    border-radius: 10px;
}

select {
    background: #fff;
    border-radius: 10px;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
    border-color: #dddddd;
}


.form-group input[type="submit"],
.form-group .cstm-btn {
    background-color: var( --e-global-color-primary );
    padding: 18px 30px 18px 30px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px 30px 30px 30px;
}
.form-fields-group {
    display: flex;
    flex-wrap: wrap;
}
.half {
    width: 50%;
    padding: 0 10px 20px;
}
.results {
    box-shadow: 0px 0px 19px -4px rgb(0 0 0 / 25%);
    background-color: #F7FFF8;
    border-radius: 20px;
    padding: 50px;
    margin-top: 40px;
}
.result {
    font-weight: bold;
    color: #1f762c;
}
.results .form-group {
    margin-bottom: 20px;
}
.results .form-group:last-child {
    margin-bottom: 0;
}
.full {
    width: 100%;
}
.range {
    text-align: center;
    margin-bottom: 30px;    
}
.range input {
    width: 100%;
}
span#pagesVal {
    padding: 3px 25px;
	font-size: 20px;
    background: #0e6b1c;
    color: #fff;
    border-radius: 6px;
}


@media(max-width: 767px) {
	.half {
    width: 100%;
}
}


