/*!
Theme Name: Indian Iron
Theme URI: http://underscores.me/
Author: vishal
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: indian-iron
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.

Indian Iron 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/
*/
#input-captcha-cf7 {
    margin: 0 0 20px;
    color: var(--rs-white);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}
.rs-contact-input.carea p{
	display:none;
}
.wpcf7-form #input-captcha-cf7 {
    margin: 0 0 20px;
    color: #000000;
    border-radius: 2px;
    border: 1px solid rgb(132 130 130 / 30%);
    background: rgb(255 255 255);
}
.left-main {
	min-height:400px;
}
.table.table-bordered thead tr th {
    background: #f58634;
    color: #fff;
}
h3.wp-block-heading {
    font-weight: 500;
    font-size: 25px;
    margin: 0 0 15px 0;
}
ol.wp-block-list, ul.wp-block-list{margin: 0 0 15px 0;}
ul.wp-block-list{padding-left:20px;}
ol.wp-block-list li, ul.wp-block-list li {
    font-size: 16px;
    margin-bottom: 10px;
}
.sidebar-blog-title{
	font-size:16px;
}
span.tags-links a, .cat-links a {
	font-size: 14px;
    border: 1px solid #dedede;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #80808026;
}
span.cat-links a {
    font-weight: 700;
    color: #000;
}
.nav-links div{
	flex-basis: 50%;
}
.nav-links div a .nav-subtitle {
    font-weight: 700;
    color: #000;
}
.nav-title {
    text-transform: capitalize;
    text-decoration: underline;
    font-size: 16px;
}
.nav-links {
    gap: 20px;
}
footer.entry-footer {
    margin-top: 25px;
}
span.cat-links {
    display: block;
    margin-bottom: 20px;
}