/*!
Theme Name: DmPrime
Theme URI: https://digimodulo.com/
Author: DigiModulo
Author URI: https://digimodulo.com/
Description: This is a minamalist theme for wordpress website developement by DigiModulo.
Version: 1.0.3
Tested up to Wordpress: 5.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: d-novomprime
Tags: custom-background, custom-logo, custom-menu, featured-images, custom post type, social network links
File:  dm_form-novo_format.css
File description:  DmPrime wordpress theme css file for form styli-novong
*/

#dm-quadro-contato-novo  {
  background-color:#59ABE3; 
  /* background-color: #194056; */
  margin:0;
  padding-top: 40px;
  padding-bottom: 40px;
} 

/*body{
  background:#59ABE3;
  margin:0
}*/

#dm-quadro-contato-novo .form  {
  width:600px;
  height:700px;
  background:#e6e6e6;
  border-radius:8px;
  box-shadow:0 0 40px -10px #000;
  margin: 0 auto;
  padding:20px 30px;
  box-sizing:border-box;
  font-family:'Montserrat',sans-serif;
  position: relative;
}

#dm-quadro-contato-novo h2  {
  margin:10px 0;
  padding-bottom:10px;
  width:540px;
  color:#78788c;
  border-bottom:3px solid #78788c
}

#dm-quadro-contato-novo .wpcf7-form-control-wrap input  {
  width:100%;
  padding:10px;
  box-sizing:border-box;
  background:none;
  outline:none;
  resize:none;
  border:0;
  font-family:'Montserrat',sans-serif;
  transition:all .3s;
  border-bottom:2px solid #bebed2;
}

#dm-quadro-contato-novo .wpcf7-form-control-wrap input:focus{border-bottom:2px solid #78788c}

#dm-quadro-contato-novo .wpcf7-form-control-wrap textarea  {
  height: 200px;
  width: 100%;
  margin-top: 10px;
  padding:10px;
  box-sizing:border-box;
  border-radius: 5px;
  border-bottom:2px solid #bebed2;
  box-shadow: 0 0 2px gray; 
  box-shadow: 3px 3px 2px gray;
  transition:all .3s; 
  font-family:'Montserrat',sans-serif;
  background-color: inherit;
}

#dm-quadro-contato-novo .dm-form-contato p:before{content:attr(type);display:block;margin:28px 0 0;font-size:14px;color:#5a5a5a}


#dm-quadro-contato-novo .wpcf7-submit  {
  
  background-color: darkorange;
  border: 2px solid darkorange;
  color: white;
  border-radius: 10px;
  text-shadow:none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 24px;
  
  height: 50px;
  Display: grid;
  Margin-left: auto;
  Margin-right: auto;
  padding: 10px;
  transition: all 0.4s ease 0s;
  line-height: 1;
}

#dm-quadro-contato-novo .wpcf7-submit:hover  {
  background-color: rgb(105, 5, 51);
  color: white;
} 

#dm-quadro-contato-novo .bottom-label  {
  content:'Hi';
  position:absolute;
  bottom:-30px;
  right:-20px;
  background:#50505a;
  color:#fff;
  width:600px;
  /* padding:16px 4px 16px 0; */
  border-radius:6px;
  font-size:24px;
  box-shadow:10px 10px 40px -14px #000;
}

#dm-quadro-contato-novo .bottom-label span {
  font-size:24px;
  padding:16px 0px 16px 8px;
}


@media (max-width: 639px) { 

    #dm-quadro-contato-novo .form  {
        width:100%;
    }

    #dm-quadro-contato-novo h2  {
        width:100%;
    }

    #dm-quadro-contato-novo .bottom-label  {
        width:100%;
    }

    #dm-quadro-contato-novo .bottom-label-item {
        
    }


@media (min-width: 640px) {

    #dm-quadro-contato-novo .form  {
        width:100%;
    }

    #dm-quadro-contato-novo h2  {
        width:100%;
    }

    #dm-quadro-contato-novo .bottom-label  {
        width:100%;
    }

    #dm-quadro-contato-novo .bottom-label-item {
      
    }



}

@media (min-width:960px) {

    #dm-quadro-contato-novo .form  {
        width:600px;
    }

    #dm-quadro-contato-novo h2  {
        width:540px;
    }

    #dm-quadro-contato-novo .bottom-label  {
        width:600px;
        display: inline;
    }

    #dm-quadro-contato-novo .bottom-label-item {
       
    }

}

@media (min-width:1100px) { 

    #dm-quadro-contato-novo .form  {
        width:600px;
    }

    #dm-quadro-contato-novo h2  {
        width:540px;
    }

    #dm-quadro-contato-novo .bottom-label  {
        width:600px;
    }

    #dm-quadro-contato-novo .bottom-label-item {
      
    }

}