/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.cut-corner-img {
  width: 100%;
  height: auto;
  clip-path: polygon(
    5% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 5%
  );
  object-fit: cover;
  display: block;
}

.cut-corner-right {
  width: 100%;
  height: auto;
  clip-path: polygon(
    0% 0%,               /* top-left */
    90% 0%,              /* top-right cut start */
    100% 5%,             /* top-right cut end */
    100% 95%,            /* bottom-right cut start */
    90% 100%,            /* bottom-right cut end */
    0% 100%              /* bottom-left */
  );
  object-fit: cover;
  display: block;
}

.gform-body .gfield_label {color:#fff;font-family:sans-serif;font-size:16px;}
.gform-body .gform-field-label--type-inline {color:#fff;font-family:sans-serif;font-size:16px;}
input#gform_submit_button_1.gform_button.button {color:#696837;font-family:sans-serif;font-size:16px;background:#f5f0e8;}

/*---------------------------*/
/*--- Gravity Form Tweaks ---*/
	
/*Global Form Styles*/
	.gform_wrapper.gravity-theme .gfield_label {
	color: #fff !important;
	border-bottom: none;
}

.gform_body input[type="text"], .gform_body input[type="email"], .gform_body input[type="tel"], .gform_body textarea {
	background: #fff;
}
.gform_wrapper form .gform_body .gfield  input[type="checkbox"] {
	padding: 0;
}
input[type=checkbox]:checked:before {
	color: #000;
}
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-family: "Civane-Condensed", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    text-decoration: none !important;
    letter-spacing: none !important;
	color: #fff !important;
	border: none !important;
	border-radius: 0px !important;
	background: #696837 !important;
}

.gform_wrapper .gform_body .gfield_required {
	display: none;
}
/*--- End Gravity Form Tweaks ---*/
