/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.videoiframe{
    width:100%;
    height:400px;
}

.proinput input:not([type="submit"]), select{
    min-height: inherit;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    font-size: 1.3em;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
    font-size: 1.3em;
    font-weight: 400;
}

.woocommerce .shop_table td a {
    margin-bottom: 1rem;
}

.woocommerce .shop_table td a:last-child {
    margin-bottom: 0;
}

.woocommerce-Address-title.title a.edit{
    display: block;
}

/* Confettis */
/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Kristi", cursive;
}

html {
    font-size: 62.5%;
}

.main_header {
    width: 100vw;
    height: 100vh;
    background-color: hsl(0, 0%, 94%);
    display: grid;
    place-items: center;
}

.center_div {
    min-width: 50vw;
    height: 40vh;
    color: #000;
    text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
    font-size: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align:center;
}

@media (max-width: 768px) {
    html { font-size: 35%; }
}*/