/* Theme Name: Divi Child Theme 
Description: Custom child theme for Divi
Author: QUBE Web Solutions Ltd. | Szentendre | 2021
Template: Divi
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
text-domain: QWS-divi
Version: 1.0.0 */
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  border: 1px solid #eb595b;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 300ms ease-in-out;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:hover, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input.has-content, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:hover, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.has-content {
  border-radius: 32px;
}
body .gform_wrapper .gform_footer input[type=submit] {
  padding: 8px 16px;
  border-radius: 32px;
  background: #eb595b;
  color: #fafafa;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

#top-header .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* Responsive breakpoints */
/*** Responsive Styles Large Desktop And Above ***/
/*** Responsive Styles Standard Desktop Only ***/
/*** Responsive Styles Tablet And Below ***/
/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
/*** Responsive Styles Smartphone Portrait ***/

/*# sourceMappingURL=style.css.map */
