/*!
Theme Name: chosauae
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chosauae
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

chosauae is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body,
html {
    background-color: #ddd !important;
}
header#masthead {
    display: none;
}
header.entry-header {
    display: none;
}
footer#colophon {
    display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.nwt-form {
    margin-top: 80px !important;
}
.nwt-form input:focus,
.nwt-form textarea:focus {
    box-shadow: none;
}
.nwt-btn {
    border: 1px solid #ddd;
    background-color: transparent;
    padding: 6px 40px;
}
h1.comming-soon {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.customer-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}
.single-document strong {
    display: block;
    margin-bottom: 10px;
}

.single-certificate {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 5px;
    border-radius: 5px;
    justify-content: space-between;
}

.single-certificate strong {
    width: 70%;
}

.single-certificate a {
    text-decoration: none;
    display: inline-block;
    background-color: blue;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    width: 30%;
    text-align: center;
}

.nwt-col {
    background-color: #fff;
    padding: 30px !important;
    border-radius: 5px;
}

/* address */
.nwt-address-col {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0 15px;
}
.nwt-address-wrapper {
    background: #333;
    color: #fff;
    margin-top: 80px;
    padding: 60px 0;
}
.nwt-single-address h3 {
    font-size: 28px;
}
.nwt-single-address h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.nwt-single-address address, 
.nwt-single-address p {
    margin-bottom: 5px;
}


@media screen and (max-width: 575px) {
    .customer-wrapper {
        margin: 0;
    }
    .nwt-col {
        padding: 15px !important;
    }
    .single-certificate a {
        font-size: 14px;
    }
	
    /* address */
    .nwt-address-col {
        display: block;
    }
    .nwt-single-address {
        margin-bottom: 30px;
    }
    section.nwt-address-wrapper {
        padding: 30px 0;
        margin-top: 40px;
    }
    .nwt-single-address h3 {
        font-size: 24px;
    }
}