/*
Theme Name:     Magecan
Theme URI:      https://example.com/
Description:    A child theme of Twenty Twenty-Five
Author:         Magecan
Author URI:     https://example.com/
Template:       twentytwentyfive
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    twentytwentyfive-child
*/

input:not([type="checkbox"]), textarea, select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius:5px;
}

input:not([type="checkbox"]), select {
  height: 40px;
}

input[type="submit"], button,
.wp-block-button__link {
 background-color:#00497e!important;
 color:white;
 border-color:#00497e;

  cursor:pointer;
 border-radius:3px;
  font-size: 16px;
}
.wp-block-search__button {
	padding: 0 10px 0 10px;
}
*:focus {
    outline-width: 0;
}

@media (max-width: 600px) {

	.wp-block-navigation__responsive-container {
		left: auto;
		right:0;
		top:0;
		width: auto;  
	}

}
