/*!
	Theme Name: Designocracy Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: DC Team
	Author URI: http://thedesignocracy.com/
	Version: 2.7.1
	Stable tag: 2.7.1
	Requires at least: 5.9
	Tested up to: 6.2
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: designocracy-child
  Template: designocracy
*/

#osk-address-form  input#osk-address {
    background: transparent;
    border-radius: 0;
    border-color: #A7A7A7;
    border-width: 0vw 0vw 0.1vw 0vw;
    border-radius: 0px 0px 0px 0px;
    font-family: "Figtree", Sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
}

@media screen and (max-width:1024px){
    #osk-address-form  input#osk-address, #osk-address-form button{
        font-size: 2vw !important;
    }
}
@media screen and (max-width:767px){
   #osk-address-form  input#osk-address, #osk-address-form button{
        font-size: 4vw !important;
    }
}


#osk-address-form  input#osk-address:active, #osk-address-form  input#osk-address:focus{
    background: transparent;
    border-radius: 0;
    border-color: #A7A7A7;
    border-width: 0vw 0vw 0.1vw 0vw;
    border-radius: 0px 0px 0px 0px;
    outline: 0
}


#osk-address-form button {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #4D4D4D;
    border-radius:0;
    width:100%;    
    font-family: "Figtree", Sans-serif;
    font-size: 1.2vw;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-weight: 400;
    margin-top: 10px
}

.Bolddd{
	font-weight:700 !important;
}