/*
Theme Name: HCMS Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: HCMS Elementor Child is a child theme of Hello Elementor
Author: High Caliber Marketing Solutions
Author URI: https://highcalibermarketingsolutions.com/
Template: hello-elementor
Version: 1.0.2
Text Domain: hcms-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

ul.columns-4 li,
ul.columns-3 li,
ul.columns-2 li,
ol.columns-4 li,
ol.columns-3 li,
ol.columns-2 li, 
ul.min-columns-2 li,
ol.min-columns-2 li {
	break-inside: avoid;
	page-break-inside: avoid;
}
ul.centered-list,
ol.centered-list {
	width: fit-content;
	width: -moz-fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
ul.min-columns-2,
ol.min-columns-2 {
	columns: 2;
}
@media (min-width: 600px) {
	ul.columns-4,
	ol.columns-4,
	ul.columns-3,
	ol.columns-3,
	ul.columns-2,
	ol.columns-2 {
		columns: 2;
	}
}
@media (min-width: 1025px) {
	ul.columns-4,
	ol.columns-4,
	ul.columns-3,
	ol.columns-3 {
		columns: 3;
	}
}
@media (min-width: 1200px) {
	ul.columns-4,
	ol.columns-4 {
		columns: 4;
	}
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol,
.elementor-tab-content ul, 
.elementor-tab-content ol {
	margin-bottom: 0.9em;
}

nav.rank-math-breadcrumb {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
	    background-color: #003d90;
    padding: 0px 10px;
    border-radius: 20px;
}

nav.rank-math-breadcrumb a{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
	
}

.floating-ic {
  /* Initial positioning and basic styling */
  position: relative; /* Allows the element to move within its own space */
  /* Apply the animation */
  animation: float 3s ease-in-out infinite; /* Animation name, duration, timing function, and iteration count */
}

@keyframes float {
  0% {
    transform: translateY(0); /* Starting position */
  }
  50% {
    transform: translateY(-7%); /* Moves the element up by 7% of its height */
  }
  100% {
    transform: translateY(0); /* Returns to the starting position */
  }
}

.float-delay-1 {
    animation-delay: 0.5s;
}

.float-delay-2 {
    animation-delay: 1s;
}


.stretch-bg{
    background-size: 100% 100% !important;
}

@media(max-width:450px){
    .stretch-bg{
    background-size: cover !important;
}
}

ul.child-posts-list {
    font-weight: 600;
    color: #000;
	font-size: 13px;
}

/*Gravity forms CSS*/
body #gform_wrapper_1 .gfield_label {
  color: #000 !important;
	font-family: Montserrat;
	font-size:14px;
  font-weight: 600 !important;
}

body #gform_wrapper_1 .gform_footer input[type="submit"] {
  background: #ea4464 !important;
	border-radius:15px;
  color: #fff!important;
	font-family: Poppins;
	font-size:18px;
	text-transform:Uppercase;
}
body #gform_wrapper_1 .gform_footer input[type="submit"]:hover {
  background: #05266f !important;
}

#gform_wrapper_1 .gfield {
  margin-bottom: 10px !important;
}

#gform_wrapper_1 .gform_fields {
  row-gap: 10px !important;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #000;
    font-size: 14px;
}

input#input_1_3_1 {
    padding: 10px;
}

a.hcms-txt {
    color: #f229ac !important;
}

/* Consistent field styling */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper select,
body .gform_wrapper textarea {
  border-radius: 12px !important;
	border:none;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    background-color: #e0e0e0 !important;
    color: #1a1a1a !important;
}