/*
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;
}

input:not([type="checkbox"]), select {
  height: 50px;
}

input[type="submit"] {
  background-color:#66491d!important;
  color:white;
  border-color:#66491d;

  cursor:pointer;
 border-radius:25px;
  font-size: 16px;
}

*:focus {
    outline-width: 0;
}

@media (max-width: 600px) {
	.wp-block-navigation {
		position: static;
	}
	.wp-block-navigation__responsive-container {
		left: auto;
		right:0;
		top:0;
		width: auto;  
	}
	.wp-block-navigation__responsive-container-open{
		position: absolute;
		top:20px;
		right:30px;
	}
}
