/*
Theme Name: Cryosolutions CN
Theme URI: https://www.cryosolutionscn.com
Author: Algopage Developers
Author URI: https://algopage.com
Description: Custom WordPress Theme for Cryosolutions.
Version: 1.0
License: GPL v2 or later
Text Domain: cryosolutionscn
*/

body{
    margin:0;
    padding:0;
}



/* Contact Form 7 */

.cf7-input,
.cf7-select,
.cf7-textarea {
    width: 100% !important;
    padding: 0.85rem 1rem !important;
    background: #fff !important;
    border: 1px solid rgba(14, 31, 43, 0.1) !important;
    border-radius: 0.75rem !important;
    color: #0E1F2B !important;
    font-size: 0.95rem !important;
    outline: none !important;
    transition: all .3s ease;
    box-sizing: border-box;
}

.cf7-input:focus,
.cf7-select:focus,
.cf7-textarea:focus {
    border-color: #2E96B5 !important;
    box-shadow: 0 0 0 3px rgba(46,150,181,.15) !important;
}

.cf7-textarea {
    min-height: 140px;
    resize: vertical;
}

.cf7-submit {
    background: #0E1F2B !important;
    color: #fff !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 14px 32px !important;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.cf7-submit:hover {
    background: #1B4965 !important;
}

.wpcf7-spinner {
    margin-left: 10px;
}

.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.wpcf7-response-output {
    margin-top: 20px !important;
    border-radius: 12px;
}