.elementor-kit-7{--e-global-color-primary:#12B6CF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1B1B1B;--e-global-color-accent:#0A1628;--e-global-color-cd7507f:#17B9D1;--e-global-color-e3fd975:#182539;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:1.3em;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.4em;--e-global-typography-6fd8846-font-family:"Montserrat";--e-global-typography-6fd8846-font-size:1em;--e-global-typography-6fd8846-font-weight:bold;--e-global-typography-6fd8846-text-transform:uppercase;--e-global-typography-6fd8846-line-height:1.3em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );background-color:var( --e-global-color-e3fd975 );}.elementor-kit-7 h1{color:var( --e-global-color-accent );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h2{color:var( --e-global-color-accent );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* remove nav menu gap*/

.site-content {
    
    margin-top:0 !important;
}

.breadcrumbs {
    display:none;
}

/* reset and remove site hyphenation */

.site {
    hyphens: none;
    /* safari */
    -webkit-hyphens: none;
}

/* global header margin */

h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0 0.6em 0 !important;
}

/* header remove h2 margin */

header h2 {
    margin: 0 !important;
}
/* blog hero  */

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    
    padding:0 !important;
}

#cgg-blog-hero {
	height: 60vh;
    display:flex;
	overflow: hidden;

	


}

#cgg-blog-hero img {
  object-fit: cover;
  overflow: hidden;


 
  /*height: 140%;*/

}

.cgg-image-half-img {
    height:50%;
}
/* media queries  */

@media screen and (max-width: 1024px) {
    
    #cgg-blog-hero {
	height: 50vh;
    display:flex;
	overflow: hidden;

	


}
#cgg-blog-hero img {
      height: 100%;
}

}


@media screen and (max-width: 767px) {
    
    #cgg-blog-hero {
	height: 40vh;
    display:flex;
	overflow: hidden;

	


}
#cgg-blog-hero img {
      height: 100%;
}

}

@media screen and (max-width: 481px) {
    
    #cgg-blog-hero {
	height: 30vh;
    display:flex;
	overflow: hidden;

	


}
#cgg-blog-hero img {
      height: 100%;
}

}/* End custom CSS */