/*
Theme Name: OMIF
Theme URI: https://design4u.ca/
Author: Sher khan
Author URI: https://wa.link/7oq5sl
Description: This Template For D4u 
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4


*/


.navbar-brand img{width:250px;}

/* Style the main comment form container */
#respond {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

/* Style the form input fields */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #122b5a !important;
}

.btn-primary {
    background-color: #122b5a !important;
    color: var(--theme-white-color) !important;
   
    
   
}
.btn-primary:hover {
    background-color: #122b5a !important;
    color: var(--theme-white-color) !important;
   
    
   
}
/* Style the submit button */
#commentform #submit {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}

/* Add a hover effect for the submit button */
#commentform #submit:hover {
  background-color: #005177;
}