/*
Theme Name:        Archy
Text Domain:       archy
Version:           2.1.0
Description:       Architecture WordPress Theme
Tested up to:      6.3
Requires at least: 5.9
Requires PHP:      7.0
Tags:              portfolio
Author:            Pixelwars
Author URI:        https://themeforest.net/user/pixelwars
Theme URI:         https://themeforest.net/user/pixelwars/portfolio
License:           ThemeForest License
License URI:       https://themeforest.net/licenses
Domain Path:       /languages
*/


/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/


/* Plugin: "Top 10 - Popular Posts" */

.tptn_counter {
	display: none;
}

/* Plugin: "Top 10 - Popular Posts" */
.wpcf7-form {
    text-align: right; /* Aligns text to the right within the form */
    font-size: 17px; /* Sets the font size */
    color: #023E8D; /* Sets the text color */
}

.wpcf7-form label {
    display: block; /* Ensures each label occupies its own line */
    text-align: left; /* Aligns text to the left within the label */
    margin-bottom: 10px; /* Adds space below each label */
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block; /* Ensures each input is on its own line */
    margin-bottom: 10px; /* Adds space below each input */
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%; /* Makes input fields take up the full width */
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    border: 1px solid #ccc; /* Sets a light gray border */
    border-radius: 5px; /* Rounds the corners of the input fields */
    padding: 8px; /* Adds padding inside the input fields */
    margin-bottom: 10px; /* Adds space below each input field */
    text-align: justify; /* Justifies the text within the input fields */
}

.wpcf7-form input[type="submit"] {
    display: block; /* Ensures the submit button is on its own line */
    margin-top: 10px;
    border-radius: 5px; /* Rounds the
                         */
}
