/*
 Theme Name:   Hello TYPORY
 Description:  TYPORY Main Theme
 Author:       MOLOTOW™ Web Development
 Author URI:   https://www.molotow-web.com
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  mwd-child
*/

body b,
body strong {
    font-weight: 600;
}

@media only screen and (min-width: 1025px) {
    #mwd-header .mwd-contact {
        border: 1px solid #918470;
    }
    #mwd-header .mwd-contact:hover {
        background-color: #EBE6D8;
    }
}

/* Forms */

.nf-before-form-content {
    display: none;
}
body .nf-form-content  {
    margin-left: -5px;
    margin-right: -5px;
}
body input[type=date],
body input[type=email],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=url],
body select,
body textarea {
    border-radius: 0;
}