/*
Theme Name:     Industris Child
Theme URI:      http://wp.oceanthemes.net/industris/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       industris
*/

@import url("style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Default */
table, th, td {
    border: none;
}



/* For Blog page */
section#block-3 h6 {
    font-weight: 800;
    text-transform: uppercase;
    padding: 24px;
    margin-bottom: 0;
    border-left: 2px solid #ffd100;
    border-bottom: 1px solid #fff;
}

section#block-3 .wp-block-group {
    padding: 0;
}




/* Footer */
.footer-newsletter-form {
    display: grid;
    grid-template-columns: auto auto;
}

.footer-newsletter-form input[type="submit"] {
    background: #ffd100;
    display: block;
	border: none;
    color: #000;
}

.footer-newsletter-form input {
    height: 45px;
    margin: 0;
    padding: 10px;
    line-height: 0;
}