/*
Template:       greenova
Theme Name:     Greenova Child Theme
Theme URI:      https://vipestudio.com
Author:         ivan popov
Author URI:     http://ivanpopov.bg
Description:    
Version:        1.0
Text Domain:    greenova
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: 
License URI: 
*/

.consent input {
    background: none !important;
    color: black;
}
.consent input:hover {
    background: none;
}
.consent span {
    font-size: 11px;
    font-weight: 300;
}
input.wpcf7-form-control.wpcf7-submit.con-form {
    border: 10px solid #1fa12e;
    border-radius: 150px;
}
.wpcf7 .wpcf7-recaptcha iframe {
    width: 100% !important;
    border: 1px solid #dddddd !important;
    border-radius: 5px !important;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha div {
    max-width: 100%;
}

/** I Top Bar  **/

/** II Header **/

/** III Menus **/

/** IV Page and Posts Content **/

/** V Archive Page **/

/** VI Product Pages **/

/** VII Product Archives **/

/** VIII Sidebars **/

/** IX Footer **/

/** X Other **/

/** Responsive elements **/
/** iPad Pro 12.9 - 1366px **/
@media screen and (max-width: 1366px) {

}

/** iPad Pro - 1024px **/
@media screen and (max-width: 1024px) {

}

/** iPad  - 768px **/
@media screen and (max-width: 768px) {
  .form-holder div, .form-holder div input {
      width: 100% !important;
      padding-right: 0px !important;
  }
}

/** Mobile Phones - 460px **/
@media screen and (max-width: 460px) {
  .form-holder div, .form-holder div input {
      width: 100% !important;
      padding-right: 0px !important;
  }
}