/*
Theme Name: Dynamic
Theme URI: https://wordpress.org/themes/dynamic/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Dynamic is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Dynamic will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: dynamic

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
		box-sizing: border-box;
		-webkit-text-size-adjust:100%;
}
input[type='text'],input[type='number'],input[type='tel'],input[type='button'],input[type='submit'],input[type='reset'], input[type='password'], input[type='email'], input[type='password'], textarea, select,button,body {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
		border-radius: 0;
		box-shadow: none
}

form{
	margin-bottom: 10px;
}

form .col-6{
	width: 50%;
}

form .col-6:nth-of-type(odd){
	margin-left: -6px;
}
@media (max-width: 991px){
    form .col-6:nth-of-type(odd){
    	margin-left: 0px;
    }
}

#mapWrap a:hover:after{
	font-size: 28px;
}