/**
Theme Name: Astra Child
Author: howe.ToGaming
Author URI: https://howetogaming.co.uk
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* Variables */
:root {
    --child-box-shadow: var(--ast-global-color-3) 3px 3px 6px;
    --child-border-radius: 8px;
    --child-border-radius-large: 20px;
}


/* Standard Elements ******/
hr {
    background-color: var(--ast-border-color);
}


/* Forms ********/
input,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="reset"],
input[type="search"],
textarea {
    background-color: var(--ast-global-color-8);
    border: 2px solid var(--ast-border-color);
    border-radius: var(--child-border-radius);
}

.wp-block-search__input,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal,
.ast-mobile-popup-drawer.active .menu-toggle-close,
#ast-scroll-top {
    border: 2px solid var(--ast-border-color);
    border-radius: var(--child-border-radius);
}

input:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline-width: 0px;
    border: 2px solid var(--ast-border-color) !important;
}

.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
#ast-scroll-top:focus {
    outline-width: 0px;
    border: 2px solid var(--ast-border-color) !important;
}


/* Header *******/
.site-title {
    text-shadow: 
        0 1px 0 #fff, 
        0 2px 0 #f9f9f9, 
        0 3px 0 #eee, 
        0 4px 0 #e9e9e9, 
        0 5px 0 #ddd, 
        0 6px 1px rgba(0,0,0,.1), 
        0 0 5px rgba(0,0,0,.1), 
        0 1px 3px rgba(0,0,0,.3), 
        0 3px 5px rgba(0,0,0,.2), 
        0 5px 10px rgba(0,0,0,.25), 
        0 10px 10px rgba(0,0,0,.2), 
        0 20px 20px rgba(0,0,0,.15);
}

/* Content ********/
.block-shadow img {
    box-shadow: var(--child-box-shadow);
}

.entry-content .wp-block-columns {
    margin-top: 20px;
}

.wp-block-quote {
    background-color: var(--ast-global-color-4);
    font-style: italic;
    border-radius: var(--child-border-radius-large) 0 0 var(--child-border-radius-large);
    border-top: 2px solid var(--ast-border-color);
    border-left: 10px solid var(--ast-border-color) !important;
    box-shadow: var(--child-box-shadow);
}

.wp-block-code:after, 
.wp-block-code:before {
    color:orangered;
    margin-left:-15px;
}

.wp-block-code:before {
    content:"{";
}

.wp-block-code {
    background-color: var(--ast-global-color-4);
    border: 2px solid var(--ast-border-color);
    box-shadow: var(--child-box-shadow);
}

.wp-block-code code {
    font-family: "Roboto Mono","Andale Mono","Ubuntu Mono",monospace;
    font-size: 12px;
}

.wp-block-code:after {
    content:"}";
}


.floating-content {
    padding: 50px;
    background-color: var(--ast-global-color-4);
    border-radius: var(--child-border-radius-large) var(--child-border-radius-large) 0 0;
    border-top: 10px solid var(--ast-border-color);
    border-left: 2px solid var(--ast-border-color);
    box-shadow: var(--child-box-shadow);
}

table:not(.variations) {
    box-shadow: var(--child-box-shadow);
}
th:not(.label) {
    color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-6);
}
td:not(.value) {
    background-color: var(--ast-global-color-8);
}

/* Comments */
.comments-area {
	padding: 20px;
	background-color: var(--ast-global-color-4);
    border: 2px solid var(--ast-border-color);
	border-radius: var(--child-border-radius);
}


/* YouTube ********/
div .youTube_tv {
	background: var(--ast-global-color-0);
	border: 10px solid var(--ast-global-color-1);
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
}

/* Advertising **/
.fieldset_advert {
	border-style: dashed;
	border-radius: 8px;
	margin-bottom: 5px;
}

.legend_advert {
	font-size: 10px;
	margin-bottom: 0;
}

/* features */
#feature_card  {
    background-color: #ffffff !important;
}
