/*!
Theme Name: Monstroid2 Child
Theme URI:
Author: Zemez
Author URI:
Description: Monstroid2 child theme.
Template: monstroid2
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: monstroid2-child
*/

.site {
    word-wrap: normal !important;
}

/* Remove automatic hyphenation */
.site-content article { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
.widget-area .widget { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }

.wpcf7 .input-group input,
/*.wpcf7 .input-group input[type='date'],*/
.wpcf7 .input-group select,
.wpcf7 .input-group textarea{
    padding: 12px 20px 14px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    color: #7B8694;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.67em;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #CCF5F0;
}
.wpcf7 .input-group input[type='submit']{
    background-color: #75D752;
    color: #FFFFFF;
    padding: 13px 34px 13px 33px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #75D752;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.67em;
    width: 100%;
    margin-top: 1.5em;
}
.wpcf7 .input-group input[type='submit']:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #75D752;
}
.wpcf7 .add-type-artwork {
    font-family: "Nunito", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.67em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #0EBFAA;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #0EBFAA;
    border-radius: 5px 5px 5px 5px;
}
.wpcf7 .add-type-artwork:hover {
    color: #0EBFAA;
    background-color: rgba(0, 0, 0, 0);
}
.wpcf7 label{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.67em;
}
.wpcf7 .fa-upload-block label {
    margin-bottom: 0.8em;
    display: inline-block;
}
.wpcf7 .fa-upload-block .codedropz-upload-handler{
    border-color: #CCF5F0;
}
.wpcf7 .fa-upload-block .codedropz-upload-inner{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.67em;
}
.input-group textarea {
    height: 7em;
    min-height: 100px;
}