/* 
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 */


.elementor-counter-title{
    text-align: center;
    padding: 0 6px !important;
}

/* header slider on home page */

#ocmhomeslides .swiper-slide-contents {
  background: #57C785;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 59%, rgba(87, 199, 133, 0.9) 96%);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 15%, rgba(87, 199, 133, 0.9) 96%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 59%, rgba(87, 199, 133, 0.9) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#57C785", GradientType=0);
  padding: 54px;
  width: 100%;
  border-radius:6px;
}



#ocmhomeslides .swiper-slide .elementor-slide-heading,
#ocmhomeslides .swiper-slide .elementor-slide-description{
    text-shadow:0px 0px 9px #000;
}



/* gforms */
p.gform_required_legend{
	display:none;
}

.gform_footer .gform_button {
  min-width: 188px !important;
	color:#fff !important;
	background:#00cd46 !important;
	font-size:17px !important;
	font-weight:600 !important;
	padding:11px 11px 9px !important;
}
.gform_footer .gform_button:hover {
  min-width: 188px !important;
	color:#00cd46 !important;
	background:#eee !important;
}
.gform-theme--foundation .gfield textarea,
.gform-theme--foundation .gfield .ginput_password, 
.gform-theme--foundation .gfield input, 
.gform-theme--foundation .gfield select {
  border: 0;
  height: 51px;
  box-shadow: 0px 2px 3px #bbb;
}
.gform-theme--foundation .gfield input.gfield-choice-input{
	width:23px;
	height:23px;
}




